/* CSS-RESET */

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



* {
  margin:0;
  padding:0;
  border:0;
  text-decoration:none;
  font-family: 'Gotham', sans-serif;
  color: #060708;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
  -webkit-appearance:none;
}

*:focus, *:active {
  outline: none !important;
}

ul {
  list-style:none;
}

a {
  text-decoration:none;
}

input[type='submit'] {
  cursor: pointer;
}

input[type='submit']:hover{
  opacity: 0.9;
}

body {
  background: #FBFAF9;
}

header {
  position: fixed;
  z-index: 999;
  width:100%;
  background-color: #fff;
  -webkit-box-shadow: 9px 7px 9px rgba(50, 50, 50, 0.27);
  -moz-box-shadow:    9px 7px 9px rgba(50, 50, 50, 0.27);
  box-shadow:         0px 7px 9px rgba(50, 50, 50, 0.27);
  transition: 0.3s;
}


body.home header.initial {
  background: #FBFAF9;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
  transition: 0.3s;
}

section {
  float: left;
  width: 100%;
  padding: 60px 0;
}




/* CONTEUDO INTERNO */

.content-intern h1 {
  text-align: center;
  font-size: 22px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: normal;
}

body .content-intern {
  padding-bottom: 50px;
  overflow: hidden;
}

.qnt-produtos {
  margin-top: -20px;
}

.qnt-produtos p {
  font-size: 12px;
  text-align: center;
}

/*TOPO */


header #logo-mobile {
  margin-bottom: auto;
  display: block;
  margin: 20px 0 20px 0;
  max-width: 35%;
  height: auto
}



.content-align {
  width: 90%;
  margin: auto;

}

.content-intern {
  padding: 0 0 0 0;
}

.content-intern > .content-align, .content-intern #politica, .content-intern #pg-newsletter, .content-intern #pg-visitas {
  padding-top: 120px;
}


header .content-align.desktop {
  position: relative;
  z-index: 2;
  display: none

}

.separador {
  height: 30px;
  width: 55%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
  padding-top: 117px;
}

.separador div:first-child {
  height: 30px;
  width: calc(100% - 45px);
  background:#F1E148;
  border-radius: 0 50px 50px 0;
}

.separador div:last-child {
  height: 30px;
  width: 30px;
  background:#F1E148;
  border-radius: 100%;
}



#banners {
  overflow: hidden;
  float: left;
  width: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

#banners img {
  max-width: 100%;
  height: auto;
}

#banners .owl-theme .owl-controls .owl-page {
  display:block !important;
  float: left;
}

#banners .owl-theme .owl-controls {
  width: 100%;
  margin: -10px 0 0 0;
  padding-top: 30px;
}

#banners .owl-theme .owl-controls .owl-pagination {
  margin:auto;
  display: flex;
  justify-content: center;
  /* margin-top:30px; */
}



#banners .owl-theme .owl-controls .owl-page span, #fotos-produto .owl-theme .owl-controls .owl-page span {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #F1E148;
  opacity:0.5;
  /* border: 1px solid #694839; */
  border-radius: 35px;
  float: left;
  display: block;
  margin: 0px 8px 0 8px;
}

#banners .owl-theme .owl-controls .owl-page.active span, #fotos-produto .owl-theme .owl-controls .owl-page.active span, #banners .owl-theme .owl-controls.clickable .owl-page:hover span, #fotos-produto .owl-theme .owl-controls.clickable .owl-page:hover span {
  color: #F1E148;
  background-color: #F1E148;
  border: #F1E148;
  opacity:1
}

#menu {
  display: none;
  float: left;
  width: 100%;
  border-bottom:1px solid #e5e5e5;
  position: relative;
  background-color: #fff;
  /*background-color: rgba(255, 255, 255, 0.8);*/
  margin-bottom: 30px;
  z-index: 999;
  
}

.fixed {
  position: fixed !important;
  left: 0;
  z-index: 999;

}

.fixed + .produtos {
  padding-top: 0;
}



#menus {
  display: none;
}

#menu-mobile {
    padding:0;
    width:70px;
    float:right;
    right: 0;
    top: 15px;
    position:fixed;
    min-height:60px;
    z-index: 1000;
   }
  
  #menu-mobile .control-nav {
    position: absolute;
    right: 20px;
    top: 21px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid #000;
    border-width: 2px 0;
    z-index: 2000px;
    cursor: pointer;
  
  }
 
  #menu-mobile .control-nav:before {
    content: "";
    display: block;
    height: 2px;
    background: #000;
  }
 
  #menu-mobile .control-nav-close {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(103%, 0);
    -ms-transform: translate(103%, 0);
    transform: translate(103%, 0);
  }
 
#menu-mobile nav {
    position: fixed;
    padding:30px;
    top: 0;
    right: 0;
    bottom: 0;
    width: 256px;
    background: url(../images/favicon.png) bottom 10vh center no-repeat #FBFAF9;
    overflow-x: scroll;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(203%, 0);
    -ms-transform: translate(103%, 0);
    transform: translate(203%, 0);
    -webkit-box-shadow: 9px 7px 9px rgba(50, 50, 50, 0.27);
    -moz-box-shadow:    9px 7px 9px rgba(50, 50, 50, 0.27);
    box-shadow:         0px 7px 9px rgba(50, 50, 50, 0.27);
    background-size: 75px;
  }

