/* Responsive */
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 991.98px) {

  header {
    height: 120px;
  }

  .presentation-text {
      left: 50%;
  }

  .logo-image-container {
    top: 32%;
    height: 100%;
    margin-left: 8%;
  }

  .mobile-background-image-container > img {
    width: 100%;
    box-shadow: 5px 10px 13px -5px black;
    display: block;
  }

  .mobile-background-image-container {
    display: block;
    position: absolute;
    top: 12%;
  }

  .mobile-dynamic-content {
    position: relative;
    margin-top: 20px;
  }

  .mobile-background-image-container .line-bottom {
    height: 2px;
    top: 5px;
  }

  .presentation-text > #top-text,
  .presentation-text > #bottom-text {
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    white-space: pre;
    padding: 8px 8px 8px 8px;
  }

  .main-container {
    margin-top: 100px;
    height: unset;
    box-shadow: unset;
  }

  .dynamic-content-container {
    position: relative;
    border-radius: 15px;
    width: 80%;
    background-color: rgb(149, 165, 195);
    box-shadow: 5px 10px 13px -7px #000;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

  .dynamic-content-header {
    margin-top: 6%;
  }

  .dynamic-content, .dynamic-content-header {
    padding-bottom: 12%;
}

  span#budget-title {
    font-size: 12px;
    margin-top: 6%;
  }

  img.desktop {
    display: none;
  }
  img.mobile {
    display: block;
  }

  .whatsapp-container {
    bottom: 5px;
    top: unset;
  }

  .whatsapp-container p {
    font-size: 0.95em;
  }

  .logo-image-container {
    height: 100%;
  }

  .links-container {
    position: relative;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
  }

  .product-link {
    height: 65px;
  }

  .product-link span {
    font-size: 9px;
  }

  footer > .desktop {
    display: none;
  }

  footer > .mobile {
    font-size: 12px;
    display: block;
  }

  .contact-container {
    margin: 20px 0px 20px 0px!important;
  }

  .whatsapp-icon {
    bottom: 0px;
    right: 0px;
  }

  .whatsapp-container img {
    width: 85px;
  }

  .product-section[product-id="especiales"] p {
    font-size: 16px;
  }

  .product-image {
    height: 50px;
  }

  [product-id~="tuercas"],
  [product-id~="especiales"],
  [product-id~="bulones"],
  [product-id~="arandelas"] {
    margin-top: 50%;
  }

  .submit-form-container label {
    margin-left: 25px;
  }

  .product-link {
    height: 85px !important;
  }

  .product-box,
  .product-box-wide-image {
    margin: 0px;
    width: auto;
  }

  .product-section {
    margin-top: 0px;
    align-items: center;
  }

  .product-desc span,
  .product-title span {
    font-size: 11px;
  }

  div.back-icon {
    margin-top: -15px;
  }

  div.back-icon > svg {
    width: 15px;
  }
  
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px)  {

    input:not([type='checkbox']), textarea {
        font-size: 10px;
    }

    span#budget-title {
        font-size: 12px;
    }

    .presentation-text > #top-text, .presentation-text > #bottom-text {
        font-size: 1.1em;
    }

    .presentation-text > #top-text,
    .presentation-text > #bottom-text {
      font-size: 30px;
      padding: 15px 20px 15px 20px;
    }
    
    .product-link {
        height: 105px !important;
    }

    .product-link span {
        font-size: 18px;
    }

    span#budget-title {
        font-size: 20px;
    }
    
    .whatsapp-container {
        bottom: 10px;
    }

    header {
        height: 180px;
    }

    .main-container {
        margin-top: 154px;
    }

}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
