*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body
{
    min-width: 320px;
}

header{
    background-image: linear-gradient(0deg, rgba(31, 30, 32, 0.9) 20%, rgba(0, 111, 176, 0.9) 70%), url(../img/Monumento_institucional_UTMACH.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% -20%;
    padding-top:60px;
   
}

.contMenu {
    position: fixed;
    top:0px;
    width: 100%;
    padding: 15px;
    transition: background-color 0.2s ease-in-out;
    z-index: 1;
}

.menuScrolleado{
    background-color:  #1A70AD;
    
}



.contMenu section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contMenu section img{
    width: 137px;
    height: 30px;
}

.contMenu section nav{
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 100vw;
    z-index: 1;
    width: 255px;
    height: 100%;
    font-size: 1.8rem;
    font-family: sans-serif;
    font-weight: 400;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-top: 15%;
    background-color: #1a70ad;
    transition: all 0.4s ease;
    opacity: 0;
}

.contMenu section nav li{
    padding: 25px 7% 15px 7%;
    border-bottom: 1.5px solid #135e9369;
    box-shadow: 0px 2px 7px -5px #3480b6;
}

.contMenu section nav a{
    color: white;
    text-decoration: none;
}

.contMenu section p{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    cursor: pointer;
    z-index: 2;
}

.contMenu section #btnMenu{
    background-image: url(../img/menu.png);
}

.contMenu section #cerrarMenu{
    background-image: url(../img/x.png);
    width: 18px;
    margin-right: 10px;
    height: 24px;
    margin-top: 5px;
}



.contTitleHeader article{
    padding: 10px 10px 20px 10px;
}

.contTitleHeader {
    width: 100%;
    padding: 30px;
}

.contTitleHeader article h1{
    color: white;
    font-size: 3.5rem;
    /*font-style: italic;*/
    font-weight: 400;
    font-family: sans-serif;
    text-align: left;
    line-height: 4.5rem;
}

.contTitleHeader article h2{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem;
    font-family: sans-serif;
    text-align: left;
    color: white;
    border-left: 3px solid #ffffff;
    padding-left: 8px;
    margin-top: 20px;
}

.Herramientas .imgHerr{

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 120px;
    margin-bottom: 10px;

}

.contHerramientas{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(180px,250px));
    gap: 50px 0px;
    width:100%;  
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.contHerramientas .herramienta .nomHerramienta{
    font-size: 1.8rem;
    line-height: 2.0rem;
    color: #2626AD;
    padding: 0;
    text-align: center;
}

.contHerramientas .herramienta{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #707070;
}

.icono-cronograma{
    background-image: url(../img/2206309.png);
}

.icono-simulador{
    background-image: url(../img/7440540.png);
}

.icono-oferta-academica{
    background-image: url(../img/5846217.png);
}

.icono-calculadora{
    background-image: url(../img/4341097.png);
}

.icono-educom{
    background-image: url(../img/icono-educom.png);
}

.icono-pregunta{
    background-image: url(../img/906763.png);
}



.icono-numerico{
    background-image: url(../img/709337.png);
}

.icono-logico{
    background-image: url(../img/5265968.png);
}

.icono-verbal{
    background-image: url(../img/3038089.png);
}

.icono-atencion{
    background-image: url(../img/6604292.png);
}

.cronograma{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f3f4f4;
}

.cronograma h2{
    color: #2626AD;
    font-size: 2.4rem;
    font-family: sans-serif;
    text-align: center;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 20px;
}

.cronograma p{
    font-family: sans-serif;
    color: #707070;
    font-size: 1.8rem;
    text-align: center;
}

.cronograma .crngrm-disclaimer{
    padding: 20px;
    text-align: left;
    font-size: 1.8rem;
    line-height: 3.2rem;
    max-width: 800px;
}

.cronograma .fechas{
    padding-bottom: 35px;
}

.cronograma .barra{
    width: 10px;
    height: 100%;
    background-color: #E9E9E9;
}

.cronograma .barra .circulo{
    width: 22px;
    height: 22px;
    background-color: #BA207F;
    border-radius: 50%;
    position: relative;
    left: -6.4px;
    top: 6px;
    border: black 1px solid;
}

.cronograma .etapaCompleta{
    background-color: #BA207F;
}

