/*--------------------------------------------------------------
  *Aquí NO debe haber estilos normales.

SOLO:@media

--------------------------------------------------------------*/

@media (max-width: 992px) {
  #header {
    padding: 15px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}
     
@media (max-width: 768px) {
  .slide-content {
    right: 5%;
    left: 5%;
    text-align: center;
  }

  .cta-buttons {
    justify-content: center;
    flex-direction: column;
  }

  .slide-content h2 {
    font-size: 24px;
  }
}  

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media (max-width: 576px) {
  .proceso-steps {
    grid-template-columns: 1fr;
  }
}

/* Consultas*/
@media (max-width: 992px) {
  .proceso-steps {
    flex-wrap: wrap;
  }

  .proceso-step {
    flex: 0 0 48%; /* 2 por fila en tablet */
  }
}

@media (max-width: 576px) {
  .proceso-step {
    flex: 0 0 100%; /* 1 por fila en móvil */
  }
} 
      
@media (max-width: 992px) {
  .proceso-steps {
    flex-wrap: wrap;
  }

  .proceso-step {
    flex: 0 0 48%; /* 2 por fila en tablet */
  }
}
   
/* Quejas */

@media (max-width: 992px) {
  .proceso-steps {
    flex-wrap: wrap;
  }

  .proceso-step {
    flex: 0 0 48%; /* 2 por fila en tablet */
  }
}

@media (max-width: 576px) {
  .proceso-step {
    flex: 0 0 100%; /* 1 por fila en móvil */
  }
}     
 
@media (max-width: 992px) {
  .proceso-steps {
    flex-wrap: wrap;
  }

  .proceso-step {
    flex: 0 0 48%; /* 2 por fila en tablet */
  }
}
