*{
    padding: 0%;
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 2em;
}
body{
    /*background-image: url(/imagenes/fondo3.jpg);*/
    background-color: #16a085;
    background-size: contain;
    background-position: center;
}
/*Sección div*/
.header{
    /*background-image: url(/imagenes/Header_white.png);*/
    background-size: 100%;
    background-position: center;
    padding: 10px 10px 0 10px;
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    position: top fixed;
    background-color: rgba(255, 255, 255, 1);
    align-items: center;
}
.logo{
    grid-area: 1 / 1 ;
}
.logo img{
    width: 250px;
}
.nav{
    grid-area: 1 / 2 / span 1 / span 5;
    display: flexbox;
    text-align: right;
}
.activo{
    border-radius: 5px;
    border: #ccd3ff solid 1px;
    color:#fff !important;
    background-color: #16a085;
}
.nav > a{
    text-decoration: none;
    font-weight: bold;
    color: #16a085;
    padding: 10px;
}
.nav a > .submenus{
    display: none;
}
.nav a:hover > .submenus{
    display: block;
}
.nav > a:hover{
    text-shadow: .1em .1em .3em lightgray;
    /*text-shadow: #fff .1em .1em.1em;*/
    transition: 1s;
}
.container{
    background-color: rgba(255, 255, 255, 1);
}
.footer{
    background-color: lightgray;
}
.footer > p{
    color: #fff;
}
.absolute{
    text-align: center;
    background-color: rgba(255, 255, 255, .9);
}
.verde{
    background-color: #16a085 !important;
}
section{
    height: 90vh;
    scroll-behavior: auto;
}
.puntitos{
    background-image: url(../imagenes/puntos.svg);
    background-size: cover;
}
/*Rejillas*/
.diezXuno{
    grid-template-columns: repeat(10, 1fr);
    display: grid;
    background-color: rgba(255, 255, 255, .9);
}
.unoDeCinco{
    grid-area: 1 / 1 / span 1 / span 2;
}
.dosDeCinco{
    grid-area: 1 / 3 / span 1 / span 2;
}
.tresDeCinco{
    grid-area: 1 / 5 / span 1 / span 2;

}
.cuatroDeCinco{
    grid-area: 1 / 7 / span 1 / span 2;
}
.cincoDeCinco{
    grid-area: 1 / 9 / span 1 / span 2;
}

