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

/*
Google Business
*/

.google-business {
  position: fixed;
  left: 30px;
  bottom: 30px;
  max-width: none;
  z-index: 9999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  width: 220px;
  border-radius: 2px 2px 0 0;
  border-top: 6px solid #4fce6a;
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  background: #fff;
  transition: all 0.5s;
}

.google-business .icon {
  padding-right: 10px;
}

.google-business .raiting-stars {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin: 3px 0;
}

.google-business h2 {
  font-family: Calibri;
  font-weight: lighter;
  font-size: 16px;
  color: #333;
  margin: 0;
}

.raiting span {
  color: #e7711b;
  font-size: 20px;
  margin: 0 6px 0 0;
  font-weight: 700;
}

.google-business p {
  font-size: 14px;
  font-family: Calibri;
  color: #0082c7;
  line-height: 15px;
}

.google-business-open {
  position: fixed;
  width: 370px;
  top: 0;
  left: 0;
  background: #f9f9fa;
  height: 100%;
  z-index: 99999;
}

.google-business-open .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 0;
}

.google-business-open .head img {
  width: 150px;
}

.google-business-open .head h1 {
  width: 210px;
}

.google-business-open .body {
  overflow-y: scroll;
  height: 84%;
}

.google-business-open .review {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 5px;
}

.google-business-open .review .img {
  width: 70px;
}

.google-business-open .review .info {
  width: 262px;
}

.google-business-open .review .info h1 {
  color: #427fed;
}

.google-business-open .review .info p span {
  font-size: 15px;
  color: #999;
  display: block;
  margin: 2px 0;
}

.google-business-open .review .info p {
  line-height: 18px;
  white-space: pre-wrap;
  overflow: hidden;
  font-weight: lighter;
}

.google-business-open .footer h1 {
  color: #4287ef;
  text-align: center;
  font-size: 17px;
}

.google-business-open .close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 32px;
  font-weight: 500;
  line-height: 0.6;
  color: #999;
  -webkit-appearance: none;
}

.whatsapp-landing {
  position: fixed;
  top: 15px;
  right: 15px;
  animation: atencao 10s 10s infinite;
  z-index: 99999;
}

.whatsapp-landing a {
  background: #25d366 !important;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 999999;
}

.whatsapp-landing i {
  font-size: 30px;
  color: white;
}

.whatsapp-landing a:hover {
  animation: whatsapp 1.5s;
}

@keyframes whatsapp {
  30% {
    box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4);
  }

  45% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }

  60% {
    box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4);
  }
}

/*
Landing Page
*/

html {
  max-width: 100%;
  overflow-x: hidden;
  background: url(../pw-images/background-site.fw.png) center no-repeat;
}

* {
  font-size: 12px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.topo-total.lading,
.rodape-total.landing {
  padding: 10px 0;
  opacity: 0.9;
}

.global {
  height: auto;
}

.landing-page {
  overflow: hidden;
}

.logo {
  margin: 20px 0px;
  text-align: center;
  /* padding: 0px 20px; */
}

.slogan {
  font: 40px 'calibri';
  color: #004281;
  margin: 0px 0px;
  text-align: center;
}

.conteudo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5%;
}

.conteudo .box {
  width: 360px;
}

.conteudo .box .dados .item {
  font: 18px 'calibri';
  color: #333;
  display: flex;
  align-items: center;
  margin: 30px 0px;
}

.conteudo .box .dados .item a {
  color: #666;
  font: inherit;
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  transition: .5s;
}

.conteudo .box .dados .item a:hover {
  color: #004281;
}

.conteudo .box .dados .item i {
  font-size: inherit;
  color: #004281;
  margin: 0px 10px;
}

.conteudo .box input {
  width: 100%;
  font: 18px 'calibri';
  padding: 10px 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  outline: none;
  box-sizing: border-box;
  background: #f5f5f5;
}

.conteudo .box textarea {
  width: 100%;
  font: 18px 'calibri';
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  outline: none;
  resize: none;
  min-height: 100px;
  background: #f5f5f5;
  box-sizing: border-box;
}

.conteudo .box input.submit {
  background: #666;
  color: #fff;
  border-color: #666666;
  transition: .5s;
  cursor: pointer;
}

.conteudo .box input.submit:hover {
  background: #004281;
  border-color: #004281;
}

.rodape-total.landing {
  background: #0083c9;
}