#menu-mobile nav > a {
  display:block;
  margin:auto;
  width:100%;
}

#menu-mobile nav #logo {
  max-width: 60%;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

#menu-mobile p span {
  display: block;
  margin:30px 0 15px 0;
  font-weight: bold;
}
  
#menu-mobile nav ul > li {
  padding: 10px 0 10px 0;
  color: #333;
  line-height: 19px;
  text-transform: uppercase;
  text-align: right;
}

#menu-mobile nav ul > li:last-child {
  border: 0;
}
  
  #menu-mobile nav .ulmenu > li {
    float:none;
}
  #menu-mobile nav ul li a {
    color:#333;
    padding: 10px 0;
    display: block;

}

#menu-mobile nav ul li ul {background-color: #fff; margin: 0}


#menu-mobile nav ul li ul li {
  border:0;
  padding: 3px;
  background: #eee;
}
#menu-mobile nav ul li ul li(nth-last-child) {
  border: 0;
}

#control-nav:checked ~ .control-nav-close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#control-nav:checked ~ nav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}


#menu-mobile input#control-nav {
  visibility:hidden;} 

/* HOME */

#sobre {padding-bottom: 0;}

#sobre p {
  color: #060809;
  text-align: justify;
  line-height: 28px;
}


#sobre p {
  font-size: 14px;
  margin-bottom: 15px;
}

#sobre p strong {
  color:#F1E148;
  font-size: 14px;
}

#video {
  padding-bottom:0
}

#video iframe {
  width:100%;
  height:500px;
}

/* FOOTER */

footer {float: left;width: 100%;padding: 100px 0 00;}

.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-bottom: 60px; */
  flex-direction: column;
  align-items: center;
}



.instagram {
  height: 240px;
  width: 240px;
  background:#F1E148;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}

.instagram a {
  width: 50px;
  height: 50px;
  display:block;
  background: url(../images/icones/instagram.svg) no-repeat;
  background-size: 50px;
}

.footer-top {
  display: flex;
  justify-content: flex-end;
  width: calc(180px);
  padding: 119px 30px 95px 30px;
  background:#F1E148;
  border-radius: 120px 120px 0 0;
  flex-direction: column;
  height: 130px;
}

.footer-top .visitas {
}

.footer-top .visitas p, .footer-top .newsletter > p {
  font-size: 12px;
  /* padding-bottom: 15px; */
  /* margin-bottom: 15px; */
  /* border-bottom: 1px solid #eee; */
  text-align: left;
  /* font-weight: bold; */
}

.footer-top .visitas ul li {
  font-size: 14px;
  line-height: 30px;
  margin: 0 10%;
  

}

.footer-top .visitas address, .footer-top .visitas a {
  font-size: 12px;
  line-height: 19px;
  font-style: normal;
  text-align: left;
  /* font-weight: bold; */
}

.footer-top .visitas address {
  /* margin: 0 10% 0 10%; */
}

.footer-top .redes-sociais {
  display: flex;
  margin: 0 0 20px;
  flex-direction:column;
  align-content: flex-end;
  align-items: flex-start;
}

.footer-top .redes-sociais li {
  /* margin: 0 10px; */
  text-align:center;
  line-height: 19px;
  font-size: 12px;
}

.footer-top .redes-sociais li a {
  font-size: 12px;
  /* font-weight: bold; */
}

.footer-top .newsletter label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  width: 100%;
  display: block;
  position: relative;
}

.footer-top .newsletter input {
  font-size: 18px;
  position: absolute;
  left: 100px;
}

.footer-top .newsletter input[type='submit']{
  position: relative;
  left: inherit;
  display: block;
  margin: auto;
  background: #fff;
  padding: 10px;
  border:1px solid #B26A4D;
  border-radius:30px;
  transition: 0.3s;
}

.footer-top .newsletter input[type='submit']:hover {
  transition: 0.3s;
  background: #B26A4D;
  color: #fff;
}

.footer-top .newsletter {
  width: 28%;
}



#resposta_news {
  float: left;
  width: 100%;
  margin-top: 10px
}


.whats-float {
  position: fixed;
  bottom: 35px;
  right: 55px;
  z-index: 9998;
}

.whats-float > img {
  cursor: pointer;
}

#popup-whatsapp  {
  padding-top: 20vh;
}

#popup-whatsapp .modal-content {
  padding: 35px;
  border-radius: 15px;
  width: 350px;
}

#popup-whatsapp img {
  width: 200px;
  display: block;
  margin: auto;
}

#popup-whatsapp p, #popup-whatsapp a {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

footer #resposta_news p {
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.whats-float {
  position: fixed;
  bottom: 25px;
  right: 35px;
  z-index: 9998;
}

#footer-float {
  display: none;
  position: fixed;
  bottom: 0;
  height: 55px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.27);
  -moz-box-shadow:    0 0 10px 0 rgba(50, 50, 50, 0.27);
  box-shadow:         0 0 10px 0 rgba(50, 50, 50, 0.27);
  background-color: #fff;
}

#footer-float ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

#footer-float ul li {
  display: block;
  margin:0 15px;
}



/* NEWSLETTER */

