
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Futura LT Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Futura LT Regular"), url("../fonts/FuturaLT.woff") format("woff");
}

@font-face {
  font-family: "Futura LT Book";
  font-style: normal;
  font-weight: normal;
  src: local("Futura LT Book"),
    url("../fonts/FuturaLT-Book.woff") format("woff");
}

@font-face {
  font-family: "Futura LT Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura LT Oblique"),
    url("../fonts/FuturaLT-Oblique.woff") format("woff");
}

@font-face {
  font-family: "Futura LT BookOblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura LT BookOblique"),
    url("../fonts/FuturaLT-BookOblique.woff") format("woff");
}

@font-face {
  font-family: "Futura LT Light";
  font-style: normal;
  font-weight: normal;
  src: local("Futura LT Light"),
    url("../fonts/FuturaLT-Light.woff") format("woff");
}

@font-face {
  font-family: "FuturaBook";
  src: url("../fonts/FuturaLight.otf") format("truetype");
}

body {
  background-color: #f1f1e9;
  overflow-x: hidden;
}

h1,h3,h5,h4,.titulo>p, nav, .box-produtos>a{
  font-family: Futura LT Light;
}

a {
  text-decoration: none;
  color: #1e80ef;
}

main {
  width: 80vw;
  margin: -40px auto;
}

.row {
  flex-direction: row !important;
}

section {
  align-items: center;
  margin: 0 auto;
  font-family:Arial;
  /* margin-bottom: 20px; */
  /* border-top: 1px solid #e5e0db; */
  /* background: linear-gradient(#f8f7f6,#fff 8%); */
}

h3 {
  font-size: 1.61em;
  font-weight: 100;
  margin-top: 10vh;
  color: #4c4c4c;
}

p {
  font-size: 0.8rem;
  color: #4c4c4c;
}

img {
  max-width: 100%;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

.header-sem-imagem {
  background-color: #fff;
  width: 80vw;
  margin: 0 auto;
}

.header-sem-imagem h3 {
  padding: 25px 20px 0px 20px;
  font-family: "Futura LT Light";
}

/********************* ESTILO HOME *********************************/
main.home {
  background-color: #fff;
}

.section-redes-sociais {
  width: 80vw;
  background-color: #fff;
  height: 850px !important;
}

section.section.section-cursos {
  width: 80vw;
  background-color: #fff;
  margin-top: 3vh;
}
.section > div {
  display: flex;
  flex-direction: row;
  padding-top: 1vh;
  padding-bottom: 1vh;
}

section.onde-comprar.section {
  width: 32vw;
}

section.section.bem-vindo,
.section-obras,
.section-blog,
.section-nossos-produtos {
  width: 60vw;
  margin: 20px auto;
}

section.onde-comprar.section div {
  display: flex;
  flex-direction: column;
  text-align: center;
  /* padding-top:10px; */
}

section.onde-comprar.section h1 {
  color: #01abe9;
  margin-top: 50px;
}

section.onde-comprar.section p {
  font-size: 16px;
}

section.onde-comprar.section div input {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 8px 15px;
}

i.fas.fa-map-marker-alt {
  margin-left: 1px;
  /* margin-top: 5px; */
  color: #01abe9;
  margin-right: 10px;
  transition-delay: 0.4s;
}

.box-produtos {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 18vw;
  margin-right: 30px;
}

a.btn-todos {
  border: 1px SOLID #4c4c4c;
  padding: 13px 84px;
  border-radius: 5px;
  text-align: CENTER;
  margin: 190px AUTO 10px;
  color: #707070;
  transition-delay: 0.4s;
}

a.btn-todos:hover {
  background-color: #707070;
  color: #fff;
  opacity: 0.4;
}

a.btn-localizacao {
  border: 1px solid #707070;
  width: 17vw;
  padding: 8px 15px;
  border-radius: 5px;
  color: #707070;
  transition-delay: 0.1s;
}

a.btn-localizacao:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #01a9ec;
}

a.btn-localizacao:hover i.fas.fa-map-marker-alt {
  color: #fff;
}

a.btn-pesquisa {
  border: 1px solid #01a9ec;
  width: 14vw;
  padding: 8px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: #01a9ec;
  margin-left: 1vw;
  transition-delay: 0.1s;
}

a.btn-pesquisa:hover {
  opacity: 0.7;
}

.btn-enviar:hover{
  opacity: 0.7;
}

