@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body {
  font-family: "Raleway", sans-serif !important;
}

.orcamento-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #8a7d58;
  margin-top: 2rem;
  cursor: pointer;
  transition: 0.4s all;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #8a7d58 !important;
}
.orcamento-btn:hover {
  background-color: #8a7d58;
  color: white !important;
}

input {
  outline: none;
}

.navbar-toggler {
  outline: none !important;
}

.blur-nav {
  opacity: 1;
  box-shadow: 1px 1px 121px 105px black;
  z-index: 1;
  height: 0rem;
  position: absolute;
  width: 100%;
}

.navbar-toggler.active {
  outline: none !important;
  border-color: #fff !important;
}

.navbar-toggler-icon.active {
  filter: invert(1);
}

.titulo-produtos {
  font-size: 2rem !important;
}

#menu-collapse-container {
  display: flex;
  gap: 1rem;
}

.info-tech {
  background-image: url("/asserts/img/produto-img-piscina-reduzida.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.info-tech h1 {
  font-size: 65px;
  font-weight: 100;
  text-align: center;
}

.center-items {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}

.doubts {
  align-items: center;
  padding: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.doubts p {
  margin-bottom: 0;
}

.frequent-doubts h4 {
  margin-top: 0rem;
}

.button-doubts {
  border: none;
  background: none;
  outline: none !important;
}

.button-doubts.active {
  border-bottom: 1px solid black !important;
}

.doubts-info-1 {
  margin-top: 1rem;
  display: none;
}

.doubts-info-2 {
  margin-top: 1rem;
  display: none;
}

.doubts-info-3 {
  margin-top: 1rem;
  display: none;
}

.doubts-info-4 {
  margin-top: 1rem;
  display: none;
}

.doubts-info-5 {
  margin-top: 1rem;
  display: none;
}

@keyframes a {
  0% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0rem);
  }
}
.doubts-info-1.active {
  display: block;
  animation: a alternate 0.4s;
}

.line-center-items {
  opacity: 1;
  height: 1px;
  background-color: black;
}

.line-center-items-second {
  opacity: 1;
  height: 1px;
  background-color: black;
}

.ded-blocks-center-items {
  display: flex;
  margin-top: 1rem;
  gap: 4rem;
  justify-content: center;
}

.ded-blocks-center-items-second {
  display: flex;
  margin-top: 1rem;
  gap: 4rem;
  justify-content: center;
}

.blocks-center-items {
  flex: 1;
  opacity: 1;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  opacity: 1;
  padding: 0.5rem;
  text-decoration: none !important;
  border-color: #212529;
  color: #212529 !important;
}
.blocks-center-items p {
  margin: 0;
  font-weight: 200;
}

.blocks-center-items-second {
  flex: 1;
  opacity: 1;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  opacity: 1;
  padding: 0.5rem;
}
.blocks-center-items-second p {
  margin: 0;
  font-weight: 200;
}

.alert-number {
  animation: pulse 1s linear infinite;
  background-color: red;
  border: 1px solid #ab1212;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  height: 20px;
  position: absolute;
  right: -8px;
  top: 0;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#whatsApp {
  animation: loading 0.4s linear;
  background-color: #34af23;
  border: 2px solid #2bb221;
  border-radius: 50%;
  bottom: 40px;
  display: block;
  height: 60px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 60px;
  z-index: 10;
}
#whatsApp:hover {
  background-color: #01ff55;
  transform: scale(1.1);
}
#whatsApp i {
  color: #fff;
  font-size: 40px;
  margin-left: 4px;
  margin-top: 0;
}
#whatsApp:focus {
  outline: none !important;
}

#whatsapp-numbers {
  background-color: rgba(255, 255, 255, 0.335);
  border-radius: 5px;
  border: 1px solid #a38886;
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  position: fixed;
  right: 50px;
  bottom: 110px;
  z-index: 99;
}
#whatsapp-numbers .whatsapp-number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #a38886;
  width: 250px;
  height: 40px;
  cursor: pointer;
  color: #a38886;
}
#whatsapp-numbers .whatsapp-number:hover {
  background-color: #a38886;
  color: white;
}

