@media (min-width: 768px) {
  /******* Start Titutlos paginas internas ********/
  h2.content-box-title {
    font-size: 2.4rem;
  }

  /******* End Titutlos paginas internas ********/

  /*** section banner home ***/

  .container__hero--home .slick-arrow {
    height: 78px;
    width: 50px;
  }

  /*** section banner home ***/

  /********  Section Banner Home ********/
  .slick-arrow {
    height: 40px;
    width: 40px;
  }

  span.arrow-left {
    left: 38px;
    padding-right: 4px;
  }

  span.arrow-right {
    right: 38px;
    padding-left: 4px;
  }

  .slick-arrow {
    font-size: 4rem;
  }

  .banner-detalles {
    left: 10rem;
    min-width: 500px;
    max-width: 500px;
  }

  .banner-detalles h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .banner-detalles p {
    font-size: 1rem;
    padding: 8px 0;
    line-height: 1.4rem;
  }

  /********  End  Section Banner Home ********/

  /*** solutions ***/

  .container__solutions--img h2 {
    /* font-size: 100px;
    line-height: 99px; */
    font-size: 52px;
    line-height: 58px;
  }

  /*** solutions ***/

  /***** Footer *****/

  .bg-footer {
    margin-bottom: 0;
  }

  .footer-info .menus {
    flex-direction: row;
    /* gap: 20px; */
    gap: 40px;
    padding-top: 8px;
    /* margin-left: auto; */
  }

  .footer-info .menus .footer_menus .col-md-4:nth-child(1),
  .footer-info .menus .footer_menus .col-md-4:nth-child(2) {
    border-right: 0.1rem solid #eeeeee;
  }

  .menus .two-block {
    flex-direction: column;
  }

  /*******************/
}

@media (min-width: 850px) {
  /*** catalogo categories ***/

  .container__product--categories ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 2rem;
  }

  /*** catalogo categories ***/
}

@media (min-width: 992px) {
  .content-box {
    padding: 3.2rem;
  }

  /* section.home-section {
    padding-top: 112px;
  } */

  /********  Section Banner Home ********/

  .banner-detalles h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .banner-detalles p {
    font-size: 1.4rem;
    padding: 12px 0;
    line-height: 1.8rem;
    text-align: start;
  }

  .button-ccd {
    font-size: 1.4rem;
  }

  span.arrow-left {
    left: 48px;
  }

  span.arrow-right {
    right: 48px;
  }

  /********  End  Section Banner Home ********/

  /*** catalogo categories ***/

  .container__product--categories ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 2rem;
  }

  /*** catalogo categories ***/

  /*** our products ***/

  .container__ours--products {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 2rem;
  }

  .container__get--price {
    margin-top: 10rem;
  }

  .container__get--price h4 {
    /* font-size: 54px;
    line-height: 53px; */
    font-size: 46px;
    line-height: 50px;
  }

  .container__ours--featured-products h2 {
    padding-bottom: 4rem;
  }

  /*** our products ***/

  /*** energy ***/
  /* 
  .container__energy {
    margin: 6rem auto 2rem;
  } */

  .container__clouds {
    display: block;
  }

  .container__energy--clouds {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 10rem 2rem 4rem;
  }

  /*** energy ***/

  /*** benefits ***/

  .container__benefits h2 {
    font-size: 62px;
    line-height: 68px;
    padding: 0 10rem 6rem;
  }

  .container__benefits--cards {
    grid-template-columns: repeat(3, 1fr);
  }

  /*** benefits ***/

  /*** solutions ***/

  .container__solutions--img h2 {
    /* font-size: 100px;
    line-height: 99px; */
    font-size: 66px;
    line-height: 74px;
  }

  /*** solutions ***/

  /*** brands ***/

  .container__brands h2 {
    /* font-size: 70px;
    line-height: 91px; */
    font-size: 66px;
    line-height: 74px;
  }

  /*** brands ***/
}