.doceXuno{
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}
.unoAdoce{
    background-color: rgba(255, 255, 255, .9);
    grid-area: 1 / 1 / span 1 / span 12;
    display: grid;
    padding: 5px;
}
.unoDeDos{
    grid-area: 1 / 1 / span 1 / span 6;
    /*background-color: rgba(255, 255, 255, .9);*/
    padding: 10px;
    display: grid;
    align-items: center;
}
.dosDeDos{
    grid-area: 1 / 7 / span 1 / span 6;
    /*background-color: rgba(255, 255, 255, .9);*/
    padding: 10px;
    display: grid;
    align-items: center;
}
/*.doceXuno>.unoDeTres, .doceXuno>.dosDeTres, .doceXuno>.tresDeTres{
    display: grid !important;    
}*/
.unoDeTres, .dosDeTres, .tresDeTres{

    text-align: center;
    align-items: center;
    margin: 5px;
}
.unoDeTres{
    background-color: rgba(255, 255, 255, .9);
    grid-area: 1 / 1 / span 1 / span 4;
}
.dosDeTres{
    background-color: rgba(255, 255, 255, .9);
    grid-area: 1 / 5 / span 1 / span 4;
}
.tresDeTres{
    background-color: rgba(255, 255, 255, .9);
    grid-area: 1 / 9 / span 1 / span 4;
}
.unoDeCuatro, .dosDeCuatro, .tresDeCuatro, .cuatroDeCuatro{
    display: grid;
    text-align: center;
    align-items: center;
    min-height: 200px;
    margin: 5px;
}
.unoDeCuatro{
    background-color: white;
    grid-area: 1 / 1 /span 1 / span 3;
}
.dosDeCuatro{
    background-color: white;
    grid-area: 1 / 4 /span 1 / span 3;
}
.dosytresDeCuatro{
    grid-area: 1 / 4 / span 1 / span 6;
}
.tresDeCuatro{
    background-color: white;
    grid-area: 1 / 7 /span 1 / span 3;
}
.cuatroDeCuatro{
    background-color: white;
    grid-area: 1 / 10 /span 1 / span 3;
}
.unoDeSeis, .dosDeSeis, .tresDeSeis, .cuatroDeSeis, .cincoDeSeis, .seisDeSeis{
    display: grid;
    text-align: center;
    align-items: center;
    padding: 5px;
    margin: 5px;
}
.unoDeSeis{
    background-color: rgba(255, 255, 255, .8);
    grid-area: 1 / 1 / span 1 / span 2;
}
.dosDeSeis{
    background-color: rgba(255, 255, 255, .8);
    grid-area: 1 / 3 / span 1 / span 2;
}
.tresDeSeis{
    background-color: rgba(255, 255, 255, .8);
    grid-area: 1 / 5 / span 1 / span 2;

}
.cuatroDeSeis{
    background-color: rgba(255, 255, 255, .8);
    grid-area: 1 / 7 / span 1 / span 2;
}
.cincoDeSeis{
    background-color: rgba(255, 255, 255, .8);
    grid-area: 1 / 9 / span 1 / span 2;
}
.seisDeSeis{
    background-color: rgba(255, 255, 255, .8);
    grid-area: 1 / 11 / span 1 / span 2;
}
.unoDeDoce{
    grid-area: 1 / 1 / span 1 / span 1;
}
.dosDeDoce{
    grid-area: 1 / 2 / span 1 / span 1;
}
.tresDeDoce{
    grid-area: 1 / 3 / span 1 / span 1;
}
.cuatroDeDoce{
    grid-area: 1 / 4 / span 1 / span 1;
}
.cincoDeDoce{
    grid-area: 1 / 5 / span 1 / span 1;
}
.seisDeDoce{
    grid-area: 1 / 6 / span 1 / span 1;
}
.sieteDeDoce{
    grid-area: 1 / 7 / span 1 / span 1;
}
.ochoDeDoce{
    grid-area: 1 / 8 / span 1 / span 1;
}
.nueveDeDoce{
    grid-area: 1 / 9 / span 1 / span 1;
}
.diezDeDoce{
    grid-area: 1 / 10 / span 1 / span 1;
}
.onceDeDoce{
    grid-area: 1 / 11 / span 1 / span 1;
}
.doceDeDoce{
    grid-area: 1 / 12 / span 1 / span 1;
}
/*Tamaños dispares*/
.unoAocho, .nueveAdoce, .unoAcuatro, .cincoAdoce{
    /*background-color: rgba(255, 255, 255, .9);*/
    background-color: inherit;
    display: grid;
    align-items: center;
    padding: 10px;
}
.unoAocho{
    grid-area: 1 / 1 / span 1 / span 8;
}
.nueveAdoce{
    grid-area: 1 / 9 / span 1 / span 4;
}
.unoAcuatro{
    grid-area: 1 / 1 / span 1 / span 4;
}
.cincoAdoce{
    grid-area: 1 / 5 / span 1 / span 8;
}
.unoAnueve{
    grid-area: 1 / 1 / span 1 / span 9;
}
.diezAdoce{
    grid-area: 1 / 10 / span 1 / span 3;
}

/*esta sección es exclusiva del footer*/
.tresXuno{
    grid-template-columns: repeat(3, 1fr);
    background-color: #16a085;
    display: grid;
    color: white;
}
.datosContacto, .centroFooter, .avisoPrivacidad{
    padding: 10px;
}
.datosContacto{
    grid-area: 1 / 1 / span 1 / span 1;
}
.datosContacto > p{
    color: #fff;
    text-shadow: none;
}
.datosContacto a{
    color: #fff;
}
.centroFooter{
    grid-area: 1 / 2 / span 1 / span 1;
}
.centroFooter > p{
    color: white;
    text-shadow: none;
}
.centroFooter a{
    color: #fff;
}
.avisoPrivacidad{
    grid-area: 1 / 3 / span 1 / span 1;
}
.avisoPrivacidad a{
    color: #fff;
}
.avisoPrivacidad strong{
    color: #fff;
}
.avisoPrivacidad > p{
    color: #fff;
    text-shadow: none;
}
/*fondos*/
.francia{
    background-image: url(/imagenes/eiffel.jpeg);
    background-size: cover;
    padding: 0;
    padding-left: 50px;
    padding-top: 20px;
    min-height: 500px;
    align-content:end;
}
.francia_t{
    text-align: center;
    padding: 20px;
}


/*Sección textos*/
h1, h2{
    color: #16a085;
    /*text-shadow: .1em .1em .3em silver;*/
    /*padding: 15px 0 15px 0;*/

}
h1>strong, h2>strong{
    font-weight: bolder;
    color: #16a085;
    font-size: xx-large;
}
h3{
    color: #16a085;
    /*text-shadow: .1em .1em .3em silver;*/
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
}
h3 strong{
    color:#16a085;
}

