*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body
{
    min-width: 320px;
}

header{
    /* background: linear-gradient(0deg, rgb(93 23 138 / 85%) 35%, rgb(0 112 176) 86%); */
    background-image: linear-gradient(0deg, rgb(93 23 138 / 85%) 35%, rgb(0 112 176) 86%), url(../img/Monumento_institucional_UTMACH.jpg);
    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;
    cursor: pointer;
}

.contMenu section nav{
    visibility: hidden;
    position: fixed;
    top: 10px;
    left: calc(100vw - 170px);
    z-index: 1;
    width: 170px;
    height: 60px;
    font-size: 1.8rem;
    font-family: sans-serif;
    font-weight: 300;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-left: 51px;
    padding-top: 13px;
    background-color:  #1A70AD;
    transition: all 0.4s ease;
    opacity: 0;
    box-shadow: 3px 6px 11px #060606a8;
    border-radius: 6px;
}

.contMenu section nav li{
    padding: 7px 0 20px 0;
}

.contMenu section nav li 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: 18px;
    margin-top: 5px;
}

.contTitleHeader{
    width: 100%;    
    padding: 30px;   
    
}


header article{
    padding: 10px 10px 0px 10px;
}

header article h1{
    color: white;
    font-size: 4.5rem;
    /*font-style: italic;*/
    font-weight: 400;
    font-family: sans-serif;
    text-align: left;
    line-height: 5.5rem;
}

header aside{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0 0;
}

header aside 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;
}

header aside button{
    display: flex;
    align-items: center;
    font-family: sans-serif;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    padding: 14px 22px 14px 22px;
    text-align: center;
    text-decoration: none;
    color: #2626AD;
    background: #F0F3F4;
    border: 1px solid #5D178A;;
    border-radius: 16px;
    margin: 50px 0 40px 0;
    transition: top 80ms, left 80ms;
}

header aside button .logowhats{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 30px;
    background-image: url(../img/logowhatsapp.png);
}



header aside button:hover{
    cursor: pointer;
    position: relative;
    top: -2px;
    left: -2px;
}


.informacion{
    background-color: none;
    color: #303030;
    font-family: sans-serif;
  
   
}

.informacion article{
    padding: 30px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
   
    
}

.informacion article img{
    max-width: 140px;
    padding-bottom: 20px;
}

.informacion article h2{
    font-size: 3.2rem;
    font-weight: 600;
    padding: 0 13px 30px 13px;
    margin:0 auto;
    max-width: 700px;
    text-align: center;
    color: #2626AD;
   
    display:block;
}

.informacion article p{
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 0 20px 40px 20px;
    text-align: left;
    width:100%;
}

.informacion article ul{
    font-size: 1.8rem;
    line-height: 3.2rem;
    list-style: none;
    padding-bottom: 25px;
}

.informacion article li{
    display: flex;
}

.franjita
{
    background-color: #f3f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.franjita img{
    width: 80px;
    height: 80px;
}

.franjita article p{
    padding: 0;
}

.Oferta{
    background-color: #f3f4f4;
}

.Oferta article{
    display: block;
}

.Oferta article aside h3{
    text-align: center;
    background: linear-gradient(90deg,rgba(162, 74, 253, 1) 0%, rgba(60, 163, 223, 1) 78%);
    color: transparent;
    background-clip: text;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 3.2rem;
    padding: 15px 20px 15px;
}

.Oferta article aside h4{
    text-align: center;
    color: #2626AD;
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 2.5rem;
    padding: 0px 0px 27px 0px;
}

