@media (max-width: 1800px) {
  .hero-image .carousel-image {
    max-width: 100%;
  }
}

@media (max-width: 1500px) {
  #ventamym .ventamym-content {
    gap: 0px;
  }

  #ventamym .ventamym-text {
    flex: 0 0 570px;
  }
}

@media (max-width: 1426px) {
  #formulario-checkout .checkout-container {
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  #formulario-checkout .checkout-left {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #ffffff;
    padding: 60px 40px;
    order: 2;
  }

  #formulario-checkout .checkout-right {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #eae9e9;
    padding: 60px 40px;
    order: 1;
  }

  #formulario-checkout .checkout-form-wrapper {
    width: 100%;
    max-width: 1000px;
  }

  #formulario-checkout .cart-summary-wrapper {
    width: 100%;
    max-width: 1000px;
  }
}

@media (max-width: 1400px) {
  .hero-banner {
    right: 20px;
    bottom: 15px;
  }
}

@media (max-width: 1357px) {
  #representantes {
    padding: 250px 0;
  }

  #representantes .rep-content {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: center;
    gap: 30px 50px;
  }

  #representantes .rep-logo-small {
    grid-column: 1;
    grid-row: 1;
  }

  #representantes .rep-separator-small {
    grid-column: 2;
    grid-row: 1;
  }

  #representantes .rep-logo-large {
    grid-column: 3;
    grid-row: 1;
  }

  #representantes .rep-separator-large {
    display: none;
  }

  #representantes .rep-text {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
  }

  #textHome3 .cnt-prods {
    gap: 20px;
  }
}

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

@media (max-width: 1300px) {
  .ft-top {
    padding: 80px 0;
  }

  .ft-grid {
    flex-wrap: wrap;
    padding: 0 30px;
  }

  .ft-logo {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .ft-logo img {
    max-width: 180px;
    margin: 0 auto;
  }

  .ft-sections,
  .ft-sales,
  .ft-visit {
    flex: 1;
    min-width: 200px;
  }
}

@media (max-width: 1290px) {
  #ventamym .ventamym-content {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }

  #ventamym .ventamym-text {
    text-align: center;
    flex: 0 0 300px;
  }
}

@media (max-width: 1200px) {
  #about .about-wrap {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 60px 0;
  }

  #about .about-img {
    margin-left: 0;
    justify-content: center;
  }

  #about .about-img::before,
  #about .about-img::after {
    display: none;
  }

  #about .about-text {
    padding: 40px 0 0 0;
  }

  #about .about-text p {
    text-align: center;
  }
}

@media (max-width: 1198px) {
  #catalog .catalog-grid {
    flex-direction: column;
    gap: 40px;
  }

  #catalog .catalog-separator {
    width: 400px;
    height: 1px;
  }
}

@media (max-width: 1190px) {
  #textHome3 .cnt-prods,
  #textHome3 .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1190px) {
  .hero-content {
    flex-direction: column;
    gap: 40px;
  }

  .hero-text {
    margin-top: 0;
    text-align: center;
  }

  .hero-image {
    margin-left: 0;
  }

  .header-social {
    display: none;
  }

  .mobile-social-bar {
    display: flex;
  }
}

@media (max-width: 1190px) {
  #brand .brand-text p br {
    display: none;
  }
}

@media (max-width: 1000px) {
  #textHome3 .producto-detalle {
    flex-direction: column;
  }

  #textHome3 .producto-imagen {
    flex: 1;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 995px) {
  #contact .form-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  #contact .form-row .form-group:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 970px) {
  .hero-banner {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .banner-content {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .banner-content h3 {
    order: 2;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 2px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-nav {
    order: 1;
    width: 70px;
    height: 70px;
  }

  .banner-nav.prev {
    margin-right: 2px;
  }

  .hero-section {
    padding-bottom: 0;
  }
}

@media (max-width: 950px) {
  #textHome3 .categorias-menu {
    flex-direction: column;
    align-items: stretch;
  }

  #textHome3 .categorias-left {
    width: 100%;
    justify-content: center;
  }

  #textHome3 .categorias-right {
    width: 100%;
    justify-content: center;
  }

  #textHome3 .categorias-menu select,
  #textHome3 .categorias-menu .form-control {
    width: 100%;
  }
}

@media (max-width: 954px) {
  body {
    padding: 0 0 44px 0;
  }

  .header-top {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .hero-section {
    padding-top: 60px;
  }

  .mobile-social-bar {
    display: flex;
  }

  .hero-content {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 954px) {
  #formulario-checkout .checkout-left {
    padding: 110px 20px 20px 20px;
  }

  #formulario-checkout .checkout-right {
    padding: 80px 20px 20px 20px;
  }
}

