/*Lightbox*/
.turnoff {
  display: none;
}
.lateral {
  float: left;
  width: 15%;
  padding: 10px;
}
.logobox {
  width: 150px;
  margin: 0 auto 30px auto;
  text-align: center;
}
.filtrochave {
  width: 100%;
  margin-bottom: 60px;
}
.filtrochave p {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.filtrochave p::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #c34e33;
  margin: 10px auto;
}
.filtrochave select {
  width: 100%;
  background: none;
  color: #fff;
  padding: 5px;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: 300;
}
.filtrochave option {
  width: 100%;
  background-color:rgba(0,0,0,0.8);
  color: #fff;
  padding: 5px;
  font-size: 16px;
  font-weight: 300;
}
.sugestoes p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.grid-sg1, .grid-sg2, .grid-sg3 {
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.grid-sg1 img, .grid-sg2 img, .grid-sg3 img  {
  display: inline-block;
  width: 46%;
  margin-left: 5px;
}
.coments {
  width: 100%;
}
.boxcoment {
  width: 100%;
  height: 150px;
  overflow: auto;
  margin-bottom: 15px;
}
.boxcoment::-webkit-scrollbar-track {
  background-color: #454545;
}
.boxcoment::-webkit-scrollbar {
  width: 10px;
  background: #fff;
}
.boxcoment::-webkit-scrollbar-thumb {
  background: #fff;
}
.coments h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.name {
  font-size: 14px;
  color: #D3D3D3;
  margin-bottom: 5px;
}
.coment {
  font-size: 14px;
  color: #fff;
/*  font-style: italic;*/
  margin-bottom: 15px;
  padding-left: 10px;
}
.coments form {
  display: block;
  width: 100%;
}
.coments input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  background: none;
  margin-bottom: 10px;
  color: #fff;
}
.coments input[type=button] {
  width: 40%;
  padding: 10px;
  border: 1px solid #fff;
  background: none;
  margin-bottom: 5px;
  color: #fff;
  transition: all 0.5s;
}
.coments input[type=button]:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}
.coments textarea {
  width: 100%;
  height: 80px;
  padding: 10px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  margin-bottom: 10px;
}
#comente {
  position: absolute;
  max-width: 260px;
}
.coments::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.coments:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.coments::placeholder {
  color: #fff;
}
.socialbutton {
  width: 100%;
  clear: both;
  position: relative;
  top: -107px;
}
.like {
  width: 45px;
}
.likenro {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  margin-left: 35px;
}
.grid-social {
  width: 200px;
  float: left;
  position: absolute;
  left: 70%;
  
}
.buttonlike {
  background: none;
  border: none;
}
.buttoncenter {
  width: 600px;
  float: left;
  margin-left: 30px;
}

.buttoncenter button {
  background-color: transparent;
    display: inline-block;
    border: none;
    max-width: 250px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
}
.buttoncenter button:hover {
  background: #000;
}
.icoorcamento {
	width: 28px;
    position: relative;
    display: inline-block;
    top: 0;
}
.icodownload {
  width: 28px;
    position: relative;
    display: inline-block;
    top: 0;
    left: -5px;
}
.icoshare {
  width: 28px;
    position: relative;
    top: 0px;
    left: -5px;
    display: inline-block;
}
.btnfornec {
  background: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
.grid-forn {
  float: left;
  margin-left: 5px;
}
.btnfornec button {
  background: #777067;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  padding: 10px;
}
.boxfornec {
  width: auto;
  background: #777067;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 50px;
  left: 10px;
}
.perfilforn {
  display: inline-block;
}
.nameforn {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}
.linkfor {
  color: #fff;
  text-decoration: none;
  margin-bottom: 3px;
}
.tipofor {
  color: #fff;
}

/* The Modal (background) */
.modal-container {
  display: block;
  position: fixed;
  z-index: 999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
/*  background-color:rgba(69,66,60);
  background-color:rgba(0,0,0,0.9);*/
  background-color:rgba(31,31,31,0.9);
  
  /*background: #777067;*/
  padding: 30px;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 85%;
  float: left;
  margin-bottom: 30px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  background-color:rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Estilo para laptop++*/
@media only screen and (min-width: 900px) and (max-width: 1440px) {
  .socialbutton {
    position: relative;
    top: -95px;
  }
  #comente {
    position: absolute;
    width: 225px;
  }
  .socialbutton {
    top: -85px;
  }
  .grid-sg1 img, .grid-sg2 img, .grid-sg3 img {
    width: 44%;
  }
  .lateral {
    width: 19%;
  }
  .modal-content {
    width: 81%;
  }
}

/*Estilo para notebook*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  
  .logobox {
    width: 130px;
  }
  .modal-content {
    width: 79%;
    margin-bottom: 0;
  }
  .lateral {
    width: 21%;
    padding: 5px;
  }
  .filtrochave {
    margin-bottom: 10px;
  }
  .filtrochave p {
    font-size: 16px;
  }
  .filtrochave select {
    font-size: 14px;
  }
  .grid-sg1 img, .grid-sg2 img, .grid-sg3 img {
    width: 40%;
  }
  .boxcoment {
    height: 105px;
    margin-bottom: 10px;
  }
  #comente {
    width: 265px;
  }
  
}

/*Estilo para laptop*/
@media only screen and (min-width: 800px) and (max-width: 1280px) {
  .socialbutton {
    position: relative;
    top: -45px;
  }
  #comente {
    width: 245px;
  }
}