@keyframes loading {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
#login {
  display: none;
  justify-content: center;
  align-items: center;
}
#login .modal-content {
  display: flex;
  width: 50%;
  max-width: 500px;
}
#login .modal-content .form-group {
  padding-left: 1rem;
  padding-right: 1rem;
}
#login .modal-content .form-group:last-child {
  display: flex;
  justify-content: end;
}
#login .modal-content .login-modal {
  display: flex;
  justify-content: end;
}
#login .space-modal {
  height: 2.5rem;
}
#login .space-modal .close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid black;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  cursor: pointer;
}

#btn-login, #btn-sair {
  background: transparent;
  border: none;
  color: #ffffff;
}

@media (max-width: 578px) {
  .frequent-doubts h4 {
    font-size: 1rem;
  }
  .frequent-doubts p {
    font-size: 0.85rem;
  }
  .ded-blocks-center-items {
    flex-direction: column;
    gap: 2rem;
  }
  .ded-blocks-center-items-second {
    flex-direction: column;
    gap: 2rem;
  }
  .center-items {
    gap: 2rem;
    flex-direction: column;
  }
  .doubts {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    padding: 1rem;
  }
  .doubts p {
    font-size: small;
    text-align: start;
  }
}
body {
  background-color: #FFF;
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

nav {
  background-color: #fff;
}

.navbar-color {
  background: white;
}
.navbar-color .nav-link {
  color: #666 !important;
}
.navbar-color #btn-login, .navbar-color #btn-sair {
  color: #666;
  background: transparent;
  border: none;
}
.navbar-color .navbar-brand {
  filter: #7f7f7f;
  -webkit-filter: invert(50%);
}
.navbar-color #menuNav-lista .socials button img {
  filter: invert(0);
}

.input-nav.active .box-search {
  border-color: #555556;
}
.input-nav.active .box-search input {
  color: #555556;
}
.input-nav.active .box-search .btn-search img {
  filter: invert(0);
}
.input-nav .box-search {
  display: flex;
  height: 40px;
  border: 1px solid;
  border-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  width: 150px;
}
.input-nav .box-search input {
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  color: #fff;
  width: 100%;
}
.input-nav .box-search input:-webkit-autofill,
.input-nav .box-search input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
.input-nav .box-search input[data-autocompleted] {
  background-color: transparent !important;
}
.input-nav .box-search .btn-search {
  border: none;
  background: none;
  outline: none;
}
.input-nav .box-search .btn-search:focus {
  border: none !important;
}
.input-nav .box-search .btn-search img {
  width: 25px;
  filter: invert(1);
}

nav .cart {
  position: relative;
}
nav .cart span {
  top: 0;
  right: 8px;
  font-size: 12px;
  font-weight: 500;
  height: 16px;
  width: 16px;
  line-height: 90%;
  background-color: #01a501;
  animation: animate 3s linear infinite;
}
@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgba(101, 255, 74, 0.7), 0 0 0 0 rgba(74, 255, 77, 0.7);
  }
  40% {
    box-shadow: 0 0 0 5px rgba(255, 109, 74, 0), 0 0 0 0 rgba(74, 255, 77, 0.7);
  }
  80% {
    box-shadow: 0 0 0 5px rgba(255, 109, 74, 0), 0 0 0 3px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 3px rgba(255, 109, 74, 0);
  }
}

textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