#pg-newsletter form {
  padding-bottom: 60px;
  border-bottom: 2px dashed #ddd;
}

#pg-newsletter form input[type='email'] {
  margin:20px 0;
  border:0;
  padding: 5%;
  width: 90%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

#pg-newsletter form input[type='submit'] {
  background-color: transparent;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

#pg-newsletter h1, #pg-visitas h1 {
  color: #232323;
  font-size: 22px;
  margin: 0 0 20px 0;
  font-weight: normal;
  text-align: center;
}

#pg-newsletter p, #pg-visitas p {
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}

/* VISITAS */

#pg-visitas form {
  width: 100%;
  display: block;
  margin: 0 auto 40px auto;
}

#pg-visitas form input, #pg-visitas form select, #pg-visitas form textarea  {
  width: 90%;
  border: 1px solid #ddd;
  padding: 2% 5%;
  border-radius: 10px;
  display: block;
  margin: 25px 0;
}


#pg-visitas form input[type='submit']{
  display: block;
  margin: auto;
  background-color: #232323;
  color: #fff;
}

#pg-visitas form select {
  width: 100%
}


/* HOME */


.destaque-atendimento h2 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}

.destaque-atendimento p {
  margin:35px 0 45px 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.destaque-atendimento img {
  display: block;
  margin: auto;
  width: 100%;
}

.destaque-home {
  margin: 120px 0;
}

.destaque-home img {
  width: 100%;
}

.destaque-home .content-destaque-home {
  width: 100%;
}

.destaque-home .content-destaque-home .content-top h3 {
  font-size: 22px;
  margin: 20px 0;
  line-height: 30px;
}

.destaque-home .content-destaque-home .content-top p {
  line-height: 24px;
  font-size: 14px;
}

.destaque-home .content-destaque-home .content-bottom a {
  display: block;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #000;
    clear: both;
    width: 150px;
    padding: 10px 0;
    transition: 0.3s;
}

.destaque-home .content-destaque-home .content-bottom a:active {
  color: #fff;
  background-color:#232323;
    transition: 0.3s;
}

.mosaico-home {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
   grid-row-gap: 20px;
}

.mosaico-home a {
  width: 100%;
  display: block;
}

.mosaico-home img {
  width: 100%;
}

.mosaico-home a:nth-child(1) {
  grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
   grid-row-end: 3;
}

.mosaico-home a:nth-child(2) {
  grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
   grid-row-end: 4;
}

.mosaico-home a:nth-child(3) {
  grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
   grid-row-end: 5;
}

.mosaico-home a:nth-child(4) {
  grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 4;
   grid-row-end: 5;
}

.mosaico-home a:nth-child(5) {
  grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
  grid-row-end: 6;
}

.mosaico-home a:nth-child(6) {
  grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
   grid-row-end: 3;
}

.mosaico-home a:nth-child(7) {
  grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 6;
   grid-row-end: 7;
}

.mosaico-home a:nth-child(8) {
  grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 6;
   grid-row-end: 7;
}


/* PRODUTO */

.destaques-home {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
}

.destaques-home:last-child {
  border:0;
  padding-bottom: 0;
}

.destaques-home h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;;
  margin-bottom: 10px;
  font-size: 16px;
}

.destaques-home > a {
  display: block;
    margin: 10px auto 0 auto;
    text-align: center;
    border: 1px solid #000;
    clear: both;
    width: 170px;
    padding: 13px 0;
}

#fotos-produto {
  width: 100%;
  float: left;
  position: relative;
}

#fotos-produto .nome-produto {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%
}

#fotos-produto .nome-produto h1 {
  text-align: center;
  font-size: 16px;
  display: block;
  width: auto;
  order:1;
  width: 1005
  
}

#fotos-produto .nome-produto span {
  color: #999;
  text-align: center;
  font-style: oblique;
  font-size: 14px;
  display: none;
  width: 100%;
  order: 0;
  margin-bottom: 20px;
  
}

#fotos-produto .etiquetas {
  position: absolute;
  top: 90px;
}

span[data-pin-log='button_pinit_sticky'] {
  left: inherit !important;
  right: 5%;
}

#fotos-produto .etiquetas img {
  margin-right: 10px;
}

#fotos-produto .img-principal img {
  display: block;
  margin:auto;
  width: 100%;
  height: auto
}

#fotos-produto .owl-theme .owl-controls {
  margin-top: 25px;
}

#fotos-produto .imgs-secundarias {
  height: auto;
  max-width: 100%;
}

#fotos-produto .box-img {
  width: 90%;
  margin:auto;
  height:150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fotos-produto .box-img a {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fotos-produto .box-img img {
  width: 150%;
  height: auto;
}

#fotos-produto .owl-theme .owl-controls .owl-page span {
  margin:0 5px;
}

#caracteristicas-produto {
  width: 100%;
  float:right;
  margin-bottom: 40px;
}

#caracteristicas-produto h1, .prods-relacionados h3, .pg-produto .posts-relacionados h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

#caracteristicas-produto .descricao {
  padding: 5vh 0;
  text-align: center;
  color: #999;
  line-height: 24px;
}

#caracteristicas-produto .links {
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
}

#caracteristicas-produto .download-ficha {
  text-decoration: underline;
  margin: 0 10px 40px 0;
  font-size: 12px;
}