/*Estilo para tablets-pro*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  
  .logobox {
    width: 130px;
  }
  .modal-content {
    width: 76%;
    margin-bottom: 70px;
  }
  .lateral {
    width: 24%;
    padding: 5px;
  }
  .filtrochave {
    margin-bottom: 10px;
  }
  .filtrochave p {
    font-size: 16px;
  }
  .filtrochave select {
    font-size: 14px;
  }
  .grid-sg1 img, .grid-sg2 img, .grid-sg3 img {
    width: 40%;
  }
  .boxcoment {
    height: 105px;
    margin-bottom: 10px;
  }
  #comente {
    width: 265px;
  }
  .close {
    z-index: 9;
  }
  .socialbutton {
    position: absolute;
    top: 383px;
  }
  .buttoncenter button {
    width: 135px;
    font-size: 13px;
    padding: 5px;
  }
  .grid-social {
    left: 59%;
  }
  
  
}

/*Estilo para tablets*/
@media only screen and (min-width: 651px) and (max-width: 959px) {
  
  .modal-container {
    padding: 0;
	z-index: 99999999;
  }
	
  .logobox {
    width: 130px;
  }
  .modal-content {
    width: 100%;
    margin-bottom: 70px;
	padding: 0 0 0 0;
    margin-top: 20px;
  }
  .lateral {
    width: 100%;
    padding: 5px;
    display: none;
  }
  .filtrochave {
    margin-bottom: 10px;
  }
  .filtrochave p {
    font-size: 16px;
  }
  .filtrochave select {
    font-size: 14px;
  }
  .grid-sg1 img, .grid-sg2 img, .grid-sg3 img {
    width: 40%;
  }
  .boxcoment {
    height: 105px;
    margin-bottom: 10px;
  }
  #comente {
    width: 265px;
  }
  .close {
    z-index: 9;
    top: 0;
    opacity: 1;
  }
  .socialbutton {
    position: absolute;
    top: 492px;
	display: none;
  }
  .grid-social {
    width: 145px;
    float: left;
	display: none;
  }
  .buttoncenter button {
    width: 162px;
    font-size: 15px;
  }
  
  .prev, .next {
    top: -10px;
    width: auto;
    /*padding: 230px 30px 133px 260px;*/
    font-size: 36px;
    background: none;
  }
  .prev:hover,
  .next:hover {
    background: none;
    color: #fff;
    text-decoration: none;
  }

.buttoncenter {
	display: none;
}

.mob-arrows {
	left: 0;
}

}

/*Estilo para smartphone*/
@media only screen and (max-width: 650px) {
  
  .modal-container {
    padding: 0;
  }
  
  .close {
    position: fixed;
  }
  .socialbutton {
    position: fixed;
  }
  
  .turnoff {
    display: none;
    font-size: 18px;
    text-align: center;
    color: #000;
  }
  .phone {
    width: 44px;
    display: inline-block;
    margin-bottom: -12px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .turnoff-btn {
    background: #82ca9c;
    width: 300px;
    height: 59px;
    border-radius: 5px;
    margin: 15px auto 30px auto;
    color: #fff;
  }
  
  .logobox {
    width: 130px;
  }
  .modal-container {
    padding: 100px 0 0 0;
    z-index: 999999999;
  }
  .modal-content {
    width: 100%;
    margin-bottom: 70px;
  }
  .lateral {
    width: 100%;
    padding: 30px;
    display: none;
  }
  .filtrochave {
    margin-bottom: 10px;
  }
  .filtrochave p {
    font-size: 16px;
  }
  .filtrochave select {
    font-size: 14px;
  }
  .grid-sg1 img, .grid-sg2 img, .grid-sg3 img {
    width: 47%;
  }
  .boxcoment {
    height: 105px;
    margin-bottom: 10px;
  }
  #comente {
    width: 315px;
  }
  .close {
    z-index: 9;
	top: 65px;
  }
  .socialbutton {
    position: fixed;
    top: 20px;
  }
  .grid-social {
    width: 85px;
    float: left;
  }
  .buttoncenter {
    width: 100px;
  }
  .buttoncenter button {
    width: 162px;
    font-size: 15px;
  }
  .like {
    width: 30px;
  }
  .likenro {
    width: 20px;
    height: 20px;
    padding: 3px;
    font-size: 10px;
    margin-left: 0;
  }
  .icoorcamento {
    width: 22px;
    position: relative;
    top: 0;
  }

  #baixar {
    display: none;
  }
  #share {
    display: none;
  }
  .prev, .next {
    top: 71%;
    width: auto;
    padding: 10px;
    font-size: 21px;
  }


}