/* Minification failed. Returning unminified contents.
(66,22): run-time error CSS1039: Token not allowed after unary operator: '-negro'
(68,17): run-time error CSS1039: Token not allowed after unary operator: '-negro'
(77,28): run-time error CSS1039: Token not allowed after unary operator: '-verde'
(78,22): run-time error CSS1039: Token not allowed after unary operator: '-verde'
(88,28): run-time error CSS1039: Token not allowed after unary operator: '-azul'
(89,24): run-time error CSS1039: Token not allowed after unary operator: '-azul'
(99,28): run-time error CSS1039: Token not allowed after unary operator: '-azul'
(101,21): run-time error CSS1039: Token not allowed after unary operator: '-azul'
(111,21): run-time error CSS1039: Token not allowed after unary operator: '-azul'
(126,17): run-time error CSS1039: Token not allowed after unary operator: '-morado'
(133,17): run-time error CSS1039: Token not allowed after unary operator: '-negro'
(143,17): run-time error CSS1039: Token not allowed after unary operator: '-rojo'
(144,29): run-time error CSS1039: Token not allowed after unary operator: '-rojo'
(157,21): run-time error CSS1039: Token not allowed after unary operator: '-azul'
(163,17): run-time error CSS1039: Token not allowed after unary operator: '-dorado'
(170,17): run-time error CSS1039: Token not allowed after unary operator: '-dark-rojo'
(178,17): run-time error CSS1039: Token not allowed after unary operator: '-light-negro'
(188,17): run-time error CSS1039: Token not allowed after unary operator: '-TG'
(226,17): run-time error CSS1039: Token not allowed after unary operator: '-negro'
(235,21): run-time error CSS1039: Token not allowed after unary operator: '-dorado'
(246,37): run-time error CSS1039: Token not allowed after unary operator: '-rojo'
(261,21): run-time error CSS1039: Token not allowed after unary operator: '-light-negro'
(267,25): run-time error CSS1039: Token not allowed after unary operator: '-rojo'
(285,32): run-time error CSS1039: Token not allowed after unary operator: '-verde'
(288,26): run-time error CSS1039: Token not allowed after unary operator: '-verde'
(307,17): run-time error CSS1039: Token not allowed after unary operator: '-azul'
(315,28): run-time error CSS1039: Token not allowed after unary operator: '-default--rojo'
(362,33): run-time error CSS1039: Token not allowed after unary operator: '-dorado'
(372,32): run-time error CSS1039: Token not allowed after unary operator: '-dorado'
(373,26): run-time error CSS1039: Token not allowed after unary operator: '-dorado'
(671,17): run-time error CSS1039: Token not allowed after unary operator: '-TG'
(743,39): run-time error CSS1039: Token not allowed after unary operator: '-morado'
(748,21): run-time error CSS1039: Token not allowed after unary operator: '-TG'
(803,17): run-time error CSS1039: Token not allowed after unary operator: '-morado'
(811,17): run-time error CSS1039: Token not allowed after unary operator: '-morado'
(817,17): run-time error CSS1039: Token not allowed after unary operator: '-TG'
(1221,24): run-time error CSS1039: Token not allowed after unary operator: '-respuestas'
(1240,17): run-time error CSS1039: Token not allowed after unary operator: '-light-negro'
(1255,22): run-time error CSS1039: Token not allowed after unary operator: '-dorado'
(1286,28): run-time error CSS1039: Token not allowed after unary operator: '-light-gris'
(1291,17): run-time error CSS1039: Token not allowed after unary operator: '-light-negro'
(1298,17): run-time error CSS1039: Token not allowed after unary operator: '-light-negro'
(1319,28): run-time error CSS1039: Token not allowed after unary operator: '-respuestas'
(1330,21): run-time error CSS1039: Token not allowed after unary operator: '-TG'
(1339,17): run-time error CSS1039: Token not allowed after unary operator: '-light-negro'
(1346,28): run-time error CSS1039: Token not allowed after unary operator: '-light-gris'
(1351,17): run-time error CSS1039: Token not allowed after unary operator: '-light-negro'
(1364,17): run-time error CSS1039: Token not allowed after unary operator: '-dorado'
(1373,28): run-time error CSS1039: Token not allowed after unary operator: '-respuestas'
(1383,32): run-time error CSS1039: Token not allowed after unary operator: '-respuestas'
 */