#caracteristicas-produto .links a[data-title='Ficha'] {
  padding: 0 0 40px 0;
  background:url(../images/icones/ficha.svg) bottom center no-repeat;
  background-size: 25px;
}

#caracteristicas-produto .links a[data-title='3D'] {
  padding: 0 0 25px 0;
  background:url(../images/icones/3d.svg) bottom center no-repeat;
  background-size: 30px;
}

#caracteristicas-produto .detalhes > p {
  width: 65%;
  padding:0 5% 15px 5%;
  display: block;
  margin: auto;
  border-bottom:1px solid #ccc;
  text-align: center;
}

#caracteristicas-produto table {
  font-size: 14px;
  margin: 15px auto 40px auto;
  display: block;
  width: 90%;
}

#caracteristicas-produto table tr th {
  width: 35%;
  text-align: left;
  line-height: 24px;
  padding-right: 2%;
  vertical-align: top;
  padding-bottom: 5px;
  font-size: 12px;

}

#caracteristicas-produto table tr td {
  width: 63%;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 5px;
}

#info-cart {
  display: flex;
  justify-content: space-between
}

#precos {
  width: 100%;
}

#precos .bts {
  display: flex;
  justify-content: center;
}


#precos p {
  text-align: right;
  display: block;
  clear: both;
}

#precos .price-old {
  text-decoration: line-through;
  color: #999;
}

#precos .price-p, #precos .price-p span, #precos .price-m2, #precos .price-m2 span, #precos .price-p a {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
}

#precos .price-m2, #precos .price-m2 span  {
  text-decoration: none;
  margin-bottom: 15px;
}

#precos a#form-prod, #precos input[type='submit'] {
  background-color: #fff;
  color: #232323;
  border:1px solid #232323;
  text-align: center;
  display: block;
  float: right;
  padding: 10px;
  font-size: 14px;
  margin:0 10px;

}

#precos span#form-prod-indisponivel{
  background-color: #EBE7E7;
  color: #999;
  text-align: center;
  display: block;
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
}

#precos .desconto {
  font-weight: bold;
  color: #444;
  margin-top: 5px;
}

.prods-relacionados .boxes-relacionados {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.prods-relacionados .boxes-relacionados > a {
  padding: 10px;
  height: 11.56px;
  width: 39.18px;
  background:url(../images/icones/seta.svg) no-repeat center;
  background-size:39.18px;
  display: block;
}

body .prods-relacionados {
  margin-top: 50px;
}

#popup-ficha p {
  text-align:center;
  line-height:30px;
}

#popup-produto .modal-content #content-form-prod > div, #popup-ficha .modal-content #content-form-ficha > div, #popup-login-cadastro .modal-content #content-form-ficha > div {
  width: 90%;
  margin:auto;
}
#popup-produto .modal-content, #popup-ficha .modal-content, #popup-login-cadastro .modal-content, #myModal .modal-content {
  padding: 30px 20px;
  background: url(../images/logo.png) no-repeat top 55px center #FAFAFA;
  background-size: 133px;
  padding-top:145px;
}

#popup-produto .modal-content p:first-child, #popup-ficha .modal-content p:first-child, #popup-login-cadastro .modal-content .title_cadastro {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

#popup-produto .modal-content p.text_form, #popup-ficha .modal-content p.text_form, #popup-login-cadastro .modal-content p.text_form {
  text-align: center;
  font-size: 13px;
  margin:0 0 20px 0;
  color: #060809;
}



#popup-produto .modal-content textarea, #popup-produto .modal-content input, #popup-ficha .modal-content input, #popup-login-cadastro .modal-content input, #myModal .modal-content input {
  background:transparent;
  border-bottom:1px solid #E2E2E2;
  padding: 10px 1.5%;
  font-size: 12px;
  width: 97%;
  margin:0 0 20px 0;
  color: #060809;
}

#popup-ficha input::placeholder, #popup-produto input::placeholder{
  color:#060809;
  text-transform:uppercase
}

#popup-produto .modal-content .checkbox-form, #popup-ficha .modal-content .checkbox-form, #popup-login-cadastro .modal-content .checkbox-form {
  margin-bottom:15px;
  float:left;
  width:100%;
}

#popup-produto .modal-content .checkbox-form label, #popup-ficha .modal-content .checkbox-form label, #popup-login-cadastro .modal-content .checkbox-form label {
  position:relative;
  width: 100%;
  float: left;
  margin: 10px 0;
  display: flex;
}

#popup-produto .modal-content .checkbox-form label:first-child, #popup-ficha .modal-content .checkbox-form label:first-child, #popup-login-cadastro .modal-content .checkbox-form label:first-child {
  margin-bottom: 15px;
}

#popup-produto .modal-content .checkbox-form span, #popup-ficha .modal-content .checkbox-form span, #popup-login-cadastro .modal-content .checkbox-form span {
  position:absolute;
  width:20px;
  height:20px;
  border: 1px solid #F0E347 !important;
  border-radius:5px;
  left: 0;
  cursor: pointer;
}

#popup-login-cadastro .bt_login {
  text-decoration: underline;
  cursor: pointer;
  color: #7A7A7A;
}

#popup-login-cadastro .bt_login:hover {
  text-decoration: none;
}

