@media (max-width: 1585px){
  .container{
    width: 80%;
  }

  .section-img-texto{
    width: 80%;
  }

  .section-facebook{
    width: 80%;
  }
}

@media (max-width: 855px) {
  .section-img-texto .h2-part{
    font-size: 30px;
  }

  .section-img-texto .img-part{
    display: none;
  }

  .section-facebook .h2-part{
    font-size: 30px;
  }
}

@media (max-width: 975px) {
  .section-img-texto{
    width: 60%;
    grid-template-columns: 100%;
  }
  .section-img-texto .img-part{
    width: 100%;
  }
  .section-img-texto .text-part{
    margin-left: 0px;
  }
}

@media (max-width: 850px) {
  .section-facebook{
    width: 60%;
    grid-template-columns: 100%;
  }

  .section-facebook .facebook-part{
    display: none;
  }

  .section-facebook .h2-part{
      padding-right: 0px;
      text-align: center;
  }
   .section-facebook .p-part{
     padding-right: 0px;
     text-align: justify;
   }

  .section-facebook hr, .section-facebook button{
      float: none;
      text-align: center;
      align-items: center;
      margin: auto;
  }

  .section-facebook button{
    width: 100%;
    border-radius: 2px;
  }

  .section-facebook .insta{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-facebook .youtube{
    margin-bottom: 20px;
  }

  .section-facebook .facebook-part iframe{
    max-width: 100%;
  }

  .section-facebook .facebook-part{
    margin-left: 0px;
  }
  .section-img-texto .p-part{
    text-align: center;
  }
  .section-img-texto hr{
      float: none;
      text-align: center;
      align-items: center;
      margin: auto;
  }
  .section-img-texto .h2-part{
    text-align: center;
  }
  .section-img-texto .p-part{
    text-align: justify;
  }
}

@media (max-width: 1250px){
  .container{
    width: 60%;
    grid-template-columns: 100%;
  }

  .container .box{
    margin-top: 20px;
  }
  .container .text i{
    margin-top: 25px !important;
  }

  .section-pick{
    min-height: 725px;
    display: block;
  }
  section{
    height: 200px;
  }

  section:last-child{
    height: 125px;
  }

  .feedback{
    width: 100%;
    min-height: 400px;
  }
}

@media (max-width: 1050px) {
  .footer-items{
    width: 100%;
  }
}

@media (max-width: 625px) {
  .feedback{
    width: 100%;
    height: 400px !important;
  }

  .feedback-box{
    width: 400px;
  }
}
@media (max-width:1000px) {
  .footer{
    display: grid;
    grid-template-columns: 100%;
  }
  .footer-image img{
    display: none;
  }
  .footer-text p, .footer-text a{
    text-align: center;
  }
  .footer-credit p{
    text-align: center;
    margin-top: 15px;
  }
}
