@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  background: #fff;
  color: #1a3a38;
}
a:hover,
a:focus {
  text-decoration: none;
}
:focus {
  outline: none;
}
.searchform {
  margin-top: 15px;
}

.searchform #search{
  border: 1px solid #333;
  padding: 5px 10px;
}

.searchform input[type="image"] {
  margin-left: 10px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border: none !important;
  font-size: 16px !important;
  color: #636464 !important;
}
.wp-pagenavi span.current {
  color: #1392d5 !important;
}
/* Dropdown Button */
.dropbtn {
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  font-size: 15px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
}
/* The container <div> - needed to position the dropdown content */
.menu-desk {
  position: inherit;
  margin-top: 20px;
  text-align: center;
}
.dropdown {
  position: inherit;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  z-index: 999;
  padding: 25px 0;
}
/* Links inside the dropdown */
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: #fff;
  background-color: #00aaff;
}


.banner-home .owl-prev {
  float: left;
  margin: -250px 0 0 20px !important;
  position: relative;
}

.banner-home .owl-next {
  float: right;
  margin: -250px 20px 0 0 !important;
  position: relative;
}

.banner-home .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 22px;
  padding: 4px 7px;
  background: #034694;
}


.banner-blog {
  background-image: url("../img/banner-blog.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 495px;
}
.banner-blog h1 {
  font-size: 40px;
  font-weight: 400;
  color: #169ee5;
  text-align: center;
  padding-top: 100%;
}

.banner-sobre-nos {
  background-image: url("../img/banner-sobre-nos.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 495px;
}
.banner-sobre-nos h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  padding-top: 100%;
  text-align: center;
}
.banner-sobre-nos h1 b {
  color: #169ee5;
}

.banner-simulador {
  background-image: url("../img/banner-simulador.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 495px;
}
.banner-simulador h1 {
  font-size: 36px;
  font-weight: 700;
  color: #169ee5;
  padding-top: 70%;
  text-align: center;
}
.banner-simulador h2 {
  font-size: 14px;
  text-align: center;
  color: #fbfbfb;
  margin-top: 10px;
}

.banner-produtos {
  background-image: url("../img/banner-produtos.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 495px;
}
.banner-produtos h1 {
  font-size: 36px;
  font-weight: 700;
  color: #169ee5;
  padding-top: 35%;
  text-align: center;
}
.banner-produtos h2 {
  font-size: 14px;
  text-align: center;
  color: #fbfbfb;
  margin-top: 10px;
}

header {
  padding: 20px 0;
}
header a,
header .dropdown-content a {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  padding: 10px;
}
header a:hover,
header .dropdown-content a:hover {
  color: #1392d5;
}
header .dropdown-content a {
  text-align: center;
}
header .dropdown-content img {
  display: block;
  margin: 0 auto;
}

.produtos-destaque {
  padding-top: 50px;
}
.produtos-destaque h2,
.blog h2 {
  font-size: 36px;
  font-weight: 300;
}
.produtos-destaque h2 b,
.blog h2 b {
  color: #169ee5;
}
p.btn-azul {
  margin-top: 40px;
}
p.btn-azul a {
  font-size: 13px;
  font-weight: 700;
  color: #1392d5;
  text-transform: uppercase;
  border: 1px solid #1392d5;
  border-radius: 20px;
  padding: 5px 15px;
}

.items a:focus {
  outline: none;
}
.produtos-destaque .items {
  padding-top: 40px;
  padding-bottom: 30px;
}
.produtos-destaque .items h3 {
  font-size: 16px;
  color: #1392d5;
  text-transform: uppercase;
  margin-top: 15px;
}
.produtos-destaque .items h2 {
  font-size: 24px;
  font-weight: 700;
  color: #363636;
  margin-top: 5px;
}
.produtos-destaque .items p {
  font-size: 16px;
  font-weight: 300;
  color: #737373;
  font-style: italic;
}
.produtos-destaque .items .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.produtos-destaque .items .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.produtos-destaque .items a:hover .image {
  opacity: 0.3;
}
.produtos-destaque .items a:hover .middle {
  opacity: 1;
}
.produtos-destaque .items .text1 {
  color: #169ee5;
  font-size: 16px;
}
.produtos-destaque .items .text1 i {
  font-size: 50px;
}
.produtos-destaque .items .text1 p {
  color: #169ee5;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.produtos-destaque .items .text2 {
  margin-top: 100px;
}
.produtos-destaque .items .text2 p {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.revendedor {
  background-image: url("../img/bkg-revendedor.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 352px;
}
.revendedor h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  color: #555555;
  text-transform: uppercase;
  padding-top: 55px;
}

.revendedor input {
  margin: 0 0 15px;
  border: none;
  border-radius: 5px;
  height: auto;
  box-shadow: none;
  font-size: 16px;
  padding: 13px 20px;
}

.revendedor input::placeholder {
  color: #cdcdcd;
}
.revendedor input[type="submit"] {
  width: 100%;
  background: #034694;
  color: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 20px;
}

.sobre-nos.home {
  background-image: url("../img/bkg-sobre-nos.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 375px;
  margin: 50px 0;
}
.sobre-nos.home .info {
  padding: 40px;
}
.sobre-nos.home .info h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.sobre-nos.home .info h3 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 5px;
  color: #fff;
}
.sobre-nos.home .info p {
  font-size: 14px;
  padding: 20px 0;
  color: #fff;
}
.sobre-nos.home .info a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 25px;
}

.blog h2 {
  padding: 40px 0;
}
.blog .items {
  padding: 0;
}
.blog .item {
  background: #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.blog .items .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.blog .item .middle {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  right: 0;
  height: 90%;
  width: 360px;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008cba;
}
.blog .items a:hover .image {
  opacity: 0.3;
}
.blog .items a:hover .middle {
  opacity: 0.5;
}
.blog .items .text {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.blog .items h3 {
  font-size: 24px;
  color: #373737;
  font-style: italic;
  z-index: 99;
  padding-left: 10px;
}

.sidebar {
  border-left: 1px solid #1392d5;
  margin-left: 10px;
  padding-left: 30px;
}
.sidebar h3 {
  font-size: 24px;
  color: #1392d5;
  padding: 20px 0;
}
.sidebar li {
  padding: 7px 0;
}
.sidebar li a {
  font-size: 18px;
  color: #676868;
}

.simulador-home {
  background-image: url("../img/bkg-simulador-home.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 456px;
  margin: 50px 0;
}
.simulador-home h2 {
  font-size: 50px;
  font-weight: 700;
  color: #169ee5;
  padding-top: 25%;
}
.simulador-home p {
  font-size: 14px;
  font-weight: 300;
  color: #fbfbfb;
  font-style: italic;
}

footer {
  background: url("../img/bkg-footer.jpg") no-repeat center;
  padding: 50px 0px 0;
}
footer h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer p {
  font-size: 14px;
  color: #fff;
}
footer .newsletter input {
  margin: 5px 0;
  border: none;
  border-radius: 7px;
}
footer .newsletter input::placeholder {
  color: #cdcdcd;
}
footer .newsletter input[type="submit"] {
  width: 100%;
  background: #034694;
  color: #fff;
  padding: 6px;
}
footer li {
  padding: 4px 0;
}
footer li,
footer li a {
  font-size: 14px;
  color: #fff;
}
footer li a i {
  font-size: 25px;
}
footer .copy {
  margin-top: 30px;
  padding: 30px 0;
  padding-bottom: 50px;
  border-top: 1px solid #fff;
}
footer .copy p {
  font-size: 10px;
}
footer .copy img {
  float: right;
}

.banner-contato .titulo {
  background: #1392d5;
  padding: 30px 0;
}
.banner-contato .titulo h1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.infos {
  padding: 50px 0;
}
.infos img {
  display: block;
  margin: 10px auto;
}
.infos h2 {
  font-size: 18px;
  color: #1392d5;
  text-transform: uppercase;
  text-align: center;
}
.infos h3 {
  font-size: 14px;
  color: #636464;
  text-align: center;
}
.infos p {
  font-size: 14px;
  color: #636464;
  text-align: center;
  padding-top: 40px;
}
.infos p img {
  display: initial;
  margin-right: 10px;
}

.formulario {
  background-image: url("../img/bkg-formulario.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 513px;
}
.formulairo h2 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
.formulario h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  padding: 50px 0;
}
.formulario input,
.formulario textarea {
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
  border-radius: 0;
  margin: 12px 0;
  padding: 10px 10px;
  color: #fff;
}
.formulario input[type="text"],
.formulario input[type="email"] {
  padding: 28px 15px;
  font-size: 20px;
}
.formulario input::placeholder,
.formulario textarea::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}
.formulario input[type="submit"] {
  display: block;
  width: 100%;
  background: #fff;
  color: #1392d5;
  text-transform: uppercase;
  font-size: 19px;
}
.mapa-consumo {
  padding: 50px 0;
}

.bkg-sobre-nos {
  background: #dfdfdf;
}

.bkg-azul {
  background: #1392d5;
  height: 522px;
}
.bkg-azul h2 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 50px;
}

.sobre-nos .bkg-branco {
  background: #fff;
  padding: 50px;
  margin-top: -30%;
}
.sobre-nos h2 {
  font-size: 36px;
  font-weight: 300;
  color: #636464;
}
.sobre-nos h2 strong {
  color: #169ee5;
}
.sobre-nos p {
  font-size: 16px;
  color: #555555;
  padding: 5px 0;
}
.sobre-nos iframe {
  width: 100%;
}
.atualmente {
  background-image: url("../img/bkg-atualmente.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 375px;
}
.atualmente h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  padding-top: 60px;
}
.atualmente p {
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
}
.caracteristicas .missao {
  background-image: url("../img/bkg-missao.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 324px;
}
.caracteristicas .visao {
  background-image: url("../img/bkg-visao.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 324px;
}
.caracteristicas .valores {
  background-image: url("../img/bkg-valores.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom;
  width: 100%;
  height: 324px;
}
.caracteristicas h2 {
  font-size: 24px;
  font-weight: 700;
  color: #555555;
  text-align: center;
  padding-top: 25%;
}
.caracteristicas h2::after {
  display: block;
  content: "";
  width: 15px;
  height: 9px;
  background: #1392d5;
  margin: 10px auto;
  z-index: 99;
  position: relative;
}
.caracteristicas p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: 30px 45px;
  border-top: 1px solid #cccccc;
  margin-top: -15px;
}

.escolha {
  text-align: center;
  background: #e4e4e4;
  padding: 30px 0;
}
.escolha h3 {
  font-size: 30px;
  color: #676868;
  padding-bottom: 30px;
}
.escolha h3 b {
  color: #1392d5;
  font-weight: 400;
}
.escolha li {
  padding: 0 25px;
}

.ambiente p {
  font-size: 14px;
  color: #636464;
  padding: 30px 0;
}
.ambiente p img {
  margin-right: 10px;
  margin-top: -5px;
}
.ambiente #owl-simulacao .owl-dots {
  z-index: 999;
  margin-top: -40px;
  position: relative;
}
.ambiente #owl-simulacao .owl-dot span {
  background: #fff;
  border-radius: 20px;
  padding: 5px;
}
.ambiente #owl-simulacao .owl-dot.active span {
  background: #1392d5;
}

.ambiente .opcoes {
  padding-top: 50px;
}
.ambiente .opcoes li {
  padding: 5px 0;
}
.ambiente .opcoes li a {
  font-size: 14px;
  color: #636464;
}
.ambiente .opcoes li a:hover,
.ambiente .opcoes li a:active {
  color: #1392d5;
  font-weight: 700;
}
.ambiente .opcoes img {
  float: right;
  margin-top: -30px;
}

.calculo {
  background: url("../img/bkg-calculo.jpg") no-repeat center center;
  width: 100%;
  color: #fff;
  padding-bottom: 30px;
}
.calculo h2 {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}

.calculo input,
.calculo select {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  margin: 12px 0;
  padding: 12px 15px;
  height: auto;
}

.calculo input::placeholder {
  color: #fff;
}

.calculo select option{
  color: #000;
}

.calculo input[type="submit"],
.calculo button {
  display: block;
  width: 100%;
  background: #fff;
  color: #1392d5;
  text-transform: uppercase;
  font-size: 19px;
  padding: 15px 0;
  border: 0;
}
.calculo select {
  width: 100%;
  padding: 10px 10px;
}
.calculo input:hover,
.calculo input:focus,
.calculo select:hover,
.calculo select:focus {
  border: 2px solid #fff;
}
.calculo .resultado {
  background: #17aeff;
  margin-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.calculo .resultado h3 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 25px;
}

.calculo .resultado a{
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
}

.breadcrumb {
  background: #fff;
  padding: 20px 0;
}
.breadcrumb li a {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-transform: lowercase;
  color: #1392d5;
}
.breadcrumb li:last-of-type {
  font-weight: 300;
  color: #737373;
}
.breadcrumb li + li:before {
  padding: 5px;
  color: #737373;
  content: "/\00a0";
}

.produtos .sidebar {
  padding-left: 0;
  border: none;
}
.produtos .sidebar h2 {
  font-size: 36px;
  font-weight: 300;
  color: #636464;
  padding-bottom: 20px;
}
.produtos .sidebar li a {
  color: #636464;
}
.produtos .sidebar li a:hover,
.produtos .sidebar li a.active {
  color: #1392d5;
  font-weight: 700;
}

.produtos .items {
  padding-top: 40px;
  padding-bottom: 30px;
}
.produtos .items h3 {
  font-size: 13px;
  color: #1392d5;
  text-transform: uppercase;
  margin-top: 15px;
}
.produtos .items h2 {
  font-size: 20px;
  font-weight: 700;
  color: #363636;
  margin-top: 5px;
}
.produtos .items p {
  font-size: 14px;
  font-weight: 300;
  color: #737373;
  font-style: italic;
  margin-bottom: 50px;
}
.produtos .items .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.produtos .items .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.produtos .items a:hover .image {
  opacity: 0.3;
}
.produtos .items a:hover .middle {
  opacity: 1;
}
.produtos .items .text1 {
  color: #169ee5;
  font-size: 16px;
}
.produtos .items .text1 i {
  font-size: 50px;
}
.produtos .items .text1 p {
  color: #169ee5;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
}
.produtos .items .text2 {
  margin-top: 24px;
}
.produtos .items .text2 p {
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.produto h2 {
  font-size: 24px;
  font-weight: 700;
  color: #169ee5;
  margin-bottom: 5px;
}
.produto h1 {
  font-size: 33px;
  font-weight: 700;
  color: #636464;
  margin-top: 6px;
  padding: 25px 0;
}
.produto p {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #737373;
}
.produto .orcamento,
.produto .ficha {
  padding: 25px;
}

.produto .ficha {
  /**display: none;**/
}

.produto .orcamento a {
  background: #034694;
  font-size: 12px;
  padding: 13px 37px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
}
.produto .ficha a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #169ee5;
  border: 1px solid #169ee5;
  padding: 15px 35px;
  border-radius: 15px;
}
.produto .orcamento a img,
.produto .ficha a img {
  margin-right: 3px;
}

.owl-img-produtos .slick-dots {
  z-index: 999;
  margin-top: -60px;
  position: relative;
}
.owl-img-produtos .slick-dots li {
  background: #fff;
  border-radius: 20px;
  width: 5px;
  height: 5px;
  padding: 5px;
}
.owl-img-produtos li.slick-active {
  background: #1392d5;
}
.owl-img-produtos .slick-prev:before,
.owl-img-produtos .slick-next:before {
  color: #169ee5;
}
.owl-img-produtos .slick-next {
  right: 10px;
}
.owl-img-produtos .slick-prev {
  left: 10px;
}
.owl-img-produtos .slick-dots li button:before {
  font-family: none;
  content: none;
}

.mais-infos .bkg-bege {
  background: #ebebeb;
  padding: 30px;
  position: relative;
}
.mais-infos h2 {
  font-size: 24px;
  font-weight: 700;
  color: #6b6b6b;
  text-transform: uppercase;
  margin: 15px 0;
}
.mais-infos h3 {
  font-weight: 700;
}
.mais-infos p,
.mais-infos h3 {
  font-size: 18px;
  color: #6b6b6b;
  margin: 2px 0;
}
/* Style the tab */
.tab {
  overflow: hidden;
  margin-top: 100px;
  margin-left: -15px;
}
/* Style the buttons inside the tab */
.tab button {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #1392d5;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 30px;
  transition: 0.3s;
}
/* Create an active/current tablink class */
.tab button.active,
.tab button:hover {
  background-color: #ebebeb;
  color: #6b6b6b;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.linha-azul {
  width: 1px;
  height: 100%;
  background: #1392d5;
  position: absolute;
  margin-left: 47%;
  margin-top: -30px;
}



/**********************************/

.simula{
  margin: 30px 0;
}


.simula .segura-foto{
  margin: 10px;
  position: relative;
  overflow: hidden;
}

.simula .cores a,
.produto .cores a{
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #f2f2f2;
}

.produto .cores a{
  cursor: default;
}


.simula .amb h3{
  margin-bottom: 50px;
}

.simula .amb li{
  margin-bottom: 30px;
}

#segura-banheiro .parede1 {
  position: absolute;
  width: 150px;
  height: 365px;
  transform: skew(-1deg);
  top: -3px;
  right: -25px;
  z-index: -1;
}

#segura-banheiro .parede2 {
  position: absolute;
  width: 478px;
  height: 325px;
  transform: rotate(73deg) skew(0deg, 6deg);
  top: 87px;
  left: -250px;
  z-index: -1;
}