@media (max-width: 915px) {
  #textHome3 .cnt-prods,
  #textHome3 .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .ft-grid {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .ft-logo,
  .ft-sections,
  .ft-sales,
  .ft-visit {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .ft-logo img {
    margin: 0 auto;
  }

  .ft-menu,
  .ft-contact {
    text-align: center;
  }

  .ft-menu li:before {
    display: none;
  }

  .ft-contact li {
    justify-content: center;
  }
}

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

@media (max-width: 768px) {
  #representantes {
    padding: 150px 0;
  }

  #representantes .rep-text .text-gray,
  #representantes .rep-text .text-red {
    font-size: 40px;
  }

  #ventamym .ventamym-text .text-light {
    font-size: 70px;
  }

  #ventamym .ventamym-text .text-bold {
    font-size: 35px;
  }

  #visit .visit-content h2 {
    font-size: 38px;
  }

  #visit .visit-content p {
    font-size: 25px;
  }

  #textHome3 .products-header h2 {
    font-size: 40px;
  }

  #textHome3:not(.tienda-page):not(.producto-page) {
    padding: 60px 0;
  }

  #about .about-text p {
    font-size: 20px;
  }

  #represent .represent-title {
    font-size: 35px;
  }

  #represent .represent-subtitle {
    font-size: 25px;
  }

  #brand .brand-text p {
    font-size: 20px;
  }

  #catalog .catalog-header {
    margin-bottom: 40px;
  }

  #catalog .catalog-title {
    font-size: 35px;
  }

  #catalog .catalog-btn {
    font-size: 16px;
  }

  #textHome3 .categorias-menu strong {
    font-size: 22px;
  }

  #textHome3 .categorias-menu select,
  #textHome3 .categorias-menu .form-control {
    font-size: 18px;
  }

  #contact .contact-header h1 {
    font-size: 34px;
  }

  #contact .contact-header p {
    font-size: 18px;
  }

  #location .location-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  #location .location-info i {
    margin-right: 0;
  }

  #location .location-info span {
    font-size: 18px;
  }

  #textHome3 .producto-titulo {
    font-size: 35px;
    text-align: center;
  }

  #textHome3 .producto-descripcion {
    font-size: 18px;
    text-align: center;
  }

  #textHome3 .producto-precio .price-decimal,
  #textHome3 .producto-precio .price-amount {
    font-size: 22px;
  }

  #productosRelacionados .products-header h2 {
    font-size: 35px;
  }

  #cart-sidebar .subtotal-label {
    font-size: 22px;
  }

  #cart-sidebar .cart-btn {
    font-size: 18px;
  }

  #formulario-checkout .cart-summary-title {
    font-size: 34px;
    text-align: center;
  }

  #formulario-checkout .checkout-title {
    font-size: 34px;
    text-align: center;
  }

  #formulario-checkout .section-title {
    font-size: 20px;
  }

  #formulario-checkout .btn {
    font-size: 20px;
  }

  #icoWhatsApp img,
  #icoCartP {
    width: 60px;
    height: 60px;
  }

  #icoCartP .cart-icon-img {
    width: 20px;
    height: 20px;
  }

  #icoCartP .cart-counter {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  #catalog .catalog-card {
    width: 100%;
    max-width: 508px;
    height: auto;
    padding: 30px 20px;
  }

  #catalog .catalog-img {
    height: auto;
    min-height: 250px;
  }

  #catalog .catalog-separator {
    width: 200px;
  }
}

@media (max-width: 690px) {
  #ventamym .ventamym-images {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  #textHome3 .cnt-prods,
  #textHome3 .products-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 630px) {
  #contact .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #contact .form-row .form-group:first-child {
    grid-column: 1;
  }
}

@media (max-width: 600px) {
  #representantes .rep-content {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  #representantes .rep-separator-small {
    width: 300px;
    height: 1px;
  }

  #representantes .rep-separator-large {
    display: none;
  }

  #representantes .rep-text {
    text-align: center;
  }

  #representantes .rep-text .text-red {
    font-size: 32px;
  }

  #representantes .rep-text .text-gray {
    font-size: 32px;
  }

  #textCatalogo1 .rowcatalogo {
    margin: 0 -15px;
  }
  #textCatalogo1 .rowcatalogo div[class*="col-"] {
    margin-bottom: 52px;
    padding: 0 15px;
    width: 100%;
  }
}

@media (max-width: 528px) {
  .hero-text br {
    display: none;
  }
}

@media (max-width: 500px) {
  #contactoForm .form-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  #contactoForm .form-group:first-child {
    grid-column: 1;
  }

  #textHome3 .producto-acciones {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  #textHome3 .producto-cantidad {
    justify-content: center;
  }

  #textHome3 .btn-agregar-carrito {
    width: 100%;
    justify-content: center;
  }
  #cart-sidebar {
    right: -100%;
    width: 100%;
  }

  #cart-sidebar .cart-header h3 {
    font-size: 18px;
  }

  #cart-sidebar .cart-header {
    padding: 10px 5px;
  }

  #formulario-checkout .form-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  #formulario-checkout .form-group {
    width: 100%;
    margin-bottom: 0px;
  }

  #formulario-checkout .form-group.full-width {
    width: 100%;
  }

  #formulario-checkout .form-buttons {
    flex-direction: column;
    gap: 15px;
  }

  #formulario-checkout .btn {
    width: 100%;
  }

  #formulario-checkout .form-control {
    margin-left: 0px;
  }

  #formulario-checkout .form-section {
    margin-bottom: 25px;
  }
}

@media (max-width: 489px) {
  .footer-left p {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer-separator {
    display: none;
  }
}

@media (max-width: 489px) {
  #formulario-checkout .cart-item-summary .item-image {
    width: 85px;
    height: 85px;
  }

  #formulario-checkout .cart-item-summary {
    grid-template-columns: 70px 1fr auto;
  }

  #formulario-checkout .cart-item-summary .item-name {
    font-size: 16px;
  }
}


