/* FONTS */

@page {
    size: A4 landscape;
    margin: 0;
    font-family: 'HangryHand-Regular';
}

@media print {
    body {
        width: 297mm;
        height: 210mm;
        font-family: 'HangryHand-Regular';
    }
    .no-imp {
        display: none;
    }
}

.btn-imp {
    background-color: #b7c0e3;
    font-family: 'HangryHand-Regular';
    font-size: 22px;
    border: 1px #b7c0e3 solid;
}

.btn-imp:hover {
    background-color: #6ac3c2;
}

@font-face {
    font-family: "HangryHand-Regular";
    src: url("../fonts/HangryHand-Regular.otf");
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: "Avocados";
    src: url("../fonts/Avocados.ttf");
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: "Qanelas-ExtraBold";
    src: url("../fonts/Qanelas-ExtraBold.otf");
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: "Qanelas-Bold";
    src: url("../fonts/Qanelas-Bold.otf");
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: "Qanelas-BoldItalic";
    src: url("../fonts/Qanelas-BoldItalic.otf");
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: "Qanelas-Medium";
    src: url("../fonts/Qanelas-Medium.otf");
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: "Qanelas-SemiBold";
    src: url("../fonts/Qanelas-SemiBold.otf");
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: "Qanelas-Regular";
    src: url("../fonts/Qanelas-Regular.otf");
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}


/* MENU */

.nav-header {
    height: 116px;
}

.navbar-menu {
    background-color: #fff;
}


/* SECCION 1 */

#seccion-1 p {
    font-family: 'Qanelas-SemiBold';
    font-size: 20px;
}

#seccion-1 {
    background-color: #ffe3f3;
    background-image: url("../img/back_pink.jpg");
    background-repeat: no-repeat;
    background-repeat: repeat-x;
}

.asterisco {
    width: 0.5em;
    padding-bottom: 10px;
}

.subrayado,
.subrayado2,
.subrayado3 {
    overflow: visible !important;
    position: relative !important;
    left: 0px;
    top: 0px;
    height: 8px;
    pointer-events: none !important;
}

.subrayado {
    width: 211px;
    height: 20px;
    left: 200px;
    top: -21px;
}

.subrayado2 {
    width: 230px !important;
    display: flex;
    left: 47vw;
}

.subrayado3 {
    width: 273px !important;
    display: flex;
    left: 42vw;
}

.color-lila {
    color: #5966D6;
}

.font-qa-sb {
    font-family: 'Qanelas-SemiBold';
}

.acento {
    font-family: 'Avocados';
    font-size: 35px;
    padding-left: 2px;
}

.tit-sec-1 a {
    text-decoration: none;
    color: #6bc2c2;
}

.tit-sec-1 a:hover {
    color: #5361aa;
}


/* SECCION 2 */

#seccion-2 {
    background-image: url(../img/fondo-sec-2_d.png);
    height: 70vw;
    width: 100%;
    background-size: cover;
}

.tit-sec-1 {
    font-family: 'HangryHand-Regular';
    color: #6bc2c2;
    flex-direction: row !important;
    align-content: center !important;
    align-self: center !important;
    align-items: center !important;
}


/* SECCION 3 */

#seccion-3 {
    background-color: #da4a94;
    color: #F8F4F8;
    padding: 10px 0;
}

#seccion-3 p {
    font-size: 20px;
}

.contador {
    font-family: 'Qanelas-Bold';
    font-size: 115px;
}

.contador-tit-1 {
    font-family: 'Qanelas-Bold';
}

.contador-tit-2 {
    font-family: 'Qanelas-Regular';
}

.ver-firmas:hover{
    color: #b7c0e3 !important;
}


/* SECCION 4 */

#seccion-4 {
    background-image: url(../img/fondo-sec-4.png);
    height: 54vw;
    width: 100%;
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
}

#seccion-4 .container {
    padding-top: 6rem !important;
}

.tit-sec-4 {
    font-size: 28px;
    line-height: 50px;
    font-family: 'Qanelas-Regular';
}

.logolilys {
    width: 28em;
}


/* Formulario */

.form-control {
    border-color: #6bc2c2 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    padding: 0.6rem 0.75rem !important;
    font-family: 'Avocados';
    letter-spacing: 3px;
    font-size: 22px;
}

.form-control:focus {
    border-color: #6bc2c2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(107, 194, 194, 0.6);
}

.titulo-firma {
    font-family: 'HangryHand-Regular';
    font-size: 2.6em;
    color: #e42787;
}

.tit-agente-cambio {
    font-family: 'HangryHand-Regular';
    color: black;
    flex-direction: row !important;
    align-content: center !important;
    align-self: center !important;
    align-items: center !important;
    font-size: 4em;
}

.tit-agente-cambio .acento{
    font-size: 55px;
}

/* Boton */

.btn-primary:hover {
    border-color: #2435c7 !important;
    background-color: #2435c7 !important;
}

