
  body, html {
    margin: 0;
    padding: 0;
}

    body{
        background: #fff;
        
    }
    #academic{
        text-decoration: none;
        color: #fff;
        
    }
    #academic a:hover{
        color:#cbcbcb;
    
    }
    
    
    .navegador{
        background: #fff;
    }
    .navegador a{
        color:#142A5F;
    }   
    .navegador a:hover{
        color:#5b5b5b;
    }   


    main{
        background: #fff;
       padding: 60px 0;
    }
    #carta{
        scroll-margin-top: 100px; /* Adjust this value to match the height of your fixed menu */
        background: #F6F6F6;
        margin-top: 30px;
        padding: 20px;
    }

    #carta2{
        scroll-margin-top: 100px; /* Adjust this value to match the height of your fixed menu */
        background: #fff;
        margin-top: 30px;
        padding: 20px;
    }
  
    
    .pleca-azul{
        background: #142A5F;
        border: 1px solid #142A5F;
        color:#fff;
        margin: 0;
        padding-top:.5em;
    
    }

    .pleca-azul div{
    }
    .telefonos{
    }
 
    h1{
        
         font-family: "Roboto", serif;
         font-optical-sizing: auto;
         font-weight: 700;
         font-style: normal;
        font-variation-settings:
        "wdth" 100;
        color:#142A5F;
    }
    h2{
        
        font-family: "Roboto", serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings:
        "wdth" 100;
        color:#142A5F;
    }
    #inicio{
        margin-top: 6em;
    }
    
    #qs{
        scroll-margin-top: 200px; /* Adjust this value to match the height of your fixed menu */
        background: #F6F6F6;
        margin-top: 30px;
        padding: 20px;
    }

   
    .aprendizaje-crecimento{
        scroll-margin-top: 200px;
        background: #142A5F;
        margin-bottom: 80px;
        
    }
    .ayc-titulo > h2{
        color: #fff;
        padding:  10px 0;
    }
    
    .talleres{
        background: #fff;
        margin: 50px;
        margin-bottom: 50px;
    }
    
    
    
    
    
    /* -------------SECCION ROBOTICA LEGO ROBOTICA MAKER--------------*/
    .lego{
        background: #B81200;
        color: #fff;
        padding: 50px;
        
    }

    .lego img{
            display: flex;
            justify-content: center; /* Centra horizontalmente */
            align-items: center; /* Centra verticalmente */
            border-radius:2px;
            
    }



    /*-----------------Seccion INGLES-----------*/
    .ingles{
        background: #142A5F;
        color: #fff;
        padding: 50px;
    }

    .ingles img{
        border-radius:2px;
    }

    .letra-bca{
        color:#fff;
   }
   #bco{
    color: #fff;
   }
  
  /*----Galeria de proyectos------*/
  #galeria{
    padding:50px;
  }
  
   #galeria .col-lg-4{
    margin: 0;
    padding: 25px;
   }
    #galeria img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

    #galeria img:hover{
    border: 5px solid #FAFAFA;
    transition: 0.2s;
   
    
}
   /*-----horario extendido----*/
   .seccion-fondo {
    position: relative;
    width: 100%;
    height: 400px; /* Puedes ajustar la altura según lo necesites */
    background-size: cover;
    background-position: center;
    margin: 0;
}

.texto-sobre-imagen {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Color del texto */
    font-size: 1em; /* Tamaño del texto */
    text-align: center;
    font-weight: bold;
}


/* ------------Pricing----------*/


.pricing-section {
    scroll-margin-top: 200px;
    padding: 50px 0;
    background-color: #142A5F;
    color:#fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    
}


.pricing-card {
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease;
    background-color: #fff;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card .card-header {
    background-color: #097DD0;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pricing-card .card-body {
    padding: 10px;
    text-align: center;
}

.pricing-card .pricing {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #142A5F;
}

.ubicacion{
    background: #fff;
    
}

.contacto{
    scroll-margin-top: 200px;
    background: #fff;
    padding: 30px 0;
}

.direccion{
    background: #fff;
    
   
}

footer{
    background: #142A5F;
   display: block;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin: 0;
    position: relative;
    bottom: 0;
}

.responsive-text-color {
  color: #212529 !important;
}

@media (min-width: 576px) {
  .responsive-text-color {
    color: white !important;
  }
  .pleca-azul div, .pleca-azul div h6{
    font-size:23px !important;
  }
  .aprendizaje-crecimento{
    padding: 60px;   
}

}
@media (max-width: 767.98px) {
    .header {
      height: auto; /* or specific height if needed */
    }
    .slider {
      padding-top: 60px; /* Adjust this value to match your header height */
    }
    #whatsapp-float img{
        width:55px;
    }

  }

.seccion-fondo {
  position: relative;
}

.texto-sobre-imagen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1rem;
  z-index: 1;
}

.texto-sobre-imagen h3,
.texto-sobre-imagen p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  word-wrap: break-word;
}

#whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
  }

  .text-justify {
    text-align: justify;
    text-justify: inter-word; /* Improves spacing between words */
  }