.pad0{
    padding: 0;
}
p, li{
    color: rgb(0, 0, 113);
    font-size: 1em;
    /*text-shadow: .1em .1em .3em silver;*/
}
a{
    text-decoration: none;
}
.indent1{
    margin-left: 5%;
}
.indent2{
    margin-left: 10%;
}
.indent3{
    margin-left: 15%;
}
.indent4{
    margin-left: 20%;
}
.indent5{
    margin-left: 25%;
}
.indent6{
    margin-left: 30%;
}
.indent7{
    margin-left: 35%;
}
.indent8{
    margin-left: 40%;
}
.blanc{
    background-color: rgba(255, 255, 255, .8);
}
.arriba{
    align-items: baseline;
}
strong, em{
    color: rgb(0, 0, 113);
    /*text-shadow: .1em .1em .3em silver;*/
    font-size: 1.1em;
}
.centro1{
    text-align: center;
}
.centro2{
    justify-content: center;
    display: flex;
    align-items: center;
}
.centro3{
    text-align: center;
    display: block;
    align-content: center;
}
.recortador{
    padding: 40px !important;
}

.izquierda{
    text-align: left;
}
.plussize{
    font-size: 1.3em;
}
/*Sección tablas*/
table{
    border-radius: 10px;
    border: rgb(0, 0, 113) 2px solid;
    padding: 10px;
}
.minor{
    width: 90%;
}
.minor th{
    font-weight: bold;
}
.minor td{
    width: 40px;
    font-size: .8em;
}
.minor tcurso{
    font-weight: bold;
    color: black
}
/*Sección Dra. Betancourt*/
.directora{
    border-radius: 10px;
    border: solid 2px #ccd3ff;
    margin: 0 20px 0 20px;
}
.directora1{
    border-radius: 20px;
    border: solid 5px #ccd3ff;
    margin: 0 20px 0 20px;
    /*font-size: .7em;*/
    max-width: 800px;
    margin: auto;
}

.directora > .unoAcuatro{
    display: flex;
    justify-content: center;
}
/*Exclusivo para cultura mexicana*/
.plusOne{
    font-size: +1em;
}
/*otros*/
.centro{
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    padding: 10px;

}
.centrosf{
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10px;

}

