@media (min-width: 768px) {


    /* titutlos paginas internas */
    
    h2.content-box-title {
        font-size: 2.4rem;
    }

    /* titutlos paginas internas */


    /* header */

    .form__placeholder p {
        display: inline-flex;
    }

    /* header */




    /* titutlos paginas internas */
    
    h2.content-box-title {
        font-size: 2.4rem;
    }

    /* titutlos paginas internas */


    /********  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 {
        margin-left: -120px;
        padding: 8px 40px 8px 28px;
        left: 50%;
    }

    .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 ********/





    /* footer */

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

    .content-copy {
        display: flex;
        justify-content: space-between;
        margin: 0 20px;
        padding: 24px 0;
    }


    /* footer */



}








@media (min-width: 900px) {

    /* banner hero */

    #slider__mobile {
        display: none;
    }

    #slider__desktop {
       display: block;
    }

    /* banner hero */


  /* feature products */

  .container__featured h2 {
    /* font-size: 60px; */
    font-size: 50px;
    /* line-height: 65px; */
    line-height: 57px;
  }

  .container__featured--grid {
    margin: 4rem 0 2rem;
  }

  /* feature products */


}




@media (min-width: 900px) {
    .content-video {
        padding-bottom: calc(100% / 2.09);
    }

}


@media (min-width: 992px) {

    .content-box {
        padding: 24px;
    }

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


 

   


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



    .banner-detalles {
        max-width: 440px;
        margin-left: -200px;
    }

    .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 ********/





  /* footer */

    .footer__menus {
        grid-template-columns: repeat(5, 1fr);
    }

    /* footer */








}