.Oferta article aside p{
    padding: 0 0 15px 0;
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.Oferta article aside .imagen{
    display: flex;
    justify-content: center;
}

.Oferta article aside .btnWhats{
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.Oferta article aside .btnInscribir{
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.Oferta article aside img{
    width: 28%;
    padding-bottom: 0;
    padding-top: 15px;
}

.Oferta article aside{
    background-color: white;
    margin: 8px;
    padding: 10px 30px 10px 30px;
    border-radius: 27px;
    box-shadow: 3px 6px 11px #d9d9d9;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.Oferta article aside li{
    display: list-item;
    font-size: 1.6rem;
}

.Oferta article aside button{
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 600;
    padding: 10px 22px 10px 22px;
    text-align: center;
    text-decoration: none;
    color: #2626AD;
    /*background: linear-gradient(0deg, rgba(38,38,173,1) 0%, rgba(93,23,138,1) 100%);*/
    background-color: #F0F3F4;
    border-radius: 16px;
    margin-bottom: 20px;
    display: none;   
    width: fit-content;
    transition: top 80ms, left 80ms;
    border: 1px solid #2626AD;
}

.Oferta article aside button:hover{
    cursor: pointer;
    position: relative;
    top: -2px;
    left: -2px;
}

.Oferta article aside button:nth-of-type(2){
    display:flex;
}

.Oferta article aside button:nth-of-type(1){
    display:none;
}

.Oferta article aside button span{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 30px;
    background-image: url(../img/logowhatsapp.png);
}

.btnWhats button{
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 600;
    padding: 14px 22px 14px 22px;
    text-align: center;
    text-decoration: none;
    color: white;
    background: #25D366;
    border-radius: 16px;
    margin-bottom: 20px;
    display: flex;   
    width: fit-content;
    transition: top 80ms, left 80ms;
    border: none;
}

.btnWhats button span{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 30px;
    background-image: url(../img/logowhatsapp.png);
}

.contOferta{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(315px,405px));
}

.PruebaSocial article aside{
    background-color: white;
    margin: 8px;
    padding: 10px;
    border-radius: 27px;
    box-shadow: 3px 6px 11px #d9d9d9;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.PruebaSocial article aside img{
    padding-bottom: 8px;
    width: 80%;
}

.contEstudiantes{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(150px,176px));
    width: 100%;
    max-width: 850px;
}

.porque {
   
    background-image: linear-gradient(0deg, rgba(251, 250, 251, 0.8) 50%, rgba(247, 249, 250, 0.8) 50%), url('../img/bandera.webp');
    background-size: 100% 100%;
    
}
.porque p{
    font-weight: bold;
}

.porque .textoConImagen{
    display: flex;
    flex-direction: column;
}

.porque .imagenDelTexto{
    width: 75%;
    max-width: 400px;
    align-self: center;
}

.porque .textoDeLaImagen{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fotoAula{
    background-color: #f3f4f4;
}

.fotoAula article aside ul{
    padding: 0 20px 25px 20px;
    line-height: 4.0rem;
}

.fotoAula article aside ul li::before{
    content:"\2713\0020";
    margin-right: 5px;
    color: green;
    font-weight: bold;
}

.informacion.fotoAula article aside img{
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.RedesSociales .imgSoc{

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;

}

.contRedes{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(90px,140px));
    gap: 15px;
    width: 100%;
}

.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;
    
}

.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);
}

.flotanteWS{
    display:flex;
    position: fixed;
    z-index: 1;
    bottom: 20px;
    right: 5px;
    width:70px;
    height:60px;    
}

.flotanteWS p{

    font-family: sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #1A70AD;
    background-color: #f9f5f5;
    padding:4px;
    width:fit-content;
    height: fit-content;
    margin: 15px 5px 0 0;
}

.flotanteWS span{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    background-image: url(../img/logowhatsapp.png);
}

footer{
    background-color: #878787;
    color: white;
    font-family: sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    padding: 30px;
}


@media (min-width: 500px){
.informacion article img {
    width: 15%;
}

.contOferta{
    /*grid-template-columns: repeat(auto-fit, minmax(315px,370px));*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Oferta article aside {
    flex-basis: calc(370px - 16px);
}

.contEstudiantes{
    gap: 50px;
}

}