:root{
    /* --rojo-infonavit: #E61837; */
    /* --amarillo-sntsa: #fdca02; */
    --amarillo-sntsa: #ffdd53;
    --rojo-sntsa: #f90200;
    --gris-sntsa: #434043;
}
body{
    background: #CECECE;
    /* background-image: url('../img/Background.jpg'); Ruta a tu imagen de fondo */
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    opacity: 1;
}
.contenedor{
    display: inherit;
    background: #FFF;
    border-radius: 16px;
    margin-bottom: 102px;
}
section#principal h1 {
    color: #434043;
}
p.texto-principal {
    font-size: 21px;
}
button.boton.extendido.rojo {
    background: var(--amarillo-sntsa);
    color: #453e3c;
}
.cuerpo-formulario label {
    color: #453e3c;
    font-weight: 500;
}
span.disclaimer {
    font-size: 11px;
    text-align: center;
    width: 100%;
    display: block;
}
section#formulario{
    /* background-color: #E61837; */
    background-color: var(--amarillo-sntsa);
}
span.disclaimer {
    font-size: 11px;
    text-align: center;
    width: 100%;
    display: block;
}
form#interes input {
    border: none;
    border-bottom: 2px solid var(--amarillo-sntsa);
    border-radius: 0px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.subpie{
    /* background-color: #E61837; */
    background-color: var(--amarillo-sntsa);
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
h2.nombre{
    color: var(--amarillo-sntsa);
    font-weight: 600;
    font-size: 24px;
}
h3.maestria{
    color: #848484;
    font-size: 18px;
    line-height: 22px;
}
button.boton {
    border-radius: 25px;
    height: 48px;
    padding: 0 40px;
    border: none;
    font-weight: 800;
    font-size: 21px;
    display: block;
    margin: 0 auto;
}
.boton.extendido{
    padding: 0 75px;
}
ul.links-pie li {
    list-style: none;
}
ul.links-pie li>a {
    color: black;
    text-decoration: none;
    list-style: none;
    font-weight: 500;
}
.negro{
    background-color: black;
    color: #FFF;
}
ul.links-pie {
    margin-inline-start: 0px;
    padding-inline-start: 0px;
    line-height: 36px;
    font-size: 15px;
}
.correo-pie{
    color: #E61837;
    font-weight: 800;
    font-size: 1.8vmin;
}
.direccion-pie{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.telefono-wa-pie{
    font-size: 28px;
    font-weight: 800;
}
p.copy-pie {
    color: #000000;
    font-size: 18px;
    font-weight: 900;
}
a.aviso-privacidad {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
}
p.texto-estudiante{
    font-size: 16px;
    line-height: 21px;
}
.editorial {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 75%, rgba(236,236,236,1) 100%);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 6px 18px #3c3c3c26;
    border: 1px solid #FFF;
}
h1.titulo-editorial {
    font-size: 44px;
    font-weight: 600;
    color: #E61837;
}
p.info-editorial {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}
a.titulo-libro {
    text-decoration: none;
    font-weight: 500;
    color: #000;
}
h2.tipo-programa{
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    color: var(--amarillo-sntsa);
}
ul.requisitos li{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 23px;
    line-height: 20px;
    font-weight: 500;
}
span.cupon {
    font-weight: 500;
}
.programa {
    min-height: 552px;
    background: #fff;
    box-shadow: 0px 3px 12px #00000029;
    border-radius: 15px;
    padding: 29px;
    position: relative;
}
.programa::before {
    content: '';
    background: url(../img/icono_estudia_iexe.webp);
    position: absolute;
    z-index: 10;
    top: -45px;
    width: 90px;
    height: 90px;
    left: calc(50% - 45px);
}
section#banner{
    /* background: #E61837; */
    background: var(--amarillo-sntsa);
}
.contenedor-elige {
    box-shadow: 0px 15px 27px #3c3c3c55;
    border-radius: 15px;
    background: #FFF;
    margin-bottom: 7em;
    padding-top: 1px;
    
    position: relative;
}
.contenedor-de-eleccion{
    margin-top: -190px;
}
.img-inactiva {
    width: 75%;
}
section#elige {
    margin-top: -40px;
}
.img-elige{
    box-shadow: 3px 3px 12px #00000059;
    border-radius: 15px;
}
.img-activa {
    border: 6px solid var(--amarillo-sntsa);
    border-radius: 22px;
}
ul.elige {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 260px;
}

