@media screen and (min-width:1450px) {
  .drop-down-menu-left-home {
    left: 420px;
  }

  .drop-down-left-services-menu {
    left: 650px;
  }
}

@media screen and (max-width: 992px) {
  .container-story .offset-xl-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-brand {
    order: 1;
    flex: 1;
  }

  .navbar-toggler {
    background: white;
    order: 2;
    border: none;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5em;
    height: 1.5em;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000;
    border-top: 1px solid #333;
    padding: 20px 0;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #333;
  }

  .navbar-nav .nav-link {
    padding: 10px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mobile-dropdown-arrow {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
    margin-left: 10px;
  }

  #home-item.dropdown-open .mobile-dropdown-arrow,
  #services-item.dropdown-open .mobile-dropdown-arrow {
    transform: rotate(-180deg);
  }

  #home-item .nav-link,
  #services-item .nav-link {
    cursor: pointer;
  }

  .navbar-icons {
    order: 3;
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
  }

  .drop-down-home-menu,
  .drop-down-menu-services {
    position: static;
    display: none;
    height: auto;
    background-color: #333;
    padding: 15px 0;
    width: 100%;
  }

  .drop-down-menu-left-home,
  .drop-down-left-services-menu {
    left: 0;
    position: static;
    width: 100%;
    text-align: center;
  }

  #home-item.dropdown-open .drop-down-home-menu,
  #services-item.dropdown-open .drop-down-menu-services {
    display: block;
  }

  .drop-down-home-menu li,
  .drop-down-menu-services li {
    margin: 8px 0;
    width: 100%;
  }

  .drop-down-menu-services h6,
  .drop-down-home-menu h6 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-cart {
    min-height: auto;
    background-color: #000;
  }

  .nav-cart .collapse {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
    padding: 0;
  }

  .nav-cart .navbar-nav {
    flex-direction: row;
    width: 100%;
  }

  .nav-cart .navbar-nav .nav-item {
    border: 0;
  }

  .nav-cart .nav-link {
    justify-content: center;
  }

  #modalSuscription .modal-body {
    padding: 15px;
  }

  #modalSuscription .modal-body img {
    height: 200px;
    display: block;
    margin: 0 auto;
  }

  .container-banner-categories {
    min-height: 525px;
    height: auto;
  }

  .banner-menu {
    flex-direction: column;
  }

  .banner-menu img {
    display: none;
  }

  .bg-black {
    min-height: 600px;
  }

  .gallery-office img {
    height: 380px;
  }

  .service-item-container .paragraph {
    height: auto;
  }

  .container-our-internal-story img {
    width: 100%;
    height: 300px;
  }

  .carousel-historia img,
  .carousel-blog img {
    height: 600px;
  }

  .shopping-cart-container img {
    height: 120px;
    margin: 0 auto;
  }

  .container-category-products .order-section {
    justify-content: center;
    margin-bottom: 20px;
  }

  .container-category-products .product-card img {
    height: 180px;
  }

  .container-category-products h3 {
    font-size: 28px;
  }

  .product-detail .carousel-item img {
    height: 400px;
  }

  .product-detail .carousel-thumbnails img {
    height: 80px;
  }

  .container-add-cart .input-group {
    flex-direction: column;
    gap: 15px;
  }

  .container-add-cart .btn-add-cart {
    width: 100%;
  }

  .navbar-nav .navbar-icons .dropdown-menu {
    position: absolute;
  }
}