.section-obras > div {
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-blog,
.box-obra {
  width: 18vw;
  margin-right: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.box-obra > img {
  height: 170px;
  width: 100vw;
}

/* acrescentar */
.box-obra p {
  height: 189px;
}

.box-obra h5 {
  display: flex;
  flex-direction: row;
}

.box-obra {
  width: 17vw;
  margin-top: 20px;
  margin-bottom: 50px;
}
.box-blog h5,
.box-blog p,
.box-blog div,
.box-produtos h5,
.box-produtos p,
.box-produtos div {
  padding: 1vw;
}

.box-obra h5,
.box-obra p,
.box-obra div,
.box-obra h5,
.box-obra p,
.box-obra div {
  padding: 1vw;
}

.box-blog h5 {
  font-size: 24px;
  color: #4c4c4c;
}

.box-obra > h5 > i.fas.fa-chevron-right {
  margin-right: 7px;
}

.box-obra h5 {
  color: #01abe9;
}

.section-facilidades > div {
  flex-wrap: wrap;
}

.box-facilidades {
  margin-top: 20px;
  width: 12vw;
  text-align: center;
  text-align: center;
  margin-right: 40px;
}

.box-facilidades h4 {
  text-align: center;
  height: 68px;
  color: #4c4c4c;
  font-weight: 900;
}

.box-facilidades p {
  margin-top: -15px;
}

.section-redes-sociais > div {
  display: flex;
  flex-direction: row;
  width: 60vw;
  margin: 0 auto;
}

.fotos-ig {
  width: 60vw;
  height: 450px;
}

.links-redes-sociais {
  width: 20vw;
  margin-top: 35px;
  /* background-color: #fff; */
}

.btn-links {
  display: flex;
  flex-direction: column;
  padding: 1vh 1vw 1vh 1vw;
  border-radius: 0.25rem;
}

.btn-links > a {
  margin-top: 2vh;
  background-color: #01a9ec;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  width: 13vw;
}

.btn-links > a > i {
  margin-right: 10px;
  margin-left: 10px;
}

.box {
  width: 15vw !important;
  margin-left: 2vw;
  margin-bottom: 5vw;
}

.links-redes-sociais p {
  width: 13vw;
  padding: 5px;
  margin-left: 1vw;
}

/************************      FIM         ********************************/


************************* ESTILO CLIENTE *********************************/
section.texto-cliente {
    padding-top: 28vh;
}

/************************      FIM         ********************************/

/************************* ESTILO ABA PRODUTOS *********************************/

.aba-produtos {
  display: flex;
  flex-direction: row;
  width: 80vw;
  justify-content: center;
  margin: 0 auto;
  background-color: #fff;
}

.filtro {
  height: 400px;
  margin-top: 38px;
  background-color: #fff;
  height: calc(80vh);
  border-right: 1px solid #fff;
}

section.table-download {
  margin-top: 38px;
}

.opcoes > div {
  padding: 1vw;
}

.filtro > div > .titulo {
  padding: 10px;
  background-color: #adcc05;
  color: #fff;
  font-size: 20px;
  width: 20vw;
}

.filtro > div > .opcoes {
  display: flex;
  width: 18vw;
  flex-direction: column;
  background-color: #e7e2dc;
}

.categoria > div {
  padding-top: 2vh;
  padding-bottom: 3vh;
  border-top: 1px solid #fff;
  margin-left: -15px;
  width: 17.8vw;
}

.quantidade {
  background-color: #fff;
  float: right;
  padding: 2px 5px;
  font-size: 10px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
}

input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #fff;
}
input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #1e80ef;
}
input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}

input[type="radio"] {
  width: 16px;
  height: 16px;
}

input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type="radio"]:checked:after {
  width: 7px;
  height: 8px;
  border-radius: 21px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 7px solid #1e80ef;
}

input[type="text"] {
  padding: 5px;
  border: none;
}

input[type="radio"]:nth-of-type(2) {
  margin-left: 15px;
}

i.far.fa-search {
  background-color: #fff;
  padding: 3.5px 5px 7px;
  margin-left: -5px;
  cursor: pointer;
}

.categoria label {
  margin-left: 1vw;
  position: relative;
  top: 3px;
  color: #7a736d important!;
}

section.lista-item {
  width: 80vw;
}

section.lista-item-list {
  display: flex;
  flex-direction: column;
}

.box-item {
  margin-bottom: 1vh;
  width: 92%;
  margin-left: 6%;
  display: flex;
  margin-bottom: 50px;
}

.info-item {
  margin-left: 1vw;
  width: 73%;
  font-size: 15px;
}

.info-item p {
  margin-top: 3vh;
  font-size: px;
}

img.teste {
  width: 149px;
  border: 1px solid #e7e2dc;
}

/************************      FIM         ********************************/

/************************* ESTILO ABA INFO TECNICAS *********************************/

main.info-tecnicas {
  background-color: #fff;
}