ul.elige li {
    font-size: 21px;
    line-height: 50px;
}
.boton-descarga {
    max-width: 750px;
    margin: 0 auto;
    background: var(--amarillo-sntsa);
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-radius: 9px 9px 0px 0px;
}
.boton-descarga a {
    font-weight: 500;
    color: #453e3c;
    text-decoration: none;
    font-size: 16px;
}
.img-descarga{
    margin-left: 32px;
}
ul.elige li:hover {
    text-decoration: underline 5px #747677;
    text-underline-offset: 5px;
    font-weight: 600;
    cursor: pointer;
}
section#principal{
    background: url(../img/infonavit_chica.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    background-position-y:0%;
    padding-bottom: 295px;
}
.cuerpo-formulario {
    background: #FFF;
    padding: 20px;
    border-radius: 0px 0px 15px 15px;
}
.formulario-header {
    background: var(--amarillo-sntsa);
    border-radius: 15px 15px 0 0;
    margin-bottom: -15px;
    margin-top: 6em;
}
.formulario-header h2{
    font-size: 27px;
    font-weight: 600;
    color: #453e3c;
    padding: 8px 26px;
    text-align: center;
}
p.header-form {
    text-align: center;
    color: #453e3c;
    font-size: 14px;
}
.navi {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul.navi {
    display: flex;
    justify-content: space-evenly;
    font-size: 21px;
}
.navi.ul li{
    display: flex;
    justify-content: space-evenly;
}
ul.navi li a {
    /* color: #E61837; */
    color: #434043;
    text-decoration: none;
    font-weight: 800;
}
.navegacion{
    display: flex;
    align-items: center;
    height: 60px;
}
.circulo {
    width: 330px;
    height: 330px;
    position: absolute;
    background: #ffdd53;
    border-radius: 50%;
    top: -158px;
    left: 72%;
    z-index: -1;
}
.franja {
    width: 40px;
    height: 100%;
    background: var(--amarillo-sntsa);
    position: absolute;
    border-radius: 15px 0px 0px 15px;
}
.tu-futuro{
    position:relative;
}
.logo-top{
    position: relative;
    z-index: 2;
}
.persona-testimonio{
    margin-top: -24px;
}
span.valoración {
    font-weight: 600;
    color: var(--amarillo-sntsa);
}
.mb-7{
    margin-bottom: 7em;
}
section#formulario input.form-control {
    border-radius: 0px;
    border: none;
    line-height: 32px;
}
.cuadros-programa{
    display: contents;
}
.bloque-head {
    height: 60px;
    width: 800px;
    background: var(--amarillo-sntsa);
    position: absolute;
}
.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
  ul.eliges li a {
    text-decoration: none;
    color: #444;
}
button.boton.rojo {
    background: var(--amarillo-sntsa);
    color: #FFF;
    box-shadow: 5px 5px 8px #9b9b9b;
}
  .boton{
    border-radius: 25px;
    height: 48px;
    padding: 0 40px;
    border: none;
    font-weight: 800;
    font-size: 21px;
    display: block;
    margin: 0 auto;
  }
  a.btn.boton.rojo {
    background: var(--amarillo-sntsa);
    color: #453e3c;
    padding: 8px;
}
.hidden{
    visibility: hidden;
}
.telefono-wa-pie a {
    color: unset;
    text-decoration: none;
}
  @keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
      -webkit-transform: translate3d(-4px, 0, 0);
      -moz-transform: translate3d(-4px, 0, 0);
      -ms-transform: translate3d(-4px, 0, 0);
      -o-transform: translate3d(-4px, 0, 0);
}
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }
  .carousel-control-next-icon {
    background-image: url('../img/flecha-der.svg');
    
}
.carousel-control-prev-icon {
    background-image: url('../img/flecha-izq.svg');
    
}
footer{
    padding-top: 25px;
    background-color: #FFF;
}

@media only screen and (max-width: 700px){
    .correo-pie{
        font-size: 14px;
    }
    section#principal {
        background-image: unset;
    }
    section#principal {
        padding-bottom: 0px;
    }
    section#elige {
        margin-top: 64px;
    }
    .contenedor-elige {
        height: 565px;
    }
    button.carousel-control-prev {
        height: 565px;
    }
    button.carousel-control-next {
        height: 565px;
    }
    .contenedor-elige{
        overflow: hidden;
    }
    
}

@media only screen and (max-width: 1399px){
    ul.elige li {
        font-size: 15px;
        line-height: 50px;
    }
}