/*-------------------------------------------------------
# Responsividad de la web| Grilla 
--------------------------------------------------------*/
/* Estilos para dispositivos extra small (menor a 576px) */
@media (max-width: 575.98px) {
    /* Agrega aquí tus estilos específicos para dispositivos extra small */
    .hero h1 {
        font-size: 26px;
        font-weight: 800;
    }
    .hero h2,.about h2,
    .hero .btn-get-started span,
    .section-header p{
        font-size: 17px;
    }
    .about h3,.section-header h2 {
        font-size: 22px;
    }
    .values .box h3 {
        font-size: 20px;
        color: #000033;
    }
    .about p {
        font-size: 15px;
        color: #000033;
    }
    h3 + p {
        font-size: 15px;
        color: #000033;
    }
    .features .feture-tabs .nav-link.active, 
    .features .feture-tabs .nav-link {
        font-size: 15px;
        margin-right: 10px;
    }
    .features .feture-tabs .tab-content h4 {
        font-weight: 600;
        font-size: 18px;
    }
    .contact .info-box h3 {
        font-size: 23px;
        color: #000033;
        text-align: center;
        
    }
    .contact .info-box p ,
    .navbar a, a{
        font-size: 16px;
        text-align: center;
    }
    .contact .info-box i {
        font-size: 40px;
        color: #000033;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  }

  /* Estilos para dispositivos small (576px o más) */
  @media (min-width: 576px) {
    /* Agrega aquí tus estilos específicos para dispositivos small */
    .navbar a, a{
        font-size: 16px;
    }
    .hero h1 {
        font-size: 34px;
        font-weight: 700;
    }
    .hero h2{
        font-size: 14px;
    }
    .hero .btn-get-started span,.section-header p{
        font-size: 18px;
    }
    .about h3,.section-header h2 {
        font-size: 24px;
    }
    .about h2,.features .feture-tabs .nav-link.active,
    .features .feture-tabs .nav-link{
        font-size: 16px;
        margin-right: 20px;
    }
    .about p {
        font-size: 14px;
        line-height: 24px;
        color: #000033;
    }
    .values .box h3 {
        font-size: 22px;
        color: #000033;
    }
    h3 + p {
        font-size: 16px;
        color: #000033;
    }
    .features .feture-tabs .tab-content h4 {
        font-size: 19px;
    }
    .faq .accordion-body{
        color: #000033;
    }
  }
  /* Estilos para dispositivos large (992px o más) */
  @media (min-width: 992px) {
    /* Agrega aquí tus estilos específicos para dispositivos large */
    body {
        color: #000033;
    }
  }