section.texto {
  width: 80vw;
  padding-top: 35px;
  padding-bottom: 80px;
  background: linear-gradient(#f8f7f6, #fff 8%);
}

.texto > div {
  width: 60vw;
  margin: 0 auto;
}

section.texto > div > p {
  margin-top: 20px;
}

.texto > div > h3 {
  margin-top: 6vh;
}

h3 > span {
  font-size: 16px;
}

.texto > div > .img {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 30px;
  /* align-items: center; */
}
.texto > div > .img > img {
  max-width: 30vw;
}

.box-download {
  background-color: #e7e2dc;
  padding: 1vh;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ol {
  font-size: 13px;
  margin-left: 15px;
  margin-top: 20px;
  color: #4c4c4c;
}

.no-decimal {
  list-style: disc !important;
}

.texto > .glossario {
  width: 75vw;
}
/************************      FIM         ********************************/

/************************      KNAUF E VOCE         ********************************/
main.obras {
  background-color: #fff;
}

.lista-produtos {
  width: 70vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.box-produtos {
  flex-basis: 208px;
  margin-left: 3vw;
  max-height: 180px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.box-produtos > img {
  border: 0.5px solid #e7e2dc;
  /* max-height: 158px; */
  margin-bottom: 12px;
  height: 141px;
}

.div-filtro > .opcoes,
.div-filtro > .titulo {
  -webkit-box-shadow: rgb(0 0 0 / 16%) 2px 2px 2px;
  box-shadow: rgb(0 0 0 / 16%) 2px 2px 2px;
}

.box-produtos > a {
  font-size: 16px;
  font-weight: 800;
  margin-top: 5px;
  height: 50px;
  color: #00aaee;
  display: flex;
  flex-direction: row;
  width: 200px;
}

.button-hide i,
.button-show-filtros i {
  position: absolute;
  margin-right: 10px;
  margin-left: 18vw;
  margin-top: 1vh;
  background-color: #fff;
  padding: 3px 8px 3px 4px;
  border-radius: 25px;
  color: #adcc05;
  cursor: pointer;
}

.button-show-filtros {
  display: none;
  background-color: #adcc05;
  width: 4vw;
  z-index: 10000;
  height: 42px;
}

.button-show-filtros i {
  margin-left: 1vw;
}

.box-produtos i.fas.fa-chevron-right {
  margin-right: 5px;
}

.texto-bim {
  width: 65vw;
  margin-left: 3vw;
}

.aplicativo h3 {
  text-align: center;
}

h4 {
  font-weight: 100;
  font-size: 22px;
  color: #4c4c4c;
}

.texto-app {
  width: 20vw;
}

.texto-app:nth-of-type(1) {
  text-align: right;
}

.texto-app > p {
  margin-top: 20px;
  margin-bottom: 60px;
}

.downloads {
  display: flex;
  flex-direction: row;
  width: 80vw;
  justify-content: center;
  margin: 10px auto;
  background-color: #fff;
}

.item-categoria > p {
  margin-left: 10px;
  font-weight: 700;
}

table#downloads {
  width: 60vw;
  border: none;
  border-collapse: collapse;
}

tr {
  font-size: 12px;
  line-height: 18px;
  font-weight: 100;
  color: #4c4c4c;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b8b1a8;
}

thead {
  background-color: #e6e2da;
  text-align: left;
}

th {
  padding: 2vh;
}

td > img {
  width: 40px;
  padding-top: 10px;
  padding-bottom: 5px;
  cursor: pointer;
}

.categoria-table {
  font-size: 0.57rem;
  display: inline-block;
  margin-bottom: 0.15rem;
  background: #b8b1a8;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 0.5vh; 
  text-align:center;
}
/************************      FIM         ********************************/

.img-knauf-br {
  width: 90vw;
  margin-left: 1vw;
}

.texto-sobre > p {
  margin-top: 10px;
}

.do-brasil > .texto > div {
  width: 70vw;
}

.box-sustentabilidade {
  width: 250px !important;
  margin-top: 50px !important;
  margin-left: 60px !important;
}

.box-sustentabilidade > p {
  font-size: 18px;
  height: 150px;
}

section.texto.sextion-sustentabilidade > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 70vw !important;
}

.carreira > div > .btn-links > a {
  width: 17vw;
  text-align: center;
}

/************************      FIM         ********************************/

section.section.section-form-contato {
  width: 80vw;
  background-color: #fff;
  /* justify-content: center; */
  display: flex;
}

.section-form-contato form {
  display: flex;
  flex-direction: row;
  width: 40vw;
  margin: 0 auto;
}

.box_frase{
	margin-top:-70px;
}
.font_link_sak{
font-size: 1.0rem;
}
@media screen and (max-width: 1080px) {
.section-form-contato form {
  display: flex;
  flex-direction: row;
  width: 60vw;
  margin: 0 auto;
}


.box_frase{
	margin-left:-100px;
	margin-right:10px;
}

}

@media screen and (max-width: 800px) {
.box_frase{
	margin-top:-35px;
	margin-right:10px;
	margin-left:20px;
}

.font_link_sak{
font-size: 0.8rem;
}

.frase_sak {
    margin-left: 0px;
}
}

/*@media screen and (max-width: 580px) {
.section-form-contato form {
  display: flex;
  flex-direction: row;
  width: 60vw;
  margin: 0 auto;
}*/

.box_email_sak{
margin-left: 100px;
}

.form-input-group {
    margin-left: 10px;
    width: 53vw;
}
}

.section-form-contato form .form {
  margin-left: 20px;
  width: 27vw;
}

.form-group {
  display: flex;
  flex-direction: row;
}

.form-input-group {
  margin-left: 10px;
  width: 27vw;
}
.form-input-group > input,
.form-input-group > select,
.form-input-group > textarea {
  border: 0.5px solid #707070;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
  outline: none !important;
}

.section-form-contato form > .form > .form-group > .form-input-group > label {
  color: #707070;
  font-size: 14px;
  position: absolute;
  /* top: 124px; */
  background-color: #fff;
  margin-top: -8px;
  margin-left: 5px;
  padding: 0 5px;
}

textarea {
  resize: none;
  height: 12vh;
}

.btn-enviar {
  background-color: #01aded;
  border: none;
  padding: 10px 50px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  float: right;
}

section.section.section-sak {
  background-color: #fff;
  justify-content: center;
  display: flex;
}
.section-sak > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 10vh;
}

.section-sak > div > h3 {
  margin-top: 2vh;
  margin-bottom: 1vh;
}

.section-sak > div > p {
  width: 20vw;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10vh;
}

.color-blue {
  color: #01aaed;
  font-weight: 800;
}

.color-blue-label {
  color: #01aaed !important;
}

.form-input-group:focus,
.form-input-group > input:focus,
.form-input-group > select:focus,
.form-input-group > textarea:focus {
  border: 0.5px solid #01aaed;
}

/* FAQ */

.faq > .filtro {
  width: 20vw;
}

.faq-info {
  display: flex;
  flex-direction: column;
  width: 74%;
}

.filtro-categoria {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 10px;
  background-color: #fff;
}

