.produtos-container {
  padding: 60px 0 60px 0;
}
.produtos-grid {
    width: 663px;
    height: 378px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    background: #282828;
    float: left;
}
.produtos-grid img {
    height: 381px;
    cursor: pointer;
    width: 663px;
    object-fit: contain;
    object-position: 50% 50%;
}

.mySlides img {
  max-width: 100%;
  width: auto !important;
  height: 1018px;
  margin: 0 auto;
}
.modal-content {
  width: 83%;
  background-color: rgba(0,0,0,0.9);
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 60px;
    padding: 37px 20px;
    margin-top: -50px;
    color: #000;
    background-color: rgba(255,255,255,0.8);
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    left: 2%;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    left: 95%;
}
.prev:hover, .next:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    text-decoration: none;
}
.grid-sg1, .grid-sg2, .grid-sg3 {
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  height: 80px;
  overflow: hidden;
}
.descricao h1, .descricao_semquebra h1 {
  text-align: left;
}

.descricao p, .descricao_semquebra p {
  text-align: left;
}

/*Estilo para laptop++*/
@media only screen and (min-width: 900px) and (max-width: 1440px) {
  
  .produtos-container {
    padding: 60px 0 60px 0;
  }
  .modal-content {
    width: 81%;
    background-color: rgba(0,0,0,0.9);
}
  .mySlides img {
    height: 746px;
    margin: 0 auto;
  }
  .prev, .next {
    width: 51px;
    padding: 29px 20px;
    font-size: 26px;
    left: 2%;
}
.next {
    left: 93%;
  }
  .grid-sg1, .grid-sg2, .grid-sg3 {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    height: 80px;
    overflow: hidden;
  }
  
}

/*Estilo para notebook*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  
  .produtos-container {
    padding: 60px 0 60px 0;
  }
  .modal-content {
    width: 79%;
    background-color: rgba(0,0,0,0.9);
   }
   .prev, .next {
    width: 51px;
    padding: 24px 20px;
    font-size: 23px;
    left: 2%;
  }
  .next {
    left: 93%;
  }
  
  .mySlides img {
    height: 680px;
    margin: 0 auto;
  }
  .grid-sg1, .grid-sg2, .grid-sg3 {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    height: 80px;
    overflow: hidden;
  }
  .produtos-grid {
    width: 633px;
    height: 378px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    background: #282828;
    float: left;
}
.produtos-grid img {
    height: 381px;
    cursor: pointer;
    width: 633px;
    object-fit: contain;
    object-position: 50% 50%;
}
  
}

/*Estilo para laptop*/
@media only screen and (min-width: 800px) and (max-width: 1280px) {
  .produtos-container {
    padding: 60px 0 60px 0;
  }
  
  .modal-content {
    width: 79%;
    background-color: rgba(0,0,0,0.9);
   }
   .prev, .next {
    width: 51px;
    padding: 24px 20px;
    font-size: 23px;
    left: 2%;
  }
  .next {
    left: 93%;
  }
  
  .mySlides img {
    height: 642px;
    margin: 0 auto;
  }
  .produtos-grid {
    width: 590px;
    height: 384px;
    margin: 5px;
}
.produtos-grid img {
    /* position: absolute; */
    height: 381px;
    cursor: pointer;
    width: 590px;
    /* height: auto; */
    object-fit: contain;
    object-position: 50% 50%;
}
}


/*Estilo para tablets-pro*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  
  .socialbutton {
    position: absolute;
    top: 470px;
  }
  .modal-content {
    width: 80%;
    background-color: rgba(0,0,0,0.9);
    margin-bottom: 0px;
}
.mySlides img {
    height: 512px;
    margin: 0 auto;
}
.prev, .next {
    top: 50%;
    width: 39px;
    padding: 20px 15px;
    font-size: 18px;
}
.lateral {
    width: 20%;
    padding: 5px;
}
  .grid-sg1, .grid-sg2, .grid-sg3 {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    height: 125px;
    overflow: hidden;
  }
  .buttoncenter button {
    background-color: rgba(0,0,0,0.6);
    display: inline-block;
    border: none;
    width: 142px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
}
.grid-social {
    left: 64%;
}
.boxcoment {
    height: 57px;
    margin-bottom: 10px;
}
  .produtos-grid {
    width: 480px;
    height: 328px;
    margin: 5px;
}
.produtos-grid img {
    /* position: absolute; */
    height: 331px;
    cursor: pointer;
    width: 480px;
    /* height: auto; */
    object-fit: contain;
    object-position: 50% 50%;
}  
  
}

/*Estilo para tablets*/
@media only screen and (min-width:768px) and (max-width:959px) {


}

/*Estilo para smartphone*/
@media only screen and (max-width: 767px) {
  
  .produtos-grid {
    width: 100%;
    height: auto;
    margin: 15px auto;
    padding: 0;
    float: none;
    position: relative;
}

  .produtos-grid:after, .produtos-grid:before {
      content: " ";
      display: table;
  }

  .produtos-grid:after {
      clear: both;
  }
  .produtos-grid img {
    position: relative;
    height: 100%;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    object-fit: unset;
}
  .orcam {
    position: relative;
    margin-top: 15px;
  }
  .turnoff {
    display: none;
  }
  
}

@media only screen and (max-width:812px) and (orientation: landscape) {
  
  .produtos-container {
    width: 100%;
}
  
  .produtos-grid img {
    position: relative;
    width: auto;
    max-width: 591px;
    max-height: 791px;
    height: 100vh;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .produtos-grid {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    float: none;
  }
  .container {
    width: 460px;
  }
  .introducao {
    height: 200px;
    margin-bottom: 16px;
  }
  .introducao:after {
    top: 79px;
    left: 155px;
  }
  .orcam {
    position: relative;
    margin-top: 15px;
  }
  
}