.checkbox-form input:checked ~ .checkmark:after {
  display:block;
}

.checkbox-form label input:checked ~ .checkmark {
  background-color: #F0E347;
}

.checkbox-form span:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after {
  position:absolute;
  content:"";
}

#popup-produto .modal-content .checkbox-form input, #popup-ficha .modal-content .checkbox-form input, #popup-login-cadastro .modal-content .checkbox-form input {
  width: inherit;
  display: block;
  float: left;
  margin: 2px 5px 0 0;
  border: 1px solid #F0E347 !important;
  opacity:0;
  position:absolute;
}

#popup-produto .modal-content .checkbox-form p, #popup-ficha .modal-content .checkbox-form p, #popup-login-cadastro .modal-content .checkbox-form p {
  display: block;
  float: left;
  margin-left:30px;
  color: #060809;
}

#popup-produto .modal-content  input[type='submit'], #popup-ficha .modal-content  input[type='submit'], #popup-login-cadastro .modal-content  input[type='submit'], #myModal .modal-content  input[type='submit']{
  width: auto;
  text-align: center;
  background-color: #F0E347;
  border-radius: 30px;
  margin: auto;
  display: block;
  cursor: pointer;
  font-size: 14px;
  padding: 15px 25px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: bold;
}

#popup-produto .modal-content input[type='submit']:hover, #popup-ficha .modal-content input[type='submit']:hover, #popup-login-cadastro .modal-content  input[type='submit']:hover, #myModal .modal-content  input[type='submit']:hover{
  transition: 0.3s;
  background: #000;
  color: #F0E347;
}


.return-form {
  text-align: center;
  width: 100%;
  display: none;
  
}

.return-ok {
  background-color: #008C69;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
}

.return-ok a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.return-ok span {
  font-size: 14px;
  color: #fff;
}


.return-erro {
  padding: 15px 0;
  background-color: #FF4D4D;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
}

#popup-login-cadastro .return-form {
  font-size: 12px !important;
  width: 100%;
  margin: 20px auto;
}

#popup-produto .return-form {
  display: block
}

/* SISTEMA ORÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡AMENTO */

.desktop {
  display: none !important
}

.orcamento-form {
  width: 100%;
  display: block;
  margin: auto;
}

.orcamento-form input, .orcamento-form textarea, .orcamento-form select {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 2.5%;
  color: #333;
  width: 95%;
  font-size: 16px;
  display: block;
  margin-bottom: 25px;
}

.orcamento-form input[type='checkbox']{
  width: inherit;
  margin-left: 100px;
  margin-top: -15px;
}

.orcamento-form select {
  width: 100%
}

.orcamento-form input[type='submit']{
  background-color: #00B259;
  color: #fff;
  width: 100%;
}

#cabecalho-pg-lista {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

#cabecalho-pg-lista .bt-lista-orcamento {
  display: flex;
  align-items: center;
}

#cabecalho-pg-lista .bt-lista-orcamento p {
  font-size: 16px;
  display: block;
  margin-right:15px;
}

#cabecalho-pg-lista .bt-lista-orcamento a {
  border-radius: 100%;
  text-align: center;
  background-color: #232323;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  height: 41px;
  width:41px;
  font-size: 30px;
}

#cabecalho-pg-lista .bt-exibir label {
  display: flex;
  align-items: center;
}

#cabecalho-pg-lista .bt-exibir select {
  border: 1px solid #232323;
  margin-left: 5px;
  padding:5px;
  border-radius: 5px;
}

#cabecalho-pg-lista h1 {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize !important;
  text-align: left;
}

body.visao-cliente #cabecalho-pg-lista h1 {
  width: 100%
}

#cabecalho-pg-lista .campos {
  float: left;
  width: 29%;
  display: none;
  
}

#cabecalho-pg-lista .campos .eye {
  display: block;
  margin: 5px 35px 0 0;
  float: left;
  cursor: pointer;
}

#cabecalho-pg-lista .campos input {
  width: 60px;
  border: 1px solid #ddd;
  padding: 10px 40px 10px 10px;
  border-radius: 10px;
  display: block;
  float: left;
  margin-right: 35px;
}

#cabecalho-pg-lista .campos input[name='imposto']{
  background: url(../images/icone-desconto.png) no-repeat center right 5px;
}

#cabecalho-pg-lista .campos input[name='frete']{
  background: url(../images/icone-frete.png) no-repeat center right 5px;
}

#cabecalho-pg-lista .botoes {
  float: right;
  width: 37%;
}

#cabecalho-pg-lista .botoes a, #cabecalho-pg-lista .botoes input[type='submit'] {
  color: #333;
  background-color: #EBE7E7;
  font-size: 12px;
  border-radius: 5px;
  padding: 10px 10px;
  display: block;
  float: right;
  margin-left: 10px;
  transition: 0.5s;
}

#cabecalho-pg-lista .botoes a:hover, #cabecalho-pg-lista .botoes input[type='submit']:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#listar-lista-clientes, #lista-produtos table {
  width: 100%;
  border-collapse: collapse;
}

#listar-lista-clientes thead, #lista-produtos thead{
  background-color: #EEEEEE;
  
  width: 100%;
}