.filtro-categoria > div > a > span {
  color: #fff;
  background-color: #6c757d;
  padding: 7px 10px;
  border-radius: 0.25rem;
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 5px;
}

.filtro-categoria > div {
  padding: 15px;
  font-weight: 700;
}

.filtro-categoria > div > h4 {
  padding: 0 7px;

  /* padding: 5vh; */
}

.faq {
  display: flex;
  flex-direction: row;
  width: 80vw;
  justify-content: center;
  margin: -3px auto;
  background: linear-gradient(#f8f7f6, #fff 8%);
  align-items: flex-start;
}

.box-faq {
  background-color: #e7e2dc;
  width: 90%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-top: 1px solid #b8b1a8;
  /* border-bottom: 1px solid #b8b1a8; */
}

.box-faq > p:hover {
  color: #fff;
  background: linear-gradient(#1aa9e7, #008fcd);
}

.info-hide {
  padding: 20px;
  display: none;
}

.info-hide > * {
  padding: 25px;
}

.box-faq > p {
  font-size: 15px;
  color: #01a9ec;
  padding: 10px;
}

.box-faq > p > .fal,
.box-faq > p > .far {
  font-family: "Font Awesome 5 Pro";
  font-size: 21px;
  float: right;
  transform: scale(1.52, 1);
}

.section-redes-sociais {
  margin-bottom: 40px;
}

#instacode {
  margin: 14px auto 0;
  width: fit-content;
}

.instagram_feed {
  overflow: hidden;
}
.instagram_feed .instagram_new {
  width: 210px;
  float: left;
  padding: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.instagram_feed img.insta-image {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.instagram_feed .insta-link {
  position: relative;
  display: block;
  background: #232323;
  padding-top: 100%;
}
.instagram_feed .insta-link:hover .insta-image {
  opacity: 0.2;
}

/* ************************** códigos novos ***************************************** */
.box-download h3 {
  margin-top: 5vh;
}

.arquivos-download {
  display: flex;
  flex-direction: row;
}

.pdf-image {
  background-image: url(../img/pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 55px;
  width: 41px;
  margin-right: 1vw;
}

.pdf-image:hover {
  background-image: url(../img/pdf-hover.png);
}


.xls-image {
  background-image: url(../img/xls.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 55px;
  width: 41px;
  margin-right: 1vw;
}

.xls-image:hover {
  background-image: url(../img/xls-hover.png);
}


.dwg-image {
  background-image: url(../img/dwg.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 55px;
  width: 41px;
  margin-right: 1vw;
}

.dwg-image:hover {
  background-image: url(../img/dwg-hover.png);
}

.table-downloads td {
  padding: 7px;
}

.zip-image {
  background-image: url(../img/zip.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 55px;
  width: 41px;
  margin-right: 1vw;
}

.zip-image:hover {
  background-image: url(../img/zip-hover.png);
}

.section-onde-comprar {
  margin: 20px auto;
  margin-left: 12px;
}

.filtro-onde-comprar > form {
  display: flex;
  flex-direction: row;
  background-color: #e6e2da;
  /* height: 95px; */
  padding-bottom: 20px;
}

.filtro-onde-comprar > form > select {
  height: 38px;
  margin-left: 20px;
  width: 160px;
  /* background-color: transparent; */
  -webkit-appearance: none;
  background-image: url(../img/seta.png);
  background-repeat: no-repeat;
  /* background-position: right; */
  background-position-x: 98%;
  background-position-y: 5px;
  border: 0.5px solid #ccc2b8;
  padding: 8px;
  color: #807366;
}

.filtro-onde-comprar > form > div {
  background-color: #b8b1a8;
  margin-left: 20px;
  height: 38px;
  padding: 5px;
}

.filtro-onde-comprar > form > div > label {
  color: #fff;
  padding-left: 15px;
  padding-right: 25px;
  font-size: 14px;
}
.filtro-onde-comprar > form > * {
  margin-top: 20px;
}

table {
  border-collapse: collapse;
}

section.section.locais {
  display: flex;
  flex-direction: row;
  /* width: 60vw; */
  align-items: flex-start;
}

section > .resultados {
  width: 50vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

tr.row {
  font-size: 14px;
  border-bottom: 1px solid #b8b1a863;
  padding: 20px;
}

.row > td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
}

.pagination {
  width: 20vw;
  margin: 10px auto;
}

.pagination ul li a {
  color: #666;
  font-size: 0.9rem;
  height: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #b8b1a863;
  margin: 10px 5px 0 0;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 5px;
}

.col.rotulo-parceiro {
  font-size: 12px;
  background-color: #2e9bd8;
  color: #fff;
  padding: 4px;
  border-radius: 17px;
  width: 88px;
  margin-right: -42px;
}

.detalhes {
  display: none;
  background-color: #f2f2f2;
}

.detalhes > .dados > span {
  display: block;
  padding: 10px 30px;
}

.mapa {
  width: 50vw;
  background-image: url(maps.png);
  height: 672px;
}

.box-form-header {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  width: 30vw;
  height: auto;
  margin-top: -310px;
  right: 12vw;
}

.box-form-header > p {
  font-size: 20px;
  padding: 15px 10px;
}

.form-header div {
  margin-top: 10px;
}

.form-header label {
  display: inline-block;
  width: 8vw;
  padding: 5px;
}

.form-header input {
  margin-left: 5vw;
  border: 1px solid #ccc;
  padding: 5px;
}

.form-header input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border: 1px solid #000;
}

.check-remmember {
  margin-left: -68px;
}

.btn {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #01a9ec;
  background-color: #01a9ec;
  text-align: center;
  padding: 8px 15px;
  margin-bottom: 10px;
}

a.btn-login {
  border-radius: 5px;
  color: #fff;
  transition-delay: 0.1s;
}

.slider-app-box {
  width: 70vw !important;
  background-color: #fff;
  margin-top: 20px;
}

.app-slider {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  width: 60vw !important;
}

.app-slider img {
  height: 60vh;
}

.app-slider ul {
  font-size: 12px;
  padding: 10px;
}

.apps {
  width: 80vw !important;
  background-color: #fff;
  text-align: center;
  padding-bottom: 75px;
}

.apps img {
  width: 200px;
}

.miniaturas {
  display: flex;
  flex-direction: row;
  width: 12vw;
}

.miniaturas > img {
  width: 97px;
  height: 79px;
  margin-right: 10px;
  margin-top: 20px;
}

.galeria-open {
  visibility: hidden;
  position: fixed;
  width: 100vw;
  background: rgba(76, 76, 76, 0.7);
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01aaed;
}

.galeria-open img {
  max-width: 27vw;
}

.galeria-open i.far.fa-arrow-right {
  /* margin-right: -16px; */
  position: absolute;
  right: 10px;
  padding: 10px;
  border: 0.1px solid #b8b1a8;
  cursor: pointer;
  background-color: #fff;
}

/* i.fas.fa-times {
  position: relative;
  top: -182px;
  font-size: 30px;
  color:#fff;
  cursor: pointer;
} */

i.fas.fa-times {
  position: fixed;
  top: 61px;
  font-size: 30px;
  color: #fff;
  left: 80%;
  cursor: pointer;
}

.galeria-open i.far.fa-arrow-left {
  /* margin-right: -16px; */
  position: absolute;
  left: 10px;
  padding: 10px;
  border: 0.1px solid #b8b1a8;
  cursor: pointer;
  background-color: #fff;
}

.blog > section.texto {
  width: 80vw;
  padding-top: 35px;
  padding-bottom: 50px;
  background: linear-gradient(#f8f7f6, #fff 8%);
  padding-left: 5vw;
}

.blog .texto-sobre > p {
  padding-left: 15px;
}

.akademia {
  width: 100vw !important;
}

.akademia > .cadastro {
  height: 100vh;
  width: 100vw;
  margin: 0 0;
  background-image: url(../img/headers/bg-banner.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.aquapanel {
  width: 217px;
  margin-top: 2vh;
}

.pagina-solo > section.texto {
  width: 82vw;
  margin-bottom: -21px;
}

.pagina-solo .texto > div {
    width: 71vw;
}

.pagina-solo .texto-sobre {
  width: 89vw;
}

.onde-comprar-sistema .btn {
  color: #fff;
}

.area-btn {
  width: 90vw;
  background-color: #e7e2dc;
  padding: 13px;
}

.area-btn > .btn {
  margin-right: 10px;
}

.area-btn > .btn {
  position: relative;
  margin-right: 33px;
  position: relative;
  width: 9vw;
  right: -85%;
}

table#downloads-sistema {
  width: 60vw;
  border: none;
  border-collapse: collapse;
  margin: 0 auto;
  background-color: #e7e2dc;
  padding: 1vh;
  border-top: 1px solid #fff;
}

.texto-sobre-obra {
  width: 88vw;
}

.texto-sobre-obra p {
  margin-top: 10px;
}

/* fancybox */

.galeria-fancy {
  width: 60vw;
  margin-left: 2vw;
}

.container-1 {
  column-count: 1;
  margin-top: -5vh;
}

.container-blog {
  width: 80%;
  column-count: 4;
  margin: 0 auto;
}

.container {
  width: 30vw;
}

.container ul {
  list-style: none;
}

.container li {
  margin-left: 1.5vw;
  margin-right: 1vw;
  margin-top: 1vh;
}

.grid-item img {
  width: 100%;
  height: auto;
  margin: 1em;
}

button.owl-next,
button.owl-prev {
  position: absolute;
  top: 20px;
}

button.owl-next {
  left: 100%;
}

.owl-carousel span {
  font-size: 35px;
  color: #008fcd;
}

.texto-obra h3 {
  margin-top: 15vh;
}

section.texto > div > p,.box-produtos p,.box-obra p {
    font-family: Arial!important;
    color: #817f80;

}

.box-download >p {
    width: 400px;
}


.cadastro section {
    margin-left: -10vw;
}



div#downloads_filter {
    display: none;
}

div#downloads_length {
    padding-bottom: 15px;
}



div#downloads_paginate,div#downloads_info {
    padding-top: 4vh;
    padding-bottom: 15vh;
}

div#downloads_info {
    font-size: 11px;
    color: #4c4c4c;
}


#downloads_paginate>span>a.paginate_button, a#downloads_next,a#downloads_previous{
    color: #4c4c4c!important;
    font-size: 0.9rem;
    height: 28px;
    line-height: 28px;
    font-weight: 400!important;;
    padding: 0.1em 1em!important;;
    text-align: center!important;
    border: 1px solid #b8b1a863!important;
    margin: 10px 5px 0 0!important;
    border-radius: 0!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)!important;
    background: linear-gradient(to bottom, white 0%, white 100%)!important;
}

#downloads_paginate>span> a.paginate_button:hover,a#downloads_next:hover,a#downloads_previous:hover {
    color: #00abef!important;
}


#downloads_paginate>span> a.paginate_button.current{
    color: #00abef!important;
}

