*{
    padding: 0px;
    margin: 0px;
}

nav{
    width: 100%;
    height: 95px;
    background-color:white;
}

.menu-pagina{
    display: flex;
}


.logo-img img{
    width: auto;
    height: 40px;
    margin-top: 27.5px;
    display: block;
}

.banner-inicio{
    width: 100%;
    float: left;
    height: auto;
}

.banner-inicio img{
    display: block;
    width: 100%;
}

.portada-general{
    width: 96%;
    float: left;
    background-color: white;
    padding: 0px 2%;
    position: relative;
}

.medida-portada{
    width: 96%;
    float: left;
    padding: 0px 2%;
}

.portada-caja-general{
    width: 100%;
}

.caja-textos{
    width: 46%;
    position: absolute;
    top: 22%;
    left: 7%;
}

.caja-textos p{
    color: white;
    font-size: 24px;
    font-family: 'Roboto Flex', sans-serif;
    margin-bottom: 2%;
}

.caja-textos .titulo-portada{
    font-weight: 900;
    font-size: 45px;
    margin-top: 5%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: white;
}

.letras-portada{
    width: 70%;
    margin-top: 5%;
}


.letras-portada h1{
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin: 2% 0%;
    font-size: 50px;
    color: #0e1133;
    line-height: 56px;
}

.letras-portada p{
    margin-top: 5%;
    margin-bottom: 5%;
}

.btnContacto{
    width: 220px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #28ca8f;
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}


p{
    font-family: 'Roboto Flex', sans-serif;
}

h1, h2, h3{
    font-family: 'Montserrat', sans-serif;
    color: #0e1133;
}

.caja-seccion-inicio{
    width: 100%;
    height: auto;
    float: left;
    background-color: white;
    padding: 4% 0px;
}

.caja-seccion-inicio h2{
    text-align: left;
    color: #0e1133;
    font-size: 40px;
    margin-bottom: 4%;
}

.caja-seccion-letras{
    width:90%;
    padding: 5%;
}


/*
.cajas-c-seccion{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2%;
}
*/

.li-inicio{
    list-style: none;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-left: 4%;
}

.li-inicio i{
    color: #28ca8f;
    font-size: 25px;
    margin-right: 1%;
}