#segura-banheiro .parede3 {
  position: absolute;
  border-bottom: 410px solid transparent;
  border-left: 15px solid transparent;
  border-right: 87px solid transparent;
  height: 0;
  width: 220px;
  top: 0px;
  right: 118px;
  transform: rotate(180deg);
  z-index: -1;
}

#segura-banheiro .parede4 {
  position: absolute;
  width: 300px;
  height: 250px;
  transform: skew(-31deg);
  bottom: -12px;
  right: -65px;
  z-index: -1;
}

#segura-banheiro .parede5 {
  position: absolute;
  width: 23px;
  height: 210px;
  transform: skew(13deg);
  top: 48px;
  left: 74px;
  z-index: -1;
}

#segura-banheiro .parede6 {
  position: absolute;
  width: 103px;
  height: 70px;
  transform: skew(14deg);
  top: 218px;
  left: 2px;
  z-index: -1;
}


#segura-piscina .parede1 {
  position: absolute;
  width: 430px;
  height: 655px;
  transform: skew(-23deg) rotate(14deg);
  top: 13px;
  right: -170px;
  z-index: -1;
}

#segura-piscina .parede2 {
  position: absolute;
  width: 430px;
  height: 655px;
  transform: skew(-23deg) rotate(14deg);
  top: -67px;
  right: 210px;
  z-index: -2;
}