#downloads_length label {
    font-size: 11px;
    color: #4c4c4c;
}

.dataTables_wrapper .dataTables_length select {
    padding: 2px!important;
}

#downloads>thead>tr>th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: none;
}


.filtro {
    margin-left: 0vw;
}


.pagina-solo .box-produtos, .pagina-solo .box-obra {
    margin-left: 6vw;
}





@media screen and (max-width: 1120px) {
section.onde-comprar.section {
    width: 54vw;
}

.filtro > div > .titulo {
    width: 96vw;
  }

  .filtro > div > .opcoes {
    width: 85vw;
  }

  .div-filtro,
  .button-hide i {
    display: none;
  }

  .filtro {
    position: absolute;
    top: 53px;
  }

  .quantidade {
    margin-right: -26px;
  }

  .button-show-filtros {
    display: block;
    background-color: #adcc05;
    width: 10vw;
    z-index: 10000;
    height: 42px;
  }

  .button-hide i {
    margin-left: 87vw;
  }

.filtro {
    top: 48px;
    left: 10px;
}

  .opcoes input[type="text"] {
    width: 74vw;
  }

.box-obra {
    width: 26vw;
}

.box-obra p {
    height: 307px;
}

a.btn-todos {
    margin: 220px AUTO 10px;

}

.imgs-footer {
    margin-left: -2vw;
}

.box-facilidades {
    width: 16vw;
}



}