.cajas-c-seccion{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.caja-seccion{
    height: auto;
}

.caja-seccion img{
    width: 100%;
    margin: auto;
    display: block;
}

.contenedor-caja-section2{
    width: 100%;
    background-color: #f4fbfa;
    padding: 4% 0px;
    float: left;
}


.caja-section2-inicio{
    width: 100%;
    height: 400px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2%;
}

.caja-section2-inicio div{
    background-color: blueviolet;
}

.caja-form{
    display: 100%;
    height: auto;
}

footer{
    width: 100%;
    height: auto;
    float: left;
    background-color: #fa9046;
}

.caja-footer{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1%;
}

.caja-footer div ul{
   list-style: none;
   font-family: 'Roboto', sans-serif;
}

.caja-footer div p{
    color: rgba(255, 255, 255, .9);
    font-weight: 700;
}

.caja-footer div img{
    width: 70%;
    margin-bottom: 5%;
    display: block;
}

.caja-footer div ul li{
    line-height: 30px;
    font-weight: 700;
}

.caja-footer div ul li a{
    text-decoration: none;
    color: rgba(255, 255, 255, .9);
    font-family: 'Roboto Flex', sans-serif;
}

footer .caja-footer div{
    padding: 4%;
    padding-top: 12%;
}

.caja-footer div h3{
    margin-bottom: 5%;
    color: white;
}

.caja-letras-footer{
    width: 100%;
    padding: 2% 0px;
    float: left;
    text-align: center;
    color: white;
}

.caja-letras-footer p{
    font-family: 'Roboto Flex', sans-serif;
}

.icono-flecha{
    color: white;
    margin-right: 2%;
    font-size: 12px;
}

.contenedor-lista-menu{
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
}

.lista-menu{
    width: 65%;
    display: inline-flex;
    list-style: none;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.lista-menu li{
    width: 100%;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 600;
}

.lista-menu li a{
    width: 100%;
    display: block;
    float: left;
    padding: 10% 0px;
    color: #0e1133;
    text-decoration: none;
}

.medida{
    max-width: 1340px;
    width: 90%;
    display: block;
    margin: auto;
}

.medida-menu{
    width: 100%;
}

.centrar-menu{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.li-a-color{
    background-color:#fa9046;
    border-radius: 5px;
}

.lista-menu .li-a-color a{
    color: white;
}

.caja-form{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contenedor-form{
    width: 100%;
    float: left;
    padding: 4% 0px;
    background-color: #f4fbfa;
}

.caja-i-form{
    width: 100%;
}

.caja-i-form img{
    width: 90%;
    margin: auto;
    display: block;
}

.caja-formulario{
    width: 70%;
    padding: 10%;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: white;
}

.caja-formulario input{
    width: 92%;
    height: 35px;
    padding: 2% 4%;
    margin-bottom: 5%;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, .2);
}

.btnEnviar{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: #28ca8f;
    outline: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.h3-form{
    font-size: 25px;
    margin-bottom: 5%;
    color: #0e1133;
}

.icono-menu{
    display: none;
}

.caja-niveles{
    width: 100%;
    height: 250px;
    float: left;
    background-color: #f4fbfa;
}

.caja-niveles h1{
    font-size: 45px;
    text-align: center;
    line-height: 250px;
    color: #0e1133;
}

.contenedor-descripcion{
    width: 100%;
    display: flex;
    padding: 4% 0px;
    padding-bottom: 0px;
}

.caja-descripcion{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.caja-descripcion div img{
    width: 90%;
    display: block;
}

.caja-descripcion div h2{
    font-size: 35px;
    margin-bottom: 2.5%;
    color: #0e1133;
}

.caja-descripcion div p{
    line-height: 25px;
}

.contenedor-vision-mision{
    background-color: #f4fbfa;
    padding: 4% 0px;
}

.contenedor-vision-mision h2{
    text-align: center;
    font-size: 35px;
    margin-bottom: 2%;
    color: #0e1133;
}

.cajas-vision-mision{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
}

.cajas-vision-mision div{
    text-align: center;
    background-color: white;
    padding: 15% 10%;
    border: 1px solid rgba(0, 0, 0, .1);
}

.cajas-vision-mision div h3{
    font-size: 25px;
    color: #0e1133;
}

.caja-video{
    display: flex;
    background-color: white;
    text-align: center;
    padding: 4% 0px;
}

.caja-video h2{
    font-size: 35px;
    color: #0e1133;
    margin-bottom: 2%;
}

.caja-video p{
    width: 70%;
    margin: auto;
}

.contenedor-form{
    background-color: white;
}

.caja-contacto{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.caja-contacto input{
    width: 95.5%;
    display: flex;
    height: 44px;
    padding: 1% 2%;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #0e1133;
    margin-bottom: 5%;
}

.caja-contacto textarea{
    width: 95.5%;
    display: flex;
    padding: 2%;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #0e1133;
    margin-bottom: 5%;
}

.btnEnviarFormulario{
    background-color: #28ca8f;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 17px;
    height: 58px;
    border: none;
    font-family: 'Poppins', sans-serif;
}


.caja-contacto .input-nombre{
    width: 44%;
    float: left;
}

.caja-contacto .input-correo{
    width: 44%;
    float: right;
}

.caja-letras-contacto{
    padding: 4% 0px;
    padding-top: 0px;
}

.caja-form-c{
    width: 90%;
    margin: auto;
}

.caja-dato-fo{
    width: 70%;
    height: auto;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, .1);
    display: block;
}

.caja-elemento-fo{
    width: 92%;
    padding: 4%;
    display: flex;
}

.fo-icono{
    margin-right: 4%;
    font-size: 20px;
    color: #28ca8f;
}

.caja-elemento-fo h3{
    margin-bottom: 2%;
    color: #0e1133;
}

.caja-nivel{
    text-align: center;
}

.cajas-niveles-seccion{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
}

.caja-h2-n{
    font-size: 35px;
    color: #0e1133;
}

.caja-texto-n{
    width: 70%;
    margin: auto;
    padding: 2% 0px;
}

.contenedor-caja-nivel{
    width: 100%;
    display: flex;
    background-color: white;
    padding: 4% 0px;
}

.contenedor-general-nivel{
    width: 100%;
    background-color: #f4fbfa;
}

.contenedor-general-nivel img{
    width: 100%;
    display: block;
}

.contenedor-letras-nivel{
    padding: 5%;
    background-color: #f4fbfa;
}

.contenedor-letras-nivel h3{
    color: #0e1133;
    font-size: 25px;
    margin-bottom: 5%;
}

.contenedor-letras-nivel p{
    margin-bottom: 5%;
}

.contenedor-letras-nivel a{
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    font-size: 18px;
    background-color: #28ca8f;
    border: none;
    color: white;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.contenedor-cajas-cursos{
    width: 100%;
    height: auto;
    float: left;
}

.general-caja-cursos{
    width: 100%;
    height: auto;
    padding: 4% 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3%;
}

.caja-cursos{
    width: 90%;
    padding: 5%;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10%;
}

.caja-cursos img{
    width: 100%;
    display: block;
    margin-bottom: 5%;
}

.caja-cursos h3{
    color: #0e1133;
}

.tipos_servicios{
    width: 100%;
    background-color: #f3f4f8;
    float: left;
    height: auto;
    padding: 5% 0%;
}

.contenedor_servicios{
    display: grid;
    gap: 2%;
    grid-template-columns: repeat(2, 1fr);
}

.caja_servicios{
    padding: 5%;
    background-color: white;
    height: auto;
}

.h2_titulo_s{
    width: 70%;
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 5%;
    font-size: 35px;
}

.caja_servicios img{
    width: 100%;
    display: block;
}

.caja_servicios h3{
    font-size: 25px;
    padding: 5% 0px;
}

.caja_seccion_dos{
    width: 100%;
    height: auto;
    float: left;
    padding: 5% 0px;
}

.caja_seccion_dos h2{
    text-align: left;
    color: #0e1133;
    font-size: 40px;
    margin-bottom: 2%;
}

.caja_seccion_dos img{
    max-width: 610px;
    width: 100%;
    display: block;
    float: right;
    padding-left: 2%;
    margin-bottom: 1%;
}

.caja_credits_section{
    width: 100%;
    float: left;
}

.caja_credits_section h2{
    text-align: center;
}

.caja_credits_section ul{
    margin: 5%;
    font-size: 18px;
    font-family: 'Roboto Flex', sans-serif;
    color: black;
}

.caja_credits_section li{
    line-height: 30px;
}

.caja_credits_section a{
    color: black;
}

.caja_uno_menu{
    width: 96%;
    height: 50px;
    padding: 0px 2%;
    background-color: #fa9046;
    color: white;
}

.numero_menu{
    line-height: 50px;
    font-family: 'Roboto Flex', sans-serif;
    float: right;
    background-color: #ce681f;
    color: white;
    text-decoration: none;
    padding: 0px 2%;
}

.numero_menu i{
    font-size: 20px;
}

.telefono_whatsapp {
    background-color:#28A745;
    position: fixed;
    bottom: 5%;
    right: 5%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1), 0 2px 32px rgba(0, 0, 0, .2);
    z-index: 2;
}

.telefono_whatsapp i {
    line-height: 60px;
    color: white;
    font-size: 32px;
}

@media screen and (max-width:800px) {

    .caja-footer div ul{
        text-align: center;
    }

    .caja_credits_section{
        margin-top: 53px;
    }

    .caja_credits_section h2{
        margin-top: 20px;
    }

    .contenedor_servicios{
        gap: 0px;
    }

    .contenedor_servicios .caja_servicios:nth-of-type(1){
        margin-bottom: 5%;
    }

    .contenedor-lista-menu{
        height: auto;
    }

    .menu-pagina{
        display: block;
    }

    .logo-img{
        width: 100%;
        background-color: aqua;
    }

    .caja-textos{
        width: 100%;
        position: unset;
        display: block;
        left: 0px;
        top: 0px;
        float: left;
        text-align: center;
        margin-top: 5%;
    }

    .caja-textos p{
        color: black;
    }
    
    .contenedor_servicios {
        grid-template-columns: repeat(1, 1fr);
    }

    .caja-descripcion{
        grid-template-columns: 100%;
    }

    .caja-descripcion div h2{
        text-align: center;
    }

    .cajas-vision-mision{
        grid-template-columns: 100%;
        gap: unset;
    }

    .cajas-vision-mision div{
        margin-bottom: 5%;
    }

    .caja-descripcion div p{
        margin-bottom: 10%;
    }

    .caja-video p{
        width: 100%;
    }
    
    .caja-nivel{
        width: 100%;
        display: block;
    }

    .general-caja-cursos{
        grid-template-columns: 100%;
    }

    .caja-form .caja-i-form:nth-of-type(1) {
        order: 2;
    }

    .cajas-niveles-seccion{
        grid-template-columns: 100%;
        gap: unset;
    }

    .contenedor-general-nivel{
        margin-bottom: 5%;
    }

    .caja-texto-n{
        width: 100%;
        margin-bottom: 2%;
    }

    .caja-niveles{
        height: 200px;
    }

    .caja-dato-fo{
        width: 95%;
        margin-top: 5%;
    }

    .caja-contacto{
        grid-template-columns: 100%;
    }

    .caja-contacto .input-nombre{
        width: 95.5%;
    }

    .caja-contacto .input-correo{
        width: 95.5%;
    }

    .caja-form-c{
        width: 95%;
    }

    .caja-seccion-letras{
        width: 100%;
        margin-left: 0px;
    }

    .caja-seccion img{
        width: 100%;
    }

    .li-inicio{
        margin-left: 0px;
        margin-bottom: 4%;
    }

    .li-inicio li{
        display: flex;
    }

    .li-inicio i{
        display: inline-flex;
        font-size: 19px;
        margin-top: 5px;
    }

    .li-inicio span{
        display: inline-flex;
    }

    .caja-seccion-inicio h2{
        text-align: center;
        font-size: 25px;
    }

    .cajas-c-seccion{
        grid-template-columns: repeat(1, 1fr);
    }

    footer{
        padding-top: 5%;
    }

    .portada-caja-general{
        grid-template-columns: repeat(1, 1fr);
    }

    .caja-section2-inicio{
        grid-template-columns: repeat(1, 1fr);
    }

    .caja-form{
        grid-template-columns: repeat(1, 1fr);
    }


    .caja-footer{
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .caja-formulario{
        width: 90%;
        padding: 5%;
    }

    footer .caja-footer div{
        padding: 0px;
        margin-bottom: 5%;
    }

    .caja-i-form{
        margin-bottom: 5%;
    }

    .caja-letras-footer{
        padding: 7% 0px;
    }

    .caja-footer div h3{
        text-align: center;
        margin-bottom: 0px;
    }

    .caja-footer div img{
        margin: auto;
        margin-bottom: 5%;
    }

    .h3-form{
        text-align: center;
    }

    .letras-portada{
        width: 100%;
    }

    .letras-portada h1{
        font-size: 20px;
        line-height: unset;
        margin: auto;
        text-align: center;
    }

    .btnContacto{
        width: 100%;
    }

    .letras-portada p{
        text-align: justify;
    }

    .lista-menu{
        width: 100%;
        display: none;
        justify-content: center;
        flex-direction: column;
    }

    #icono-elemento-menu2{
        display: none;
    }

    .portada-caja-general div:nth-of-type(1) {
        order: 2;
    }

    .logo-img img{
        width: auto;
        margin: unset;
        margin-left: 4%;
        float: left;
    }

    .icono-menu{
        width: 50px;
        height: 52px;
        line-height: 52px;
        display: block;
        text-align: center;
        float: right;
        font-size: 25px;
    }

    #icono-elemento-menu1,#icono-elemento-menu2{
        width: 50px;
        height: 52px;
        line-height: 52px;
        display: block;
        text-align: center;
        float: right;
        font-size: 25px;
    }

    #icono-elemento-menu2{
        display: none;
    }

    nav{
        position: fixed;
        height: auto;
        z-index: 7;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

    .portada-general{
        margin-top: 103px;
    }

    .lista-menu li a{
        width: 90%;
        padding: 6%;
    }

    .lista-menu li{
        width: 100%;
        float: left;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

}