
body {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Nunito", sans-serif;
    transition: background-color 0.3s, color 0.3s;
    background-color: white;
    color: rgb(0, 0, 0);
}


.darkModeDiv {
    transition: background-color 0.3s, color 0.3s;
    background-color: rgb(246, 246, 246);
}

.seccion6 {
    transition: background-color 0.3s, color 0.3s;
    background-color: rgb(246, 246, 246);
    color: rgb(0, 0, 0);
}


.seccion1 {
    transition: background-color 0.3s, color 0.3s;
    background-color: rgb(246, 246, 246);
    color: rgb(0, 0, 0);
}

.tituloNuestrosValores {
    transition: background-color 0.3s, color 0.3s;
    background-color: rgb(246, 246, 246);
    color: rgb(0, 0, 0);
}

.seccionContenido3 {
    transition: background-color 0.3s, color 0.3s;
    background-color: rgb(246, 246, 246);
    color: rgb(0, 0, 0);
}

.seccion5 {
    transition: background-color 0.3s, color 0.3s;
    background-color: rgb(246, 246, 246);
    color: rgb(0, 0, 0);
}

.seccion7 {
    transition: background-color 0.3s, color 0.3s;
    background-color: rgb(246, 246, 246);
    color: #4f4f4f;
}





button {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

/* Estilos para el modo oscuro */
body.dark-mode {
    background-color: #4f4f4f;
    color: white;
}

.darkModeDiv.dark-mode {
    background-color: #3b3b3b;
    color: white;
}

.seccion6.dark-mode {
    background-color: #3b3b3b;
    color: white;
}

.seccion1.dark-mode {
    background-color: #3b3b3b;
    color: white;
}

.tituloNuestrosValores.dark-mode {
    background-color: #3b3b3b;
    color: white;
}

.seccionContenido3.dark-mode {
    background-color: #3b3b3b;
    color: white;
}

.seccion5.dark-mode {
    background-color: #3b3b3b;
    color: white;
}

.seccion7.dark-mode {
    background-color: #3b3b3b;
    color: white;
}




.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(20px);
}





.contenidoPrincipal {
    width: 100%;
    height: 100px;
}

.divLogoMenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 100px;
    padding-right: 30px;
}

.logo {
    margin-top: 8px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    cursor: pointer;
}

.divMenu {
    width: 250px;
    font-size: 14pt;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.buttonsMenu {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
}



.darkModeDiv {
    background-color: rgb(246, 246, 246);
    height: 60px;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20%;
}

.darkModeTitleDiv {
    width: 80px;
    height: 40px;
    font-size: 9pt;
    font-family: "Jost", sans-serif;
}


.seccion1 {
    background-color: rgb(246, 246, 246);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.fotoSeccion1 {
    width: 100%;
    margin-bottom: -7px;
}


.divTituloSeccion1 {
    width: 800px;
    height: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px;
}

.divTitulosSeccion1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 400px;
    height: 200px;
    font-size: 60pt;
}

.nuestra {
    font-family: "Jost", sans-serif;
    margin-top: 20px;
}



.divTextoSeccion1 {
    width: 400px;
    height: 240px;
    font-size: 10pt;
    display: flex;
    align-items: center;
}

.textoSeccion1 {
    margin: 0;
}






.nuestraCultura {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 29pt;
    padding-top: 60px;
}


.seccion2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 10pt;
    height: 1050px;
}