@media screen and (max-width: 1400px) {

    .lista-produtos .box-produtos {
        flex-basis: 14vw;
        width: 3vw;
    }
    

}


@media screen and (max-width: 1120px) {

    .lista-produtos .box-produtos {
        flex-basis: 20vw;
        width: 3vw;
    }

}


@media screen and (max-width: 800px) {
.box-download >p {
    width: 100px;
}	
main.home section .box-obra {
    margin-left: 4vw;
    }

.links-redes-sociais p {
    width: 63vw;
    margin-bottom: -83px;
}
  .header-sem-imagem {
    background-color: #fff;
    width: 100vw;
    margin: -65px auto;
  }

  .header-sem-imagem h3 {
    padding: 9px 20px 50px 33px;
    font-family: "Futura LT Light";
  }

  main {
    width: 100vw;
  }
  .box-obra p {
    height: auto;
  }

  section.onde-comprar.section,
  a.btn-localizacao,
  a.btn-pesquisa {
    width: 92vw;
  }
  .row {
    flex-direction: column !important;
  }

  a.btn-pesquisa {
    margin-top: 20px;
  }

  section.section.bem-vindo,
  .section-obras,
  .section-blog,
  .section-nossos-produtos {
    width: 90vw;
  }

  .section > div {
    flex-direction: column;
  }

  .box-produtos, .lista-produtos .box-produtos {
    width: 86vw;
  }

  .box-produtos, .lista-produtos .box-produtos {
    max-height: 380px;
    text-align: center;
  }

  a.btn-todos {
    margin: -33px AUTO 10px;
  }

  h3 {
    text-align: center;
  }

  .box-blog {
    width: 85vw;
    margin-left: 4vw;
    margin-bottom: 10vh;
  }

  .box-obra {
    width: 80vw;
    margin-left: -10vw;
    margin-bottom: 10vh;
  }
  .texto > div {
    width: 100vw;
  }
  .texto-sobre-obra p {
    width: 89vw;
  }

  .box-facilidades {
    margin-top: 30px;
    width: 90vw;
  }

  .btn-links > a {
    width: 59vw;
  }

  .btn-links {
    margin-top: 100px;
  }

  .aba-produtos {
    flex-direction: column;
    width: 100vw;
  }

  section.lista-item {
    margin-left: 18vw;
  }

  .filtro > div > .titulo {
    width: 96vw;
  }

  .filtro > div > .opcoes {
    width: 85vw;
  }

  .div-filtro,
  .button-hide i {
    display: none;
  }

  .filtro {
    position: absolute;
    top: 53px;
  }

  .quantidade {
    margin-right: 51px;
  }

  .button-show-filtros {
    display: block;
    background-color: #adcc05;
    width: 10vw;
    z-index: 10000;
    height: 37px;
  }

  .button-hide i {
    margin-left: 87vw;
  }

  .filtro {
    top: 12px;
  }

  .opcoes input[type="text"] {
    width: 74vw;
  }

  .categoria > div {
    width: 94vw;
    margin-left: 1vw;
  }

  section.texto {
    width: 100vw;
    padding-top: 35px;
    padding-bottom: 50px;
    background: linear-gradient(#f8f7f6, #fff 8%);
  }

  .box-sustentabilidade {
    width: 250px !important;
    margin-top: 90px !important;
    margin-left: 22px !important;
  }

  section.section.section-form-contato {
    width: 100vw;
  }

  .section-form-contato form {
    display: flex;
    flex-direction: column;
    width: 100vw;
  }

  .section-form-contato form .form {
    margin-left: 20px;
    width: 100vw;
  }

  .form-group {
    flex-direction: column;
  }

  .form-input-group {
    margin-left: 40px;
    width: 53vw;
  }

  .info-tecnicas .box-produtos {
    margin-left: -11vw;
  }

  .faq {
    display: flex;
    flex-direction: column;
    width: 80vw;
    justify-content: center;
    margin: 10px auto;
    background: linear-gradient(#f8f7f6, #fff 8%);
    align-items: flex-start;
  }

  .faq > .filtro {
    width: 100vw;
    position: relative;
    margin-left: -34px;
  }

  .faq-info {
    width: 100%;
  }

  .box-faq {
    width: 100%;
  }

  .filtro-onde-comprar > form {
    flex-direction: column;
  }

  section.section.locais {
    flex-direction: column;
  }
  .mapa,
  .section > .resultados {
    width: 100vw;
  }
  .col.rotulo-parceiro {
    margin-right: 9px;
  }

  .box-form-header {
    position: relative;
    width: 100vw;
    margin-top: -5px;
    right: 0vw;
  }

  .check-remmember {
    margin-left: 0px;
  }

  .form-header label {
    width: 29vw;
  }

  .downloads {
    display: flex;
    flex-direction: column;
  }

  .filtro {
    height: auto;
    margin-top: 48px;
  }

  .faq > .filtro,
  .downloads > .filtro {
    width: 80vw;
    position: relative;
  }

  .categoria-table {
    padding: 1.5vh;
    font-size: 8px;
  }

  .carreira > div > .btn-links > a {
    width: 55vw;
  }

  .texto > div > .img {
    flex-direction: column;
  }

  .img-knauf-br {
    width: 68vw;
    margin-top: 10px;
    margin-left: 1vw;
  }

  .galeria-open {
    /* top:170px; */
    width: 90vw;
    left: 8vw;
  }

  img.imagem-zoom {
    margin-left: 21px;
  }

  i.fas.fa-times {
    position: relative;
    top: -146px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    left: -27px;
  }

  .miniaturas > img {
    width: auto;
    height: 58px;
  }

  .miniaturas {
    display: flex;
    flex-direction: row;
    width: 20vw;
  }

  .pagina-solo .texto-sobre {
    width: 65vw;
  }

  .box-download > p,
  .box-download > div > p {
    font-size: 9px;
  }

  .pagina-solo .box-produtos {
    width: 52vw;
    /* width: 86vw; */
  }

  .pagina-solo .box-blog {
    width: 53vw;
    margin-left: 4vw;
    margin-bottom: 10vh;
  }

  .area-btn > .btn {
    right: -37%;
  }

  .container {
    width: 65vw;
  }

  .grid-item-1 {
    width: 65vw;
  }
  .container-1 {
    margin-top: 4vh;
  }

  .owl-carousel span {
    font-size: 13px;
    color: #008fcd;
  }
}
/*  CSS 24/02 */

.red {
  color: #e61010;
}

.texto-sobre-cadastro {
  width: 84vw;
  margin-left: 2vw;
}

.texto-sobre-cadastro > p {
  margin-top: 10px;
}

.form-cadastro > .form-group {
  display: flex;
  flex-direction: column;
}

.form-cadastro > .form-group > .form-input-group {
  margin-left: 10px;
  width: 27vw;
  display: flex;
  flex-direction: row;
}

.form-cadastro {
  margin-top: 2vw;
}

.form-cadastro > .form-group > .form-input-group > label {
  width: 15vw;
  margin-top: 4px;
  margin-right: 11px;
  font-size: 13px;
}

input[type="checkbox"].checkbox-cadastro:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #01aaed;
}

input[type="checkbox"].checkbox-cadastro:checked:after {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}

input[type="checkbox"].checkbox-cadastro {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  margin-left: -20px;
  width: 4vw;
}

.label-check {
  width: 27vw !important;
  margin-top: 1px !important;
  font-size: 13px;
}

.btn-cadastro {
  width: 100%;
  margin-top: 35px;
}

a.btn-registrar {
  border-radius: 5px;
  color: #fff;
  transition-delay: 0.1s;
}

.label-check-sak {
  margin-left: -32px !important;
  padding: 0 5px;
  margin-top: 0px !important;
}

section.section.section-blog.texto a {
    margin: 0 auto;
}

/*codigos novos - artigo*/
.main-artigo section.knauf-section {
    margin-left: -10vw;
}

main.info-tecnicas.conforto.main-artigo {
    margin-top: -35vh;
}

/*24-05*/
.app-slider ul li {
    margin-left: 1vw;
}

.do-brasil .texto-sobre {
    margin-bottom: 51px;
}


@media screen and (max-width: 800px) {
  .form-cadastro {
    margin-top: 6vw;
  }

  .label-check-sak {
    margin-left: -17px !important;
    padding: 0 5px;
    margin-top: 0px !important;
  }

  .form-cadastro > .form-group > .form-input-group {
    margin-left: -3px;
    width: 88vw;
    display: flex;
    flex-direction: column;
  }

  .texto > .cadastro {
    width: 88vw;
    margin: 0 auto;
  }

  .texto-sobre-cadastro {
    width: 88vw;
    margin-left: 0;
  }

  .cadastro > .img > .img-knauf-br {
    width: 88vw;
    margin-top: 10px;
    margin-left: 1vw;
  }

  .form-cadastro > .form-group > .form-input-group > label {
    width: 88vw;
    margin-top: 4px;
    margin-right: 11px;
    font-size: 13px;
  }
  .label-check {
    width: 78vw !important;
    margin-top: 1px !important;
    font-size: 13px;
  }

  input[type="checkbox"].checkbox-cadastro {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 16px;
    width: 19vw;
  }

  .form-input-group.form-checkbox-cadastro {
    display: flex;
    flex-direction: row !important;
  }

  input[type="checkbox"].checkbox-cadastro {
    position: relative;
    cursor: pointer;
    margin-right: -3px;
    margin-left: -17px;
    width: 13vw;
  }

  .form-cadastro > .form-group > .form-input-group > label {
    margin-top: 4px;
    margin-right: -10px;
    font-size: 13px;
    width: 100vw;
  }
  .slick-slide div img.img-carrosel {
    width: 100vw!important;
}


.conforto .box-produtos {
    margin-left: 6vw;
}

/*.conforto .box-obra {
    margin-left: 11vw;
}*/

/* novo código */

section.texto > div > p {
    margin-top: 20px;
    padding: 0 20px;
}

.conforto .texto > div > .img > img {
    max-width: 100vw;
}

.filtro-onde-comprar > form > div {
    background-color: #b8b1a8;
    margin-left: 20px;
    height: 38px;
    padding: 5px;
    width: 91vw;
}

.filtro-onde-comprar > form > select {
    width: 90vw;
}


div#gmaps-overlay {
    display: none;

}

.mapa, .section > .resultados {
    margin-bottom: 5vh;
}

.conforto .texto > div {
    padding: 0 20px;
}

.conforto .box-obra {
    margin-left: 4vw;
}

.filtro-categoria {
    width: 89VW;
}

.filtro-categoria > div {
    width: 100VW;
}

.faq > .filtro, .downloads > .filtro {
    width: 98vw;
    margin-top: -3vh;
}

.faq-info {
    width: 88vw;
    margin-left: -7vw;
    padding: 2vh 0;
}

.pagina-solo > section.texto {
    padding: 0 23px;
}

.pagina-solo .texto > div > h3 {
    text-align: left;
}

.pagina-solo .download {
    width: 82vw;
    margin-left: -6vw;
}

section.section.section-nossos-produtos.texto h3 {
    width: 83vw;
}

.pagina-solo a.btn-todos {
    margin-left: -20px;
}

.pagina-solo .box-produtos {
    margin-left: 10vw;
}

.pagina-solo .box-obra {
    margin-left: -5vw;
}

.section-obras .box-obra {
    margin-left: 5vw;
}

.filtro-onde-comprar a.btn-pesquisa {
    width: 92vw!important;
    margin-left: 5vw;
}

.form-onde-comprar a.btn-pesquisa {
    width: 82vw!important;
    margin-left: 2vw;
}

/* artigo css */

.texto-sobre-obra .knauf-section p {
    width: 64vw;
    margin-left: -27vw;

}

.texto-sobre-obra .knauf-section span {
    width: 47vw;
    margin-top: 2vh;
}

.texto-sobre-obra .knauf-section h3 {
    width: 47vw;
    margin-left: -22vw;

}

.texto-sobre-obra .knauf-section a img {
    width: 63vw;
    margin-left: -28vw;
}

.knauf-section center {
    margin-left: -117vw;
}

.knauf-section center iframe {
    height: 200px;
    width: 250px;
    margin-left: -120vw;
}



.main-artigo .section-blog .box-obra {
    width: 75vw;
}


main.info-tecnicas.conforto.main-artigo {
    margin-top: -67vh;
}

.main-artigo + footer {
    margin-left: -9vw;
}

.main-artigo .col-12 img.img-fluid {
    min-width: 30%!important;
    margin-left: -31vw;
    width: 30vw;
}

.main-artigo section.knauf-section {
    margin-left: 10vw;
}

/*filtro*/

/*
.faq > .filtro, .downloads > .filtro {
    width: 80vw;
}*/

.faq > .filtro, .downloads > .filtro {
    width: 86vw;
    margin-left: -3vw;
    margin-top: 2vh;
    height: 56vh!important;
}

div#downloads_length {
    background-color: #fff;
    width: 87vw;
    line-height: 56px;
    margin-top: -46px;
}

