body{
    font-family: "Roboto", serif;
}

.escritorio{display: block !important}
.telefono{display: none !important;}

.gallery-size-thumbnail{display: none !important;}

.breadcrumb{
 background-color: #ffffff;
 font-size: 12px;
 font-weight: 300;
}

.breadcrumb a{
    color: #221e1f !important;
}

.breadcrumb .active{
    color: #253467;
}

.breadcrumb a:hover{
    text-decoration: none;
    color: #ce0e2d !important;
    background-color: #ffffff!important;
}

 @media (max-width:991px){

        .escritorio{display: none !important}
        .telefono{display: block !important;}
    
 }

header{
    width: 100%;
    border-bottom: solid 10px #253467;
}

header .logo{
    width: 270px;
    margin: 15px auto 15px 0;
}

header #menu-principal{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-transform: uppercase;
    margin: 40px 0 0 0;
    font-size: 20px;
    font-weight: 500;
}

header a{
    color: #253467;
}

header a:hover{
    color: #ce0e2d;
    text-decoration: none;
}

.menu-abrir, .menu-cerrar{
    display: none;
}

 @media (max-width:991px){

    .oculto{
        display: none;
    }
    .activo{
        display: block;
    }

    header .logo{
        width: 200px;
        
    }
    .menu-abrir{
        display: block;
        width: 60px;
        height: 60px;
        color: #253467;
        border: solid 1px #253467;
        margin: 10px 0 0 auto;
        font-size: 40px;
        text-align: center;
        line-height: 60px;
        border-radius: 10px;
    }

    .menu-cerrar{        
        width: 60px;
        height: 60px;
        color: #253467;
        border: solid 1px #253467;
        margin: 10px 0 0 auto;
        font-size: 40px;
        text-align: center;
        line-height: 60px;
        border-radius: 10px;
    }

    header #menu-principal{
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    width: 95%;
    background-color: #ffffff;
    border: solid 1px #6aaae4;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 30px;
    z-index: 999;
}  

   header #menu-principal li{
    margin-bottom: 20px;
   }

 }

/* DESTACADOS */

.destacados{
    padding: 60px 0;
}
.destacado{
    width: 260px;
}

.destacado .icono{
    width: 160px;
    height: 160px;
    margin: 0 auto 15px auto;
}