.I-1 {
    background-image: url('/Content/Imagenes/header2.svg');
    background-repeat: no-repeat;
    background-size: 100%, 0%;
    height: 90%;
    min-height: 350px;
}

.I-1-GENERIC {
    background-repeat: no-repeat;
    background-size: 100%, 0%;
    height: 90vh;
    min-height: 350px;
    max-height: 630px;
    padding-top: 2vh;
    margin-bottom: 0vh;
}

.I-1-C {
    padding-top: 10vh;
}

.I-1-L {
    width: 30vw;
    min-width: 200px;
    max-width: 353px;
    max-height: 329px;
    display: flex;
    margin-right: 0px;
    margin-left: auto;
}

.inline {
    display: flex;
    flex-direction: row;
}

.I-1-T {
    color: #C2995C;
    font-weight: 700;
    font-size: 72px;
    line-height: 80.5px;
}

.I-1-ST {
    color: #2D2829;
    font-size: 72px;
    font-weight: 300;
    line-height: 80.5px;
}

.I-1-TC {
    width: 35vw;
    min-width: 100px;
    max-width: 353px;
    padding-top: 2vh;
    color: #494D55;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.11px;
    margin-bottom: 2vw;
}

.btn-registro {
    background-color: transparent;
    border: 2px var(--negro) solid;
    border-radius: 10px;
    color: var(--negro);
    padding: 9px 25px;
    font-size: 16px;
    font-weight: 400;
    min-width: 161px;
    margin-left: 1vw;
}

.btn-sesion {
    background-color: var(--verde);
    border: 2px var(--verde) solid;
    border-radius: 10px;
    color: #fff !important;
    padding: 9px 25px;
    min-width: 161px;
    font-size: 16px;
    font-weight: 400;
}

.btn-preguntas {
    background-color: var(--azul);
    border-color: var(--azul);
    border-radius: 10px;
    color: #fff;
    /*padding: 1vw;*/
    padding-left: 10px;
    padding-right: 10px;
}

    .btn-preguntas:hover {
        background-color: #fff;
        border-color: var(--azul);
        border-radius: 10px;
        color: var(--azul);
        padding-left: 10px;
        padding-right: 10px;
        /*padding: 1vw;*/
    }

    .btn-preguntas:focus {
        background-color: #fff;
        border-color: #fff;
        border-radius: 10px;
        color: var(--azul);
        outline: none;
        padding-left: 10px;
        padding-right: 10px;
    }

.I-2 {
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 5vh;
}

.I-2-T {
    display: block;
    text-align: center;
    color: var(--morado);
    font-size: 1.7em;
}

.I-2-T-TMP {
    display: block;
    text-align: center;
    color: var(--negro);
    font-size: 32px;
    font-weight: 700;
    line-height: 45.25px;
    margin-top: 2vh;
}

.I-2-TL {
    display: block;
    text-align: center;
    color: var(--rojo);
    border-bottom: 2px var(--rojo) solid;
    width: 162px;
    margin-top: 5px;
    min-width: 150px;
    max-width: 200px;
}

.I-2T-Img {
    display: block;
    text-align: center;
}

    .I-2T-Img svg {
        color: var(--azul);
        width: 60px;
        height: 60px;
    }

.I-2-TS {
    color: var(--dorado);
    font-size: 64px;
    line-height: 80.45px;
    font-weight: 900;
}

.I-2-ST {
    color: var(--dark-rojo);
    font-size: 20px;
    font-weight: 700;
    line-height: 30.17px;
}

.I-2-TC {
    width: 100%;
    color: var(--light-negro);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: justify;
}

.I-2-TCF {
    display: block;
    text-align: center;
    color: var(--TG);
    font-size: 1.1em;
}

.I-2-Pasos {
    display: block;
    margin-top: 1vw;
    position: relative;
}

.I2-BG-LPasos {
    position: absolute;
    top: -20px;
    left: -15px;
    width: 215px;
}