.btn-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(98 102 214 / 50%) !important;
}

.btn-primary {
    font-family: 'Qanelas-Bold';
    background-color: #4a58d4 !important;
    border-color: #5966d6 !important;
    letter-spacing: 1.5px !important;
}


/* SECCION 5 */

#seccion-5 {
    background-image: url(../img/fondo-sec-5.png);
    height: 75em;
    width: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
}

.img-card {
    border: 0px;
    font-family: 'Qanelas-Medium';
    font-size: 20px;
    text-align: center;
}

.img-card img {
    width: 10em;
}

.container-lg {
    margin: 0 123.9px 0 123.9px !important;
    max-width: -webkit-fill-available;
}

#seccion-6 {
    margin-bottom: -75px;
}

#seccion-6 {
    background-image: url('../img/bg-descargar-archivo.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 42em;
    width: 100%;
    margin-top: -30em;
}

.img-mano {
    width: 4vw;
    float: right;
    margin-top: -3.5vw;
    margin-right: 14px;
}

.descargar-grid .col-i p {
    font-family: 'Avocados';
    font-size: 50px;
    letter-spacing: -0.55px;
    line-height: 65px;
}

.descargar-grid .col-d {
    margin-left: 87px;
}

.descargar-grid .col-d p {
    font-family: 'Qanelas-Regular';
    font-size: 25px;
    line-height: 36px;
    background-color: #e42787;
    border-radius: 10px;
    padding: 32px 24px 34px 40px;
}

.descargar-grid .col-d a:nth-child(2) p {
    background-color: #e42787;
}

.descargar-grid .col-d p span {
    font-family: 'Qanelas-ExtraBold';
}

footer {
    background-image: url('../img/back_pink_bottom_upload.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    height: 124px;
}

.footer-grid .col-i p {
    font-family: 'HangryHand-Regular';
    font-size: 41px;
}

.footer-grid .col-i p img {
    width: 49.6px;
    padding-bottom: 10px;
}

.footer-grid .col-c .footer-dreams {
    font-family: 'Qanelas-ExtraBold';
    font-size: 50px;
    letter-spacing: 10px;
    padding-left: 9px;
}

.footer-grid .col-c p {
    font-family: 'Qanelas-Regular';
    font-size: 14px;
    line-height: 13.65px;
    max-width: 262px;
}

.footer-grid .col-d img {
    height: 43px;
    padding-left: 33px;
}

.mano {
    background-image: url('../img/mano.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 275px;
}

#nombre-firma {
    padding-top: 4em;
    margin-left: 8.2em;
    font-family: 'HangryHand-Regular';
    font-size: 2em;
    max-width: 4em;
    line-height: 27px;
}

footer .cont {
    margin-left: 10em;
    margin-right: 10em;
}

@media (max-width:1399px) {
    .subrayado2 {
        display: flex;
        left: 46vw;
    }
    .subrayado3 {
        display: flex;
        left: 41vw;
    }
    #nombre-firma {
        margin-left: 6.8em !important;
    }
}

@media (max-width:1199px) {
    .subrayado {
        left: 186px;
        top: -21px;
    }
    .subrayado2 {
        display: flex;
        left: 45vw;
    }
    .subrayado3 {
        display: flex;
        left: 38vw;
    }
    #seccion-4 {
        height: 40em;
    }
    #seccion-5 {
        height: 45em;
        margin-top: 10em;
    }
    #seccion-6 {
        margin-top: 5em;
    }
    .footer-grid .col-c p {
        font-size: 13px;
    }
    .footer-grid .col-c .footer-dreams {
        font-size: 45px;
        padding-left: 0;
    }
    #nombre-firma {
        margin-left: 5.4em !important;
    }
    footer .cont {
        margin-left: 6em;
        margin-right: 6em;
    }
}

