*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;


}

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;
    }
}

@media (max-width:1057px){
    header{
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    .containerHeader{
    background-color: white;
    display: flex;
    width: 100%;
    height: 100px;
    margin-left: 2%;
    justify-content: center;

    }
    .containerHeader img{
        height: 100px;
    }

    .ingresar{
    margin-right: 0px;
    width: 100%;
    height: 100%;
    }

    .textoIngresar p{
        font-size: 30px;
    }
    .botoneraPrincipal{
        height: 70px;
    }

    .botonDeMenu img{
        height: 40px;
    }
    .separadorBotonMenu{
        width: 0px;
        height: 0px;
    }
    .botonDeMenu{
        margin: 0px;
        height: 0px;
    }


}
a {
    text-decoration: none;
    color: #333; 
}



.barradivisora{
    height: 10px;
    background: linear-gradient(to right, #692e89 0%, #692e89 33%, #e12a48 33%, #e12a48 66%, #fbbe01 66%, #fbbe01 100%);
    display: block;
}


/* FIN HEADER */




.contenedorPrincipal{
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column; /* Cambiado a columna para que los elementos se apilen verticalmente */
    align-items: center;
    width: 100%;
    min-height: 500px
}

.contenedorTituloParrafo{
    align-content: center;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap; /* Asegura que los botones se apilen verticalmente */
    justify-content: center;
    width: 70%;
    background-color: transparent;
    margin-top: 20px; 
    margin-bottom: 30px;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    min-height: 200px;
}

.contenedorFoto{
    width: 200px;
    border-radius: 10px;
}

.contenedorFoto img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 5px, solid, #692e89;
}

.contenedorTexto{
    width: 76%;
    min-height: 200px;
    margin-left: 4%;
    color: #692e89;
}

@media(max-width:520px){
    .contenedorTexto{
        width: 100%;
    }

}

.botonInicio{
    margin-top: 20px;
    width: 70%;
    align-content: flex-start;
    align-items: flex-start;
}

.botonInicio a{
    color: #692e89;
    text-decoration: underline;
    text-decoration-color: #692e89;
}

.contenedorTituloParrafo h2{
    font-size: 40px;
    margin-top: 20px;
}

@media(max-width:447px){
    .contenedorTituloParrafo h3{
        margin-left: 0px;
    }
}

@media(max-width:447px){
    .contenedorTituloParrafo h2{
        margin-left: 0px;
    }
}

.contenedorTituloParrafo h3{
    font-size: 30px;;
    text-decoration: underline;
    margin-top: 10px;
}

.contenedorTituloParrafo p{
    font-size: 20px;
    margin-top: 10px
}

/* FIN PRIMER DE TITULO */


.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;

    }
}