#listar-lista-clientes thead th, #listar-lista-clientes tbody td, #listar-lista-clientes tbody td a, #lista-produtos thead th, #lista-produtos tbody td, #lista-produtos tbody td a {
  text-align: center;
  font-size: 10px;
  color: #222;
  padding: 5px;
}

#listar-lista-clientes tbody td {

}

#listar-lista-clientes .excluir-item, #lista-produtos .excluir-item {
  width: 20px;
  height: 20px;
  background: url(../images/icones/excluir.png?v=2) no-repeat center;
  background-size: 20px;
  display: block;
}

#lista-produtos table tr {
  border:1px solid #ddd;
}
#lista-produtos table tr.orcamento-final, #lista-produtos table tr.obs {
  border:0;
}

#lista-produtos tbody {
  margin-bottom: 100px;
}

#lista-produtos tbody .orcamento-final td {
  padding: 0;
} 

#lista-produtos tbody td textarea {
  padding: 3px;
  border:1px solid #ccc;
  width: 98%;
  border-radius: 5px;
  height: 50px;
}

#listar-lista-clientes thead input {
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 10px;
  padding: 3px;
  border-radius: 5px;
}

#listar-lista-clientes tbody tr, #lista-produtos tbody tr {
  padding: 10px 0;
  transition: 0.3s;
}

#listar-lista-clientes tbody tr:hover, #lista-produtos tbody tr:hover{
  background-color: #f5f5f5;
  transition: 0.3s;
}

#lista-produtos tbody tr:hover {
  cursor: move;
}


#listar-lista-clientes tbody .lista-ativa {
  background-color: #232323;
  color: #fff;
  padding: 8px 15px;
  border-radius: 10px;
  cursor:default;
}

#listar-lista-clientes tbody .lista-inativa {
  color: #222;
  padding: 8px 6px;
  border-radius: 10px;
  border:1px solid #ddd;
  transition: 0.5s;
}

#listar-lista-clientes tbody .lista-inativa:hover {
  background-color: #232323;
  color: #fff;
  transition: 0.5s;
}

#listar-lista-clientes .bt-abrir {
  text-decoration: underline;
}

#lista-produtos .img-list {
  max-width: 80px;
}

#lista-produtos td, #lista-produtos th {
  text-align: center;
}

#lista-produtos td input {
  border-radius: 5px;
  border:1px solid #ddd;
  padding: 5px;
  text-align: center;
}

#lista-produtos td {
  width: 150px;
}

#lista-produtos tfoot td {
  width: 100% !important;
  display: block;
  font-size: 12px;
}

#lista-produtos .coluna-oculta {
  display: none;
}

#lista-produtos .preco-oculto {
  display: none;
  color: #F39F8B;
}

#lista-produtos .orcamento-final th, #lista-produtos tbody strong {
  text-align: right;
  line-height: 22px;
  font-size:14px;
}

.content-lista-right {
  float: right; width: 35%;
}

.content-lista-left {
  float: left; width: 65%;
}

#pg-pagina-orcamento input[name='enviar_lista'] {
  width: 45%;
  padding: 15px;
  display: block;
  margin: 30px auto 0 auto;
  font-size: 16px;
  border-radius: 15px;
}

body.visao-adm #pg-pagina-orcamento input[name='enviar_lista'] {
  display: none;
}

/* PAGINAÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢O */

.paginacao {
  width: 100%;
  display:flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.paginacao a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: .3s;
  margin: 0 5px 15px 0;
  text-align: center;
  border-radius: 100%;
}
.paginacao a.str, .paginacao a:hover {
  background: #B1A7A6;
  border-radius: 100%;
  color:#fff;
  transition: .3s;
}

/* CATEGORIA BUSCA */

#categoria {
  padding-bottom: 60px;
}


#categoria .return-0r {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 200px
}

#categoria .content-categoria {
  display: flex;
  flex-direction: column-reverse;
  float: left;
}

#categoria .imagem-categoria, #categoria .texto-categoria {
  width: 100%;
}

#categoria .texto-categoria {
  background-color: #f5f5f5;
  overflow: auto;
  height: 400px;
}

#categoria .texto-categoria h2 {
  text-align: center;
  font-size: 16px;
  padding: 0 25px;
  margin-top: 30px;
}

#categoria .content-categoria img {
  width: 100%;
  max-width: 100%;
}

#categoria .texto-categoria p {
  text-align: center;
  margin-top: 20px;
  line-height: 30px;
  padding: 0 25px 35px 25px;
}

/* DESIGNERS */

.box-designer {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 60px;
  display: block;
}

.box-designer p {
  display: none;
}

.box-designer .img-designer img {
  width: 95%;
  display: block;
  margin: 15px auto 15px auto;
  border-radius: 100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
}

.box-designer:nth-child(2n){
  margin-right: 0;
}

.box-designer > a {
  text-align: center;
  width: 100%;
  color: #222;
  display:block;
  font-size:16px;
}

/* DESIGNER */

#pg-designer .foto-designer {
  width: 100%;
  float: left;
}

#pg-designer .foto-designer img {
  width: 60%;
  display: block;
  margin: auto;
  border-radius: 100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
}

#pg-designer .texto-designer {
  text-align: justify;
  float: left;
  width: 100%;
}

#pg-designer .texto-designer h1 {
  margin: 30px 0;
  text-align: center;
}