.destacado h3{
    color: #253467;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}


 @media (max-width:991px){

    .destacado{
    width: 240px;
    margin: 0 auto;
}
.destacado .icono{
    width: 120px;
    height: 120px;

}

.destacado h3{
    
    font-size: 14px;

}

 }

/* aprobados */

.aprobados{
    background-color: #ce0e2d;
    width: 100%;
    padding: 90px 0;
    font-family: 'Gotham-Bold', serif;
    color: #ffffff;
    margin-bottom: 60px;
}

.aprobados h2{
    font-size: 55px;
    text-align: left;
}

.aprobados .aprueba{
    width: 250px;
    margin: 0 10px;
}

.aprobados .d-central{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}


@media (max-width:991px){
    .aprobados h2{
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}
}

/* cursos */


.cursos h2{
    text-align: center;
    color: #253467;
    font-weight: 700;
    font-size: 24px;
}

.cursos p{
    text-align: center;
    color: #221e1f;
    font-size: 16px;
}

.cursos .curso-previo{
    margin-bottom: 30px;
}

.cursos .curso-previo .foto{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: solid 5px #253467;
}

.cursos .curso-previo h3{
    text-align: center;
    color: #253467;
    font-size: 24px;
    font-weight: 700;
}

.cursos .curso-previo p{
    text-align: center;
    color: #221e1f;
    font-size: 18px;
    font-weight: 500;
}

.cursos .curso-previo a.boton-mas{
    display: block;
    width: 200px;
    height: 30px;
    border-radius: 25px;
    background-color: #ce0e2d;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin: 0 auto;
}

.cursos  a.boton-todos{
    display: block;
    width: 300px;
    height: 40px;
    border-radius: 25px;
    background-color: #253467;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    margin: 60px auto 90px auto;
}


 @media (max-width:991px){

    .cursos .curso-previo{
    margin-bottom: 15px;
}

    .cursos  a.boton-todos{

    margin: 60px auto 60px auto;
}

.cursos .curso-previo a.boton-mas{
    display: block;
    width: 120px;
    height: 30px;
    border-radius: 25px;
    background-color: #ce0e2d;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin: 0 auto 30px auto;
}
 }

/* cobci */

.cobci{
    width: 100%;
    padding: 60px 0;
    background-color:#f0f0f0;
}

.cobci h2{
    text-align: center;
    color: #253467;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.cobci p{
    text-align: left;
    color: #221e1f;
    font-size: 16px;
}

.cobci .imagen{
    width: 200px;
    margin: 0 0 0 auto;
}



 @media (max-width:991px){
   .cobci .imagen{
    width: 200px;
    margin: 15px auto 15px auto;
}
 }

/* footer */
footer{
    width: 100%;
    padding: 60px 0;
    background-color: #253467;
    border-bottom: solid 20px #221e1f;
}

footer .logo-pie{
    width: 90px;
}

footer .d-central{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

footer a{
    color: #ffffff;
}

footer a:hover{
    color: #ce0e2d;
    text-decoration: none;
}

#menu-secundario{
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-secundario li{
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    display: inline;
    margin: 0 8px;
    
}

footer .direccion{
    list-style: none;
    color: #ffffff;
    font-size: 12px;
    line-height: 26px;
}

footer .redes{
    list-style: none;
    color: #ffffff;
    font-size: 24px;
}

footer .redes li{
    display: inline;
    margin: 0 8px;
}



@media (max-width:576px){
 
    #menu-secundario{
        margin: 30px 0 30px 0;
        padding: 0;
        text-align: center;
}

    footer .direccion{
        text-align: center;
padding: 0;
    margin: 0 auto 30px auto;
}

footer .redes{
    padding: 0;
    margin: 0;
}
}

/* CURSOS */

#cursos .hero{
    width: 100%;
    padding: 90px 0;
    background-image: url('../img/textura.jpg');
    margin-bottom: 8px;
    
}

#cursos .resaltado{
    background-color: #ce0e2d;
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
}


#cursos .hero h1{
    font-family: 'Gotham-Bold', serif;
    color: #253467;
    font-size: 40px;
}

#cursos a.consulta-formulario{
    color: #ffffff;
    text-align: center;
    padding: 15px 30px;
    background-color: #253467;
    border-radius: 10px;
    height: 50px;
    
}

#cursos a.consulta-whatsapp{
    color: #ffffff;
    text-align: center;
    padding: 15px 30px;
    background-color: #075e54;
    border-radius: 10px;
    margin-left: 8px;
    height: 50px;
}

#cursos a:hover{
    background-color: #ce0e2d;
    text-decoration: none;     
}

#cursos .d-botones{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

#cursos .contenido{
    font-size: 20px;
    color: #221e1f;
    margin-bottom: 30px;
}

#cursos .d-base{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#cursos .foto{
    width: 300px;
    margin: -140px auto 0 auto;
}


#cursos .foto-ol{
    width: 400px;
    margin: -140px auto 0 auto;
}
#cursos .curso-destacados{
    padding: 60px 0;
    background-color: #6aaae4;
    margin-top: 0;
}

#cursos .curso-destacados .curso-destacado{
     background-color: #95c0e9;
    border-radius: 15px;
    padding: 20px;

}

#cursos .curso-destacados .curso-destacado .icono{
    background-color: #253467;
    color: #ffffff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin:0 auto 15px auto;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cursos .curso-destacados .curso-destacado h5{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #253467;
    margin: 0;
}

#cursos .curso-formulario{
    padding: 60px 0;
}

#cursos .contenido ul li{
    margin-bottom: 20px;

}

#cursos .card{
    border: none;
}

#cursos .card-header {

    background-color: #253467 !important;
    border-radius: 10px;  
    margin-bottom: 1px;
    height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;


    
}