.cronograma .etapaActual{
    background: linear-gradient(0deg, #E9E9E9 70%, #BA207F 30%);
}

.cronograma .gridProceso{
    display: grid;
    justify-items: center;
    grid-template-columns: 3fr 1fr 3fr;
    padding: 20px 10px 20px 10px;

}

.TemasYotros{
    
    color: #303030;
    font-family: sans-serif;
}

.examen, .pasos{
    background-image: linear-gradient(0deg, rgba(240, 238, 240, 0.9) 20%, rgba(224, 224, 243, 0.9) 70%);
}

.TemasYotros article{
    padding: 30px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.TemasYotros article img{
    width: 30%;
    padding-bottom: 20px;
}


.TemasYotros article h1{
    color:#5d178a;
    font-size: 2.8rem;
    font-weight: 500;
    font-family: sans-serif;
    text-align: center;
    line-height: 4.5rem;
    padding-bottom: 35px;
    max-width: 800px;
}

.TemasYotros article h2{
    font-size: 2.5rem;
    font-weight: 500;
    padding: 0 13px 30px 13px;
    text-align: center;
    color: #2626AD;
    width:100%;
    max-width:700px;
    margin:0 auto;
    
}

.TemasYotros article .imagenPortada{
    width: 100%;
    max-width: 800px;
    padding: 0 10px 35px 10px;
}

.TemasYotros article p{
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 0 10px 20px 10px;
    text-align: left;
    width: 100%;
    max-width: 800px;
}

.TemasYotros article ul{
    font-size: 1.8rem;
    line-height: 3.2rem;
    list-style: none;
    padding: 0 20px 20px 30px;
    width:100%;
    max-width:800px;
}

.TemasYotros article li{
    display: flex;
    margin-bottom: 10px;
}

.TemasYotros article .vermas{
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 600;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    color: white;
    background: linear-gradient(0deg, rgba(38,38,173,1) 0%, rgba(93,23,138,1) 100%);
    border: 1px white solid;
    width: 146px;
    height: 43px;
    border-radius: 16px;
    margin: 20px 0 20px 0;
}

.TemasYotros .iconoLista{
    background-image: url(../img/lista-de-tareas.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    margin: 7px 5px 0 0;
}

.TemasYotros .textoConImagen{
    display: flex;
    flex-direction: column;
}

.TemasYotros .imagenDelTexto{
    width: 75%;
    max-width: 400px;
    align-self: center;
}

.TemasYotros .textoDeLaImagen{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.TemasYotros .flechaLista{
    color: rgba(93,23,138,1);
    margin-right: 5px;
}

.TemasYotros article input{
    border: 2px solid #707070;
    border-radius: 15px;
    height: 40px;
    padding: 5px;
    margin-bottom: 10px;

}

.TemasYotros article button{
    
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 600;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    color: white;
    background: linear-gradient(0deg, rgba(38,38,173,1) 0%, rgba(93,23,138,1) 100%);
    border: 1px white solid;
    width: 146px;
    height: 43px;
    border-radius: 16px;
    margin-bottom: 10px;

}

.TemasYotros #lblResultado{
    text-align: center;
}

.contPasosIngreso{
    display: flex;
    flex-direction: column;
}

.contPasosIngreso .panelPaso{
    background-color: white;
    /* margin: 8px; */
    padding: 7px 30px 7px 30px;
    border-radius: 27px;
    box-shadow: 3px 6px 11px #d9d9d9;
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 3.2rem;
    max-width: 100vw;
}

.contPasosIngreso .pasoAbrir{
    cursor: pointer;
    padding: 10px 20px 10px 0px;
    display: flex;
    justify-content: space-between;
}

.contPasosIngreso .pasoAbrir:after{
    content: '\25BC';
}

.contPasosIngreso .pasoAbierto:after{
    content: "\25B2";
}

.contPasosIngreso .pasoOculto{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.RedesSociales .imgSoc{

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;

}




.carreras article{
    padding: 30px 10px 20px 10px;
    align-items: unset;
   
        
}

.carreras article .imagen{
    display: flex;
    justify-content: center;
    
}

.carreras article img{
    width: 20%;
    padding-bottom: 20px;
}

.carreras article aside{
    /* background-color: white;     */
    padding: 10px 0;
    
    
    
    
}

.carreras article aside:nth-child(odd) {
    background-color: rgb(248 248 248);
}

.carreras article aside:nth-child(even) {
    background-color: rgb(255 255 255);
}

.contCarreras{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.carreras article h1{
    align-self: center;
}

.carreras article .contCarreras aside p{
    padding: 10px 20px 10px 20px;
}

.carreras article .abrirPanel{
    text-align: start;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.carreras article .abrirPanel span{
    background-image: url(../img/5831763.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 20px;
    margin: 7px 5px 0 0;
    min-width: 21px;
}

.carreras article .abrirPanel:after {
    content: '\25BC'; 
    font-size: 13px;
    float: right;
    margin-left: 5px;
  }
  
  .carreras article .panelActivo:after {
    content: "\25B2"; 
  }

  .carreras .panelColapsable {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

.carreras article ul{
    font-size: 1.5rem;
    line-height: 3.2rem;
    list-style: none;
    min-width: 235px;
    padding: 0 0 30px 0;
    margin-left:50px;
}



.contRedes{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(90px,140px));
    gap: 15px;
    width: 100%;
  
    padding-top:40px;
    padding-bottom: 50px;
}

.contRedes .redSocial .nomRedSoc{
    font-size: 1.6rem;
    line-height: 2.0rem;
    padding: 0;
    text-align: center;
}

.contRedes .redSocial{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #707070;
}

.icono-facebook{
    background-image: url(../img/Facebook_f_logo_\(2019\).svg.png);
}

.icono-instagram{
    background-image: url(../img/logoinstagram.png);
}

.icono-youtube{
    background-image: url(../img/YouTube_social_white_squircle.svg.png);
}


.icono-tiktok{
    background-image: url(../img/tiktok-logo-tikok-icon-transparent-tikok-app-logo-free-png.png);
}

.icono-whatsapp{
    background-image: url(../img/logowhatsapp.png);
}

.icono-grupo-whatsapp{
    background-image: url(../img/logo-grupo-whatsapp.png);
}

footer{
    background-color: #878787;
    color: white;
    font-family: sans-serif;
    font-size: 1.6rem;
    text-align: center;
    padding: 30px;
}

@media (min-width: 500px){
    .TemasYotros article img {
        width: 20%;
     }

     .contHerramientas {
        gap: 50px;
     }

     .carreras article img{
        width: 7%;
    }
}