@font-face {
  font-family: "metropolislight";
  src: url("../fonts/metropolis-light-webfont.woff2") format("woff2"), url("../fonts//metropolis-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext-UltraLight";
  src: url("../fonts/5ef8a424b69b83d12929ade2aae274d7.eot");
  /* IE9*/
  src: url("../fonts/5ef8a424b69b83d12929ade2aae274d7.eot?#iefix") format("embedded-opentype"), url("../fonts/5ef8a424b69b83d12929ade2aae274d7.woff2") format("woff2"), url("../fonts/5ef8a424b69b83d12929ade2aae274d7.woff") format("woff"), url("../fonts/5ef8a424b69b83d12929ade2aae274d7.ttf") format("truetype"), url("../fonts/5ef8a424b69b83d12929ade2aae274d7.svg#AvenirNext-UltraLight") format("svg");
  /* iOS 4.1- */
}
.logo-header {
  width: 150px;
}

nav {
  background: url(../img/shadow-top.png) repeat-x center top;
  /*li:nth-child(3) {
      opacity: 0;
  }*/
  /*li:nth-child(3) {
      //opacity: 1;
      ////transition-delay: calc(var(--delay) * 2);
      --delay: 0.05s
  }*/
}
nav .navbar-brand {
  opacity: 1;
  zoom: 100%;
}
nav li {
  opacity: 0;
}
nav li a {
  color: #FFF !important;
  font-size: 12px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  /*transition: opacity 1s;
  &:hover {
      opacity: 0;
  }*/
}

#carouselExampleIndicators {
  color: #FFF;
}
#carouselExampleIndicators .texto {
  position: absolute;
  top: 30vh;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 250;
  line-height: 59px;
  letter-spacing: 0px;
  font-size: 45px;
  width: 100%;
}
#carouselExampleIndicators .saiba-mais {
  position: absolute;
  bottom: 40px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  text-align: center;
  color: #FFF;
  font-family: "AvenirNext-UltraLight";
  font-size: 12px;
}
#carouselExampleIndicators .saiba-mais:hover {
  text-decoration: none;
  color: #666;
}
#carouselExampleIndicators .carousel-control-prev {
  display: none;
}
#carouselExampleIndicators .carousel-control-next {
  display: none;
}

#produto-box {
  margin-bottom: 80px;
}
#produto-box .box {
  width: 20%;
  padding: 5px;
  cursor: pointer;
}
#produto-box .box .conteudo {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  display: block;
}
#produto-box .box .conteudo:hover .mask {
  top: 0px;
  transition: all 1s ease 0s;
}
#produto-box .box .conteudo .txsp {
  color: #FFF;
  font-family: "AvenirNext-UltraLight";
  font-size: 35px;
  text-align: center;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 80%;
  font-weight: 200;
}
#produto-box .box .conteudo .mask {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  display: table;
  top: -600px;
  align-items: center;
  justify-content: center;
  display: flex;
}
#produto-box .box .conteudo .mask:hover {
  text-decoration: none !important;
}
#produto-box .box .conteudo .mask span {
  vertical-align: middle;
  display: table-cell;
  color: #FFF;
  padding-top: 30px;
  font-family: "AvenirNext-UltraLight";
  font-size: 30px;
  text-align: center;
}
#produto-box .box .conteudo .mask span:hover {
  text-decoration: none !important;
}
#produto-box .box .conteudo .photo {
  width: 100%;
  height: 100%;
}
#produto-box .box-logo .photo {
  background-color: #eeeeee !important;
  text-align: center;
  display: table;
}
#produto-box .box-logo .photo .texto {
  vertical-align: middle;
  display: table-cell;
}

#produto h1 {
  font-size: 100px;
  color: rgb(206, 203, 203);
  font-family: "impact";
}
#produto .links {
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
#produto .links li {
  display: inline-block;
  border-bottom: 3px transparent solid;
}
#produto .links li a {
  color: #666;
  display: block;
  padding: 10px 50px;
}
#produto .links li a:hover {
  text-decoration: none;
}
#produto .links li:hover {
  border-bottom: 3px #aba881 solid;
}
#produto .box-produto {
  width: 100%;
  padding: 5px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}