.divPhotoSeccion2 {
    padding-right: 20px;
    width: 350px;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.photoSeccion2 {
    border-radius: 20px;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.texto2Seccion2 {
    padding-top: 8px;
    width: 320px;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

nuestraCulturaTexto, h3 {
    line-height: 0.0;
}
.nuestraCulturaTexto {
    margin: 10px;
}








.tituloNuestrosValores {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgb(246, 246, 246);
    font-size: 29pt;
    font-weight: 40;
    padding-top: 60px;
}


.seccionContenido3 {
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center;
    background-color: rgb(246, 246, 246);
}

.divContenidoTresSeccion3 {
    width: 360px;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 100px;
}

.titleSeccion3 {
    font-size: 14pt;
    margin: 0px;
}

.seccion3Texto {
    font-size: 10pt; 
    margin: 0;
    margin-top: 8px;
}

.divPhotoSeccion3 {
    width: 300px;
}

.photoSeccion3 {
    height: 400px;
    border-radius: 20px;
    
}





.seccion4 {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center;
}

.divTextoSeccion4 {
    width: 390px;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 10pt; 
}

.titleSeccion4 {
    font-size: 14pt;
    margin: 0px;
}

.seccion4Texto {
    margin: 0;
    margin-top: 8px;
}

.divPhoto4 {
    width: 300px;
    margin-right: 100px;
}

.photo4 {
    height: 400px;
    border-radius: 20px;
    
}





.seccion5 {
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center;
    background-color: rgb(246, 246, 246);
}

.divContenidoSeccion5 {
    width: 400px;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 10pt; 
    margin-right: 100px;
}

.titulosSeccion5 {
    font-size: 14pt;
    margin: 0;
}

.seccion5Texto {
    margin: 0;
    margin-top: 8px;
}


.divPhotoSeccion5 {
    width: 300px;
}

.photoSeccion5 {
    height: 400px;
    border-radius: 20px;
    
}







.photoSeccion6 {
    width: 100%;
    margin-bottom: -6px;
}


.seccion6 {
    background-color: rgb(246, 246, 246);
    padding-top: 100px;
    padding-bottom: 100px;
    height: 350px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.titulosSeccion6 {
    font-size: 14pt;
    margin: 0px;
    padding: 0px;
}


.divPhoto6 {
    margin-right: 50px;
}

.photo6 {
    height: 400px;
    border-radius: 20px;
}


.misionVision {
    width: 450px;
    height: 420px;
    font-size: 10pt;
}

.titulosSeccion6, .misionVisionTexto { 
    margin: 0px;
}

.misionVisionTexto {
    margin-bottom: 40px;
}





.seccion7 {
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(246, 246, 246);
}

.contacto {
    width: auto;
    font-size: 10pt;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info {
    margin: 4px;
}

.tituloInfo {
    font-size: 13pt;
}


.copyrightDiv {
    margin-top: 40px;
    font-size: 9pt;
}





@media (min-width: 100px) and (max-width: 900px) {

    .divLogoMenu {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .divMenu {
        width: 200px;
        font-size: 12pt;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }



    .darkModeDiv {
        background-color: rgb(246, 246, 246);
        height: 60px;
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-right: 0;
    }
    
    .darkModeTitleDiv {
        width: 75px;
        height: 40px;
        font-size: 9pt;
        font-family: "Jost", sans-serif;
    }


    .seccion1 {
        background-color: rgb(246, 246, 246);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .divTituloSeccion1 {
        width: 400px;
        height: 480px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px;
    }
    
    .divTitulosSeccion1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 400px;
        height: 90px;
        font-size: 40pt;
    }
    
    .nuestra {
        font-family: "Jost", sans-serif;
    }
    
    
    
    .divTextoSeccion1 {
        width: 250px;
        height: 200px;
        font-size: 9pt;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .textoSeccion1 {
        font-size: 9pt;
        text-align: justify;
    }


    .fotoSeccion1 {
        width: 100%;
    }




    .nuestraCultura {
        height: 100px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-size: 29pt;
        padding-top: 30px;
        font-size: 23pt;
    }

    .seccion2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 9pt;
        height: 1700px;
        padding-bottom: 120px;
        padding-top: 120px;
    }

    
    .divPhotoSeccion2 {
        padding-right: 0px;
        width: 300px;
        height: 900px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .photoSeccion2 {
        border-radius: 20px;
        width: 230px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .texto2Seccion2 {
        padding-top: 0px;
        width: 250px;
        height: 900px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: justify;
    }
    
    h3, nuestraCulturaTexto {
        line-height: 0.0;
    }
    .nuestraCulturaTexto {
        margin-bottom: 10px;
    }

   
    




    .tituloNuestrosValores {
        font-size: 30px;
        height: 70px;
        padding-top: 60px;
    }

    .seccionContenido3 {
        display: flex;
        flex-direction: column;
        background-color: rgb(246, 246, 246);
    }
    
    .divContenidoTresSeccion3 {
        text-align: justify;
        width: 250px;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: 1;
        margin-bottom: 60px;
        margin-left: 100px;
    }

    .titleSeccion3, .seccion3Texto {
        margin: 2px;
        font-size: 9pt; 
    }

    .titleSeccion3 {
        font-size: 14pt;
    }
    
    .divPhotoSeccion3 {
        margin-top: 80px;
        margin-bottom: 10px;
        width: 300px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .photoSeccion3 {
        height: 340px;
        border-radius: 20px;
    }


    
    .seccion4 {
        height: 740px;
        display: flex;
        flex-direction:column ;
        justify-content: center;
    }

    .divPhoto4 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-left: 95px;
    }

    .photo4 {
        height: 340px;
    }



    .divTextoSeccion4 {
        width: 250px;
        height: 250px;
        font-size: 9pt;
        text-align: justify;
        margin-top: 20px;
    }

    .titleSeccion4, .seccion4Texto {
        margin: 2px;
    }

    .titleSeccion4 {
        font-size: 14pt;
    }





    .seccion5 {
        height: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .divContenidoSeccion5 {
        text-align: justify;
        width: 250px;
        height: 300px;
        font-size: 9pt;
        order: 1;
        margin-left: 100px;
        margin-top: 30px;
    }

    .divPhotoSeccion5 {
        display: flex;
        justify-content: center;
    }


    .photoSeccion5 {
        height: 340px;
    }


    .titulosSeccion5, .seccion5Texto {
        margin: 2px;
    }

    .titulosSeccion5 {
        font-size: 14pt;
    }





    .seccion6 {
        height: 750px;
        display: flex;
        flex-direction: column;
        }

    .divPhoto6 {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 50px;
    }

    .photo6 {
        height: 250px;
      
    }

    .misionVision {
        margin-top: 40px;
        text-align: justify;
        width: 250px;
        height: 650px;
        font-size: 9pt;
    }

    .misionVisionTexto {
        margin-top: 20px;
        padding-top: 0px;
    }

    .titulosSeccion6, .misionVisionTexto {
        line-height: 1.2;
        margin: 0px;
    }

    .titulosSeccion6, .misionVisionTexto {
        margin-bottom: 4px;
    }
    
    .misionVisionTexto {
        margin-bottom: 40px;
    }





    .seccion7 {
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contacto {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        font-size: 9pt;
    }

    .info {
        margin: 2px;
    }

    .tituloInfo {
        font-size: 11pt;
    }

    .copyrightDiv {
        margin-top: 20px;
        font-size: 8pt;
    }


}