.I-2-F {
    background-image: url(/Content/Imagenes/fondo-listo.svg);
    background-repeat: no-repeat;
    background-size: 15%, 0%;
    background-position-x: center;
    height: 30vh;
    min-height: 125px;
    max-height: 190px;
    margin-top: 8vh;
}

.I3-PC {
    display: flex;
    align-items: center;
}

.I3-TB {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    font-weight: 700;
    color: var(--negro);
}

    .I3-TB p {
        margin: 0px;
        padding: 0px;
    }

    .I3-TB spam {
        color: var(--dorado);
        position: relative;
    }

        .I3-TB spam::before {
            content: "";
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            bottom: -2px;
            width: 75%;
            border-bottom: 2px var(--rojo) solid;
        }

.I3-UL {
    padding: 24px;
}

    .I3-UL li:first-child {
        margin-top: 0px !important;
    }

    .I3-UL li {
        font-size: 16px;
        font-weight: 400;
        line-height: 20.11px;
        color: var(--light-negro);
        margin-top: 20px;
    }

        .I3-UL li::marker {
            font-size: 24px;
            color: var(--rojo);
        }

/*.I-3-CU {
    margin-right: 20vw;
    margin-left: 20vw;*/
/*background-color: #eef2f5;*/
/*height: 50vh;*/
/*min-height: 300px;
    max-height: 310px;
}*/

.I3-BTN {
    display: flex;
    justify-content: end;
}

    .I3-BTN a {
        background-color: var(--verde);
        color: #fff !important;
        padding: 9px 25px;
        border: 2px var(--verde) solid;
        border-radius: 10px;
        width: 258px;
    }

.I-3-L {
    display: flex !important;
    margin-right: 0px;
    margin-left: auto;
    width: 30% !important;
}

.I-3-C {
    padding-top: 12vh;
}

.I-3-T {
    display: block;
    text-align: left;
    color: var(--azul);
    font-size: 2em;
    padding-top: 3vh;
}

.I-4 {
    margin-top: 15vh;
    display: flex;
    background-color: var(--default--rojo);
    background-image: url('/Content/Imagenes/patron_preg_frec.png');
    background-size: 40px;
    background-repeat: repeat;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 23px 0px;
}

.I-4-P {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    line-height: 30.17px;
    color: #fff !important;
    margin-left: 50px;
}

    .I-4-P p {
        margin: 0px;
    }

    .I-4-P img {
        position: absolute;
        top: -70px;
        left: -90px;
        width: 115px;
    }

    .I-4-P .I-4-P2 {
        font-size: 34px;
        line-height: 42.25px;
        font-weight: 700;
    }

.I-4-P2 spam {
    position: relative;
}

    .I-4-P2 spam::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: -2px;
        width: 75%;
        border-bottom: 2px var(--dorado) solid;
    }

.I-4-BTN {
    margin-left: 50px;
}

    .I-4-BTN button {
        width: 162px;
        padding: 9px 25px;
        background-color: var(--dorado);
        border: 2px var(--dorado) solid;
        border-radius: 10px;
        color: #fff;
        font-size: 16px;
    }

.I-5 {
    background-color: transparent;
    border-radius: 150px;
    margin-left: 0vw;
    margin-right: 0vw;
    margin-top: 15vh;
    margin-bottom: 10vh;
}