/*********************************/

@media (max-width: 768px) {
  .banner-blog {
    background-position: left, left;
    height: auto;
  }
  .banner-blog h1 {
    padding: 20% 0;
  }
  .produtos-destaque h2,
  .blog h2 {
    font-size: 30px;
    text-align: center;
  }

  .produto .orcamento a {
    background: #034694;
    font-size: 12px;
    padding: 13px 49px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
  }

  .produto .ficha a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #169ee5;
    border: 1px solid #169ee5;
    padding: 15px 49px;
    border-radius: 15px;
  }

  p.btn-azul,
  .produtos-destaque .items p,
  .produtos-destaque .items h3 {
    text-align: center;
  }
  .produtos-destaque .items p,
  .blog .items h2 {
    padding-bottom: 50px;
  }

  .sobre-nos.home {
    background: #1392d5;
  }

  .tab {
    margin-left: -30px;
    margin-right: -30px;
  }

  .mais-infos .bkg-bege {
    background: #ebebeb;
    margin-left: -15px;
    margin-right: -15px;
  }

  .tab button {
    width: 96.5%;
  }

  .revendedor {
    background: #f1f1f1;
    width: 100%;
    height: auto;
    padding: 0 0 50px;
  }

  .produtos-destaque .items .image {
    padding: 0 40px;
  }

  footer {
    background: url("../img/bkg-footer.jpg");
    text-align: center;
    padding-bottom: 20px;
  }
  footer .copy {
    padding-bottom: 0;
  }
  footer .copy .rdcke {
    text-align: center;
  }
  footer .copy .rdcke img {
    padding: 15px 0;
    float: none;
  }

  .banner-contato .titulo {
    padding: 15px 0;
  }
  .infos img {
    margin-top: 50px;
  }
  .infos p img {
    margin-top: 9px;
  }
  .formulario {
    background-repeat: repeat;
    height: auto;
    padding-bottom: 30px;
  }
  .formulario textarea {
    margin: 0 15px;
    width: 92%;
  }

  .sobre-nos iframe {
    height: auto;
  }

  .bkg-azul {
    height: 300px;
  }

  .banner-sobre-nos {
    height: 230px;
  }
  .banner-sobre-nos h1 {
    padding-top: 20%;
  }

  .sobre-nos h2 {
    font-size: 25px;
  }
  .sobre-nos p {
    font-size: 14px;
  }

  .atualmente {
    background: #1392d5;
    height: 310px;
    text-align: center;
  }
  .atualmente h2 {
    padding-top: 30px;
  }

  .caracteristicas h2 {
    padding-top: 23%;
  }
  .caracteristicas p {
    font-size: 16px;
  }

  .banner-simulador {
    height: 260px;
  }
  .banner-simulador h1 {
    padding-top: 20%;
  }

  .escolha li {
    padding: 25px 25px;
  }

  .ambiente p {
    font-size: 13px;
  }
  .ambiente .opcoes ul {
    text-align: center;
  }
  .ambiente .opcoes li {
    display: inline-block;
    padding: 5px 15px;
  }
  .ambiente h5 {
    text-align: center;
    padding-top: 20px;
  }
  .ambiente .opcoes img {
    margin-top: 5px;
    float: none;
    display: block;
    margin: 20px auto;
  }

  .calculo {
    height: auto;
    padding-bottom: 30px;
  }
  .calculo h2 {
    padding: 20px 0;
  }

  .banner-produtos {
    height: 250px;
  }
  .banner-produtos h1 {
    padding-top: 20%;
  }

  .searchform {
    text-align: center;
    padding-bottom: 20px;
  }




  /************************************************************/

  #segura-banheiro .parede4 {
    width: 300px;
    height: 277px;
    transform: skew(-38deg);
    bottom: -97px;
    right: -77px;
  }

  #segura-banheiro .parede1 {
    top: -92px;
    right: -57px;
  }

  #segura-banheiro .parede3 {
    border-bottom: 268px solid transparent;
    border-left: 11px solid transparent;
    border-right: 62px solid transparent;
    height: 0;
    width: 180px;
    top: -96px;
    right: 86px;
    transform: rotate(176deg);
  }

  #segura-banheiro .parede2 {
    width: 409px;
    height: 325px;
    top: 44px;
    left: -250px;
  }

  #segura-piscina .parede1 {
    width: 417px;
    height: 645px;
    top: 13px;
    right: -170px;
  }




  /************************************************************/




}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .banner-blog {
    background-position: left, left;
    height: auto;
  }
  .banner-blog h1 {
    padding: 20% 0;
  }
  .produtos-destaque h2,
  .blog h2 {
    font-size: 30px;
    text-align: center;
  }

  .produto .orcamento a {
    background: #034694;
    font-size: 12px;
    padding: 13px 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
  }

  .produto .ficha a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #169ee5;
    border: 1px solid #169ee5;
    padding: 15px 10px;
    border-radius: 15px;
  }

  p.btn-azul,
  .produtos-destaque .items p,
  .produtos-destaque .items h3 {
    text-align: center;
  }
  .produtos-destaque .items p,
  .blog .items h2 {
    padding-bottom: 50px;
  }

  .sobre-nos.home {
    background: #1392d5;
  }

  .tab {
    margin-left: -30px;
    margin-right: -30px;
  }

  .mais-infos .bkg-bege {
    background: #ebebeb;
    margin-left: -15px;
    margin-right: -15px;
  }

  .tab button {
    width: 96.5%;
  }

  footer {
    background: url("../img/bkg-footer.jpg");
    text-align: center;
    padding-bottom: 20px;
  }
  footer .copy {
    padding-bottom: 0;
  }
  footer .copy .rdcke {
    text-align: center;
  }
  footer .copy .rdcke img {
    padding: 15px 0;
    float: none;
  }

  .banner-contato .titulo {
    padding: 15px 0;
  }
  .infos img {
    margin-top: 50px;
  }
  .infos p img {
    margin-top: 9px;
  }
  .formulario {
    background-repeat: repeat;
    height: auto;
    padding-bottom: 30px;
  }
  .formulario textarea {
    margin: 0 15px;
    width: 92%;
  }

  .sobre-nos iframe {
    height: auto;
  }

  .bkg-azul {
    height: 300px;
  }

  .banner-sobre-nos {
    height: 230px;
  }
  .banner-sobre-nos h1 {
    padding-top: 20%;
  }

  .sobre-nos h2 {
    font-size: 25px;
  }
  .sobre-nos p {
    font-size: 14px;
  }

  .atualmente {
    background: #1392d5;
    height: 310px;
    text-align: center;
  }
  .atualmente h2 {
    padding-top: 30px;
  }

  .caracteristicas h2 {
    padding-top: 23%;
  }
  .caracteristicas p {
    font-size: 16px;
  }

  .banner-simulador {
    height: 260px;
  }
  .banner-simulador h1 {
    padding-top: 20%;
  }

  .escolha li {
    padding: 25px 25px;
  }

  .ambiente p {
    font-size: 13px;
  }
  .ambiente .opcoes ul {
    text-align: center;
  }
  .ambiente .opcoes li {
    display: inline-block;
    padding: 5px 15px;
  }
  .ambiente h5 {
    text-align: center;
    padding-top: 20px;
  }
  .ambiente .opcoes img {
    margin-top: 5px;
    float: none;
    display: block;
    margin: 20px auto;
  }

  .calculo {
    height: auto;
    padding-bottom: 30px;
  }
  .calculo h2 {
    padding: 20px 0;
  }

  .banner-produtos {
    height: 250px;
  }
  .banner-produtos h1 {
    padding-top: 20%;
  }

  .searchform {
    text-align: center;
    padding-bottom: 20px;
  }
}