div#downloads_paginate, div#downloads_info {
    padding-top: 0vh;
    padding-bottom: 0vh;
}

div#downloads_paginate, div#downloads_info {
    padding-top: 0vh;
    padding-bottom: 3vh;
}


/*obra*/
.header-obras + .header-text {
    display: none;
}

.grid-item-1 {
    width: 86vw;
}

/* app */

.texto-app {
    width: 80vw;
    text-align: left;
    padding: 0 24px;
}

.texto-app:nth-of-type(1) {
    text-align: left;
}

.texto-app>img {
    margin-left: 6vw;
}

.app-slider {
    flex-direction: column;
}

.apps {
    width: 100vw !important;
 
}

.pagination {
    margin-bottom: 7vh;
}

.carreira .btn-links {
    margin: 0 auto;
    margin-left: 20vw;
}

.pagina-solo > section.texto {
    width: 84vw;

}

.pagina-solo .texto > div > h3 {
    width: 86vw;
	font-size: 1.4rem;
}

.quantidade {
    margin-right: 124px;
}

.button-hide i, .button-show-filtros i {
    padding: 3px 6px 3px 6px;

}

.pagina-solo .texto > div > h3 {
    width: 86vw;
    font-size: 1.4rem;
    margin-top: 11vh;
}

form#ajax_form {
    margin-left: -34vw;
}

.cadastro section {
    margin-left: -38vw;
}

.tituloErro {
    margin-left: 25vw;
    width: 100vw;
    font-size: 11px;
}

.slick-dots {
    bottom: -50px!important;

}

.slider-header:hover .slick-arrow {
    visibility: hidden!important;
}

.prev-arrow.slick-arrow, .next-arrow.slick-arrow {
    z-index: -10000!important;
}





}
