@import url("./../fonts/stylesheet.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.wrap {
  width: 1190px;
  max-width: 100%;
  margin: 0 auto;
}

body {
  font-family: "Nunito";
}

@media (max-width: 1245px) {
  .wrap {
    padding: 0 20px;
  }
}

i.ico {
  line-height: 0;
}

svg {
  max-width: 100%;
  max-height: 100%;
  line-height: 0;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

input[type=submit],
.btn {
  cursor: pointer !important;
  height: 59px;
  line-height: 59px;
  background: linear-gradient(0deg, #FF7300, #FF7300), linear-gradient(0deg, #EEEEEE, #EEEEEE), #30532D;
  border-radius: 40px;
  display: inline-block;
  font-weight: 900;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
  padding: 0 30px;
  text-transform: uppercase;
}

input[type=submit]:hover,
.btn:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

input[type=submit] span,
.btn span {
  cursor: pointer;
}

input[type=submit].btn-whats,
.btn.btn-whats {
  background-color: #00ca4d;
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type=submit].btn-whats i,
.btn.btn-whats i {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
}

input[type=submit].btn-whats i svg path,
.btn.btn-whats i svg path {
  fill: #fff;
}

.form input[type="email"],
.form input[type="text"] {
  width: 100%;
  height: 51px;
  display: inline-block;
  line-height: 51px;
  -webkit-appearance: none;
  border: 0;
  text-indent: 30px;
  margin-bottom: 12px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #EEEEEE, #EEEEEE), #065A53;
  border-radius: 40px;
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #065A53;
}

.form input[type="submit"] {
  border: 0;
}

.form textarea {
  width: 100%;
  height: 100px;
  display: inline-block;
  line-height: 51px;
  -webkit-appearance: none;
  border: 0;
  padding: 22px 30px;
  margin-bottom: 12px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #EEEEEE, #EEEEEE), #065A53;
  border-radius: 40px;
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #065A53;
}

.header-section {
  width: 100%;
  height: 415px;
  background-size: cover;
  margin-top: 84px;
}

@media (max-width: 760px) {
  .header-section {
    height: 200px;
    margin-top: 65px;
  }
}

.header-main {
  background-color: #fff;
  width: 100%;
  height: 120px;
  z-index: 9;
  position: relative;
}

.header-main .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-main .menu {
  position: absolute;
  right: 500px;
}

.header-main .menu li {
  display: inline-block;
  margin-left: 15px;
}

.header-main .menu li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #00656c;
  transition: all 0.2s ease;
}

.header-main .menu li a:hover {
  padding: 0 0 3px 0;
  border-bottom: 1px solid #00656c;
}

.header-main .menu li.current_page_item a, .header-main .menu li.current-menu-ancestor a {
  padding: 0 0 3px 0;
  border-bottom: 1px solid #00656c;
}

.header-main .social-links {
  position: absolute;
  top: 0;
  right: 0;
  width: 476px;
  height: 215px;
  background-image: url(../images/bg-social-topo.png);
  display: flex;
  justify-content: center;
}

.header-main .social-links .social-link {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  margin: 34px 12px;
}

.header-main .social-links .social-link .ico {
  margin-bottom: 15px;
}

.header-main .social-links .social-link span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}

.header-main .social-links .social-link:hover span {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .header-main {
    height: 65px;
  }
  .header-main .logo {
    width: 110px;
  }
  .header-main .logo img {
    max-width: 100%;
  }
  .header-main .social-links {
    display: none;
  }
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.mask.active {
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  min-height: 300px;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-out;
  transform: translate(-50%, -35%);
}

.modal .form {
  padding: 20px;
}

.modal .form input[type="text"] {
  background: #eee;
}

.modal h3 {
  font-size: 22px;
  padding-top: 60px;
  text-align: center;
  color: #3c3a56;
  font-weight: 600;
}

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 0;
}

.modal.active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #56AFA5;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  z-index: -1;
}

.menu-mobile.active {
  z-index: 999;
  pointer-events: unset;
  opacity: 1;
  transform: scale(1);
}

.menu-mobile .btn {
  padding: 0px 15px !important;
}

.menu-mobile .btn i {
  position: relative;
  top: 3px;
}

.menu-mobile .btn span {
  color: #fff;
}