/* Molda Privacidad Style */
.page-title-modal-privacidad {
    color: #695093;
    font-size: 36px;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.page-subtitle-modal-privacidad {
    color: #6e799f;
    font-size: 30px;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.page-mini-subtitle-modal-privacidad {
    color: #6e799f;
    font-size: 24px;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.body-modal-privacidad {
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
    color: #6E799F;
    text-align: left;
    background-color: #fff;
}

/* Tablets */
@media only screen and (min-width: 540px) and (max-width: 980px) {
    .I-1 {
        background-image: url('/Content/Imagenes/vector_fondo_header.svg');
        background-size: 180%, 0%;
        background-position: top -150px right;
        max-height: fit-content;
        margin-bottom: 0vh;
    }

    .I-1-GENERIC {
        height: 45vh;
    }

    .I-1-C {
        padding-top: 8vh;
    }

    .I-1-T {
        font-size: 64px;
        line-height: 70px;
    }

    .I-1-ST {
        font-size: 64px;
        line-height: 40px;
    }

    .I-1-TC {
        width: 100%;
        margin-top: 0.5vh;
        margin-bottom: 2vh;
    }

    .I2-BG-LPasos {
        top: -5px;
        left: -15px;
        width: 185px;
    }

    .I-3 {
        margin-top: 130px;
    }

    .I3-BTN {
        justify-content: center;
    }

        .I3-BTN .btn-registro {
            width: 335px;
        }

    .I3-IMG-Ocultar {
        display: none;
    }

    .I-4 {
        margin-top: 12vh;
    }
}

@media only screen and (max-width: 540px) {
    .I-1 {
        background-image: url('/Content/Imagenes/vector_fondo_header.svg');
        background-size: 1350px, 0%;
        background-position: top -0px right -150px;
        margin-bottom: 0vh;
    }

    .I-1-C {
        padding-top: 5vh;
    }

    .I-1-L {
        margin: auto;
    }

    .I-1-T {
        font-size: 48px;
        line-height: 60.34px;
    }

    .I-1-ST {
        font-size: 48px;
        line-height: 25px;
    }

    .I-1-TC {
        width: 100%;
        max-width: 100%;
        margin-top: 0.5vh;
        margin-bottom: 2vh;
    }

    .btn-sm-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btn-sesion {
        width: 94%;
    }

    .btn-registro {
        margin-top: 15px;
        width: 94%;
    }

    .I3-IMG-Ocultar {
        display: none;
    }

    .I-2-Pasos-Last {
        display: flex;
        justify-content: center;
    }

        .I-2-Pasos-Last .I-2-Pasos {
            display: flex;
            flex-direction: column;
        }

            .I-2-Pasos-Last .I-2-Pasos .col-xs-12 {
                text-align: center;
            }

    .I-2-Pasos {
        margin-top: 30px;
        display: flex;
        align-items: center;
    }

    .I2-BG-LPasos {
        left: 0px;
    }

    .I-2-ST {
        font-size: 24px;
    }

    .I-3 {
        margin-top: 120px;
        padding: 0px 15px;
    }

    .I3-BTN {
        justify-content: center;
    }

        .I3-BTN a {
            width: 100%;
        }

    .I3-TB {
        font-size: 24px;
    }

    .I-4 {
        flex-direction: column;
        padding: 30px 0px;
    }

    .I-4-P {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        margin-left: 0px;
    }

        .I-4-P img {
            top: -85px;
            left: -90px;
            width: 150px;
        }

        .I-4-P .I-4-P2 {
            text-align: center;
            font-size: 32px;
            width: 252px;
            margin-bottom: 15px;
        }

    .I-4-BTN {
        margin-left: 0px;
        width: 100%;
    }

        .I-4-BTN button {
            width: 94%;
        }

    .I-4-P2 spam::before {
        right: 5px;
        left: inherit;
        transform: inherit;
        bottom: -2px;
        width: 145px;
    }
}
/* cambios css solo para modo vertical */
@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: portrait) {
    /* inserta aquí tu código */
}

/* cambios css solo para modo horizontal */
@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: landscape) {
    /* inserta aquí tu código */
}

/*.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #695093 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}*/

.owl-item {
    width: 200px !important;
}

.rotate-icon {
    position: absolute;
    /*top: 1px;*/
    right: 11px;
    font-size: 25px;
    font-weight: bold;
}

.flex-lista {
    display: flex !important;
    align-items: center !important;
}

.color-txtLista {
    font-size: 16px;
    color: var(--TG);
}

.espacio-txtLista {
    padding-left: 20px;
    /*text-align: justify;*/
    padding-bottom: 10px;
    padding-top: 10px;
}

.img-beneficios {
    height: 240px;
    padding-bottom: 42px;
    /* align-items: center; */
    padding-left: 50px;
}

.txt-Beneficios {
    margin-left: 15vw;
    margin-right: 15vw;
    margin-bottom: 8vh;
}

.Espacio-Img {
    margin-top: 30px;
}

@media screen and (device-aspect-ratio: 40/71) {
    .Espacio-Img {
        margin-top: 155px;
    }
    /*.I-4 {
        margin-left: 15vw;
        margin-right: 15vw;
        margin-bottom: 10vh;
        margin-top: 65vh;
    }*/
}

@media screen and (device-aspect-ratio: 375/667) {
    /*.I-4 {
        margin-left: 15vw;
        margin-right: 15vw;
        margin-bottom: 10vh;
        margin-top: 25vh;
    }*/

}

@media (min-width: 767px) {
    .modal-body {
        position: relative;
        padding: 0px 20px 55px 20px;
    }

    .content-Log {
        width: 100%;
    }

    .Log {
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 35% !important;
        margin: 30px auto !important;
    }

    .Input-Log {
        text-decoration: none;
        border: 0px;
        border-bottom: 1px solid var(--morado);
        font-size: 1.7rem;
        /*width: 20vw;*/
        min-width: 150px;
        max-width: 100%;
        color: var(--TG);
        border-radius: 0px !important;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075) !important;
    }
}