#pg-designer h2 {
  font-weight: normal;
  font-size: 23px;
  margin: 40px 0 0 0;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}

#pg-designer .produtos-designer {
  float: left;

}

/* BLOG */

.box-post {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  display: block;
}

.box-post ul  {
  list-style: circle;
  margin-left: 30px;
}


.box-post:nth-child(2n) {
  margin-right: 0
}

.box-post .img-post {
  height: 15vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-post .img-post img {
  max-width: 100%;
  height: auto;
}

.box-post p {
  margin: 10px 0;
  font-size: 12px;
}

.box-post > a {
  font-size: 16px;
}

#pg-post h1 {
  font-weight: bold;
}

#pg-post > img {
  width: 100%;
  margin-bottom: 20px;
}


#pg-post .cabecalho-post {
  width: 100%;
}

#pg-post .cabecalho-post h2 {
  text-align: center;
  font-weight: normal;
  margin-top: -15px;
  margin-bottom: 30px;
}

#pg-post > img {
  width: 100%;
}

#pg-post .cabecalho-post p {
  margin:15px 0 10px 0;
  font-size: 12px;
  text-align: center;
}

#pg-post .newsletter-blog {
  padding: 20px 2%;
  background-color: #E1E1E1;
  overflow: hidden;
  margin-bottom: 30px;
  display: none;
}

#pg-post .texto-post {
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;

}


#pg-post .texto-post h2, #pg-post .texto-post h2 a  {
  font-size: 18px;
  line-height: 34px;
}

#pg-post .texto-post h3, #pg-post .texto-post h3 a  {
  font-size: 17px;
  line-height: 32px;
}
#pg-post .texto-post img {
  width: 100% !important;
  height: inherit !important;
}

#pg-post .texto-post p {
  line-height: 30px;
  color: #323133;
}

#pg-post .texto-post a {
  text-decoration: underline;
}

#pg-post .newsletter-blog p {
  color: #fff;
  font-size: 14px;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  line-height:28px;
}

#pg-post ul  {
  list-style: circle;
  margin-left: 30px;
}

#pg-post .newsletter-blog form {
  width: 100%;
  float: left;
  margin:10px 0;

}

#pg-post .newsletter-blog input {
  width: 77%;
  padding: 1%;
  margin-right: 1%;
  font-size: 18px;
}

#pg-post .newsletter-blog input[type='submit']{
  width: 16%;
  font-size: 18px;
  background-color: transparent;
      border: 1px solid #E2E2E2;
    color: #232323;
    background: #f4f4f4;
}

#pg-post p.autor {
  width: 100%;
  margin: 15px 0;
  display: block;
}

#pg-post .box-produtos-quadrado, #pg-post .box-produtos-vertical {
  width:100%;
  margin:auto;
  overflow: hidden;
 }

#pg-post .box-produtos-vertical {
  width:100%;
 }


#pg-post .box-produtos-vertical img,#pg-post.box-produtos-quadrado img {
  float:left;
  width: 50% !important;
  
 }

.posts-relacionados h3 {
  text-align: center;
  font-size: 22px;
  width: 100%;
  margin-bottom: 30px;
  font-weight: normal;
}

.posts-relacionados {
  float: left;
  width: 100%;
}

.pg-produto .posts-relacionados {
  padding-top: 30px;
}

#resposta_news_blog p {
  text-align: center;
  width: 100% !important;
}

#resposta_news_blog p {
  text-align: center;
  width: 100% !important;
}

/* NOSSA CASA */

.new-nossa-casa-1 {
  display: flex;
  justify-content: space-between;
  flex-direction:column;
  margin-top: 50px;
}

.new-nossa-casa-1 .left {
  width: 100%;
  margin-bottom: 20px;
}

.new-nossa-casa-1 .left img {
  width: 100%
}

.new-nossa-casa-1 .right {
  width: 100%;
}

.new-nossa-casa-1 .right img {
  width: 100%;
  margin-bottom: 20px;
}

.new-nossa-casa-1 .right p {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.new-nossa-casa-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 150px 0;
}

.new-nossa-casa-2 div {
  width: 100%;
  margin-bottom: 50px;
}

.new-nossa-casa-2 h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: normal;
}

.new-nossa-casa-2 p, .new-nossa-casa-3 p {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.new-nossa-casa-3 h2, .new-nossa-casa-4 h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}

.new-nossa-casa-3 a {
  display: block;
  float: right;
  font-size: 18px;
  background: url(../images/icones/seta.svg) no-repeat center right;
  padding-right: 50px;
  background-size: 30px;
  margin-top: 40px;
}

.new-nossa-casa-4 {
  margin-top: 150px;
}

.new-nossa-casa-4 h2 {
  text-align: left;
}

.new-nossa-casa-4 .boxes-moradores {
  margin-bottom: 40px;
}

.new-nossa-casa-4 .boxes-moradores .box-morador {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.new-nossa-casa-4 .boxes-moradores .box-morador img {
  width: 175px;
  display:block;
  margin:auto;
}

.new-nossa-casa-4 .boxes-moradores .box-morador .content {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.new-nossa-casa-4 .boxes-moradores .box-morador .content p {
  width: 100%;
  line-height: 24px;
  text-align: justify;
}

.new-nossa-casa-4 .boxes-moradores .box-morador .content a {
  padding: 10px;
  height: 11.56px;
  width: 39.18px;
  background:url(../images/icones/seta.svg) no-repeat center;
  background-size:39.18px;
  display: block;
  margin-top: 15px;
}

#nossos-moradores .owl-controls {
  display: none !important;
}

/* CONTATO */

#contato h1, #blog h1 {
  display: none;
}

