p {
    font-size: 1.1em;
    font-family: sans-serif;
}

.btns {
    height: 5em;
    position: relative;

}

.btns p {
    margin: 0;
    position: absolute;
    color: #FFF !important;
    font-size: 24px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    text-align: center;
    padding: 10px;
    transform: translate(-50%, -50%);
}

.hand {
    cursor: pointer;
}

.fondop {
    background-color: #FAFAFA;
    padding: 1EM;
}
/* NEW */

.centrar {
    display: flex;
    justify-content: center;
}

.texto h4,
h5 {
    color: gray;
}

.morado {
    color: #6a1d7b !important;
}

.morado2 {
    color: #8d3a8c !important;
}

.naranja {
    color: #f67c02;
}

.ladrillo {
    color: #ad5c5b;
}

.b-ladrillo {
    background-color: #ad5c5b;
}

.b-ladrillo-light {
    background-color: #f7d7d8;
}

.cafe {
    color: #6b3533;
}

.rojo {
    color: #b91253;
}

.azul {
    color: #2c2e54;
}

.b-azul {
    background-color: #2c2e54;
}

.gris {
    color: #a7a7a7;
}

.b-gris {
    background-color: #a7a7a7;
}

.pad {
    padding: 5%;
}

.banners {
    height: 500px;
    max-width: 100%;
    object-fit: cover;
}

.imgLigas {
    height: 15em;
    vertical-align: bottom;

}


.icono {
    height: 95px;

}

.icono img{
    width: 100%;  /* Ajusta el ancho de la imagen al del div */
    height: 100%; /* Ajusta la altura de la imagen a la del div */
    object-fit: contain;
}
.tbn {
    width: 4em;
    float: left;
}

.logo {
    height: 20em;
}

.pn {
    width: 350px;
}

.tv {
    background-image: url("https://ieechihuahua.org.mx/sistema/archivos/interno/paginas/2023/uig/img/tv2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 704px;
} 


.btn {
    white-space: normal;
}

.btns-azules button {
    width: 300px;
    margin-bottom: 15px;
    font-family: sans-serif;
}

.btns-rosas button {
    width: 200px;
    height: 70px;
    margin-bottom: 15px;
    background-color: transparent !important;
    border: 2px solid #8d3a8c;
    color: #8d3a8c;
    border-radius: 10px;
    font-weight: bold;
    font-family: sans-serif;
}

.btns-rosas button:hover {
    background-color: #8d3a8c !important;
    color: white;
}

.btns-cafe button {
    width: 160px;
    height: 70px;
    margin-bottom: 15px;
    background-color: transparent !important;
    border: 2px solid #6b3533;
    color: #6b3533;
    border-radius: 10px;
    font-weight: bold;
    font-family: sans-serif;
}

.btns-cafe button:hover {
    background-color: #6b3533 !important;
    color: white;
}

.btns-naranjas button {
    width: 240px;
    height: 70px;
    margin-bottom: 15px;
    background-color: transparent !important;
    border: 2px solid #f67c02;
    color: #f67c02;
    border-radius: 10px;
    font-weight: bold;
    font-family: sans-serif;
}

.btns-naranjas button:hover {
    background-color: #f67c02 !important;
    color: white;
}

.logos-obs img {
    width: 200px;
    height: 70px;
    object-fit: contain;
}

.logos-sitios img {
    width: 100px;
    height: 70px;
    object-fit: contain;
}

.letra {
    font-family: sans-serif;
}

.link a{
   text-decoration: underline !important;
   
}

@media only screen and (max-width: 600px) {
    .tv {
        background-color: #cfcfcf;
        background-image: none;
        height: auto;
    }
}