.rodape.landing {
  width: 70%;
  margin: 0 auto;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topo.landing {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rodape-total.landing .telefone-topo {
  color: white;
}

.telefone-topo {
  display: flex;
  align-items: center;
  font-size: 17.25px;
  font-weight: 500;
}

.topo.landing .telefone-topo i,
.rodape.landing .telefone-topo i {
  font-size: 25px;
  margin: 5px;
  margin-right: 5px;
}

.rodape.landing .telefone-topo i {
  color: white;
}

.topo-total.lading i.fas.fa-phone-square-alt,
.topo-total.lading i.fa-envelope-open-text {
  color: #0384C8;
}

.topo-total.lading i.fab.fa-whatsapp-square {
  color: #439F24;
  font-size: 28px !important;
}

i.fas.fa-envelope-open-text {
  font-size: 25px !important;
}


/*
Index
*/

.orcamento-sites {
  width: 100%;
  height: 75px;
  margin: 0 auto;
  margin-bottom: -40px;
  padding: 10px 5px;
  display: flex;
  background: linear-gradient(45deg, #e1e5e9, #B8C3CC);
  justify-content: center;
  align-items: center;
}

.orcamento-sites h1 {
  text-align: center;
  color: #2187C6;
  font-size: 36px;
  opacity: .9;
}

.orcamento-sites h2 {
  text-align: center;
  color: #1d1d1d;
  font-size: 24px;
  opacity: .8;
}

.flex {
  display: flex;
  align-items: flex-start;
}

.form-landing {
  width: 47.25%;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.form-landing input {
  display: flex;
  margin: 10px 0;
  width: 800px;
  height: 70px;
  border-radius: 14px;
  border: 2px solid #A3D7F0;
  background: #ECECEC;
  box-sizing: border-box;
  padding: 15px;
  padding-top: 25px;
  /* text-transform: uppercase; */
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
}

.form-landing input::placeholder,
.form-landing textarea::placeholder {
  font-size: 25px;
  font-weight: 450;
}

.form-landing textarea {
  display: flex;
  margin: 10px 0;
  margin-bottom: 18px;
  width: 800px;
  height: 120px;
  border-radius: 14px;
  border: 2px solid #6cc7ff;
  background: #ececec;
  box-sizing: border-box;
  padding: 15px;
  padding-top: 15px;
  /* text-transform: uppercase; */
  box-shadow: -10px 8px 3px #c7c7c7;
  resize: none;
  font-size: 20px;
  font-weight: 500;
}

 input.button-form {
  width: 325px;
  height: 70px;
  padding: 5px;
  margin: 10px auto;
  border-radius: 30px;
  box-shadow: -8px 6px 4px #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
}

 input.button-form::placeholder {
  text-align: center;
}

input[type="submit"]::placeholder {
  text-align: center;
  color: white;
}

input[type="submit"] {
  font-size: 38px;
  /* text-transform: uppercase; */
  font-weight: bolder;
  color: white;
  background: #0083c9;
  transition: .7s;
}

.landing-box-1 .image {
  margin-left: -5px;
}

.orcamento-sites.h2 {
  padding: 20px 0;
  margin-bottom: 6px;
}

.itens-criacao-sites {
  width: 100%;
  margin: 5px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.itens-criacao-sites .item {
  width: 1250px;
  height: auto;
  margin: 25px auto;
  border-radius: 15px;
  border: 2px solid #6cc7ff;
  padding: 25px;
  box-shadow: -6px -6px 3px #c7c7c7;
  transition: .8s;
}

.itens-criacao-sites .item h3 {
  color: #0384C9;
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0;
  margin-bottom: 20px;
}

.text-lading p,
.text-lading a,
.text-lading h4,
.text-lading span,
.text-lading strong {
  font-size: 21px;
  line-height: 40px;
  font-weight: 600;
}

.text-lading a {
  color: #F67F35;
}

.text-lading h4,
.text-lading span {
  font-weight: bolder;
}

.landing-box-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.itens-criacao-sites .item:hover {
  box-shadow: 6px 6px 3px #c7c7c7;
  transform: scale(1.015);
  transition: .8s;
}

.nao-perca-oportunidade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  margin-bottom: 30px;
}

.nao-perca-oportunidade h2 {
  font-size: 40px;
  color: #0083c9;
  text-align: center;
  margin-bottom: 4px;
}

.nao-perca-oportunidade p,
.nao-perca-oportunidade a,
.nao-perca-oportunidade span {
  font-size: 28px;
  font-weight: 600;
  position: relative;
}

.nao-perca-oportunidade span {
  color: #F67F35;
}

.nao-perca-oportunidade p:after {
  content: "";
  position: absolute;
  left: 35%;
  bottom: -30px;
  height: 4px;
  width: 30%;
  /* or 100px */
  border-bottom: 2px solid #0083c9;
  border-radius: 2px;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.reverse .image img {
  margin-right: -3px;
}

.landing-box-3 {
  margin-bottom: -25px;
}

.landing-box-1 {
  height: 600px;
}

.landing-box-1 .text p.last-p,
.landing-box-3 .text p.last-p {
  width: 350px;
  margin-top: 20px;
  background: #F25400;
  border: 1px solid #0384c9;
  font-size: 24px;
  /* text-transform: uppercase; */
  color: white !important;
  text-align: center;
  padding: 6px;
  border-radius: 12px;
}

.landing-box-1 .image img {
  position: relative;
}

.landing-box-1 .text {
  display: flex;
  position: relative;
  left: 100px;
  bottom: 320px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing-box-1 .text p,
.landing-box-3 .text p {
  font-size: 22px;
  color: #0083c8;
  font-weight: bold;
  text-align: center;
  /* text-transform: uppercase; */
  width: 425px;
  margin: 6px;
}

.landing-box-3 .text {
  display: flex;
  position: relative;
  left: -100px;
  bottom: 320px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

input[type="submit"]:hover {
  cursor: pointer;
  box-shadow: -12px 10px 10px 1px #00000038;
  transition: .7s;
}

.hidden {
  display: none !important;
}

.text-lading strong {font-weight: bold;}

#message-error-form {
  background: #ff000052;
  padding: 3px;
  text-align: center;
  color: #333333c7;
  border-radius: 4px;
  display: none;
  width: 100%;
  margin-bottom: 5px;
}


/*
Responsivo
*/

@media only screen and (max-width: 1680px) {
  .form-landing {
    width: 70%;
  }

  .google-business {
    left: 5px;
    bottom: 15px;
  }

  .google-business {
    left: 10px;
    bottom: 10px;
  }
}

@media only screen and (max-width: 1615px) {
  .form-landing textarea {
    width: 600px;
  }

  .form-landing input {
    width: 600px;
  }

  input.button-form {
    width: 300px;
  }
}

@media only screen and (max-width: 1440px) {
  .flex {
    flex-direction: column;
  }

  .landing-box-1 {
    height: auto;
  }

  .landing-box-1 .image {
    height: 425px;
  }

  .form-landing {
    width: 90%;
    margin: 10px auto;
  }

  .itens-criacao-sites .item {
    width: 70%;
  }

  .flex.reverse {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .flex.reverse .image {
    height: 470px;
    margin-top: -100px;
  }

  .google-business {
    opacity: 0.1;
  }

  .google-business:hover {
    opacity: 1;
  }

  input.button-form {
    width: 300px;
  }

}

@media only screen and (max-width: 1415px) {

  .topo.landing,
  .rodape.landing {
    flex-direction: column;
  }

  .telefone {
    display: flex;
  }

  .telefone .telefone-topo {
    margin: 5px 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .telefone {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .topo.landing {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .rodape.landing {
    flex-direction: column-reverse;
  }

  .flex.reverse .image {
    height: 500px;
    margin-top: -70px;
  }

  .google-business {
    opacity: 1;
  }
}

@media only screen and (max-width: 980px) {

  .nao-perca-oportunidade h2 {
    font-size: 35px;
  }

  .nao-perca-oportunidade p,
  .nao-perca-oportunidade a {
    font-size: 22px;
  }

}

@media only screen and (max-width: 800px) {
  * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .global {
    overflow-x: hidden;
    height: auto;
  }

  .google-business {
    opacity: 0.1;
  }

  .google-business:hover {
    opacity: 1;
  }

  .orcamento-sites {
    height: 124px;
  }

  .itens-criacao-sites .item {
    width: 87%;
  }

  .nao-perca-oportunidade p,
  .nao-perca-oportunidade a {
    font-size: 22px;
  }

  .nao-perca-oportunidade h2 {
    font-size: 32px;
  }

  .nao-perca-oportunidade p:after {
    left: 245px;
  }

  .landing-box-3 {
    margin-bottom: 0;
  }

  .landing-box-1 {
    height: auto;
  }

  .orcamento-sites {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 785px) {

  .landing-box-1 .text p,
  .landing-box-3 .text p {
    font-size: 18px;
  }

  .landing-box-1 .text p.last-p,
  .landing-box-3 .text p.last-p {
    font-size: 19px;
    width: 312px;
  }

  .orcamento-sites h2 {
    font-size: 20px;
    padding: 0px 5px;
  }

  .landing-box-1 .text {
    left: 90px;
  }

  .itens-criacao-sites .item h3 {
    font-size: 22px;
  }

  .text-lading p,
  .text-lading h4,
  .text-lading span {
    font-size: 18px;
  }

  .nao-perca-oportunidade h2 {
    font-size: 30px;
  }

  .nao-perca-oportunidade p,
  .nao-perca-oportunidade a {
    font-size: 18.5px;
  }
}

@media only screen and (max-width: 720px) {

  .landing-box-1 .text p,
  .landing-box-3 .text p {
    font-size: 16px;
  }

  .landing-box-1 .text p.last-p,
  .landing-box-3 .text p.last-p {
    font-size: 16px;
    width: 280px;
  }

  .landing-box-3 .text {
    left: -85px;
    bottom: 285px;
  }

  .orcamento-sites h2 {
    font-size: 17px;
  }

  .orcamento-sites {
    height: 105px;
  }

  .landing-box-1 .text {
    bottom: 285px;
    left: 85px;
  }

  .orcamento-sites h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 650px) {
  .logo {
    padding: 0;
  }

  .landing-box-1 .text {
    bottom: 265px;
    left: 75px;
  }

  .landing-box-3 .text {
    left: -80px;
    bottom: 265px;
  }

}

@media only screen and (max-width: 625px) {

  .orcamento-sites {
    height: 124px;
    margin-bottom: 0;
  }

  .orcamento-sites h1 {
    font-size: 25px;
  }

  .landing-box-1 .flex {
    flex-direction: column;
  }

  .landing-box-3 .flex.reverse {
    flex-direction: column-reverse;
  }

  .landing-box-1 {
    height: auto;
  }

  .landing-box-1 .text {
    left: 75px;
    bottom: 255px;
  }

  .landing-box-1 .text p,
  .landing-box-3 .text p {
    font-size: 14px;
  }

  .landing-box-1 p.last-p,
  .landing-box-3 p.last-p {
    font-size: 16px;
    width: 270px;
    margin-top: 12px;
  }

  .form-landing {
    width: 90%;
    margin: 0 auto;
  }

  .flex {
    display: flex;
    justify-content: center;
  }

  .landing-box-1 .text p.last-p,
  .landing-box-3 .text p.last-p {
    width: 260px;
    font-size: 15px;
  }

  .landing-box-1 .image {
    margin-left: -20px;
  }

  .itens-criacao-sites .item {
    width: 95%;
  }

  .itens-criacao-sites .item h3 {
    font-size: 20px;
  }

  .text-lading p {
    font-size: 16px;
    line-height: 30px;
  }

  .nao-perca-oportunidade h2 {
    font-size: 23px;
    margin-bottom: 6px;
  }

  .nao-perca-oportunidade p,
  .nao-perca-oportunidade a {
    font-size: 15px;
    text-align: center;
  }

  .nao-perca-oportunidade {
    width: 95%;
    margin: 10px auto;
    margin-bottom: 40px;
  }

  .landing-box-3 {
    margin: 10px auto;
  }

  .nao-perca-oportunidade p:after {
    width: 45%;
    left: 140px;
  }

  .landing-box-3 .text {
    left: -80px;
    bottom: 255px;
  }

  .flex.reverse .image {
    margin-top: -20px;
    margin-right: -20px;
    height: 360px;
  }
}

@media only screen and (max-width: 580px) {

  .landing-box-1 .text p,
  .landing-box-3 .text p {
    font-size: 12px;
  }

  .landing-box-1 .text p.last-p,
  .landing-box-3 .text p.last-p {
    font-size: 12px;
    width: 214px;
  }

  .landing-box-3 .text {
    left: -65px;
    bottom: 210px;
  }

  .landing-box-1 .text {
    left: 65px;
    bottom: 215px;
  }

  .orcamento-sites h1 {
    font-size: 21px;
  }

  .orcamento-sites {
    height: 80px;
  }

  .orcamento-sites h2 {
    width: 90%;
    font-size: 16px;
  }

  .text-lading p {
    font-size: 14px;
  }

  .text-lading p,
  .text-lading h4,
  .text-lading span {
    font-size: 14px;
  }

  .itens-criacao-sites .item h3 {
    font-size: 18px;
  }

}

@media only screen and (max-width: 450px) {
  .orcamento-sites h2 {
    font-size: 15px;
  }

  .landing-box-3 .text {
    left: -60px;
    bottom: 215px;
  }

  .landing-box-1 .text {
    left: 60px;
    bottom: 195px;
  }

  .landing-box-1 .image {
    height: 305px;
  }

  .flex.reverse .image {
    height: 300px;
  }

  .landing-box-1 .text p,
  .landing-box-3 .text p {
    font-size: 11px;
  }

  .landing-box-1 .text p.last-p,
  .landing-box-3 .text p.last-p {
    width: 190px;
    font-size: 11px;
    margin-top: 10px;
  }

  .google-business {
    display: none;
  }

  .landing-box-3 .text {
    left: -55px;
    bottom: 200px;
  }

  .nao-perca-oportunidade p:after {
    left: 28%;
  }
}



@media only screen and (max-width: 425px) {

  .landing-box-1 .text {
    left: 50px;
    bottom: 180px;
  }

  .landing-box-3 .text {
    left: -50px;
    bottom: 180px;
  }

}

@media only screen and (max-width: 400px) {
  .orcamento-sites h1 {
    font-size: 20px;
  }

  .landing-box-1 .text {
    bottom: 210px;
  }

  .orcamento-sites h2 {
    font-size: 16px;
  }

  .text-lading p,
  .text-lading h4,
  .text-lading span {
    font-size: 12px;
  }

  .landing-box-3 .text {
    bottom: 210px;
    left: -60px;
  }

  .landing-box-1 .text p,
  .landing-box-3 .text p {
    margin: 2px;
    font-size: 9px;
  }

  .landing-box-1 .text p.last-p,
  .landing-box-3 .text p.last-p {
    font-size: 10px;
    width: 165px;
    margin-top: 10px;
  }

  .landing-box-3 .text {
    left: -50px;
    bottom: 160px;
  }

  .global {
    overflow-x: hidden;
  }

  .landing-box-1 .text {
    bottom: 160px;
    left: 50px;
  }

  .telefone-topo {
    display: flex;
    flex-direction: column;
    width: 95%;
  }

  .landing-box-1 .image {
    height: 250px;
  }

  .itens-criacao-sites .item h3 {
    font-size: 15px;
  }

  .nao-perca-oportunidade h2 {
    font-size: 16px;
  }

  .nao-perca-oportunidade p,
  .nao-perca-oportunidade a {
    font-size: 11px;
  }

  .nao-perca-oportunidade {
    width: 100%;
  }

  .form-landing input {
    font-size: 16px;
    height: 55px;
  }

  .button-form {
    width: 55%;
    margin: 0 auto;
    font-weight: 250;
  }

  .form-landing textarea,
  .form-landing input {
    font-size: 16px;
    font-weight: 350;
  }

  .form-landing textarea {
    height: 125px;
  }

  .form-landing input {
    height: 55px;
  }

  .form-landing input::placeholder,
  .form-landing textarea::placeholder {
    font-size: 16px;
    font-weight: 350;
  }

  .flex.reverse .image {
    height: 250px;
  }

  .google-business {
    display: none;
  }

  .whatsapp-landing a {
    width: 45px;
    height: 45px;
  }

  .whatsapp-landing i {
    font-size: 30px;
  }
}

@media only screen and (max-width: 340px) {
  .telefone-topo {
    font-size: 13px;
    margin: 12px 0;
  }

  .landing-box-3 .text {
    left: -40px;
    bottom: 140px;
  }

  .landing-box-1 .text p,
  .landing-box-3 .text p {
    font-size: 8px;
  }

  .landing-box-1 .text p.last-p,
  .landing-box-3 .text p.last-p {
    font-size: 8px;
    width: 145px;
  }

  .text-lading p,
  .text-lading h4,
  .text-lading span {
    line-height: 20px;
  }

  .itens-criacao-sites .item h3 {
    font-size: 13px;
  }

  .orcamento-sites h2 {
    font-size: 13px;
  }

  .orcamento-sites h1 {
    font-size: 16px;
  }

  .landing-box-1 .text {
    bottom: 140px;
    left: 40px;
  }
}