#cursos .card-header h2 {


    color: #ffffff;
    font-weight: 300;
    font-size: 20px;

    
}

#cursos .card-header h2 strong{


   
    font-weight: 700;
   

    
}

#cursos .card-body{
    font-size: 14px;
    color: #221e1f;
    background-color: #e4eaed;
}

#cursos .curso-precio{
    width: 100%;
    
    background-color: #06a45a;
}

#cursos .curso-oblea{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: solid 10px #ffffff;
    margin: -30px auto -30px auto;
    background-color: #06a45a;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 5px;

}

#cursos .curso-oblea h3{
    color: #ffffff;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
}

#cursos .curso-oblea h4{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    
}

#cursos .curso-oblea h5{
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    
}

#cursos .tarjetas h3{
text-align: center;
font-weight: 300;
font-size: 16px;
color: #ffffff;
}

#cursos .precio-centrado{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


 @media (max-width:991px){


       #cursos .hero .resaltado{
        width: 200px;
        margin: 0 auto;
        display: block;
        text-align: center;
       }

        #cursos .hero h1{
            text-align: center;
            margin-bottom: 30px;
        }

        #cursos .d-botones{
            display: flex;
        flex-wrap: nowrap;
            flex-direction: column;
        }

        #cursos a.consulta-formulario{

            margin-bottom: 15px;
            
        }

        #cursos a.consulta-whatsapp{

            margin-left: 0px;
        }

        #cursos .foto{
            width: 260px;
            margin: 0 auto 0 auto;
        }

         #cursos .foto-ol{
            width: 260px;
            margin: 0 auto 0 auto;
        }


        #cursos .curso-destacados .curso-destacado{
           
            margin-bottom: 30px;

        }


        #cursos .curso-destacados .curso-destacado .icono{

            width: 100px;
            height: 100px;
   
        }

        #cursos .curso-destacados .curso-destacado h5{

            font-size: 14px;

        }

        #cursos .curso-oblea{
          margin: 15px auto 15px auto;

}

            #cursos .tarjetas h3{

        margin-top: 30px;
        }


 }

/* QUIENES SOMOS */

#somos h1{
    font-family: 'Gotham-Bold', serif;
    color: #253467;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

#somos h2{
    font-family: 'Gotham-Bold', serif;
    color: #253467;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

#somos .contenido{
    font-size: 16px;
    color: #221e1f;
    margin-bottom: 30px;
}

#somos .somos-galeria{
 margin: 60px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cuadrados por fila */
    
}

#somos .somos-galeria .somos-galeria-foto{
  aspect-ratio: 1 / 1; /* Mantiene forma cuadrada */
  background-color: #ccc; /* Para ver el bloque si no hay imagen */
  background-size: cover;
  background-position: center;
}

#somos .somos-equipo-franja{
    width: 100%;
    padding: 60px 0;
    background-color: #6aaae4;
}

#somos .somos-equipo .foto{
    border-radius: 50%;
    overflow: hidden;
    max-width: 300px;
    margin: 0 auto;
}

#somos .somos-equipo h4{
    text-align: center;
    color: #221e1f;
    font-size: 20px;
    margin: 15px 0;
}

#somos .somos-equipo p{
    text-align: center;
    color: #221e1f;
    font-size: 19px;
    
}


 @media (max-width:991px){
    #somos .somos-galeria{
    grid-template-columns: repeat(2, 1fr); 
    
}

 }

 /* CONTACTO */

 #contacto{
    padding: 60px 0;
    margin-bottom: 200px;
 }

 #contacto h1{
    font-family: 'Gotham-Bold', serif;
    color: #253467;
    font-size: 40px;
    text-align: left;
    margin-bottom: 30px;
}

#contacto p{
    color: #221e1f;
    font-size: 18px;
    font-weight: 400;
}


 @media (max-width:576px){

        #contacto{
            padding: 30px 0;
            margin-bottom: 0px;
        }

        #contacto p{
            margin-bottom: 30px;
        }

        #contacto h1, #contacto p{
            
            text-align: center;
            
        }
 }