#produto .box-produto .conteudo {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  display: block;
}
#produto .box-produto .conteudo:hover .nome-produto {
  top: 35%;
}
#produto .box-produto .conteudo:hover .nome-produto .line {
  display: block;
}
#produto .box-produto .conteudo:hover .nome-produto .texto {
  margin-top: 20px;
}
#produto .box-produto .conteudo:hover .mask {
  /*transition: all 1s ease 0s;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: table;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#produto .box-produto .conteudo .nome-produto {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  color: #FFF;
  width: 100%;
  top: 50%;
  transition: top 0.3s;
}
#produto .box-produto .conteudo .nome-produto .nome {
  font-size: 35px;
  text-shadow: 1px 1px #000;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}
#produto .box-produto .conteudo .nome-produto .line {
  width: 50px;
  height: 4px;
  background-color: #ab9665;
  margin: auto;
  display: none;
}
#produto .box-produto .conteudo .nome-produto .texto {
  text-align: left;
  padding: 20px;
  margin-top: 300px;
  text-shadow: 1px 1px #000;
  overflow: hidden;
  transition: margin-top 0.6s;
  font-family: "Raleway", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
#produto .box-produto .conteudo .photo {
  width: 100%;
  height: 100%;
}
#produto .box-produto .conteudo .release-tag {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  letter-spacing: 5px;
  font-size: 16px;
}

#home .nosso-revestimento {
  color: #666;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
#home .sobre-nos {
  background: url(../img/home-sobre-nos.jpg) no-repeat center;
  color: #FFF;
  font-family: "AvenirNext-UltraLight" !important;
  padding-top: 150px;
  padding-bottom: 150px;
}
#home .sobre-nos .sobre-nos-title {
  font-weight: 400;
}
#home .sobre-nos .sobre-nos-text {
  font-weight: 300;
}
#home .sobre-nos .middle {
  display: table;
  width: 100%;
}
#home .sobre-nos .middle .logo {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

#ambientes {
  background-color: #e7e7e7;
  border-top: 5px #aba881 solid;
  color: #aba881;
  font-family: "AvenirNext-UltraLight" !important;
  padding-top: 25px;
  padding-bottom: 25px;
}
#ambientes h3 {
  font-size: 42px;
  font-weight: 300;
}
#ambientes h4 {
  font-size: 16px;
  display: table;
  position: relative;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
}
#ambientes h4 .line {
  width: 60px;
  background-color: #aba881;
  height: 5px;
  position: absolute;
  bottom: -5px;
  right: 0px;
}
#ambientes p {
  font-size: 20px;
  padding: 25px;
  font-weight: 300;
}

#newsletter {
  background-color: #f6f6f6;
  margin-top: 5px;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 50px;
}
#newsletter input {
  border: none;
  border-bottom: 1px #aba881 solid;
  background: transparent;
  width: 30%;
  margin-right: 20px;
}
#newsletter button {
  border: none;
  background-color: #FFF;
  background: transparent;
  color: #aba881;
}

footer {
  background-color: #e7e7e7;
  color: #666;
  font-family: "AvenirNext-UltraLight";
  padding-bottom: 50px;
}
footer h5 {
  font-size: 15px;
  font-family: "metropolislight";
  margin-top: 25px;
}
footer a {
  color: #666;
  font-family: "metropolislight";
  font-size: 12px;
}
footer a:hover {
  color: #333;
  text-decoration: none;
}
footer p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "metropolislight";
}
footer .logo {
  position: relative;
  height: 150px;
  padding-top: 30px;
}
footer .logo img {
  position: absolute;
  left: 50%;
  z-index: 1;
  margin-left: -102px;
}
footer .logo .line {
  width: 100%;
  background-color: #FFF;
  height: 30px;
  position: absolute;
  top: 50px;
  z-index: 0;
}

.digitalone {
  font-size: 12px;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
}
.digitalone a:hover {
  opacity: 0.5;
}

.banner.produto-view {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.banner {
  width: 100%;
  height: 68vh;
  display: flex;
  align-items: center;
}
.banner h2 {
  text-align: center;
  color: #FFF;
  font-family: "AvenirNext-UltraLight";
  font-size: 60px;
  letter-spacing: 5px;
  font-weight: 300;
}
.banner.contato, .banner.faq, .banner.sobre {
  background: url(../img/contato-bless-revestimentos.jpg) no-repeat center top;
}
.banner.contato h2, .banner.faq h2, .banner.sobre h2 {
  font-size: 40px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}
.banner.onde-encontrar {
  background: url(../img/onde-encontrar-bless-revestimentos.jpg) no-repeat center top;
}
.banner.produto {
  background: url(../img/produto-img-piscina-reduzida.jpg) no-repeat center top;
  margin-bottom: 5px;
  background-size: cover;
  background-position: bottom;
}
.banner.produto h2 {
  font-size: 30px;
  letter-spacing: 3px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}
.banner.produto-view {
  background: url(../img/banner-produto.jpg) no-repeat top;
}

#descricao-produto-line {
  font-size: 14px;
}

#titulo-produto-line {
  font-size: 50px;
  font-weight: 300;
}

#aviso-info {
  font-weight: 200;
  font-size: 16px;
  padding-bottom: 20px;
}

#aviso-info-portugal {
  font-weight: 200;
  font-size: 16px;
  margin-top: 50px;
}

#texto-banner-produto {
  font-size: 50px !important;
  font-weight: 200;
}

#contato {
  color: #666;
}
#contato .texto {
  text-align: center;
  font-size: 20px;
  font-family: "AvenirNext-UltraLight";
}
#contato .box {
  background-color: #EEE;
  padding-top: 35px;
  padding-bottom: 60px;
  margin-bottom: 15px;
}
#contato .box .form-control {
  border: none;
  border-bottom: 2px #aba881 solid;
  background-color: transparent;
  border-radius: 0;
}
#contato .box .btn-template {
  border: none;
  background: transparent;
  border-bottom: 5px #aba881 solid;
  border-radius: 0;
}
#contato .texto-info {
  background-color: #EEE;
  padding-top: 25px;
  padding-bottom: 25px;
}
#contato .texto-info h4 {
  font-size: 16px;
}
#contato .texto-info p {
  margin: 0px;
  padding: 0;
  font-family: "AvenirNext-UltraLight";
}
#contato .map-text {
  min-height: 450px;
}

.map-info {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.map {
  padding: 0 !important;
  overflow: hidden;
}
.map img {
  width: 100% !important;
  height: auto;
}

.amadeirado-img {
  background-image: url("/asserts/img/aparentegrande.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
}

.amadeirado-img2 {
  background-image: url("/asserts/img/aparentepequeno.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100px;
}

.amadeirado-grande-cor {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px;
  padding: 0;
  text-align: center;
}

.amadeirado-pequeno-cor {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px;
  padding: 0;
  text-align: center;
}

#onde-encontrar .alert {
  font-family: "AvenirNext-UltraLight";
  padding-bottom: 15px;
  padding-top: 15px;
}
#onde-encontrar .formulario {
  height: 80px;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
#onde-encontrar .formulario .splah {
  background-color: #f6f6f6;
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#onde-encontrar .formulario .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px #aba881 solid;
  background: transparent;
  border-radius: 0px;
}
#onde-encontrar .formulario .btn {
  width: 100%;
  background: transparent;
}
#onde-encontrar .formulario .btn span {
  border-bottom: 5px #aba881 solid;
  width: 30%;
  display: block;
  position: absolute;
  left: 50%;
}
#onde-encontrar .texto-info {
  background-color: #f6f6f6;
}
#onde-encontrar .texto-info .alert {
  font-size: 16px;
  font-weight: bold;
  font-family: "metropolislight";
}
#onde-encontrar .texto-info h4 {
  font-size: 16px;
}
#onde-encontrar .texto-info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#sobre .alert {
  font-family: "AvenirNext-UltraLight";
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 20px;
}
#sobre h2 {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
#sobre .text {
  font-size: 20px;
  margin-bottom: 35px;
  font-family: "Raleway", sans-serif;
}

#faq .alert {
  font-family: "AvenirNext-UltraLight";
  padding-bottom: 30px;
  padding-top: 30px;
}
#faq .title .texto {
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
  background-color: whitesmoke;
}
#faq .text {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

#produto .alert {
  font-family: "AvenirNext-UltraLight";
  padding-bottom: 30px;
  padding-top: 30px;
}
#produto .title {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 25px;
}
#produto .title .splah {
  background-color: #f6f6f6;
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#produto .title .texto {
  color: #8e8e8e;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
#produto .text {
  font-size: 12px;
  margin-bottom: 35px;
}

#menuNav-lista a {
  font-size: 15px;
}
#menuNav-lista .socials {
  display: flex;
  position: relative;
}
#menuNav-lista .socials button {
  background-color: transparent;
  border: none;
}
#menuNav-lista .socials button img {
  filter: invert(1);
}
#menuNav-lista .socials .logos {
  display: none;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
}
#menuNav-lista .socials .logos button {
  outline: none;
}
#menuNav-lista .socials .logos a, #menuNav-lista .socials .logos button {
  padding: 0.5rem !important;
}
#menuNav-lista .socials .logos a .icon-socials, #menuNav-lista .socials .logos button .icon-socials {
  width: 24px;
}

#produto-view h1 {
  font-size: 100px;
  color: #EEE;
  font-family: "impact";
  text-align: center;
}
#produto-view .texto .line {
  width: 150px;
  height: 2px;
  background-color: #aba881;
  margin-bottom: 25px;
}
#produto-view .cores {
  margin-top: 25px;
}
#produto-view .cores h2 {
  border-bottom: 1px #000 solid;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 25px;
}
#produto-view .cores .box-cores {
  margin-bottom: 25px;
  font-family: "metropolislight";
  float: left;
  margin-right: 15px;
}
#produto-view .cores .box-cores label {
  font-size: 12px;
  text-transform: uppercase;
}
#produto-view .cores .box-cores .cores {
  width: 80px;
  height: 80px;
}
#produto-view .info {
  background-color: #222222;
  color: #FFF;
}
#produto-view .info h3 {
  font-size: 30px;
  color: #FFF;
  font-weight: 100;
  border-bottom: 1px #FFF solid;
  padding: 45px 0 25px 0;
  margin-bottom: 55px;
}
#produto-view .info .img {
  margin: 25px auto;
}
#produto-view .info .conteudo {
  font-size: 12px;
}
#produto-view .info .conteudo .title {
  font-size: 24px;
  font-weight: 100;
  border-bottom: 1px #FFF solid;
  padding-bottom: 20px;
  margin-top: 25px;
}
#produto-view .info .conteudo .title span {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 1px;
  color: #fff;
}
#produto-view .info .conteudo .texto {
  font-size: 15px;
  font-weight: 200;
  text-align: left;
  text-justify: auto;
}
#produto-view .info .conteudo .texto .preco-cor {
  color: yellow;
  font-weight: bold;
}
#produto-view .info .conteudo .texto .cost-price {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
#produto-view .info .conteudo .texto .cost-price[data-title]:hover::after {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 5px;
  content: attr(data-title);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 100;
  background-color: #6c757d;
  color: #f0f0f0;
}
@-moz-document url-prefix() {
  #produto-view .info .conteudo .texto .cost-price[data-title]:hover::after {
    background-color: #6c757d;
    color: #f0f0f0;
  }
}
#produto-view .info .conteudo .add-to-cart .quantity-input {
  display: flex;
  align-items: center;
}
#produto-view .info .conteudo .add-to-cart .quantity-input .quantity-field {
  max-width: 60px;
  height: 30px;
  padding: 8px;
  font-size: 18px;
  text-align: center;
  outline: none;
}
#produto-view .info .conteudo .add-to-cart .quantity-input .quantity-field::-webkit-inner-spin-button, #produto-view .info .conteudo .add-to-cart .quantity-input .quantity-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#produto-view .info .conteudo .add-to-cart .quantity-input .quantity-btn {
  height: 30px;
  font-size: 28px;
  line-height: 3px;
  color: #fff;
}
#produto-view .info .conteudo .add-to-cart .quantity-input .decrease {
  border-radius: 4px 0px 0px 4px;
  padding-top: 4px;
}
#produto-view .info .conteudo .add-to-cart .quantity-input .increase {
  border-radius: 0px 4px 4px 0px;
}
#produto-view #download {
  background-color: #e7e7e7;
  padding-top: 25px;
  padding-bottom: 25px;
}
#produto-view #download h4 {
  border-bottom: 1px #000 solid;
  font-size: 30px;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-weight: 200;
}
#produto-view #download .link {
  display: block;
  border: 1px #000 solid;
  text-align: center;
  padding: 15px;
  color: #8a7d58;
  border-radius: 5px;
  margin: 50px 0;
  font-weight: 300;
}
#produto-view #download .link:hover {
  text-decoration: none;
  background-color: #8a7d58;
  color: #FFF;
}
#produto-view .produtos {
  padding-bottom: 50px;
  padding-top: 50px;
}
#produto-view .produtos .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 1;
}
#produto-view .produtos h4 {
  font-family: "metropolislight";
  text-transform: uppercase;
  margin-bottom: 55px;
  font-size: 15px;
}
#produto-view .produtos .link {
  display: table;
  text-align: center;
  width: 100%;
  height: 200px;
  background-color: #000;
  overflow: hidden !important;
}
#produto-view .produtos .link .title {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #FFF;
}
#produto-view .produtos .link:hover {
  text-decoration: none;
  opacity: 0.5;
}

.texto-produto-box {
  font-size: 20px;
  font-weight: 300;
}

.cor_cod_view {
  position: relative;
  top: -8px;
}

.imperm-icons img {
  width: 45px;
  height: 45px;
}

@media (max-width: 991px) {
  .input-nav .box-search {
    width: initial;
    margin: 10px 10px 0px 10px;
    border-color: #555556;
  }
  .input-nav .box-search input {
    color: #555556;
  }
  #menuNav-lista .socials {
    justify-content: center;
    margin-top: 1rem;
  }
  #menuNav-lista .socials button {
    display: none;
  }
  #menuNav-lista .socials .logos {
    display: flex;
    flex-direction: row;
  }
  .navbar-nav {
    background-color: white !important;
    padding: 10px 5px 10px 5px;
  }
  .nav-link {
    background-color: #2f2f2f;
    margin: 2px 10px 2px 10px;
    padding: 15px;
  }
  .nav-link.controls {
    padding: 8px 15px !important;
  }
  .navbar-light .navbar-nav .nav-link, #btn-login, #btn-sair {
    color: white !important;
  }
  .banner .produto {
    background-position: inherit;
  }
}
@media (max-width: 1200px) and (min-width: 956px) {
  #produto .links li a {
    padding: 10px 36px;
  }
  #banner-img {
    position: relative;
    width: 180% !important;
    right: 220px;
  }
}
@media (max-width: 955px) and (min-width: 769px) {
  #produto .links li a {
    padding: 10px 18px;
  }
  #produto h1 {
    font-size: 80px;
  }
  #banner-img {
    position: relative;
    width: 180% !important;
    right: 220px;
  }
}
@media (max-width: 768px) and (min-width: 469px) {
  #produto-box .box {
    padding: 5px;
    cursor: pointer;
    width: 50%;
    text-align: center;
  }
  #produto-box .box-logo {
    width: 100%;
  }
  #produto-box .box-logo .conteudo {
    height: 320px;
  }
  #onde-encontrar .container .row {
    padding-top: 20px;
  }
  #onde-encontrar .container .row .gmap3 {
    width: 100% !important;
  }
  #banner-img {
    position: relative;
    width: 300% !important;
    right: 550px !important;
  }
}
.manual-teste {
  padding: 40px 0 5%;
}

.inline-flex {
  text-align: justify;
  padding-top: 140px;
  color: #666;
}

.piso,
.pincel,
.cobogos,
.piscina {
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: center;
}

.piso img,
.pincel img,
.cobogos img,
.piscina img {
  max-height: 15vh;
  max-width: 15vw;
}

.pincel img {
  padding: 8%;
}

.manual-teste span {
  font-size: 80%;
  color: #8d8888;
}

@media (max-width: 768px) and (min-width: 596px) {
  #produto .links li a {
    padding: 10px 6px;
  }
  #produto h1 {
    font-size: 45px;
  }
  .navbar-collapse {
    background-color: #fff;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 595px) and (min-width: 424px) {
  body {
    overflow-y: auto;
  }
  #home .nosso-revestimento {
    color: #666;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 25px;
    font-weight: 300;
  }
  #produto .links li a {
    padding: 10px 19px;
  }
  #produto h1 {
    text-align: center;
    font-size: 40px;
  }
  #banner-img {
    position: relative;
    width: 300% !important;
    height: 80vh;
    right: 550px !important;
  }
  .amadeirado-img2 {
    margin-top: 80px !important;
  }
  .map {
    padding: 0 !important;
    overflow: hidden;
  }
  .map img {
    width: 200% !important;
    height: auto;
    transform: translate3d(-150px, 10px, 10px);
  }
  .pincel img {
    padding: 0%;
  }
}
@media (max-width: 423px) and (min-width: 346px) {
  body {
    overflow-y: auto;
  }
  #carouselExampleIndicators {
    color: #FFF;
  }
  #carouselExampleIndicators .texto {
    line-height: 50px;
    font-size: 35px;
  }
  #produto .links li a {
    padding: 10px 6px;
  }
  #produto h1 {
    text-align: center;
    font-size: 35px;
  }
  a.navbar-brand img {
    zoom: 80% !important;
  }
  #banner-img {
    position: relative;
    width: 300% !important;
    height: 80vh;
    right: 550px !important;
  }
  .amadeirado-img2 {
    margin-top: 80px !important;
  }
  .map {
    padding: 0 !important;
    overflow: hidden;
  }
  .map img {
    width: 200% !important;
    height: auto;
    transform: translate3d(-140px, 10px, 10px);
  }
  .pincel p,
  .cobogos p,
  .piscina p {
    margin-top: 20px;
  }
  .pincel img {
    padding: 0%;
  }
}
@media (max-width: 345px) and (min-width: 320px) {
  body {
    overflow-y: auto;
  }
  #carouselExampleIndicators {
    color: #FFF;
  }
  #carouselExampleIndicators .texto {
    line-height: 50px;
    font-size: 30px;
  }
  #produto .links li {
    display: grid;
  }
  #produto .links li a {
    padding: 8px 0px;
  }
  #produto h1 {
    text-align: center;
    font-size: 30px;
  }
  a.navbar-brand img {
    zoom: 60% !important;
  }
  #banner-img {
    position: relative;
    width: 300% !important;
    height: 70vh;
    right: 550px !important;
  }
  .amadeirado-img2 {
    margin-top: 80px !important;
  }
  .map {
    padding: 0 !important;
    overflow: hidden;
  }
  .map img {
    width: 220% !important;
    height: auto;
    transform: translate3d(-180px, 10px, 10px);
  }
  .pincel p,
  .cobogos p,
  .piscina p {
    margin-top: 20px;
  }
  .pincel img {
    padding: 0%;
  }
}
@media (max-width: 303px) and (min-width: 259px) {
  #produto .links li {
    display: grid;
  }
  #produto .links li a {
    padding: 8px 0px;
  }
  #produto h1 {
    font-size: 30px;
    text-align: center;
  }
  .amadeirado-img2 {
    margin-top: 80px !important;
  }
  .pincel p,
  .cobogos p,
  .piscina p {
    margin-top: 20px;
  }
}
@media (max-width: 259px) {
  #produto .links li {
    display: grid;
  }
  #produto .links li a {
    padding: 8px 0px;
  }
  #produto h1 {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 3em !important;
  }
  #onde-encontrar .container .row {
    padding-top: 50px;
  }
  #texto-banner-produto {
    font-size: 37px !important;
  }
  .navbar-collapse {
    background-color: #fff;
    padding-bottom: 0.5rem;
  }
  .banner.produto-view h2 {
    font-size: 45px;
  }
}
@media (min-width: 991px) {
  #menuNav-lista {
    align-items: center;
  }
  #menuNav-lista .socials {
    display: flex;
    position: relative;
  }
  #menuNav-lista .socials:hover .logos {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 468px) {
  #produto-box .box {
    cursor: pointer;
    width: 100%;
    text-align: center;
  }
  #produto-box .photo {
    background-size: cover !important;
  }
}
body h2 {
  width: 100% !important;
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .span-mask {
    font-size: 27px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .orcamento-btn {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .orcamento-btn {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */