*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;


}

.btn-wsp{
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
    font-size: 30px;
}

.btn-wsp:hover{
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 35px;
}

body{
    margin: 0px;
    background-color: white;
    font-family: "Poppins", sans-serif;
}

header{
    margin: 0px;
    padding: 0px;
    height: 95px;
    box-sizing: border-box;
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    align-items: center;
    
}


h1{
    font-size: 3.1em;
}
button{
    font-size: 1.5em;
    font-weight: bold;
}

.containerHeader{
    background-color: white;
    display: flex;
    height: 100%;


}
.containerHeader img{
    height: 100%;
}

.botoneraPrincipal{
    background-color: transparent;
    height: 80%;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.botonDeMenu{
    background-color: ;
    margin: 20px;
    display: flex;
    align-items: center;
    height: 80%;
    color: #692e89;
}

.separadorBotonMenu{
    display: flex;
    text-align: center;
    background-color: #692e89;
    margin-left: 8px;
    min-width: 3px;
    place-items: center;
    justify-content: center;
    border-radius: 15px;
    height: 60%;
}

.botonDeMenu:hover{
    transform: scale(1.2);
    transition: transform 0.8s ease;
}

.botonDeMenu img{
    width: 100%;
    height: 80%;
}

.ingresar{
    width: 190px;
    height: 60px;
    display: flex;
    border-radius: 8px;
    text-align: center;
    background-color: #692e89;
    cursor: pointer;
    font-size: 1.5em;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

}
.ingresar .imagenIngresar{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.imagenIngresar img{
    width: 90%;
    height: 90%;
}


.ingresar .textoIngresar{
    width: 50%;
    height: 100%;
    font-size: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
}


.ingresar:hover {
    color: white ;
    background-color: #411d54 ;
    .imagenIngresar img{
        transform: scale(1.1);
        transition: transform 0.8s ease;
    }
}






a {
    text-decoration: none; /* Quita el subrayado */
    color: #333; /* Cambia el color del texto del enlace */
}

.barradivisora{
    height: 10px;
    background: linear-gradient(to right, #692e89 0%, #692e89 33%, #e12a48 33%, #e12a48 66%, #fbbe01 66%, #fbbe01 100%);
    display: block;
}

@media (max-width:1057px){
    header{
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    .containerHeader{
    background-color: white;
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;

    }
    .containerHeader img{
        height: 100px;
    }

    .ingresar{
    margin-right: 0px;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    }

    .textoIngresar p{
        font-size: 30px;
    }
    .botoneraPrincipal{
        height: 70px;
    }

    .botonDeMenu img{
        height: 40px;
    }
    .separadorBotonMenu{
        width: 0px;
        height: 0px;
    }
    .botonDeMenu{
        margin: 0px;
        height: 0px;
    }


}

/*PORTAL DE COMUNICACIONES*/


.portalDeComunicacion{
    background-color: #white;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media(max-width:1365px){
    .portalDeComunicacion{
        
    }
}
@media(max-width:685px){
    .portalDeComunicacion{
        
    }
}

.portalDeComunicacion h2{
    margin-top: 20px;
    text-align: center;
    color: #692e89;

}

.noticias{
    display: flex;
    flex-wrap: wrap; /* Asegura que los botones se apilen verticalmente */
    justify-content: center;
    width: 85%;
    min-height: 290px;
    background-color: transparent;
    margin-top: 20px; 
    text-align: center;
    align-content: flex-start;
}

.noticia {
    justify-content: center;
    width: 270px; /* Ajusta el ancho de tus botones según sea necesario */
    min-height: 270px;
    margin: 10px; /* Ajusta el margen entre los botones según sea necesario */
    background-color: white; /* Ajusta el color de fondo según sea necesario */
    /*border: 2px solid #c3c3c3;
    border-radius: 8px;*/
    display: grid;
    text-align: center;
    place-items: center;
    border: 3px solid #c3c3c3;
    border-radius: 15px;
}

.noticia:hover {
    border: 3px solid #692e89;
    border-radius: 15px;
    text-decoration: underline;
    text-decoration-color: #692e89;
    color: #692e89;
}

.marcoDeFoto{
    width: 250px;
    height: 150px;
    background-color: black;
    border-radius: 15px;
}

.marcoDeFoto img{
    width: 100%;
    height: 100%;
    border-radius: 15px;

}

.textoNoticia{
    width: 250px;
    height: 100px;
    background-color: transparent;
    text-align: center;
    font-weight: bold;
    color: #692e89;

}


.contenedorBotonVerMas{
    display: flex;
    flex-wrap: wrap; /* Asegura que los botones se apilen verticalmente */
    justify-content: center;
    width: 85%;
    min-height: 60px;
    background-color: transparent;
    text-align: center;
    align-content: center;

}

.botonVerMas {
    justify-content: center;
    width: 200px; /* Ajusta el ancho de tus botones según sea necesario */
    min-height: 50px;
    background-color: transparent; /* Ajusta el color de fondo según sea necesario */
    /*border: 2px solid #c3c3c3;
    border-radius: 8px;*/
    display: grid;
    text-align: center;
    place-items: center;
    border: 3px solid #c3c3c3;
    border-radius: 15px;
    margin-bottom: 15px;
}

.botonVerMas:hover{
    border: 3px solid #692e89;
    border-radius: 15px;
    text-decoration: underline;
    text-decoration-color: #692e89;
    color: #692e89;
}

/*FIN PORTAL NOTICIAS*/

.pie{
    height: 200px;
    background-color: #dcdcdc;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;

}

.containerLogo {
    width: 400px;
    height: 200px;
    background-color: transparent;
    border-radius: 15px;
    align-content: center;
}
.containerLogo img{
    height: 50%;
}

.pinGoogleMaps{
    border: 3px solid #c3c3c3;
}

.containerRedes {
    width: 400px;
    height: 200px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    text-align: right;
    font-size: 20px;
    color: #692e89;
}

.containerRedes p{
    font-weight: 600;
}

.redesSociales{
    width: 400px;
    height: 60px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 25px;
    font-weight: bold;
}

.contenedorRedSocial{
    width: 50px;
    height: 50px;
    background-color: transparent;
    margin-left: 10px;
}

.contenedorRedSocial img:hover{
    transition: transform 0.8s ease;
    transform: scale(1.1);

}

.contenedorRedSocial img{
    width: 100%;
    height: 100%;
}


@media(max-width:1117px){
    .pie{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 650px;
        justify-items: center;
    }
    .containerLogo{
        margin-top: 10px;
    }
}

@media(max-width:623px){
    .containerLogo img{
        width: 95%;
        height: -webkit-fill-available;
        
    }

    .containerLogo{
        width: 95%;
        display: flex;
        justify-content: center;
        height: auto;
    }

    .containerRedes{
        width: 100%;
        text-align: center;
    }
    .redesSociales{
        width:-webkit-fill-available ;
        justify-content: center;

    }
}