#contato h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: normal;
}

#contato address, #contato a {
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
}

#contato .box-contato {
  margin-bottom: 30px;
}

#contato iframe {
  max-width: 100%;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂREA DO ARQUITETO */

#arquiteto > p {
  font-size: 14px;
  text-align: center;
  padding: 30px 2%;
  line-height: 24px;
}

#arquiteto img {
  width: 100%;
  margin: 15px auto 0 auto;
  display: block;
}

#arquiteto h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 30px;
  text-align: center;
  font-weight: normal;
}

#arquiteto .box-pinterest h2 {
  margin: auto;
  padding-right: 40px;
  background: url(../images/icones/pinterest.svg) no-repeat center right;
  background-size: 30px;
  height: 30px;
  display: table;
  font-weight: normal;
}

#arquiteto .boxes{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#arquiteto .box-lista {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 100px;
}

#arquiteto .box-lista a {
  background-color: #fff;
  color: #232323;
  border:1px solid #232323;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  margin:30px auto 0 auto;
  cursor: pointer;
}


/* POLÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂTICA */

#politica h1 {
  color: #232323;
  font-size: 22px;
  margin: 20px 0;
  font-weight: bold;
}

#politica h2 {
  color: #232323;
  font-size: 18px;
  margin: 20px 0
}

#politica h3 {
  font-size: 16px;
  margin: 20px 0;
}

#politica p {
  text-align: justify;
  line-height: 30px;
  font-size: 14px;
}

#politica p span, #politica p a {
  text-decoration: underline;
  font-size: 14px;
}

.popup-politica {
  position: fixed;
  bottom: 12vh;
  width: 82%;
  background-color: #fff;
  border-radius: 20px;
  margin:auto;
  padding: 5%;
  box-shadow: 0 0 0.625rem #aaa;
  z-index: 99999
}

.popup-politica p {
  width: 100%;
  float: left;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

.popup-politica p a {
  color: #232323;
  text-decoration: underline;
}

.popup-politica button {
  width: 100%;
  border-radius: 0px;
  text-align: center;
  float: right;
  display: block;
  padding: 3%;
  cursor: pointer;
  border:1px solid #232323;
  background: #fff;
}

.popup-politica button:hover {
  text-decoration: underline;
}

.content-align-politica {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative
  
}


/* POPUP */

.popup-newsletter {
  width: 100%;
  overflow: hidden;
}

.popup-newsletter .img-popup 

{
  width: 100%;
  float: left;
  overflow: hidden;
}

.popup-newsletter .img-popup img {
  max-width: 50%;
  display: block;
  margin:auto;
  height: auto;
}

.popup-newsletter .content-popup {
  width: 90%;
  float: left;
  padding: 0 5% 15px 5%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-newsletter .content-popup .titulo {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}

.popup-newsletter .content-popup .descricao {
  text-align: center;
  color: #555;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
}

.popup-newsletter .content-popup form {
  width: 100%;
  margin-bottom:10px;
}
.popup-newsletter .content-popup .info {
  font-size:10px;
  color: #777;
  text-align: center;
}

.popup-newsletter .response-popup {
  text-align: center;
  margin-bottom: 20px;
}

#myModal .close {
  color: #333 !important;
}

/* FLUTUANTE */

#bt-whatsapp {
  bottom: 0;
  right: 0;
  position: fixed;
  margin:30px;
  z-index: 90;
  display: none;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */

}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: block;
  opacity: .9;
  margin:-25px 0 0 0;
  transition-duration:1s;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
    
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
  
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
  padding-right:20px;
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}




@keyframes tooltips-horz {
  to {
    opacity: .0;
   
  }
}

@keyframes tooltips-horz2 {
  from {
    opacity:0
  }
  to {
    opacity: .9;

   
  }
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after {
  animation: tooltips-horz2 300ms ease-out forwards;

}

[tooltip][flow^="left"]:before,
[tooltip][flow^="left"]:after {
  animation: tooltips-horz ease-out forwards;
  animation-duration:2s;
  animation-delay:5s;

}

/* AUTOCOMPLETE */

span[role='status']{
  display: none;
}

.ui-autocomplete {
  background-color: #fff;
  border-radius: 5px;
  border:1px solid #eee;
  padding: 3px;

}

.ui-autocomplete-row {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.ui-autocomplete-row:nth-child(5), .ui-autocomplete-row:nth-child(6) {
  border:0;
}

.ui-autocomplete-row a {
    overflow: hidden;
}

.ui-autocomplete-row img {
    display: block;
    float: left;
    height: 50px;
    margin:5px 0 5px 2%;
}

.ui-autocomplete-row span {
    display: block;
    float: left;
    margin: 0 10px;
    width: 70%;
    font-size: 12px;
    line-height: 60px;
    height: 60px;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:9999 !important;}  

#Embed div {
  display: none !important;
}