.menu-mobile .phone {
  display: flex;
  align-items: center;
  margin-left: 0px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.menu-mobile .phone span {
  color: #ffffff;
  vertical-align: middle;
}

.menu-mobile .phone .ico {
  width: 19px;
  height: 17px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.menu-mobile .phone .ico svg path {
  fill: #56AFA5 !important;
}

.menu-mobile .nav-mobile .nav {
  display: block;
  flex-wrap: unset;
  height: 50vh;
  width: 90vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  position: absolute;
}

.menu-mobile .nav-mobile li {
  display: block;
  font-weight: 600;
  text-align: center;
  height: 10%;
  position: relative;
}

.menu-mobile .nav-mobile a {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.menu-mobile .social {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  border: #56AFA5 2px solid;
  padding: 7px 10px;
}

.menu-mobile .social a {
  display: inline-block;
  vertical-align: top;
}

.menu-mobile .social a svg path {
  fill: #56AFA5;
  transition: all 0.2s ease;
}

.menu-mobile .social a:hover svg path {
  fill: #56AFA5;
}

.menu-mobile .social .phone-contact {
  vertical-align: bottom;
  padding-right: 10px;
  color: #56AFA5;
}

.menu-mobile .social .phone-contact span {
  display: block;
  text-align: left;
  font-weight: 300;
  text-transform: none;
  line-height: 15px;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.menu-mobile .social .phone-contact:hover {
  color: #56AFA5;
  text-decoration: none;
}

.menu-mobile .contacts-headers-mobile {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
}

.menu-mobile .contacts-headers-mobile a {
  display: block;
  font-weight: 600;
  text-align: center;
  position: relative;
  color: #2e363e;
  padding: 6px;
}

.menu-mobile .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.menu-mobile .close svg path {
  fill: #fff;
}

.burg-menu,
.header-main .burg-menu {
  position: absolute;
  top: -50px;
  right: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 1200px) {
  .contacts,
  .menu {
    display: none !important;
  }
  .burg-menu,
  .header-main .burg-menu {
    opacity: 1;
    pointer-events: unset;
    width: 39px;
    height: 24px;
    display: block;
    right: 10px;
    top: 47px;
    z-index: 100;
  }
}

@media (max-width: 768px) {
  .burg-menu,
  .header-main .burg-menu {
    top: 21px;
  }
}

.burg-menu svg path,
.header-main .burg-menu svg path {
  fill: #56AFA5;
}

.header-home .slick-arrow {
  display: none !important;
}

.header-home .slider .slide {
  height: 620px;
  background-size: cover;
}

@media (max-width: 425px) {
  .header-home .slider .slide {
    height: 90vh;
  }
}

.header-home .slider .slide .wrap {
  height: 100%;
  position: relative;
}

.header-home .slider .slide .wrap .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header-home .slider .slide .wrap .content h2 {
  font-weight: 900;
  font-size: 45px;
  line-height: 61px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #FFFFFF;
}

@media (max-width: 425px) {
  .header-home .slider .slide .wrap .content h2 {
    font-size: 27px;
    line-height: 34px;
  }
}

.breadcrumb {
  padding: 30px 0 55px;
  display: block;
  position: relative;
  z-index: 9;
}

.breadcrumb span,
.breadcrumb a {
  margin-right: 15px;
  color: #fff;
}

.breadcrumb span:hover,
.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .atual {
  font-family: "Nunito Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #065A53;
}

.breadcrumb .atual:hover {
  text-decoration: unset;
}

section h1, section h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 40px;
  color: #065A53;
  background: url(../images/dots-title.png) center bottom no-repeat;
}

section h1.title-white, section h2.title-white {
  color: #fff;
  background: url(../images/dots-title-dark.png) center bottom no-repeat;
}

@media (max-width: 768px) {
  section h1, section h2 {
    font-size: 28px;
    line-height: 48px;
  }
}

section p {
  font-size: 16px;
  line-height: 22px;
  color: #626161;
}

section.green {
  background-color: #56AFA5;
}

section.green h1, section.green h2 {
  color: #fff;
  background: url(../images/dots-title-dark.png) center bottom no-repeat;
}

section.green p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 26px;
  color: #FFFFFF;
}

.section-about {
  padding: 85px 0;
  background: url(../images/elemente-section-about.png) no-repeat top left;
}

.section-about p {
  max-width: 856px;
  margin: 0 auto;
}

.section-products {
  padding: 65px 0 300px;
  background: url(../images/bg-section.jpg) bottom center no-repeat;
  background-size: 100% auto;
  background-color: #00b2a6 !important;
}

.section-products .item {
  width: 33%;
  display: inline-block;
  text-align: center;
}

.section-products .item figure {
  max-width: 311px;
  width: 100%;
  height: 316px;
  display: inline-block;
  margin-bottom: 15px;
  background-size: cover;
}

.section-products .item h3 {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  margin-bottom: 12px;
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

.section-products .item span {
  display: inline-block;
  max-width: 284px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 12px;
  color: #FFFFFF;
}

.section-products .item .btn {
  display: table;
  margin: 0 auto;
}

@media (max-width: 425px) {
  .section-products .section-products {
    padding: 65px 0 160px;
  }
}

.section-partners {
  padding: 85px 0;
}

.section-partners .slick-prev, .section-partners .slick-next {
  top: -33px;
}

.section-partners .list-partners {
  text-align: center;
  margin-top: 24px;
}

.section-partners .list-partners .item {
  margin: 0 20px;
  display: inline-block;
}

.section-partners .list-partners img {
  max-width: 100%;
}

.section-content {
  position: relative;
  padding: 70px 0;
}

.section-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 411px;
  left: 0px;
  top: 0;
  display: block;
  background: #EEEEEE;
  z-index: 1;
}

.section-content h2 {
  position: relative;
  z-index: 2;
}

.list-products {
  text-align: center;
  position: relative;
  margin-top: 25px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.list-products .item {
  width: 32%;
  display: inline-block;
  text-align: center;
  padding-bottom: 85px;
  position: relative;
}

.list-products .item figure {
  max-width: 311px;
  width: 100%;
  height: 326px;
  display: inline-block;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
}

.list-products .item h3 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #626161;
}

@media (max-width: 425px) {
  .list-products .item h3 {
    font-size: 19px;
    line-height: 22px;
  }
  .list-products .item figure {
    height: 256px;
    background-size: cover;
  }
}

.list-content {
  text-align: center;
  position: relative;
  margin-top: 25px;
  z-index: 2;
}

.list-content .item {
  width: 32%;
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
}

.list-content .item figure {
  max-width: 311px;
  width: 100%;
  height: 326px;
  display: inline-block;
  margin-bottom: 15px;
}

.list-content .item h3 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #626161;
}

@media (max-width: 768px) {
  .list-content .item {
    width: 48%;
  }
}

@media (max-width: 425px) {
  .list-content .item {
    width: 100%;
  }
}

.section-form-fale {
  margin-top: 150px;
  padding: 75px 0;
  position: relative;
  background-color: #008e83 !important;
}

.section-form-fale .block-element2 {
  display: inline-block;
  background-image: url(../images/element-points-white.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  top: 40px;
  right: 30px;
  position: absolute;
}

.section-form-fale .block-element1 {
  display: inline-block;
  background-image: url(../images/element-points-white.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  bottom: 90px;
  left: 30px;
  position: absolute;
}

@media (max-width: 1024px) {
  .section-form-fale .block-element2,
  .section-form-fale .block-element1 {
    display: none;
  }
}

.section-form-fale .wrap {
  width: 442px;
}

.section-form-fale:after {
  content: "";
  height: 153px;
  width: 100%;
  background: url(../images/bg-fale.png) no-repeat;
  background-size: 100% auto;
  background-position: top center;
  display: block;
  position: absolute;
  top: -140px;
}

@media (max-width: 1320px) {
  .section-form-fale:after {
    top: -100px;
  }
}

@media (max-width: 950px) {
  .section-form-fale:after {
    top: -70px;
  }
}

@media (max-width: 664px) {
  .section-form-fale:after {
    top: -51px;
  }
}

@media (max-width: 480px) {
  .section-form-fale:after {
    top: -36px;
  }
}

@media (max-width: 350px) {
  .section-form-fale:after {
    top: -26px;
  }
}

.section-form-fale .form input[type="submit"] {
  width: 100%;
}

.site-footer {
  background-color: #008e83 !important;
  padding-bottom: 60px;
}

.site-footer .line {
  display: block;
  width: 100%;
}

.site-footer .line.line2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 40px;
}

@media (max-width: 1024px) {
  .site-footer .line.line2 {
    display: flex;
    flex-direction: column;
  }
}

.site-footer .wrap {
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer .address-footer {
  width: 340px;
  max-width: 100%;
  margin-top: 20px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}

.site-footer .address-footer b {
  font-weight: 800;
}

.site-footer .block1 {
  display: flex;
  align-items: center;
}

.site-footer .block1 .social-block {
  margin-left: 15px;
}

.site-footer .block1 .social-block a {
  display: inline-block;
  width: 20px;
  margin-left: 10px;
  height: 20px;
  transition: all 0.3s ease;
}

.site-footer .block1 .social-block a svg circle,
.site-footer .block1 .social-block a svg path {
  fill: #fff;
}

.site-footer .block1 .social-block a:hover {
  transform: scale(1.12);
}

.site-footer .social-links {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.site-footer .social-links .social-link {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  margin: 10px 12px;
}

.site-footer .social-links .social-link .ico {
  margin-bottom: 15px;
  height: 30px;
  display: inline-block;
}

.site-footer .social-links .social-link span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}

.site-footer .social-links .social-link:hover span {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .site-footer .social-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.site-footer .menu {
  margin-bottom: 30px;
}

.site-footer .menu ul {
  text-align: center;
}

.site-footer .menu ul li {
  font-family: 'Nunito';
  font-style: normal;
  display: inline-block;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 10px;
}

.site-footer .menu ul li a {
  color: #FFFFFF;
}

.site-footer .block {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.site-footer .rights {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.site-footer .rights p {
  color: #fff;
}

.site-footer .rights a {
  color: #fff;
}

@media (max-width: 1024px) {
  .site-footer .address-footer {
    width: auto;
    text-align: center;
    margin-bottom: 34px;
  }
  .site-footer .social-links {
    margin-bottom: 34px;
  }
  .site-footer .block a {
    text-align: center;
  }
}

.main-about {
  background-color: #56AFA5;
}

.main-about .content {
  margin-bottom: 80px;
}

.main-about p {
  width: 856px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
  text-align: left;
}

.main-about .section-about-do {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 60px;
}

.main-about .section-about-images {
  background-color: #fff;
  position: relative;
}

.main-about .section-about-images:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 150px;
  background-color: #56AFA5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-about .section-about-images .itens {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.main-about .section-about-images .itens figure {
  width: 31%;
}

.main-about .section-about-images .itens figure img {
  max-width: 100%;
}

@media (max-width: 425px) {
  .main-about .section-about-images .itens {
    flex-wrap: wrap;
  }
  .main-about .section-about-images .itens figure {
    width: 100%;
  }
}

.main-about .section-about-do {
  text-align: center;
  padding-top: 85px;
}

.main-about .section-about-do .item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 455px;
  height: 420px;
  font-family: Nunito Sans;
  font-weight: 900;
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}

.main-about .section-about-do .item.link-services {
  background: url(../images/bg-box-about-green.png) no-repeat center;
}

.main-about .section-about-do .item.link-products {
  background: url(../images/bg-box-about-green-dark.png) no-repeat center;
}

@media (max-width: 768px) {
  .main-about .section-about-do .item {
    width: 100%;
    height: 300px;
    background-size: contain !important;
    margin-top: 45px;
    font-size: 29px;
    line-height: 32px;
  }
}

.main-about .values {
  padding: 75px 0 170px;
  background: #E5E5E5;
}

.main-about .values .itens {
  display: flex;
  justify-content: space-between;
}

.main-about .values .itens .item {
  width: 31%;
  max-width: 290px;
}

.main-about .values .itens .ico {
  width: 100px;
  height: 100px;
  margin: 0 auto 40px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-about .values .itens h3 {
  font-family: "Nunito Sans";
  font-weight: 900;
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  color: #065A53;
}

.main-about .values .itens span {
  font-family: "Nunito";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #777777;
}

@media (max-width: 768px) {
  .main-about .values .itens {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-about .values .itens .item {
    width: 295px;
    margin-bottom: 80px;
  }
}

.error404 .section-form-fale,
.error403 .section-form-fale,
.page-template-page-services-php .section-form-fale,
.page-template-page-about-php .section-form-fale {
  margin-top: 10px;
}

.page-template-page-contact-php .section-form-fale {
  display: none;
}

.main-contact {
  position: relative;
}

.main-contact:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 380px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.main-contact .social-links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .main-contact .social-links {
    flex-direction: column;
  }
  .main-contact .social-links .social-link span {
    text-align: center;
  }
}

.main-contact .social-links .social-link {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  margin: 10px 12px;
}

.main-contact .social-links .social-link .ico {
  margin-bottom: 15px;
  height: 30px;
  display: inline-block;
}

.main-contact .social-links .social-link span {
  font-family: "Nunito";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.main-contact .social-links .social-link:hover span {
  text-decoration: underline;
}

.main-contact #link-map {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-contact .block {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 130px;
  z-index: 2;
  position: relative;
}

.main-contact .block .block-form {
  width: 585px;
  left: 155px;
  top: 499px;
  background: rgba(6, 90, 83, 0.93);
  opacity: 0.93;
  border-radius: 0px 20px 20px 20px;
  padding: 60px;
}

.main-contact .block h2 {
  background: url(../images/dots-title.png) center bottom no-repeat;
}

.main-contact .block .form input[type="submit"] {
  width: 100%;
}

@media (max-width: 768px) {
  .main-contact .block {
    width: 585px;
    max-width: 100%;
    margin: 0 auto 50px;
  }
  .main-contact .block .block-form {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .main-contact .block {
    width: 585px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding-bottom: 84%;
  }
  .main-contact .block .block-form {
    max-width: 100%;
    padding: 15px;
    border-radius: 0px 0px 20px 20px;
  }
  .main-contact .block .block-form .form input[type="email"], .main-contact .block .block-form .form input[type="text"] {
    height: 35px;
  }
  .main-contact .block .block-form .form input[type="email"] .form textarea, .main-contact .block .block-form .form input[type="text"] .form textarea {
    border-radius: 14px !important;
  }
  .main-contact .block .block-form .form input[type="email"] input[type="submit"], .main-contact .block .block-form .form input[type="text"] input[type="submit"] {
    height: 40px;
    line-height: 40px;
    background: linear-gradient(0deg, #FF7300, #FF7300), linear-gradient(0deg, #EEEEEE, #EEEEEE), #30532D;
    padding: 12px 30px;
    border-radius: 16px;
    padding: 0;
  }
}

.main-services {
  position: relative;
  margin-bottom: 140px;
  background-color: #fff !important;
}

.main-services:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 380px;
  background-color: #56AFA5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-services h1 {
  margin-bottom: 90px;
}

.main-services .wrap {
  position: relative;
}

.main-services .post-prev, .main-services .post-next {
  position: absolute;
  top: 70px;
  cursor: pointer;
}

.main-services .post-prev a, .main-services .post-next a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-services .post-prev {
  left: -30px;
  background: url(../images/arrow-prev-white.png);
}

.main-services .post-next {
  right: -30px;
  background: url(../images/arrow-next-white.png);
}

.main-services .content-block {
  background: #028D82;
  width: 100%;
  padding: 70px 82px;
  max-width: 1020px;
  margin: 0 auto;
}

.main-services .content-block .btn {
  margin: 0 auto;
  display: table;
}

.main-services .content {
  position: relative;
  background-color: transparent !important;
  z-index: 2;
}

.main-services .content .itens figure {
  width: 310px;
  height: 427px;
  left: 184px;
  top: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 33px;
  background: #028D82;
}

.main-services .content .itens h3 {
  font-family: "Nunito Sans";
  font-weight: 900;
  font-size: 23px;
  line-height: 31px;
  text-align: center;
  margin-bottom: 33px;
  max-width: 310px;
  margin: 0 auto 33px;
  color: rgba(6, 90, 83, 0.9);
}

.main-services .content .itens a.fig-link {
  display: inline-block;
  background: url(../images/ico-service.png) center no-repeat;
  width: 190px;
  height: 220px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-services .content .itens a.fig-link img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.main-services .content .itens .btn {
  margin: 0 auto;
  display: table;
}

.main-services .content .itens .content-inner {
  display: none;
}

.main-services .section-quotation {
  margin-top: 120px;
  padding: 80px 0 180px;
  background-color: #E5E5E5;
}

.main-services .section-quotation .form form {
  display: flex;
}

.main-services .section-quotation .form form input {
  margin: 0 8px;
}

.main-services .section-quotation .form form input[type="submit"] {
  height: 50px;
  line-height: 50px;
}

@media (max-width: 425px) {
  .main-services .section-quotation .form form {
    display: flex;
    flex-direction: column;
  }
  .main-services .section-quotation .form form input {
    margin: 8px 0;
  }
}

.main-products {
  position: relative;
  margin-bottom: 140px;
  background-color: #fff !important;
}

.main-products:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 380px;
  background-color: #56AFA5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-products h1 {
  margin-bottom: 90px;
}

.main-products .content {
  position: relative;
  background-color: transparent !important;
  z-index: 2;
}

.main-products .content .list-products .item {
  max-width: 290px;
  margin: 0 20px 55px;
}

.main-products .content .list-products .item h3 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 12px;
  color: rgba(6, 90, 83, 0.9);
}

.main-products .content .list-products .item span {
  font-family: "Nunito";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  margin-bottom: 16px;
  color: #777777;
}

.main-products .content .list-products .item .btn {
  display: table;
  margin: 0 auto;
}

.main-products .slider-detail {
  text-align: center;
}

.main-products .slider-detail .block-inner {
  max-width: 311px;
  display: block;
  margin: 0 auto;
  width: 311px;
  height: 425px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.main-products .slider-detail .block-inner .infos {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(6, 90, 83, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.2s ease;
}

.main-products .slider-detail .block-inner .infos h3 {
  font-family: "Nunito Sans";
  font-weight: 900;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

.main-products .slider-detail .block-inner .infos p {
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 40px 30px;
  color: #FFFFFF;
}

.main-products .slider-detail .block-inner .infos .btn {
  background: transparent !important;
  border: 2px solid #fff;
  transition: all 0.2s ease;
}

.main-products .slider-detail .block-inner .infos .btn:hover {
  background: #fff !important;
  color: #00656c;
}

.main-products .slider-detail .block-inner:hover .infos {
  opacity: 1;
}

.main-products .details {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
}

.main-products .details .col {
  max-width: 100%;
}

.main-products .details .col.col1 {
  width: 560px;
}

.main-products .details .col.col2 {
  width: 407px;
}

.main-products .details .block {
  margin-bottom: 50px;
}

.main-products .details h3 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  color: #065A53;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}

.main-products .details .text {
  text-align: left;
}

.main-products .details .addinfos .list-infos .item {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 14px;
}

.main-products .details .addinfos .list-infos .item .ico {
  margin-right: 6px;
}

.main-products .details .addinfos .list-infos .item h4 {
  margin-right: 6px;
  font-family: "Nunito";
  font-weight: 900;
  font-size: 18px;
  color: #56AFA5;
  display: none;
}

.main-products .details .addinfos .list-infos .item span {
  font-family: Nunito;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
}

@media (max-width: 768px) {
  .main-products .details {
    flex-direction: column;
    align-items: center;
  }
  .main-products .details .col {
    max-width: 100%;
  }
  .main-products .details .col.col1 {
    width: 100%;
  }
  .main-products .details .col.col2 {
    width: 407px;
    margin-bottom: 70px;
  }
}

.main-products .block-form {
  width: 100%;
  background: rgba(6, 90, 83, 0.93);
  opacity: 0.93;
  border-radius: 0px 20px 20px 20px;
  padding: 60px 32px;
}

.main-products .block-form h2 {
  background: url(../images/dots-title.png) center bottom no-repeat;
  color: #fff;
}

.main-products .block-form .form input[type="submit"] {
  width: 100%;
}

.main-products .photos {
  margin-bottom: 300px;
}

.main-products .photos h3 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  color: #065A53;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}

.main-products .photos .grid {
  display: flex;
  flex-wrap: wrap;
}

.main-products .photos .pic {
  text-align: center;
  margin-bottom: 30px;
  margin-left: 1%;
  margin-right: 1%;
  max-width: 30%;
  max-height: 220px;
  margin-bottom: 25px;
}

.main-products .photos .pic a {
  display: block;
  width: 100%;
  height: 100%;
}

.main-products .photos .pic img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 768px) {
  .main-products .list-products .item {
    width: 310px;
    max-width: 90% !important;
    margin: 0 0 26px !important;
    padding: 0;
  }
  .main-products .grid {
    display: block !important;
    flex-flow: unset !important;
    justify-content: unset !important;
    text-align: center;
  }
  .main-products .grid .pic {
    display: inline-block;
    margin: 20px;
  }
  .main-products .grid::after {
    display: none;
  }
}

.main-content {
  position: relative;
  margin-bottom: 140px;
  background-color: #fff !important;
}

.main-content:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 380px;
  background-color: #56AFA5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-content h1 {
  margin-bottom: 90px;
}

.main-content .content {
  position: relative;
  z-index: 2;
  background-color: transparent !important;
}

.post-prev, .post-next,
.slick-prev, .slick-next {
  width: 26px;
  height: 39px;
  display: inline-block;
  font-size: 0;
  transition: all 0.2s ease;
}

.post-prev::before, .post-next::before,
.slick-prev::before, .slick-next::before {
  display: none;
}

.post-prev,
.slick-prev {
  background: url(../images/arrow-prev.png);
}

.post-prev:hover,
.slick-prev:hover {
  background: url(../images/arrow-prev.png);
  opacity: 0.8;
}

.post-next,
.slick-next {
  background: url(../images/arrow-next.png);
}

.post-next:hover,
.slick-next:hover {
  background: url(../images/arrow-next.png);
  opacity: 0.8;
}

.content-service-modal {
  position: absolute;
  top: 180px;
}

.content-service-modal .block {
  background: rgba(6, 90, 83, 0.93);
  width: 100%;
  padding: 70px 82px;
}

.main-products .slick-prev {
  left: -7px;
}

.main-products .slick-next {
  right: -7px;
}

.main-home .section-products {
  position: relative;
}

.main-home .section-products:after {
  content: "";
  display: inline-block;
  background-image: url(../images/element-points-white.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  top: 40px;
  left: 30px;
  position: absolute;
}

.main-home .section-products:before {
  content: "";
  display: inline-block;
  background-image: url(../images/element-points-white.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  bottom: 150px;
  right: 30px;
  position: absolute;
}

@media (max-width: 1024px) {
  .main-home .section-products:after, .main-home .section-products:before {
    display: none;
  }
}

.main-home .list-products .item h3 {
  color: #00656c;
}

.main-home .slick-prev {
  left: -7px;
}

.main-home .slick-next {
  right: -7px;
}

.main-home .slick-slider {
  padding-left: 20px;
  padding-right: 20px;
}

.main-home .slick-slide {
  text-align: center;
}

.main-home .slick-slide img {
  display: inline-block;
}

.main-home .slick-dots {
  bottom: -65px;
  width: auto;
  min-width: 300px;
  left: 50%;
  transform: translateX(-50%);
}

.main-home .list-products {
  display: block;
  flex-wrap: unset;
  justify-content: unset;
}

.slick-slide {
  outline: none;
}

a:focus {
  outline: none;
}

.main-erro:after {
  display: none;
}

.main-erro .content .line {
  text-align: center;
  padding-bottom: 250px;
}

.main-erro .content p {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .main-erro .content p br {
    display: none;
  }
}

.main-erro .content .btn {
  margin: 10px 20px;
}

.content-post b, .content-post strong {
  font-weight: 800;
}

.content-post em {
  font-style: italic;
}

.content-post p {
  line-height: 1.467;
  padding-bottom: 15px;
}

.content-post h1,
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h6 {
  line-height: 1.467;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.content-post h1 {
  font-size: 28px;
}

.content-post h2 {
  font-size: 28px;
}

.content-post h3 {
  font-size: 25px;
}

.content-post h4 {
  font-size: 23px;
}

.content-post h5 {
  font-size: 21px;
}

.content-post h6 {
  font-size: 18px;
}

.content-post li {
  font-size: 18px;
  line-height: 1.367;
  padding-bottom: 5px;
}

.content-post ul,
.content-post ol {
  padding-left: 25px;
  padding-bottom: 15px;
}

.content-post a {
  color: #56AFA5;
}

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

.content-post .wp-block-file {
  display: table;
  margin-bottom: unset;
  margin-top: 20px;
  margin-left: 0;
  left: 0;
  text-align: right;
  width: 100%;
  position: relative;
}

.content-post .wp-block-file a:not(.wp-block-file__button) {
  display: none;
}

.content-post .wp-block-file .wp-block-file__button {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.538;
  background-color: #56AFA5;
  padding: 7px 12px;
  border-radius: 3px;
  display: table;
  left: 0;
  margin-left: 0;
}