/*AVISO Y PRIVACIDAD*/
.modal-backdrop-mod {
    /* width: 100%; */
    display: none;
    opacity: 0.7;
    background-color: #5c526c !important;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    /* background-image: url(/Content/Imagenes/linea1.svg); */
    background-repeat: no-repeat;
    background-size: 100%, 0%;
    /* background-position-x: -200px; */
    background-position-y: 30vh;
    position: fixed;
    z-index: 1050;
}

.modal-over {
    overflow-y: auto;
}

.Log-privacidad {
    position: absolute !important;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    width: 100% !important;
    max-width: 1000px !important;
}

.content-Log-privacidad {
    width: 100%;
    min-width: 200px;
    max-width: 500px;
    border: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}

.header-Log-privacidad {
    border-bottom: 0px;
    padding: 0px !important;
}

.page-title-privacidad {
    color: var(--morado);
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.head-title-privacidad {
    color: var(--morado);
    font-size: 3.0rem;
    font-weight: bold;
}

.subtitle-privacidad {
    color: var(--TG);
    font-size: 2.0rem;
    font-weight: bold;
}

.parrafo-privacidad {
    margin: 20px 0;
    font-size: 18px;
}

.md-scroll {
    max-height: calc(115vh - 200px) !important;
    overflow-y: auto !important;
    padding: 33px;
}
/*FIN AVISO Y PRIVACIDAD*/

/*Medias*/
/* ----------- dispositivos móviles ----------- */
/* cambios css para modo vertical y horizontal */
/*@media only screen and (min-width: 320px) and (max-width: 736px) {
    .Log-privacidad {
        position: absolute !important;
        left: 47%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
        width: 95% !important;
    }
    .I-1-GENERIC {
        background-image: url(/Content/Imagenes/header.svg);
        background-repeat: no-repeat;
        background-size: 350%, 0%;
        background-position-x: -200vw;
        height: 90vh;
        min-height: 350px;
        max-height: 600px;
        padding-top: 0px;
        margin-bottom: 10vh;
        clip-path: ellipse(95% 98% at 50% -6%);
    }


    .I-1-C {
        padding-top: 2vh;
    }

    #H-card {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .I-1-L {
        width: 30vw;
        min-width: 150px;
        max-width: 300px;*/
/* text-align: left; */
/*display: flex;*/
/* flex-direction: column; */
/* justify-content: space-between; */
/*margin-right: auto;
        margin-left: auto;
    }

    .I-1-T {
        color: var(--morado);
        font-size: 35px;
        display: block;
        text-align: center;
    }

    .I-1-ST {
        color: var(--morado);
        font-size: 35px;
        line-height: 0px;
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }

    .I-1-TC {
        display: block;
        text-align: center;
        width: auto;
        min-width: 100px;
        max-width: 85vw;
        color: var(--TG);
        font-size: 15px;
        padding-bottom: 10px;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .inline {
        display: block;
    }

    .btn-registro {
        padding: 12px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .btn-sesion {
        padding: 10px;
        height: 47px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .I-2 {
        margin-left: 15vw;
        margin-right: 15vw;
        margin-bottom: 5vh;
    }

    .I-2-T {
        display: block;
        text-align: center;
        color: var(--morado);
        font-size: 1.7em;
    }

    .I-2-Pasos {
        display: flex;
    }

    .I-3 {
        margin-bottom: 10vh;*/
/*background-color: #eef2f5;*/
/*background-image: none;
    }

    .I-3-CU {
        margin-right: 10vw;
        margin-left: 10vw;
    }

    .I-3-L {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .I-3-T {
        text-align: center;
    }

    .I-3-C {
        padding-top: 5vh;
    }*/

/*    .I-4-Quest {
        display: none;
    }

    .I-4 {
        margin-left: 15vw;
        margin-right: 15vw;
        margin-bottom: 10vh;
        margin-top: 38vh;
    }

    .I-4-Ocultar {
        display: block;
    }

    .I-4-T {
        display: block;
        text-align: center;
        color: var(--morado);
        font-size: 1.5em;
        margin-top: 24vh;
    }
    .I-4-T-TMP {
        display: block;
        text-align: center;
        color: var(--morado);
        font-size: 1.7em;
        margin-top: 0vh;
    }*/

/*.Espacio-Img {
        margin-top: 70px;
    }
    .flex-lista {*/
/* padding-top: 4px; */
/*display: flex !important;
        align-items: initial !important;
    }*/

/*.I-4-A-T {
        font-size: 12px !important;
        font-weight: bold !important;
    }*/

/*.btn-Login-1 svg {*/
/*display: none;*/
/*}

    .I-5 {
        background-color: #eef2f5;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10vh;
        margin-bottom: 10vh;
    }
}*/


@media only screen and (min-width : 1424px) {
    /*.I-4 {
        margin-left: 10vw;
        margin-right: 0vw;
        margin-bottom: 10vh;
    }*/
    .I-3-CU {
        margin-right: 5vw;
        margin-left: 10vw;
        /* background-color: #eef2f5; */
        /* height: 50vh; */
        min-height: 300px;
        max-height: 400px;
    }

    .I-2 {
        margin-left: 1vw;
        margin-right: 1vw;
        margin-bottom: 11vh;
        margin-top: 6vh;
    }
}

/*iPhone 5:*/
@media screen and (device-aspect-ratio: 40/71) {
    .Espacio-Img {
        margin-top: 250px;
    }

    /*.I-4 {
                margin-left: 15vw;
                margin-right: 15vw;
                margin-bottom: 10vh;
                margin-top: 80vh;
            }*/
}
/*iPhone < 5:*/
@media screen and (device-aspect-ratio: 2/3) {
    .I-1-GENERIC {
        background-image: url(/Content/Imagenes/header.svg);
        background-repeat: no-repeat;
        background-size: 350%, 0%;
        background-position-x: -200vw;
        height: 107vh;
        min-height: 350px;
        max-height: 600px;
        padding-top: 0px;
        margin-bottom: 10vh;
        clip-path: ellipse(95% 98% at 50% -6%);
    }

    .Espacio-Img {
        margin-top: 190px;
    }

    /*.I-4-T {
                display: block;
                text-align: center;
                color: var(--morado);
                font-size: 1.5em;
                margin-top: 75vh;
            }*/
}
/*iPhone 6:*/
@media screen and (device-aspect-ratio: 375/667) {
}
/*iPhone 6 Plus:*/
@media screen and (device-aspect-ratio: 16/9) {
}
/*iPad:*/
@media screen and (device-aspect-ratio: 3/4) {
    /*.I-4-Ocultar {
                display: block;
            }
            .img-beneficios {
                height: 240px;
                padding-bottom: 42px;*/
    /* align-items: center; */
    /*padding-left: 184px;
            }*/
    /*.I-4-T {
                display: block;
                text-align: center;
                color: var(--morado);
                font-size: 1.5em;
                margin-top: 8vh;
            }*/
}

/*PARA IPHONE 4*/

.md-body-aviso {
    max-height: calc(115vh - 200px) !important;
    overflow-y: auto !important;
    padding: 33px;
}

.hd-aviso-privacidad {
    padding: 0px !important;
    border-bottom: 0px solid #e5e5e5 !important;
}

/*Configuración contenedor padre*/
.carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*background: red;*/
    margin-top: 120px;
    margin-bottom: 120px;
}
/*Configuración contenedor hijo*/
.carousel-container {
    display: flex;
    justify-content: center;
    position: relative;
    /*background: green;*/
    height: 100px;
}

