* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

:root {
    --swiper-theme-color: #ffffff !important;
}

@font-face {
    font-family: 'TisaSansPro.otf';
    src: url('../fonts/TisaSansPro.otf');
}

@font-face {
    font-family: 'Futura-Bold.otf';
    src: url('../fonts/Futura-Bold.otf');
}

a {

    color: #4D5053;
    font-weight: bolder;

}

a:hover {

    opacity: 0.7;
    transition: 0.5s;

}

.active {
    border-bottom: 4px solid #F1B434 !important;
    transition: border-width 0.3s linear;
}

header.desktop {

    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* padding: 20px 0; */
    position: fixed;
    background: #252928;
    top: 0;
    left: 0;
    /* max-width: 1400px; */
    z-index: 5;

}

header .wrapper-menu-img {

    text-align: start;
}

.wrapper-menu-txt {
    display: flex;
    padding: 20px 0;
}

header .wrapper-menu-txt a {
    font-size: 16px;
    color: #fff;
    margin-right: 40px;
    font-family: 'TisaSansPro.otf';
}

.wrapper-cabecera {
    background-image: url("../img/fondo_naranja.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapper-cabecera-gamma {
    background-image: url("../img/microlino_social_ads_fondo.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.cabecera {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0 40px 0;


}

.wrapper-img {
    width: 60%;
    text-align: center;
    position: relative;
}

.wrapper-img img {
    width: 100%;

}

.wrapper-img p:nth-child(1) {
    color: #FFF;
    font-family: 'Futura-Bold.otf';
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: -20px;

}

.txt-drive {
    margin-top: -110px;
}

.txt-drive p:nth-child(1) {
    color: #FFF;
    font-family: 'Futura-Bold.otf';
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.txt-drive p:nth-child(2) {
    color: #FFF;
    font-family: 'Futura-Bold.otf';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
    padding: 10px 0;
}

.txt-drive p:nth-child(3) {
    color: #FFF;
    font-family: 'TisaSansPro.otf';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.wrapper-form {
    width: 40%;
}

.wrapper-form p:nth-child(1) {
    color: #4D5053;
    text-align: center;
    font-family: 'Futura-Bold.otf';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;

}

.wrapper-form p:nth-child(2) {
    color: #4D5053;
    text-align: center;
    font-family: 'TisaSansPro.otf';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;

}

.wrapper-form label {
    color: #4D5053;
    text-align: center;
    font-family: 'TisaSansPro.otf';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;

}

::placeholder {
    color: #BFC0BF;
    font-family: 'TisaSansPro.otf';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

}

button {
    border-radius: 100px;
    background: #4E5053;
    color: #ffffff;
    font-family: 'TisaSansPro.otf';
    width: 100%;
    padding: 10px 0;
    /* margin-top: 20px; */
    height: 36px;
}

form {

    background-color: #E0E1E0;
    border-radius: 20px;
    max-width: 400px;
    padding: 40px;
    margin: auto;
}

.formulario__input {

    margin-top: 5px;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    border: 3px solid transparent;
    border-radius: 3px;
    height: 30px;
    padding: 0 40px 0 10px;
    transition: .3s ease all;
    border-radius: 20px;
    outline: none;
}

.formula {
    text-align: center;
    padding: 70px 0;
    background-image: url("../img/rectangulo_azul.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.formula p:nth-child(1) {
    color: #FFF;
    font-family: 'TisaSansPro.otf';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* margin-bottom: 30px; */
    letter-spacing: 9px;

}

/* .formula p:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-family: 'Futura-Bold.otf';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
} */

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
    /* padding: 50px 0; */
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px)) !important;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    /* content: url('../img/flecha_izq.png') !important; */
    margin-right: -100px;
}

.swiper-button-next:hover {

    transform: translate(10px, 0);
    transition: 0.5s;
}

img.pt-izq {
    position: absolute;
    top: 43%;
    left: 96px;
    z-index: 9;
}

img.pt-drch {
    position: absolute;
    top: 43%;
    right: 96px;
    z-index: 9;
}

.swiper-button-prev:hover {

    transform: translate(-10px, 0);
    transition: 0.5s;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    /* content: url('../img/flecha_izq.png') !important; */
    /* transform: rotate(180deg); */
    margin-left: -100px;

}

.swiper-pagination-dos {
    margin-top: -70px;
    z-index: 2;
    position: absolute;
}

.swiper {
    height: 630px !important;
}

.uno {
    width: 100%;
    background-image: url("../img/fondo_azul.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 1000px !important; */
}

.dos {
    width: 100%;
    background-image: url("../img/fondo_naranja.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 1000px !important; */
}

.tres {
    width: 100%;
    background-image: url("../img/fondo_verde.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 1000px !important; */
}

.tit-slide {
    color: #FFF;
    font-family: 'Futura-Bold.otf';
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-top: 30px;
}

.img-carru {
    max-width: 800px;
    margin: auto;
    display: flex;
}

.carru2 {
    margin-top: 40px;
}

.img-coche-negro {
    max-width: 430px;
}

.txt-carrusel {
    width: 1050px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.carrusel-azul {
    width: 55% !important;
}

.carrusel-verde div {
    text-align: start !important;
    margin-top: 35px;
    width: 40%;
}

.carrusel-verde p {
    text-align: start !important;

}

.txt-carrusel div {
    text-align: center;
    /* margin-top: 50px; */
    width: 40%;
}

.tres-wrapper {
    display: flex;
    padding: 20px 0;
    max-width: 1050px;
    margin: auto;
}

.tres-wrapper-img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.carrusel-verde {
    flex-direction: column;
    width: 40% !important;
}

.carrusel-verde div {
    display: flex;
    align-items: center;
    width: auto !important;
}

.carrusel-verde img {
    margin-right: 20px;
}

.txt-carrusel p {
    color: #FFF;
    font-family: 'TisaSansPro.otf';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;

}

.txt-carrusel p span {
    /* display: inline-block;
    line-height: 20px; */
    font-size: 15px;

}

.wrapper-boton {
    text-align: center;
    margin-top: 15px;
}

.boton-carrusel {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-family: 'TisaSansPro.otf';
    font-weight: bold;
    color: #000000;
}

.nacido {
    text-align: center;
    padding: 70px 0;
    background-image: url("../img/rectangulo_verde.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nacido p:nth-child(1) {
    color: #FFF;
    font-family: 'TisaSansPro.otf';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    letter-spacing: 9px;

}

.nacido p:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-family: 'Futura-Bold.otf';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer {
    background-color: #000000;
}

section.desktop {

    width: 60%;
    margin: auto;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    padding: 50px 0;

}

.footer-uno {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.footer-uno .wrapper-menu-img {
    width: 50%;
}

.footer-uno .wrapper-menu-txt {
    width: 50%;
}

.footer-uno .wrapper-menu-txt a {
    color: #FFF;
    font-family: 'TisaSansPro.otf';
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    padding: 0 10px;

}

.footer-dos {
    display: flex;
    justify-content: space-around;
}

.footer-dos {
    display: flex;
    justify-content: space-between;
}

.footer-dos .wrapper-menu-img {
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-dos .wrapper-menu-txt {
    width: 63%;
    display: flex;
    justify-content: space-between;
}

.footer-dos .wrapper-menu-txt a:nth-child(1) {
    color: #FFF;
    font-family: 'TisaSansPro.otf';
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    /* padding: 0 10px; */

}

.footer-dos .wrapper-menu-txt a:nth-child(2) {
    color: #8b8383;
    font-family: 'TisaSansPro.otf';
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    /* padding: 0 10px; */

}


.footer-dos .boletin {
    color: #000000 !important;
    font-family: 'TisaSansPro.otf';
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    padding: 0 10px;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

section .wrapper-menu-img {

    text-align: start;
}

section .wrapper-menu-txt a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'TisaSansPro.otf';
}

.footer-dos .wrapper-menu-img img {
    /* padding: 0 10px; */
    height: 90px;
}

.footer-dos .wrapper-menu-txt p {
    padding: 0 10px;
}

section.legales {
    width: 60%;
    margin: auto;

}

section.legales p {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-family: 'TisaSansPro.otf';
    padding-bottom: 50px;

}

.footer-tres {
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
}

.footer-tres .wrapper-menu-img {
    display: flex;
    width: 50%;
}


.footer-tres .wrapper-menu-txt {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.footer-tres .wrapper-menu-txt a {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'TisaSansPro.otf';
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.sobre {
    position: fixed;
    bottom: 45px;
    right: 30px;
    z-index: 2;
    background: #ffffff;
    padding: 20px;
    border-radius: 50%;
    border: 2px solid #F1B434;
    z-index: 3;
}

.sobre a {
    display: flex;
}

.sobre:hover {
    border-radius: 40px;
    border: 2px solid var(--accent-color, #F1B434);
    background: var(--white, #FFF);
    box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.15);
    transition: 0.7s;


}

.sobre:hover p {
    display: flex;
}

.sobre p {
    color: var(--text-color, #333334) !important;
    text-align: center !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 0 10px;
    display: none;
}

.sobre-mobile {
    position: fixed;
    bottom: 0px;
    right: 0;
    padding: 10px;
    background-color: #F1B434;
    z-index: 3;
    display: none;
    width: 100%;
    text-align: center;
    border-top: 3.5px solid #fff;
}

.sobre-mobile p {
    color: #FFF;
    font-family: 'Futura-Bold.otf';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.txt-carrusel div img {

    width: 50px;

}

.img-carru-verde {
    width: 106%;
}

/* PAGINAS LEGALES */
main.legales {
    width: 80%;
    margin: auto;
}

main.legales a {
    color: blue;
}

.titulo {
    margin-top: 50px;
    color: #000000;
    font-family: 'TisaSansPro.otf';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.titulo-cookies {
    margin-top: 50px;
    color: #000000;
    font-family: 'TisaSansPro.otf';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    text-align: center;
}

.actualizacion {

    color: #000000;
    font-family: 'TisaSansPro.otf';
    font-size: 10px;
    font-style: normal;
    line-height: normal;
}

.puntos {
    margin-top: 50px;
    color: #000000;
    font-family: 'TisaSansPro.otf';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
}

.puntos span {
    text-decoration: underline;
    padding-left: 10px;
}

.puntos-cookies {
    margin-top: 50px;
    color: #000000;
    font-family: 'TisaSansPro.otf';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
}

.puntos-cookies span {

    padding-left: 10px;
}

.cont-puntos {
    margin-top: 20px;
    color: #000000;
    font-family: 'TisaSansPro.otf';
    font-size: 15px;
    font-style: normal;
    line-height: normal;
}

.cont-puntos span {
    padding-left: 10px;
    font-weight: 700;
}

.cont-puntos-cookies {
    margin-top: 20px;
    color: #000000;
    font-family: 'TisaSansPro.otf';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.cont-puntos-cookies span {

    font-weight: 700;
}

.img-cookies {
    width: 70%;
    margin-top: 20px;
}

.footer {
    margin: 50px 0;
    color: #000000;
    font-family: 'TisaSansPro.otf';
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
}

.lista {
    margin-left: 20px;
    color: #000000;
    font-family: 'TisaSansPro.otf';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}


/* FIN PAGINAS LEGALES */

















@media only screen and (max-width: 1050px) {
    .titulo-cookies {

        font-size: 25px;

    }

    .titulo {

        font-size: 25px;

    }

    .img-cookies {
        width: 100%;
    }

    section.legales p {


        padding-bottom: 20px;
    }

    img.pt-izq,
    img.pt-drch {

        display: none;
    }

    .sobre {
        display: none;
    }

    .sobre-mobile {
        display: block;
    }

    .txt-drive p:nth-child(3) {
        padding: 0 20px;
    }

    .txt-drive p:nth-child(2) {

        font-size: 30px;

    }

    .carrusel-verde {

        width: 90% !important;
    }

    .swiper {
        height: 800px !important;
    }

    .wrapper-img p:nth-child(1) {

        font-size: 60px;
        margin-bottom: 0;

    }

    .txt-drive {
        margin-top: -50px;
    }

    .txt-drive p:nth-child(1) {

        font-size: 60px;

    }

    .formula p:nth-child(1) {

        font-size: 15px;

    }

    .formula {
        font-size: 20px;
        padding: 50px 20px;

    }

    .nacido p:nth-child(1) {

        font-size: 15px;

    }

    .nacido p:nth-child(2) {

        font-size: 15px;
        padding: 0px 20px;
        margin-top: 10px;

    }

    .formula p:nth-child(2) {

        font-size: 15px;
        margin-top: 10px;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        display: none;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        display: none;
    }

    .main-header {
        display: flex !important;
    }

    header.desktop {

        display: none;
    }

    section.cabecera {

        flex-direction: column;
        padding: 0 0;
    }

    .wrapper-img {
        width: 100%;
        padding: 50px 0;

        margin-top: 60px;

    }

    .wrapper-form {
        width: 100%;

    }

    form {
        background-color: #E0E1E0;
        border-radius: 0;
        width: 100%;
        padding: 20px;
        margin: auto;
    }

    .tit-slide {
        font-size: 40px;
        padding-top: 30px;

    }

    .txt-carrusel {
        flex-direction: column;
        margin-top: 0;
        width: 90% !important;

    }

    .img-carru {
        width: 80%;
        display: flex;
    }

    .txt-carrusel div {
        margin-top: 0px;
        display: flex;
        justify-content: unset;
        width: 90%;
        margin: auto;
        text-align: start;
    }

    .carru2 {
        margin-top: 30px;
    }

    .dos .txt-carrusel div {
        margin-top: 20px !important;
    }

    .tres-wrapper {
        flex-direction: column;
        padding: 0;
    }

    .txt-carrusel img {
        width: auto !important;
        padding: 10px 10px 10px;
        height: 100px;

    }

    .img-coche-negro {
        width: 100% !important;
    }

    .txt-carrusel p {

        text-align: start;
        font-size: 25px;
    }

    .tres-wrapper-img {
        width: auto;
        text-align: center;
    }

    .img-carru-verde {
        width: 60%;
    }

    .carrusel-verde div {
        display: flex;
        width: 100% !important;
    }

    .swiper {
        height: 768px;
    }

    .footer-uno {

        flex-direction: column;
        align-items: center;
    }

    .footer-uno .wrapper-menu-txt {

        flex-direction: column;
        text-align: center;
        margin-top: 50px;
    }

    .footer-dos {

        flex-direction: column;
    }

    .footer-dos .wrapper-menu-img {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
        justify-content: space-evenly;
    }

    .footer-dos .wrapper-menu-txt {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 0;
    }

    .footer-tres {

        flex-direction: column;
        align-items: center;
    }

    .footer-tres .wrapper-menu-txt {
        width: 100%;
        flex-direction: column;
    }

    .footer-tres .wrapper-menu-img {

        width: 100%;
        margin-bottom: 50px;
    }

    section.desktop {
        width: 80%;
        padding: 25px 0;

    }

    .footer-dos .wrapper-menu-txt a:nth-child(1) {

        padding: 0;
    }

    .footer-dos .wrapper-menu-txt a:nth-child(2) {

        padding: 0;
    }

    .footer-dos .boletin {
        padding: 10px !important;
        margin-top: 50px;
    }

    .footer-uno .wrapper-menu-img {

        text-align: center;
    }
}


@media only screen and (min-width: 765px) and (max-width: 822px) {
    .txt-carrusel {

        padding: 0 120px;
    }

    .img-carru {
        width: 60%;
        display: flex;
    }
}












/* MENU MOBILE */


.main-header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2.4rem;
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    background: #252928;
    z-index: 9;
}

.main-logo {
    color: black;
    font-size: 32px;
    text-decoration: none;
}

.main-logo img {
    /* margin-bottom: -10px; */
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    margin-left: -100%;
    transition: all .2s linear;
    background-color: rgba(0, 0, 0, .7);
    z-index: 100;
}

.main-nav.show {
    margin-left: 0;
}

.nav-links {
    background-color: rgb(250, 250, 250);
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

.nav-links a {
    color: #4D5053;
    text-align: center;
    font-family: 'Futura-Bold.otf';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 20px 0;
}

.link-item {
    margin-top: 2rem;
    color: #444444;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

.link-item::after {
    position: absolute;
    content: "";
    background-color: black;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 3px;
    transition: 0.3s ease all;
}

.link-item:hover::after {
    width: 100%;
}

.button-menu {
    z-index: 200;
    width: 40px;
    height: 40px;
    border: none;
    display: flex;
    background: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.button-menu span:nth-child(1) {
    width: 37px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    transform-origin: 4px 0px;
    transition: all .2s linear;

}

.button-menu span:nth-child(2) {
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    transform-origin: 4px 0px;
    transition: all .2s linear;
    left: -3px;
}

.button-menu span:nth-child(3) {
    width: 23px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    transform-origin: 4px 0px;
    transition: all .2s linear;
    left: -6px;
}

.button-menu.close span {
    opacity: 1;
    transform: rotate(45deg) translate(0px, 0px);
    background: #ffffff;

}

.button-menu.close span:nth-child(2) {
    transform: rotate(-45deg) translate(-8px, 5px);
}

.button-menu.close span:nth-child(3) {
    display: none;
}


@media screen and (min-width:1050px) {
    .button-menu {
        display: none;
    }

    .main-logo {
        flex-basis: 30%;
    }

    .main-nav {
        position: static;
        margin-left: 0;
        flex-basis: 70%;
        height: 100%;
    }

    .nav-links {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        background: white;
    }

    .link-item {
        display: inline-block;
        margin-top: 0;
        margin-right: 2rem;
    }
}

/* MENU MOBILE */




/* VALIDACION FORMULARIO */




.formulario__input-error {
    font-size: 12px;
    position: absolute;
    margin-top: -17px;
    display: none;
    color: #F66060;
    font-family: 'TisaSansPro.otf';

}

.formulario__input-error-activo {
    display: block;
}

.formulario__validacion-estado {
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 100;
    font-size: 16px;
    opacity: 0;
}

.formulario__checkbox {
    margin-right: 10px;

}

.terminos {
    font-size: 10px !important;
    display: flex;
    align-items: flex-start;
    color: #4D5053;
    /* text-align: center; */
    font-family: 'TisaSansPro.otf';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

}

.ocultar {
    display: block;
}

.formulario__mensaje {
    color: #4D5053;
    background: #F66060;
    padding: 0 15px;
    border-radius: 10px;
    display: none;
    font-family: 'TisaSansPro.otf';
}

.formulario__mensaje-activo {
    display: block;
}

.formulario__mensaje p {
    margin: 0;
    font-size: 15px !important;
    padding: 5px;
}

.formulario__grupo-btn-enviar {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.formulario__mensaje-exito {
    position: absolute;
    top: 20%;
    width: 300px;
    padding: 50px;
    text-align: center;
    background-color: #000;
    border-radius: 20px;
    font-size: 30px;
    color: #fff;
    display: none;
}

.formulario__mensaje-exito-activo {
    display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado {
    color: #1ed12d;
    opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
    color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
    color: #bb2929;
    opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
    border: 3px solid #bb2929;
}

.boton-registro {
    cursor: pointer;
    border: #4E5053;
    margin-top: 20px;
}

.boton-registro:hover {
    opacity: 0.7;
    transition: 0.5s;
}

/* VALIDACION FORMULARIO */