.derecha{
    align-items: right;
    justify-content: center;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    padding: 10px;

}
.derecha1{
    text-align: right;
    background-color: #fff;
}
.derecha1 a, .derecha1 i{
    font-size: 1.2em;
    font-weight: bold;
    color: rgb(0, 0, 113);
}
.derecha1 a:visited{
    color: rgb(0, 0, 113);
}
.derecha2{
    text-align: right;
}
.ingles, .espanol, .frances, .aleman, .chino{
    min-height: 200px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    font-size: 2em;
}
.ingles a, .espanol a, .frances a{
    color: rgb(0, 0, 113);
    background-color: rgba(255, 255, 255, .5);
    font-size: 3em;
}
.ingles p, .espanol p, .frances p, .aleman p, .chino p{
    color: white;
    /*-webkit-text-stroke: 1px #16a085;*/
    -webkit-text-stroke: 1px purple;
    background-color: rgba(0, 0, 0, .4);
    font-weight: bolder;
}
.ingles{
    background-image: url(/imagenes/ingles.png);
}
.espanol{
    background-image: url(/imagenes/espanol.png);
}
.frances{
    background-image: url(/imagenes/frances.png);
}
.aleman{
    background-image: url(/imagenes/aleman.jpg);
}
.chino{
    background-image: url(/imagenes/chino.jpg);
}
.ingles, .espanol, .frances, .aleman, .chino{
    background-repeat: no-repeat;
}
.persona{
    background-image: url(/imagenes/personas_v1.jpg);
    background-size: cover;
}
.zoom{
    background-image: url(/imagenes/zoom.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flecha{
    background-image: url(/imagenes/flecha.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.individual{
    background-image: url(/imagenes/unoauno.avif);
}
.umbra{
    box-shadow: 5px 5px 15px lightsteelblue;
    border-radius: 5px;
}
.altitos{
    min-height: 250px;
    margin: 10px;
}
.redonditos{
    border-radius: 20px;
    padding: 10px;
}
.redonditos1{
    border-radius: 40px;
    padding: 20px;
    margin: 20px;
}

.img{
    width: 90%;
    border-radius: 50%;
    border-color: #16a085 10px;
}
/*Tablas*/
.horariosprimsec{
    margin: auto;
    width: 95%;
}
.horariosprimsec th{    
    border-color: #16a085;
    color: #16a085;
    text-align: center;
}
.horariosprimsec > tr{
    color: orange;
}
.horariosprimsec td{
    text-align: center;
    color: rgb(0, 0, 113);
}

/*Formularios*/
form img{
    margin: auto;

}
.datosContacto form{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.datosContacto form .campo{
    width: 90%;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    border: none;
}
.datosContacto form textarea{
    width: 90%;
    min-height: 100px;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    border: none;
}
.datosContacto form .boton_enviar{
    width: 200px;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    border: none;
    color: rgb(0, 0, 113);
    background-color: whitesmoke;
}

/*formulario nivel*/

.level{
    color: #fff;
    margin: auto;
    background-color: #16a085;
    border-radius: 15px;
    max-width: 80%;
}
.level > fieldset{
    border-radius: 0%;
    border: transparent;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

/*Formulario Promo*/
.Promo{

    background-color: #16a085;
    color: #fff;
    display: grid;
}
.Promo > fieldset{
    border-radius: 10px;
    margin: 40px;
}
.Promo > select{
    margin: 0 20px 0 20px;
    height: 40px;
    border-radius: 5px;
    background-color: whitesmoke;
    border-style: none;
}
.Promo > textarea{
    margin: 0 20px 0 20px;
    border-radius: 5px;
    border-style: none;
}
.inputcontacto{
    border-style: none;
    height: 40px;
    margin: 0 20px 0 20px;
    color: whitesmoke;
    border-radius: 5px;
    width: calc(100% - 40px);
}
/*Formularios Cursos Cortos*/
.cursosE{
    color: #fff;
    margin: auto;
    background-color: #16a085;
    border-radius: 15px;
    max-width: 95%;
    display: grid;
}
.cursos{
    color: #fff;
    margin: auto;
    background-color: #16a085;
    border-radius: 0 0 15px 15px;
    max-width: 95%;
    display: grid;
}
.cursos strong{
    color: #fff;
}

.redonditos2{
    border-radius: 15px;
}
.cursos > .boton_enviar, .Promo > .boton_enviar, .cursosE > .boton_enviar{
    margin: auto;
    padding: 10px;
    width: 160px;
    border: none;
    border-radius: 5px;
    background-color: whitesmoke;
    color: #16a085;
    font-weight: bolder;
}
.cursos > select, .cursosE > select{
    width: 80%;
    min-height: 30px;
    max-height: 100px;
    margin: auto;
}
.cursos > fieldset, .cursosE > fieldset{
    border: none;
    display: inline;
}
.cursos > textarea, .cursosE > textarea{
    width: 80%;
    margin: auto;
}
.cursos > input, .cursosE > input{
    width: 80%;
    margin: auto;
}
.level > fieldset{
    border-radius: 0%;
    border: transparent;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}
button{
    background-color: #16a085;
    color: white;
    width: 95%;
    margin: auto;
    border-radius: 15px 15px 0 0;
    border: none;
    font-weight: bolder;
    font-size: xx-large;
}
/*ocultos*/
.yvisible{
    display: none;
}
.TGramaticales{
    visibility: hidden;
    scroll-behavior: smooth;
    height: 0;
}
.TVocabulario{
    visibility: hidden;
    scroll-behavior: smooth;
    height: 0;
}
.TPE{
    visibility: hidden;
    scroll-behavior: smooth;
    height: 0;
}

/*fondos*/
/*Cian*/
.cian{
    background-color: deepskyblue !important;
}
.fmorado{
    background-image: url(../imagenes/Header_white.png) !important;
    background-size: cover;
    color: #fff;
}
/*.fmorado > p{
    color: #fff;
}
.fmorado > h1, .fmorado > h2, .fmorado > strong{
    text-shadow: none;
}*/
@media all and (max-width: 930px){
    p, li, strong, em{
        font-size: 1em;
    }
    .header{
        display: block;
    }
    .logo img{
        width: 250px;
        }    
    .nav{
        display: block;
    }
    .nav a{
        display: block;
        text-align: center;
    }
    .tresXuno{
        display: block;
    }
    .diezXuno{
        display: block;
    }
    .doceXuno{
        display: block;
    }
    .xvisible{
        display: none;
    }
    .reversa{
        flex-wrap: wrap-reverse;
        flex-flow: column wrap-reverse;
    }
    .persona{
        min-height: 350px;
    }
    .umbra{
        box-shadow: none;
    }
    .recortador{
        padding: 0%;
    }
    h1, h2{
        text-align: center;
    }
    #menu{
        display: none;
    }
    .TGramaticales{
        visibility: hidden;
        scroll-behavior: smooth;
    }
    .blanco{
        color: #fff;
    }
    .unoDeSeis, .dosDeSeis, .tresDeSeis, .cuatroDeSeis, .cincoDeSeis, .seisDeSeis{
        min-height: auto;
    }
    .centro{
        display: block;
        text-align: center;
    }
    .directora1{
        margin: 5px auto;
    }
    .Promo{
        max-width: 90%;
        margin: auto;
    }
    .horariosprimsec{
        width: 95%;
    }
    
}