/* Configuración contenedor imagenes */
#carousel-yucatan {
    width: 75%;
    /*background: yellow;*/
}

    #carousel-yucatan .item img {
        width: 100%;
        background-size: cover;
        background-position: center;
    }

.left-arrow, .right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #494D55;
    background-color: #EFEDEA;
    padding: 5px;
    cursor: pointer;
    z-index: 10;
    width: 34px;
    height: 34px;
    opacity: 0.5;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media (max-width: 768px) {
    .left-arrow {
        left: 10px;
    }

    .right-arrow {
        right: 10px;
    }
}

@media (min-width: 1200px) {
    .left-arrow {
        left: 85px;
    }

    .right-arrow {
        right: 85px;
    }
}

#container-main {
    margin: 40px auto;
    width: 95%;
    min-width: 320px;
    max-width: 960px;
}

#container-main h1 {
    font-size: 40px;
    text-shadow: 4px 4px 5px #16a085;
}

.accordion-container {
    width: 500px;
    margin: 0 0 8px;
    clear: both;
    border-color: var(--respuestas);
    border-width: 1px;
    border-style: solid;
}
.accordion-container2 {
    width: auto;
    margin: 0 0 8px;
    clear: both;
}

.accordion-titulo {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: #fff;
    color: var(--light-negro);
    text-decoration: none;
    font-weight: 400;
    cursor: pointer !important;
    margin-bottom: 0px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #EFEDEA !important;
}

