/*RESET*/
@charset "utf-8";
a {
    text-decoration: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

/*GENERALES*/
body {
    margin: 0px;
    background-color: #fff;
    overflow-x: hidden !important;
    box-sizing: border-box;
}
p,
b,
a,
i,
u,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
input,
textarea,
select,
span,
button,
strong {
    font-family: "FuturaBook";
    font-style: normal;
    font-weight: 400;
    color: #000;
}
strong {
    font-weight: 600;
}
b {
    font-weight: 700;
}
.clear0 {
    clear: both;
    height: 0px;
}
.clear5 {
    clear: both;
    height: 5px;
}
.clear10 {
    clear: both;
    height: 10px;
}
.clear15 {
    clear: both;
    height: 15px;
}
.clear20 {
    clear: both;
    height: 20px;
}
.clear30 {
    clear: both;
    height: 30px;
}
.clear40 {
    clear: both;
    height: 40px;
}
.clear50 {
    clear: both;
    height: 50px;
}
.clear90 {
    clear: both;
    height: 90px;
}
::selection {
    color: #ccc;
    background: #444;
}
::-moz-selection {
    color: #eee;
    background: #444;
}
*:focus {
    outline: none;
}
button {
    color: #000;
    border: none;
}

.lighMenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.lighMenu .izq {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 350px;
    display: none;
}
.lighMenu .der {
    width: 100%;
    height: 210px;
    position: absolute;
    right: -350px;
    top: 72px;
    background-color: #000;
    border-top: 1px solid #ccc;
}
.lighMenu .der .cerrar {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -60px;
    right: 15px;
    opacity: 1;
    cursor: pointer;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.lighMenu .der .listaMenu {
    top: 20px;
    width: 80%;
    left: 10%;
    position: absolute;
}
.lighMenu .der .listaMenu li {
    width: 100%;
    cursor: pointer;
    padding: 16px 0px;
    box-sizing: border-box;
}
.lighMenu .der .listaMenu li p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    letter-spacing: 1px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.lighMenu .der .listaMenu li:hover p {
}

.lighMenu .der .suscribite {
    background-color: #fff;
    text-align: center;
    margin-top: 5px;
    border: 1px solid #000;
    box-sizing: border-box;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.lighMenu .der .suscribite a {
    color: #000 !important;
    font-size: 14px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.lighMenu .der .suscribite:hover {
    border: 1px solid #fff;
    background-color: #000;
}
.lighMenu .der .suscribite:hover a {
    color: #fff !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 9999;
    background-color: black;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
header .logo {
    height: 50px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
header button {
    background-color: #ff1430;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 8px 26px;
    cursor: pointer;
    transform: skew(-20deg);
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
header a {
    background-color: transparent;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 26px;
    box-sizing: border-box;
    margin-left: 8px;
    cursor: pointer;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
header a.suscribite {
    background-color: #ff1430;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 8px 26px;
    cursor: pointer;
    display: inline-block;
    transform: skew(-20deg);
}
header .icMenu {
    display: none;
    cursor: pointer;
}

.menu-scroll {
    padding: 16px 30px !important;
    background-color: #fff;
}
.menu-scroll .logo {
    height: 42px !important;
}

.hero {
    width: 100%;
    height: 100vh;
    min-height: 740px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}

.hero h1 {
    font-weight: bolder;
    font-size: 70px;
    line-height: 70px;
    width: 90%;
    position: relative;
    padding-left: 10%;
    font-family: "citroenbold";
}

.hero .auto {
    width: 60%;
}

.hero .desc-cont {
    width: 90%;
    padding-left: 10%;
    margin-top: 40px;
}
.hero .desc-cont h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
}
.hero .desc-cont p {
    font-size: 22px;
    line-height: 28px;
    max-width: 540px;
}
.hero .btnComenzar {
    padding: 16px 26px;
    background-color: #ff1430;
    color: #fff;
    transform: skew(-20deg);
    margin-left: 10%;
    margin-top: 40px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.hero .btnComenzar img {
    height: 13px;
}
.hero .btnComenzar:hover {
    background-color: #eee;
    width: 210px;
}

.hero .scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 12%;
    white-space: pre;
    background-color: #fff;
    font-size: 20px;
    font-family: "citroenbold";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.hero .scroll img {
    height: 12px;
    margin-top: 10px;
}
.hero .scroll:hover {
    padding: 30px 12%;
}

.hero .back {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.cont-video {
    width: 100%;
    height: auto;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 50px;
}

.cont-video .playVideo {
    width: 80%;
    max-width: 1400px;
    height: 70vh;
    background-color: #222;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 150px;
    position: relative;
    background-image: url(../img/fondo-video.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    -webkit-box-shadow: 1px 0px 11px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 0px 11px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 0px 11px -2px rgba(0, 0, 0, 0.5);
}
.cont-video .playVideo .play {
    width: 100px;
    cursor: pointer;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.cont-video .playVideo .play:hover {
    width: 110px;
}

.faqs {
    width: 86%;
    max-width: 1200px;
    position: relative;
    margin: auto;
    padding: 100px 0px;
    margin-top: 100px;
    padding-bottom: 30px;
}
.faqs h5 {
    width: 100%;
    font-size: 50px;
    line-height: 60px;
    font-family: "citroenbold";
    margin-bottom: 20px;
}
.faqs .ancho-80 {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
}
.faqs .ancho-80 ul {
    width: 100%;
}
.faqs .ancho-80 ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 22px 0px;
}
.faqs .ancho-80 ul li .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faqs .ancho-80 ul li .item img {
    height: 12px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.faqs .ancho-80 ul h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: lighter;
    padding-right: 80px;
}
.faqs .ancho-80 ul p {
    display: none;
    font-size: 14px;
    line-height: 22px;
    padding-top: 12px;
    padding-right: 100px;
}
.arrow-rotate {
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
}

.dudas {
    width: 100%;
    padding: 220px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.dudas .ancho-80 {
    margin: auto;
    background-color: #fff;
    text-align: center;
    padding: 40px 80px;
    padding-bottom: 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-box-shadow: 1px 0px 8px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 0px 8px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 0px 8px -2px rgba(0, 0, 0, 0.4);
}
.dudas h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: "citroenbold";
}
.dudas p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 30px;
    max-width: 580px;
    margin: auto;
    margin-bottom: 50px;
}
.dudas p a {
    color: #007fdf;
}
.dudas a.contacto {
    font-family: "citroenbold";
    font-size: 20px;
    line-height: 26px;
    padding: 14px 40px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.dudas a.contacto:hover {
    background-color: #000;
    color: #fff;
}

footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px;
    box-sizing: border-box;
    padding-bottom: 50px;
}
footer p {
    font-size: 15px;
    line-height: 25px;
}
footer div {
    display: flex;
    align-items: center;
}
footer img {
    height: 20px;
    opacity: 0.7;
    padding: 4px 2px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
footer a {
    margin: 0px 8px;
    font-size: 15px;
    line-height: 25px;
}
footer div p {
    margin: 0px 8px;
    font-size: 15px;
    line-height: 25px;
}
footer a:hover {
    text-decoration: underline;
}
footer a:hover img {
    opacity: 1;
}

@media screen and (max-width: 1650px) {
    .hero .btn-cont .auto {
        position: absolute;
        right: 6%;
        top: -8px;
        height: 343px;
    }
}

@media screen and (max-width: 1460px) {
    .faqs h5 {
        right: -220px;
    }
}

@media screen and (max-width: 1250px) {
    .hero .btn-cont .auto {
        position: absolute;
        right: 6%;
        top: 16px;
        height: 299px;
    }
    .faqs h5 {
        right: -244px;
    }

    .hero h1 {
        font-size: 62px;
        line-height: 62px;
    }

    .faqs {
        padding: 0px 0px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 1100px) {
    .dudas .ancho-80 {
        width: 80%;
        max-width: initial;
        text-align: center;
        padding: 70px;
        box-sizing: border-box;
    }

    .hero h1 {
        font-size: 54px;
        line-height: 58px;
    }
    .hero .desc-cont h6 {
        font-size: 20px;
        line-height: 25px;
    }
    .hero .desc-cont p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 960px) {
    header {
        padding: 14px 20px;
    }
    header .logo {
        height: 42px;
    }
    header button {
        font-size: 17px;
        line-height: 24px;
        padding: 6px 20px;
    }
    .hero {
        width: 100%;
        height: auto;
        margin-top: 140px;
        padding-bottom: 90px;
    }
    .hero h1 {
        font-size: 34px;
        line-height: 52px;
        width: 80%;
        padding: 0;
    }
    .hero h1::after {
        margin-left: 0;
    }
    .hero .btn-cont {
        width: 80%;
        height: auto;
        padding: 0;
        flex-direction: column-reverse;
        align-items: center;
        margin: 70px 0px;
    }
    .hero .btn-cont .line {
        display: none;
    }
    .hero .btn-cont .auto {
        position: relative;
        right: initial;
        top: initial;
        height: auto;
        width: 100%;
        max-width: 440px;
        margin-bottom: 60px;
    }
    .hero .btn-cont button {
        width: 100%;
        max-width: 300px;
        align-items: center;
        justify-content: center;
    }
    .hero .scroll {
        margin-bottom: 40px;
    }
    .hero .desc-cont {
        width: 80%;
        padding: 0;
        margin-top: 0;
    }
    .hero .desc-cont h6 {
        font-size: 17px;
        line-height: 25px;
    }
    .hero .desc-cont p {
        font-size: 13px;
        line-height: 24px;
    }

    .faqs .ancho-80 {
        justify-content: center;
        flex-direction: column-reverse;
    }
    .faqs .ancho-80 .cont-titulo {
        width: 100%;
    }
    .faqs h5 {
        font-size: 38px;
        position: relative;
        top: initial;
        right: initial;
        font-weight: bolder;
        -webkit-transform: rotate(0deg) translateX(0%);
        -moz-transform: rotate(0deg) translateX(0%);
        -ms-transform: rotate(0deg) translateX(0%);
        -o-transform: rotate(0deg) translateX(0%);
    }
    .faqs .ancho-80 ul {
        width: 100%;
    }
    .faqs .ancho-80 ul h6 {
        font-size: 18px;
        line-height: 24px;
        padding-right: 40px;
    }
    .faqs .ancho-80 ul p {
        font-size: 15px;
        line-height: 21px;
        padding-top: 12px;
        padding-right: 60px;
    }

    .cont-video h5 {
        font-size: 28px;
        position: absolute;
        top: -60px;
        right: initial;
        left: 0;
        -webkit-transform: rotate(0deg) translateX(0%);
        -moz-transform: rotate(0deg) translateX(0%);
        -ms-transform: rotate(0deg) translateX(0%);
        -o-transform: rotate(0deg) translateX(0%);
    }

    .hero {
        flex-direction: column;
    }
    .hero > div {
        width: 80%;
    }
    .hero h1 {
        font-size: 45px;
        line-height: 52px;
        width: 100%;
    }
    .hero .desc-cont {
        width: 100%;
    }
    .hero .desc-cont h6 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 15px;
    }
    .hero .desc-cont p {
        font-size: 18px;
        line-height: 24px;
    }
    .hero .btnComenzar {
        padding: 12px 20px;
        margin-left: 0;
        margin-top: 30px;
        width: 180px;
        font-size: 16px;
    }
    .hero .auto {
        width: 100%;
        max-width: 730px;

        transform: translateY(-80px);
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
    }
    .hero .back {
        width: 83%;
        top: 42%;
    }

    footer {
        flex-direction: column;
    }
    footer div {
        padding: 12px 0px;
    }
}

@media screen and (max-width: 720px) {
    nav {
        display: none;
    }
    header .icMenu {
        display: block;
        width: 30px;
    }

    .hero {
        margin-top: 17vw;
    }

    .hero > div {
        margin-top: 20px;
    }
    .hero h1 {
        font-size: 8vw;
        line-height: 9vw;
    }
    .hero .desc-cont h6 {
        font-size: 4.2vw;
        line-height: 6vw;
        margin-top: 15px;
    }
    .hero .desc-cont p {
        font-size: 3.2vw;
        line-height: 4.5vw;
    }

    .hero .btn-cont .auto {
        margin-bottom: 30px;
    }

    .playVideo h5 {
        font-size: 22px;
        line-height: 28px;
    }
    .cont-video .playVideo {
        height: 55vw;
    }

    .dudas {
        padding-top: 140px;
    }
    .dudas .ancho-80 {
        padding: 40px 30px;
    }
    .dudas h5 {
        font-size: 21px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .dudas p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 30px;
        line-height: 26px;
        max-width: initial;
        margin: auto;
        margin-bottom: 39px;
    }
    .dudas a.contacto {
        font-size: 14px;
        line-height: 26px;
        padding: 14px 26px;
    }

    .faqs h5 {
        font-size: 32px;
        line-height: 40px;
    }
    .faqs .ancho-80 ul h6 {
        font-size: 18px;
        line-height: 26px;
        padding-right: 30px;
    }

    footer ul {
        flex-direction: column;
    }
    footer ul li {
        width: 100%;
        border: none;
        border-bottom: 1px solid #fff;
        text-align: left;
        font-size: 11px;
        line-height: 18px;
        cursor: pointer;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    footer ul li a {
        padding: 30px 30px;
    }

    footer div {
        flex-direction: column;
    }
    footer div span {
        display: none;
    }
    footer div.redes {
        flex-direction: row;
    }
}

@media screen and (max-width: 560px) {
    .hero > div {
        margin-top: 40px;
    }
}

@media screen and (max-width: 440px) {
}

.buttonsContainerDiv {
    display: flex;
}

.retakeQueryButtons {
    margin-left: 15px !important;
}

@media (max-width: 500px) {
    .buttonsContainerDiv {
        flex-direction: column;
    }

    .retakeQueryButtons {
        margin-left: 0px !important;
    }
}