@media screen and (max-width: 768px) {

  .drop-down-menu-services h6,
  .drop-down-home-menu h6 {
    font-size: 13px;
  }

  .drop-down-home-menu li,
  .drop-down-menu-services li {
    margin: 6px 0;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="date"],
  form textarea,
  .input-container,
  .purchase-summary textarea.form-control {
    max-width: 100%;
  }

  .shopping-cart-container .white-border {
    padding: 0;
    overflow: hidden;
  }

  .shopping-cart-container .white-border .row {
    flex-direction: column;
    overflow: hidden;
  }

  .shopping-cart-container .white-border .col-2 {
    flex: 1 1 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #848688;
    padding-bottom: 10px;
    width: 100%;
  }

  .shopping-cart-container .white-border .col-2:last-child {
    border-bottom: none;
  }

  .shopping-cart-container .white-border .col-2:first-child {
    order: 0;
    display: flex;
    justify-content: center;
  }

  .shopping-cart-container img {
    height: 100px;
    max-width: 120px;
  }

  .shopping-cart-container h6 {
    height: auto;
  }

  .shopping-cart-container p {
    font-size: 14px;
  }

  .shopping-cart-container img.trash-icon {
    height: auto;
  }

  .shopping-cart-container .btn-send {
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin-top: 20px;
  }

  .shopping-cart-container .border-end {
    border-right: none !important;
  }

  .container-category-products h6 {
    font-size: 18px;
  }

  .container-category-products h3 {
    font-size: 24px;
  }

  .product-detail h2 {
    font-size: 32px;
  }

  .product-detail .carousel-item img {
    height: 300px;
  }

  .product-detail .carousel-thumbnails img {
    height: 60px;
  }


  .container-add-cart input[type="number"] {
    width: 100px;
  }

  .shopping-cart-container .my-orders .white-border .col-2:first-child {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {

  .drop-down-menu-services h6,
  .drop-down-home-menu h6 {
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 0 !important;
  }

  .drop-down-home-menu li,
  .drop-down-menu-services li {
    margin: 0;
    font-size: 13px;
  }

  .nav-cart .nav-link {
    font-size: 12px;
    padding: 5px;
  }

  h2,
  .container-projects h1 {
    font-size: 34px;
  }

  .banner-categories h6,
  .container-projects h1,
  .brands-container h1,
  .carousel-blog h1 {
    font-size: 40px;
  }

  .btn-quote,
  .brand-item {
    width: 100%;
  }

  .banner-project h6 {
    font-size: 30px;
  }

  .carousel-historia img,
  .carousel-blog img {
    height: 300px;
  }

  .carousel-historia .carousel-caption,
  .carousel-blog .carousel-caption {
    height: auto;
  }

  .welcome h1 {
    font-size: 35px;
  }

  .profile-container form {
    padding: 15px;
  }

  .shopping-cart-container {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .shopping-cart-container .white-border .row {
    gap: 12px;
  }

  .shopping-cart-container .trash-icon {
    height: 18px;
    width: 18px;
  }

  .shopping-cart-container .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-category-products .order-section {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .container-category-products .product-card img {
    height: 140px;
  }

  .container-category-products .product-card p {
    font-size: 12px;
  }

  .container-category-products h6 {
    font-size: 16px;
  }

  .container-category-products h3 {
    font-size: 20px;
  }

  .product-detail h2 {
    font-size: 24px;
  }

  .product-detail h6 {
    font-size: 14px;
  }

  .product-detail p {
    font-size: 12px;
  }

  .product-detail .carousel-item img {
    height: 250px;
  }

  .product-detail .carousel-thumbnails {
    overflow-x: auto;
    white-space: nowrap;
  }

  .product-detail .carousel-thumbnails img {
    height: 50px;
    display: inline-block;
    margin-right: 5px;
  }

  .product-detail .accordion-body {
    padding: 8px;
  }

  .product-detail .materials img {
    height: 50px;
  }

  .container-add-cart {
    padding: 15px 10px;
  }

  .container-add-cart input[type="number"] {
    width: 80px;
    font-size: 12px;
  }

  .container-add-cart .btn-add-cart {
    font-size: 14px;
    height: 45px;
  }

  .container-add-cart h5 {
    font-size: 14px;
  }

  .suggested-related-products .card img {
    height: 200px;
  }

  .user-registration-content {
    padding: 15px;
  }

  .shopping-cart-container h1 {
    font-size: 29px;
  }

  .purchase-summary .btn-send {
    width: auto;
  }

  .navbar-collapse {
    padding: 0;
  }

  .navbar-icons {
    gap: 0;
    margin-top: 0;
  }
}