.accordion-titulo .flecha {
    margin:0px 0px 0px 10px; 
}

.accordion-titulo.open {
    color: #fff !important;
    background: var(--dorado) !important;
    border: none !important;
    border-radius: 5px 5px 0px 0px !important;
}

/*.accordion-titulo:hover {
    color: var(--negro);
    background: #fff;
    border: var(--light-negro) !important;
}*/

.accordion-titulo span.toggle-icon:before {
    content: "+";
}

.accordion-titulo.open span.toggle-icon:before {
    content: "-";
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 38px;
    font-weight: bold;
}

.accordion-content {
    display: none;
    padding: 30px 50px;
    overflow: auto;
    background-color: var(--light-gris);
}

.accordion-content p {
    font-size: 16px;
    color: var(--light-negro) !important;
    font-weight: 400;
    line-height: 24px;
}

.accordion-content .list {
    margin: 0;
    color: var(--light-negro) !important;
    font-weight: 700;
}

.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
}


@media (max-width: 767px) {
    .accordion-content {
        padding: 20px;
    }
    .accordion-container {
        width: 100%;
        margin: 0 0 8px;
        clear: both;
        border-color: var(--respuestas);
        border-width: 1px;
        border-style: solid;
    }
    .accordion-titulo {
        position: relative;
        display: flex;
        padding: 20px;
        font-size: 16px;
        font-weight: 600 !important;
        background: #fff;
        color: var(--TG);
        text-decoration: none;
        font-weight: 400;
        cursor: pointer !important;
        margin-bottom: 0px;
    }
}

.lista-acordion {
    color: var(--light-negro) !important;
}

.accordion-content-true {
    display: block;
    padding: 30px 50px;
    overflow: auto;
    background-color: var(--light-gris);
    font-size: 16px;
}

.text-acordion {
    color: var(--light-negro) !important;
    font-weight: 400;
    line-height: 24px;
}

.text-acordion2 {
    color: #fff !important;
    padding-left: 10px;
}

.text-acordion2 a {
    font-size: 16px;
    font-weight: 700;
    color: var(--dorado);
    text-decoration: underline;
}

@media only screen and (min-width: 737px) and (max-width: 990px) {
    .accordion-container {
        width: 100%;
        margin: 0 0 8px;
        clear: both;
        border-color: var(--respuestas);
        border-width: 1px;
        border-style: solid;
    }
}
    @media only screen and (min-width : 1424px) {
        .accordion-container {
            width: 530px;
            margin: 0 0 8px;
            clear: both;
            border-color: var(--respuestas);
            border-width: 1px;
            border-style: solid;
            display: block;
        }
    }
