@media (max-width: 1300px) {
  .contact-info {
    margin-left: 45%;
    gap: 35px;
    height: 60px;
    padding-right: 20px;
  }

  .contact-item a {
    font-size: 16px;
  }

  .logo-section .logo {
    max-height: 90px;
    max-width: 230px;
  }

  .right-section {
    margin-left: 30px;
  }

  .nav-link {
    padding: 10px 25px;
    font-size: 16px;
  }

  .social-link {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }

  .social-icons {
    gap: 12px;
  }

  .banner-text-box {
    padding: 18px 40px 18px 40px;
    min-width: 600px;
  }

  .banner-title,
  .banner-subtitle {
    font-size: 46px;
  }

  #about-section .about-text {
    margin-right: 73px;
  }

  #mission-section .mission-description {
    padding-right: 20px;
  }

  #products-catalog-section .products-catalog-grid,
  #products-section .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #products-section .product-name {
    height: 80px;
    width: 220px;
  }

  #products-section .product-name span {
    font-size: 20px;
  }
}

@media (max-width: 1250px) {
  .header-banner-wrapper.swiper {
    aspect-ratio: initial;
    height: 530px;
  }
}

@media (max-width: 1127px) {
  #vision-section .vision-description br {
    display: none;
  }
}

@media (max-width: 1060px) {
  .nav-section {
    width: 80%;
  }

  .contact-info {
    margin-left: 30%;
  }
}

@media (max-width: 1100px) {
  #about-section .about-content {
    flex-direction: column;
  }

  #about-section .about-text-container {
    width: 100%;
    order: 1;
  }

  #about-section .about-text {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 40px;
  }

  #about-section .about-image {
    width: 100%;
    order: 2;
    padding: 40px 40px 0 40px;
  }

  #mission-section .mission-content {
    flex-direction: column;
  }

  #mission-section .mission-text {
    order: 1;
    text-align: center;
  }

  #mission-section .mission-text p {
    padding: 0 30px;
  }

  #mission-section .mission-image {
    order: 2;
    margin-top: 40px;
  }

  #vision-section .vision-content {
    flex-direction: column;
    gap: 40px;
  }

  #vision-section .vision-column:first-child {
    order: 1;
  }

  #vision-section .vision-column:last-child {
    order: 2;
  }

  #vision-section .vision-img {
    width: 100%;
    max-width: 475px;
    height: auto;
    border-radius: 20px;
  }

  #vision-section .vision-description {
    line-height: 1.6;
  }
}

@media (max-width: 1000px) {
  #products-catalog-section .container-large,
  #products-section .container {
    padding: 0 50px;
  }

  #products-catalog-section .products-catalog-grid,
  #products-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #contact-section .contact-form-row:first-child {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  #contact-section .contact-form-row:first-child .form-group:nth-child(1),
  #contact-section .contact-form-row:first-child .form-group:nth-child(2) {
    flex: 1;
    min-width: calc(50% - 7.5px);
  }

  #contact-section .contact-form-row:first-child .form-group:nth-child(3) {
    flex: 1;
    width: 100%;
    order: 3;
  }
}

@media (max-width: 890px) {
  .main-header {
    display: none;
  }

  .contact-info-wrapper {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .banner-overlay {
    top: 80px;
  }

  .banner-text-box {
    min-width: 450px;
    padding: 15px 30px 15px 30px;
    padding-right: 15px;
    margin-left: 0;
  }

  #contact-section .contact-title,
  #products-catalog-section .products-title,
  #vision-section .vision-title,
  #mission-section .mission-title,
  #about-section .about-title,
  .banner-title,
  .banner-subtitle {
    font-size: 36px;
  }
  #vision-section .vision-badge,
  #mission-section .mission-badge {
    padding: 5px 30px;
  }

  #products-catalog-section .product-catalog-name,
  #about-section .about-description {
    font-size: 22px;
  }
  #vision-section .vision-description,
  #mission-section .mission-text p {
    font-size: 18px;
  }

  .facebook-flotante {
    display: flex;
    position: fixed;
    bottom: 50px;
    right: 40px;
    width: 45px;
    height: 45px;
    background: #3a589b;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    text-decoration: none;
  }

  .facebook-flotante:hover {
    background-color: #1877f2;
  }

  .facebook-flotante i {
    color: white;
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .footer-bottom-content p {
    order: 1;
  }

  .powered-by {
    order: 2;
  }

  #products-section .container {
    padding: 0;
  }

  #products-catalog-section .products-catalog-grid,
  #products-section .products-grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    margin: 0 auto;
  }

  #products-catalog-section .product-catalog-name br {
    display: none;
  }

  #products-section .product-img {
    width: 80%;
    margin: 0 auto;
  }

  #products-section .product-name {
    height: 70px;
    width: 180px;
  }

  #products-section .product-name span {
    font-size: 16px;
  }

  #contact-section .contact-form-row:first-child {
    flex-direction: column;
  }

  #contact-section .contact-form-row:first-child .form-group:nth-child(1),
  #contact-section .contact-form-row:first-child .form-group:nth-child(2),
  #contact-section .contact-form-row:first-child .form-group:nth-child(3) {
    width: 100%;
    min-width: 100%;
    order: initial;
  }

  #ubicacion {
    padding: 30px 0;
  }

  #ubicacion .container {
    max-width: 100%;
    padding: 0 20px;
  }

  #ubicacion .ubicacion-content {
    flex-direction: column;
    gap: 12px;
  }

  #ubicacion .ubicacion-icon i {
    font-size: 18px;
  }

  #ubicacion .ubicacion-text {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .banner-text-box {
    position: relative;
    width: 100%;
    padding: 20px 15px;
    border-radius: 0;
    text-align: center;
    margin: 0;
    min-width: auto;
  }

  .banner-text-box::after {
    display: none;
  }

  .banner-title,
  .banner-subtitle {
    font-size: 28px;
    line-height: 1.1;
  }

  .banner-overlay {
    top: 70px;
    padding: 0 10px;
  }

  #about-section .about-image {
    width: 100%;
    order: 2;
    padding: 40px 10px 0 10px;
  }
}

@media (max-width: 419px) {
  #about-section .about-text p br {
    display: none;
  }
}

@media (max-width: 403px) {
  .footer-bottom-content p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .derechos-reservados {
    order: 3;
  }

  .powered-by {
    order: 2;
  }
}