@media(max-width:991px) {
    .navbar-brand {
        width: 12em;
    }
    #seccion-2 {
        background-image: url(../img/fondo-sec-2_m.png);
        height: 147.9vw;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .subrayado {
        left: 326px;
        top: -18px;
    }
    .subrayado2 {
        top: -2px;
        left: 44vw;
        display: flex;
    }
    .subrayado3 {
        top: 0px;
        display: flex;
        left: 36vw;
    }
    #seccion-4 {
        height: 66em;
        background-position-x: right;
    }
    #seccion-5 {
        height: 61em;
        margin-top: 0;
    }
    #seccion-6 {
        height: 57em;
    }
    .descargar-grid .col-d {
        margin-left: 0;
    }
    .footer-grid .col-i p {
        font-size: 28px;
    }
    .footer-grid .col-i p img {
        width: 30px;
    }
    .footer-grid .col-c .footer-dreams {
        font-size: 47px;
        padding-left: 4px;
    }
    .footer-grid .col-c p {
        font-size: 13px;
    }
    .img-mano {
        width: 10vw !important;
        margin-top: -6vw !important;
    }
    .acento {
        font-size: 32px;
    }
    .tit-agente-cambio {
        font-size: 3.5em;
    }
    #nombre-firma {
        margin-left: 6.4em !important;
    }
    .logolilys {
        width: 25em;
    }
    footer .cont {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media (max-width:767px) {
    .tit-sec-4 {
        max-width: 17.2em;
    }
    .subrayado2,
    .subrayado3 {
        height: 8px;
    }
    .subrayado {
        left: 238px;
        width: 12em;
    }
    #seccion-4 {
        height: 59em;
    }
    .subrayado2 {
        top: -9px;
        left: 189px;
        display: flex;
        width: 180px !important;
    }
    .subrayado3 {
        top: -30px;
        display: inline;
        width: 208px !important;
        left: 0px;
    }
    .descargar-grid .col-i p {
        font-size: 44px;
        line-height: 55px;
    }
    .img-mano {
        margin-top: -7vw !important;
    }
    .acento {
        font-size: 28px;
    }
    .tit-agente-cambio {
        font-size: 2.3em;
    }
    .tit-sec-4 {
        font-size: 23px;
        line-height: 53px;
    }
    #nombre-firma {
        margin-left: 4.2em !important;
    }
    footer .cont {
        margin-left: 0em;
        margin-right: 0em;
    }
    .logolilys {
        width: 14em;
    }
    .tit-agente-cambio .acento{
        font-size: 30px;
    }
    .card-text{
        line-height: 20px;
        font-size: 19px;
    }
}

@media (max-width:575px) {
    .navbar-brand {
        width: 9em;
    }
    .nav-header {
        height: 67px;
    }
    .tit-sec-1 {
        font-size: 1.4em;
    }
    #seccion-1 p {
        font-size: 17px;
    }
    .subrayado {
        width: 133px;
        top: -18px;
        left: 47%;
    }
    .subrayado2 {
        top: -4px;
        left: 166px;
    }
    .subrayado3 {
        top: -19px;
    }
    .contador {
        font-size: 60px;
    }
    #seccion-3 p {
        font-size: 19px;
    }
    #seccion-4 .container {
        padding-top: 2rem !important;
    }
    .form-control {
        font-size: 17px;
    }
    #seccion-5 {
        height: 96em;
        margin-top: 0;
    }
    #seccion-6 {
        height: 54em;
    }
    .descargar-grid {
        margin-left: 0em;
        margin-right: 0em;
    }
    .img-mano {
        width: 10vw !important;
        margin-top: -10vw !important;
    }
    .acento {
        font-size: 21px;
    }
    .tit-agente-cambio {
        font-size: 2.3em;
    }
    .tit-sec-4 {
        font-size: 21px;
        line-height: 33px;
    }
    #nombre-firma {
        margin-left: 38vw !important;
    }
}

@media (max-width:498px) {
    .tit-sec-4 {
        max-width: 10em;
    }
    .subrayado2 {
        width: 172px !important;
        display: flex;
        left: 10px;
        top: -3px;
    }
    .img-card {
        font-size: 16px;
    }
    .descargar-grid .col-i p {
        font-size: 22px;
        line-height: 42px;
    }
    .descargar-grid .col-d p {
        font-size: 17px;
        line-height: 28px;
        padding: 5px 6px 4px 23px;
        min-height: 90px;
    }
    .descargar-grid .col-d a:nth-child(2) p {
        padding-top: 15px !important;
    }
    #seccion-5 {
        height: 82em;
    }
    #seccion-6 {
        height: 44em;
    }
    .footer-grid .col-i {
        margin-left: 0em !important;
        width: 54%;
        margin-top: 6.3em !important;
        height: 3em !important;
    }
    .footer-grid .col-d {
        width: 46%;
        margin-top: 6.3em !important;
        margin-bottom: 0 !important;
        height: 3em;
    }
    .footer-grid .col-d img {
        padding-left: 24px;
    }
    .img-mano {
        margin-top: -10vw !important;
    }
    .tit-agente-cambio {
        font-size: 1.5em;
    }
    #seccion-4 {
        height: 53em;
    }
    .tit-agente-cambio .acento{
        font-size: 21px;
    }
}


/* CERTIFICADO */

.fondo-certificado {
    background-image: url(../img/certificado-fondo.png);
    background-position: center;
    background-size: contain;
    height: 76.8vw;
    width: 100%;
    background-repeat: no-repeat;
}

#mano {
    background-image: url(../img/certificado-1.png);
    background-position: center;
    background-size: contain;
    height: 44vw;
    background-repeat: no-repeat;
}

#msj {
    background-image: url(../img/certificado-2.png);
    background-position: center;
    background-size: contain;
    height: 44vw;
    background-repeat: no-repeat;
}

p.nombre {
    font-family: 'HangryHand-Regular';
    font-size: 5vw;
    padding-top: 10vw;
    padding-left: 3vw;
    line-height: 4vw;
    max-width: 23vw;
}