* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  scroll-behavior: smooth;
}
section {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  position: relative;
}

.topo {
  background-image: url(../images/RECEPCAO.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}

.container-geral {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.carousel-wraper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 80%;
}

.bg-overlay {
  background-color: #000;
  opacity: 0.29;
  transition: background 0.9s, border-radius 0.3s, opacity 0.9s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.col-50 {
  width: 50%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.column {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.image-wm {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  align-self: flex-end;
}
.image-wm img {
  width: 100%;
  max-width: 525px;
}
.image-n {
  margin: -322px 0 0 34px;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
}
.image-n img {
  width: 100%;
  max-width: 525px;
}
.form-container {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 0 20%;
  padding: 0;
  background-color: #f0f3e3;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 456px;
  justify-content: center;
  align-items: center;
}
.form-container h1 {
  color: #00757d;
  font-size: 1.625rem;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  margin-top: 22px;
  text-transform: uppercase;
}
.form-container h2 {
  color: #00757d;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 100;
  margin: 12px 0;
  font-style: normal;
}
.form-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 10px;
}
.logo-top img {
  max-width: 235px;
}

.logo-bela img {
  max-width: 208px;
}
.form-container form {
  margin: 10px 0 20px;
  padding: 20px 40px 40px;
  border-radius: 0;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.fields {
  margin-left: calc(-10px / 2);
  margin-right: calc(-10px / 2);
  margin-bottom: -15px;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
}
.fields input {
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  color: #54595f;
  background-color: #fff;
  border-width: 0;
  border-radius: 25px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.fields button {
  min-height: 59px;
  background-color: #31af00;
  color: #fff;
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 31px;
  padding: 0;
  flex-basis: 100%;
  font-size: 18px;
  border: 0;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  cursor: pointer;
}

.fields button:hover {
  background-color: #f48120;
}

.diferencial {
  background-color: #00757d;
  background-image: url(../images/faixa-Azul.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}

.title {
  color: #f0f3e3;
  font-size: 50px;
  margin: 50px 30px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Roboto", Sans-serif;
}

.owl-nav {
  position: absolute;
  top: 40%;
  -webkit-tap-highlight-color: transparent;
  align-self: center;
  background-color: transparent;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.owl-1 .owl-nav {
  width: 100%;
  padding: 0 20%;
}
.owl-2 .owl-nav {
  width: 100%;
}
.owl-theme {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}
.owl-prev {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  position: absolute;
  left: 50px;
}
.owl-next {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  position: absolute;
  right: 50px;
}

.owl-dots {
  margin: 10px 0;
}

.owl-dot span {
  width: 6px !important;
  height: 6px !important;
  background: #f0f3e3 !important;
  opacity: 0.2;
}
.active span {
  opacity: 1 !important;
}

.item img {
  width: 100%;
  margin: 0 auto;
  max-width: 770px;
  border-style: solid;
  border-width: 10px;
  border-color: #f0f3e3;
  border-radius: 0;
}
.owl-1 .owl-nav .fa-chevron-left {
  color: #f0f3e3;
}

.owl-1 .owl-nav .fa-chevron-right {
  color: #f0f3e3;
}
.owl-2 .owl-nav .fa-chevron-left {
  color: #fff;
}

.owl-2 .owl-nav .fa-chevron-right {
  color: #fff;
}

.green-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  width: 100%;
  background-color: #f0f3e3;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  box-shadow: 0px 0px 29px -4px #000;
  border-radius: 45px;
  margin: 5% 0;
  padding: 5px;
  justify-content: center;
}
.box-item {
  color: #00757d;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 0;
  padding: 20px;
  text-align: center;
}
.box-item p {
  font-weight: bold;
  margin: 0 20% 24px 20%;
}
.box-item:not(:last-child) {
  border-right: 2px solid #00757d;
}

.button-area {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.button-area a {
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
  fill: #fff;
  color: #fff;
  background-color: #f16936;
  border-radius: 56px;
  font-size: 20px;
  padding: 25px 50px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0px 11px 23px 0px #000;
  transition-duration: 0.3s;
  transition-property: transform;
}

.button-area a:hover {
  transform: scale(1.1);
}
.button-area-video {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.button-area-video a {
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
  fill: #fff;
  color: #fff;
  background-color: #e51022;
  border-radius: 56px;
  font-size: 20px;
  padding: 25px 50px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0px 11px 23px 0px #a56336;
  transition-duration: 0.3s;
  transition-property: transform;
}

.button-area-video a:hover {
  transform: scale(1.1);
}

.decorado-video {
  background-color: #f2dfb8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  padding: 20px 0;
  flex-wrap: wrap;
}
.decorado {
  background-color: #f2dfb8;
  background-image: url(https://realizaconstrutora.com.br/lps/wp-content/uploads/2019/10/Elementos-4-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  padding: 20px 0;
  flex-wrap: wrap;
}
.decorado-video iframe {
  margin: 10px;
}
.decorado-video h2 {
  font-size: 50px;
  width: 44%;
  padding: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: #415933;
  font-family: "Roboto", Sans-serif;
}
.decorado h2 {
  font-size: 50px;
  width: 100%;
  margin: 20px;
  text-align: center;
  padding: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: #415933;
  font-family: "Roboto", Sans-serif;
}
.owl-wrap {
  flex-shrink: 1;
  max-width: 80%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  min-width: 0;
  width: 100%;
}

.localizacao {
  background-image: url(../images/Mapa.jpg);
  background-position: center left;
  background-size: cover;
  position: relative;
}

.localizacao-gap {
  margin: 83px 0 130px;
  padding: 396px 0 5px;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

.localizacao-gap a {
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
  fill: #fff;
  color: #fff;
  background-color: #f16936;
  border-radius: 56px;
  font-size: 20px;
  padding: 25px 50px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0px 11px 23px 0px #000;
  transition-duration: 0.3s;
  transition-property: transform;
}

.localizacao-gap a:hover {
  transform: scale(1.1);
}

.localizacao-title {
  padding: 20px;
  position: relative;
  background-color: #f0f3e3;
}

.localizacao-title h2 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #00757d;
}
.localizacao-title h4 {
  color: #00757d;
  font-size: 31px;
  font-weight: 300;
}

.footer {
  background-color: #c51a1b;
}
.logo-footer {
  padding: 36px;
  margin: 18px 0;
}
.logo-footer img {
  margin: 10px;
}
.footer-inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 50%;
  text-align: left;
  color: #f2f2f2;
  font-family: "Open Sans", Sans-serif;
  font-size: 10px;
}

.shape-green-top {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -2px;
  width: 100%;
  line-height: 0;
  direction: ltr;
  fill: #f0f3e3;
}

.shape-green-top svg {
  position: relative;
  left: 50%;
  transform: translateX(-50%) rotateY(180deg);
  width: calc(162% + 1.3px);
  height: 117px;
}

.shape-green-bottom {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -2px;
  width: 100%;
  line-height: 0;
  direction: ltr;
  fill: #00757d;
}
.shape-green-bottom svg {
  height: 78px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.shape-rose-bottom {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -2px;
  width: 100%;
  line-height: 0;
  direction: ltr;
  fill: #f0f3e3;
  transform: rotate(180deg);
}
.shape-rose-bottom svg {
  height: 78px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -2px;
  width: 100%;
  line-height: 0;
  direction: ltr;
  fill: #c51a1b;
}
.shape svg {
  height: 40px;
  width: 100%;
}
@media (max-width: 900px) {
  .decorado-video h2 {
    width: 100%;
    margin: 20px;
  }
  .row {
    flex-wrap: wrap;
  }
  .owl-nav {
    display: none;
  }
  .col-50 {
    width: 100%;
  }
  .form-container {
    margin: 20px 0;
  }
  .green-box {
    flex-wrap: wrap;
  }
  .box-item {
    margin: 0 10%;
    padding: 5% 0;
  }
  .box-item:not(:last-child) {
    border-right: 0;
    border-bottom: 2px solid #00757d;
  }
}

@media (max-width: 700px) {
  .form-logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .carousel-wraper {
    width: 100%;
  }
  .form-container {
    margin-bottom: 120px;
    align-items: center;
    text-align: center;
  }
  .button-area {
    margin-bottom: 120px;
  }
  .localizacao-title h2 {
    font-size: 32px;
  }
  .localizacao-title h4 {
    text-align: center;
    font-size: 19px;
  }
  .topo {
    background-position: top right;
    background-repeat: repeat;
    background-size: cover;
  }
  .logo-footer {
    margin-bottom: 0;
  }
  .footer-inner {
    margin-bottom: 32px;
  }
  .green-box {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .button-area-video a {
    padding: 18px;
    font-size: 16px;
  }
  .button-area a {
    padding: 18px;
    font-size: 16px;
  }
  .title {
    font-size: 32px;
  }

  .decorado h2 {
    font-size: 32px;
  }
  .decorado-video h2 {
    font-size: 32px;
  }
  .image-n {
    margin-top: -250px;
  }
}
