@charset "UTF-8";
/* Config */
html,
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  overflow-y: hidden;
  height: auto;
  background: #fff;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body.scrollnone,
html.scrollnone {
  overflow-y: hidden !important;
}

html,
body {
  overflow-x: hidden;
}

html {
  background: #fff;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
}

div,
*,
a,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div:focus,
*:focus,
a:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

button,
a,
input {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 4px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #6dd54f;
  border-radius: 125px;
}

/* /Config */
/* Fonts */
@font-face {
  font-family: "out-black";
  src: url("../fonts/Outfit-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "out-extrabold";
  src: url("../fonts/Outfit-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "out-regular";
  src: url("../fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "out-extralight";
  src: url("../fonts/Outfit-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "out-light";
  src: url("../fonts/Outfit-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "out-semibold";
  src: url("../fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "out-bold";
  src: url("../fonts/Outfit-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "out-thin";
  src: url("../fonts/Outfit-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "out-medium";
  src: url("../fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* /Fonts */
/* Variables */
/* /Variables */
/* Mixins */
/* /Mixins */
/* Loader */
@-webkit-keyframes loader {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes loader {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
div.loader {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.loader svg {
  width: 200px;
  height: 200px;
}

/* /Loader */
/* Style */
/* Init */
.btn-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: 260px;
  height: 60px;
  cursor: pointer;
  background-size: 200% auto;
  background-image: linear-gradient(45deg, #ff512f 0%, #f09819 51%, #ff512f 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fba92e), color-stop(#6dd54f), color-stop(#04bce2), color-stop(#6dd54f), to(#fba92e));
  background-image: linear-gradient(to right, #fba92e, #6dd54f, #04bce2, #6dd54f, #fba92e);
  cursor: pointer;
}
.btn-color b {
  font-family: "out-semibold";
  font-weight: normal;
}
.btn-color p {
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}
.btn-color p b {
  font-family: "out-semibold";
  font-weight: normal;
}
.btn-color:hover {
  background-position: right center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}

.btn-whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: 260px;
  height: 60px;
  cursor: pointer;
  background-color: #6dd54f;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.btn-whatsapp b {
  font-family: "out-semibold";
  font-weight: normal;
}
.btn-whatsapp p {
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}
.btn-whatsapp p b {
  font-family: "out-semibold";
  font-weight: normal;
}
.btn-whatsapp:hover {
  -webkit-box-shadow: inset 0 220px 25px -200px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 220px 25px -200px rgba(255, 255, 255, 0.3);
}
.btn-whatsapp svg {
  margin-right: 8px;
  width: 21px;
  height: 21px;
}
.btn-whatsapp svg path {
  fill: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.btn-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: 260px;
  height: 60px;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #fff;
  position: relative;
}
.btn-line b {
  font-family: "out-semibold";
  font-weight: normal;
}
.btn-line p {
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}
.btn-line p b {
  font-family: "out-semibold";
  font-weight: normal;
}
.btn-line::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#fba92e), color-stop(#6dd54f), to(#04bce2));
  background: linear-gradient(to right, #fba92e, #6dd54f, #04bce2);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: block;
  position: absolute;
  border-radius: 10px;
  left: -2px;
  top: -2px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.btn-line svg {
  margin-right: 8px;
  width: 21px;
  height: 21px;
}
.btn-line svg path {
  fill: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.btn-line p {
  z-index: 2;
}
.btn-line:hover::after {
  opacity: 1;
}

h1 {
  font-family: "out-extralight";
  font-weight: normal;
  font-size: 60px;
  line-height: 72px;
  color: #3b3b3b;
  text-align: left;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
h1 b {
  font-family: "out-bold";
  font-weight: normal;
}

h2 {
  font-family: "out-light";
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  color: #3b3b3b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
h2 b {
  font-family: "out-bold";
  font-weight: normal;
}

h3 {
  font-family: "out-light";
  font-weight: normal;
  font-size: 30px;
  line-height: 48px;
  color: #3b3b3b;
  text-align: left;
}
h3 b {
  font-family: "out-bold";
  font-weight: normal;
}

p {
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #3b3b3b;
  text-align: left;
}
p b {
  font-family: "out-semibold";
  font-weight: normal;
}

/* /Init */
/* Header */
div.loader {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 999999999;
  top: 0;
  left: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /***************************************************
  * Generated by SVG Artista on 11/11/2022, 3:52:32 PM
  * MIT license (https://opensource.org/licenses/MIT)
  * W. https://svgartista.net
  **************************************************/
}
div.loader svg {
  display: block;
  width: 140px;
}
@media screen and (max-width: 767px) {
  div.loader svg {
    width: 120px;
    padding-bottom: 40px;
  }
}
div.loader svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
div.loader svg.active .svg-elem-1 {
  fill: rgb(1, 139, 150);
}
div.loader svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}
div.loader svg.active .svg-elem-2 {
  fill: rgb(113, 183, 76);
}
div.loader svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}
div.loader svg.active .svg-elem-3 {
  fill: rgb(193, 209, 0);
}
div.loader svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}
div.loader svg.active .svg-elem-4 {
  fill: rgb(193, 209, 0);
}
div.loader svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
div.loader svg.active .svg-elem-5 {
  fill: rgb(158, 202, 130);
}
div.loader svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
div.loader svg.active .svg-elem-6 {
  fill: rgb(219, 223, 100);
}
div.loader svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
div.loader svg.active .svg-elem-7 {
  fill: rgb(252, 195, 46);
}
div.loader svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}
div.loader svg.active .svg-elem-8 {
  fill: rgb(158, 202, 130);
}
div.loader svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
div.loader svg.active .svg-elem-9 {
  fill: rgb(113, 183, 76);
}
div.loader svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
div.loader svg.active .svg-elem-10 {
  fill: rgb(1, 139, 150);
}
div.loader svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
div.loader svg.active .svg-elem-11 {
  fill: rgb(0, 175, 180);
}
div.loader svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
div.loader svg.active .svg-elem-12 {
  fill: rgb(0, 175, 180);
}
div.loader svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
div.loader svg.active .svg-elem-13 {
  fill: rgb(0, 175, 180);
}
div.loader svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
div.loader svg.active .svg-elem-14 {
  fill: rgb(1, 139, 150);
}
div.loader svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
div.loader svg.active .svg-elem-15 {
  fill: rgb(1, 139, 150);
}

a.fixed-whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: 260px;
  height: 60px;
  cursor: pointer;
  background-color: #6dd54f;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: 184px;
  height: 82px;
  line-height: 20px;
  position: fixed;
  right: 40px;
  bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 9;
}
a.fixed-whatsapp b {
  font-family: "out-semibold";
  font-weight: normal;
}
a.fixed-whatsapp p {
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}
a.fixed-whatsapp p b {
  font-family: "out-semibold";
  font-weight: normal;
}
a.fixed-whatsapp:hover {
  -webkit-box-shadow: inset 0 220px 25px -200px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 220px 25px -200px rgba(255, 255, 255, 0.3);
}
a.fixed-whatsapp svg {
  margin-right: 8px;
  width: 21px;
  height: 21px;
}
a.fixed-whatsapp svg path {
  fill: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
a.fixed-whatsapp svg {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
a.fixed-whatsapp span {
  display: block;
  max-width: 80px;
}

header {
  width: 100vw;
  background-color: #fff;
  display: block;
  position: relative;
  height: 105px;
  z-index: 11;
}
header div.container {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 105px;
}
@media screen and (max-width: 767px) {
  header div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  header div.container {
    max-width: calc(100vw - 80px);
  }
}
header div.container a.logo {
  width: 260px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header div.container a.logo {
    width: 200px;
  }
}
header div.container a.logo svg {
  width: 200px;
}
header div.container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header div.container ul {
    display: none;
  }
}
header div.container ul li a {
  font-family: "out-regular";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  color: #3b3b3b;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container ul li a:hover {
  color: #6dd54f;
}
header div.container ul li a.active {
  border-bottom: 1px solid rgba(59, 59, 59, 0.8);
}
header div.container ul li a.active:hover {
  border-bottom: 1px solid #6dd54f;
}
header div.container ul li + li {
  margin-left: 80px;
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  header div.container ul li + li {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header div.container ul li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  header div.container a.btn-whatsapp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header div.container a.btn-whatsapp {
    font-size: 0;
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header div.container a.btn-whatsapp svg {
    margin: 0;
  }
}
header div.container div.hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  header div.container div.hamburger {
    display: block;
    width: 25px;
    height: 25px;
  }
}
header div.container div.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #727272;
  border-radius: 20px;
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container div.hamburger span + span {
  margin-top: 5px;
}
header div.container div.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 5px);
          transform: rotate(45deg) translate(7px, 5px);
}
header div.container div.hamburger.active span:nth-child(2) {
  opacity: 0;
}
header div.container div.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -5px);
          transform: rotate(-45deg) translate(6px, -5px);
}

div.menu {
  position: absolute;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 50px 0 0 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.menu.active {
  opacity: 1;
  pointer-events: all;
}
div.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.menu ul li a {
  font-family: "out-regular";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  color: #3b3b3b;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.menu ul li a:hover {
  color: #6dd54f;
}
div.menu ul li + li {
  margin-top: 20px;
}
div.menu a.btn-whatsapp {
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) and (max-height: 580px) {
  div.menu a.btn-whatsapp {
    margin-top: 40px;
  }
}

/* /Header */
/* Banner */
section.banner {
  display: block;
  position: relative;
}
section.banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-position: center bottom;
     object-position: center bottom;
  z-index: 0;
}
section.banner div.caption {
  max-width: 920px;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  section.banner div.caption {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.banner div.caption {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.banner div.caption {
    max-width: calc(100vw - 80px);
  }
}
section.banner div.caption h1 {
  color: #fff;
  max-width: 670px;
}
section.banner div.caption a {
  margin-top: 20px;
}
section.banner div.box {
  max-width: 1240px;
  margin: 0 auto;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 40px 0 60px 0;
  position: relative;
  z-index: 1;
  margin-top: 210px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  section.banner div.box {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.banner div.box {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.banner div.box {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  section.banner div.box {
    padding: 40px 10px 40px 10px;
  }
}
section.banner div.box ul {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.banner div.box ul {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.banner div.box ul {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.banner div.box ul {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  section.banner div.box ul {
    display: block;
    padding: 0 5px;
  }
}
section.banner div.box ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 80px auto;
  grid-template-rows: 80px auto;
}
section.banner div.box ul li svg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  section.banner div.box ul li svg {
    margin: 0 auto;
  }
}
section.banner div.box ul li p {
  max-width: 292px;
}
@media screen and (max-width: 767px) {
  section.banner div.box ul li p {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.banner div.box ul li + li {
    margin-top: 30px;
  }
}
section.banner div.box ul::after {
  content: "";
  width: 100%;
  height: 9px;
  background: -webkit-gradient(linear, left top, right top, from(#fba92e), color-stop(#6dd54f), to(#04bce2));
  background: linear-gradient(to right, #fba92e, #6dd54f, #04bce2);
  position: absolute;
  bottom: -45px;
  display: block;
  left: 0;
  z-index: 0;
  border-radius: 10px;
}
section.banner div.box span {
  max-width: 920px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  section.banner div.box span {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.banner div.box span {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.banner div.box span {
    max-width: calc(100vw - 80px);
  }
}

/* /Banner */
/* Botão fixo de WhatsApp  */
/* /Botão fixo de WhatsApp  */
/*  Seção de Parcerias */
section.partners div.container {
  max-width: 1240px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  section.partners div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.partners div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.partners div.container {
    max-width: calc(100vw - 80px);
  }
}
section.partners div.container ul {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  section.partners div.container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.partners div.container ul li {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
section.partners div.container ul li:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media screen and (max-width: 767px) {
  section.partners div.container ul li + li {
    margin-top: 20px;
  }
}

/*  /Seção de Parcerias */
/*  Seção do Sobre */
section.about {
  background: url(../img/bottom.png), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(60%, #182e11), to(#182e11));
  background: url(../img/bottom.png), linear-gradient(to bottom, transparent 0%, transparent 50%, #182e11 60%, #182e11 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 4000px) {
  section.about {
    background: url(../img/bottom.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}
section.about div.container {
  max-width: 1240px;
  margin: 0 auto;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  section.about div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.about div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.about div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  section.about div.container {
    padding-top: 80px;
  }
}
section.about div.container div.team {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  section.about div.container div.team {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.about div.container div.team {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.about div.container div.team {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  section.about div.container div.team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
section.about div.container div.team div.slider-team {
  width: 424px;
  min-width: 424px;
  max-width: 424px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-box-shadow: 0 0 30px #000;
          box-shadow: 0 0 30px #000;
  border-radius: 48px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  section.about div.container div.team div.slider-team {
    width: calc(100vw - 50px);
    min-width: calc(100vw - 50px);
    max-width: calc(100vw - 50px);
  }
}
section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  width: 424px;
  min-width: 424px;
  max-width: 424px;
  border-radius: 48px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide {
    width: calc(100vw - 50px);
    min-width: calc(100vw - 50px);
    max-width: calc(100vw - 50px);
  }
}
section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide.swiper-slide-active {
  opacity: 1;
}
section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide.swiper-slide-active div.caption h4,
section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide.swiper-slide-active div.caption p {
  opacity: 1;
}
section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide img {
  width: 424px;
  height: 303px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide img {
    width: calc(100vw - 50px);
    min-width: calc(100vw - 50px);
    max-width: calc(100vw - 50px);
  }
}
section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide div.caption {
  background: #fff;
  padding: 30px 32px;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}
section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide div.caption h4 {
  font-family: "out-light";
  font-weight: normal;
  font-size: 22px;
  line-height: 18px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
}
section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide div.caption p {
  font-family: "out-bold";
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
}
section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide div.caption h4 + p {
  margin-top: 8px;
}
section.about div.container div.team div.slider-team div.swiper-wrapper div.swiper-slide div.caption p + p {
  margin-top: 4px;
}
section.about div.container div.team div.slider-team div.swiper-pagination {
  width: 424px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  section.about div.container div.team div.slider-team div.swiper-pagination {
    width: calc(100vw - 50px);
  }
}
section.about div.container div.team div.slider-team div.swiper-pagination span.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  width: 13px;
  height: 13px;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  pointer-events: all;
  cursor: pointer;
}
section.about div.container div.team div.slider-team div.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
section.about div.container div.team div.caption-about {
  margin-left: 70px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  section.about div.container div.team div.caption-about {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
section.about div.container div.team div.caption-about a {
  margin-top: 30px;
}
section.about div.container div.team div.caption-about p:not(.read-more):not(.read-less) {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  overflow: hidden;
}
section.about div.container div.team div.caption-about p.read-more,
section.about div.container div.team div.caption-about p.read-less {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 15px;
}
section.about div.container div.lettering {
  max-width: 920px;
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 130px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  section.about div.container div.lettering {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.about div.container div.lettering {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.about div.container div.lettering {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  section.about div.container div.lettering {
    margin-top: 100px;
    display: block;
  }
}
section.about div.container div.lettering h1 {
  font-family: "out-black";
  font-weight: normal;
  font-size: 254px;
  line-height: 254px;
  color: #fff;
}
@media screen and (min-width: 4000px) {
  section.about div.container div.lettering h1 {
    color: #182e11;
  }
}
@media screen and (max-width: 767px) {
  section.about div.container div.lettering h1 {
    text-align: center;
    font-size: 10em;
    line-height: normal;
  }
}
section.about div.container div.lettering h2 {
  color: #fff;
  text-align: left;
  font-size: 60px;
  line-height: 72px;
}
@media screen and (min-width: 4000px) {
  section.about div.container div.lettering h2 {
    color: #182e11;
  }
}
@media screen and (max-width: 767px) {
  section.about div.container div.lettering h2 {
    text-align: center;
    margin: 0 auto;
    max-width: none;
  }
}
section.about div.container div.lettering h2:nth-child(1) {
  max-width: 205px;
}
section.about div.container div.lettering h1 + h2 {
  max-width: 488px;
}
@media screen and (max-width: 767px) {
  section.about div.container div.lettering h1 + h2 {
    max-width: none;
  }
}
section.about div.container div.testmonials {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 100px 160px 120px 160px;
  position: relative;
  z-index: 1;
  margin-top: 210px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  section.about div.container div.testmonials {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.about div.container div.testmonials {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.about div.container div.testmonials {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  section.about div.container div.testmonials {
    margin-top: 100px;
    padding: 40px 25px;
    display: block;
  }
}
section.about div.container div.testmonials h2 {
  min-width: 420px;
  max-width: 420px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section.about div.container div.testmonials h2 {
    min-width: calc(100vw - 100px);
    max-width: calc(100vw - 100px);
  }
}
section.about div.container div.testmonials h2 span {
  min-width: 366px;
  max-width: 366px;
  height: 9px;
  background: -webkit-gradient(linear, left top, right top, from(#fba92e), color-stop(#6dd54f), to(#04bce2));
  background: linear-gradient(to right, #fba92e, #6dd54f, #04bce2);
  position: relative;
  display: block;
  border-radius: 80px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  section.about div.container div.testmonials h2 span {
    min-width: calc(100vw - 100px);
    max-width: calc(100vw - 100px);
  }
}
section.about div.container div.testmonials div.swiper-testmonials {
  max-width: 434px;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width: 767px) {
  section.about div.container div.testmonials div.swiper-testmonials {
    max-width: calc(100vw - 100px);
    margin-top: 25px;
  }
}
section.about div.container div.testmonials div.swiper-testmonials div.swiper-wrapper div.swiper-slide {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0 !important;
}
section.about div.container div.testmonials div.swiper-testmonials div.swiper-wrapper div.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
section.about div.container div.testmonials div.swiper-testmonials div.swiper-wrapper div.swiper-slide h4 {
  font-family: "out-bold";
  color: #3b3b3b;
  font-size: 22px;
  line-height: 30px;
  margin-top: 25px;
}
section.about div.container div.testmonials div.swiper-testmonials div.navigation button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  bottom: -90px;
  top: auto;
  top: auto;
}
section.about div.container div.testmonials div.swiper-testmonials div.navigation button:hover {
  border-color: #727272;
}
section.about div.container div.testmonials div.swiper-testmonials div.navigation button.swiper-button-prev {
  right: -60px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  section.about div.container div.testmonials div.swiper-testmonials div.navigation button.swiper-button-prev {
    right: auto;
    left: 0;
  }
}
section.about div.container div.testmonials div.swiper-testmonials div.navigation button.swiper-button-next {
  right: -130px;
  left: auto;
}
@media screen and (max-width: 767px) {
  section.about div.container div.testmonials div.swiper-testmonials div.navigation button.swiper-button-next {
    right: 0;
  }
}
section.about div.container div.testmonials div.swiper-testmonials div.navigation button::after {
  display: none;
}
@media screen and (max-width: 767px) {
  section.about div.container div.testmonials div.swiper-testmonials div.navigation {
    margin-top: 25px;
  }
}
section.about div.container div.testmonials div.swiper-testmonials div.pagination {
  width: 100vw;
  bottom: -60px;
}
section.about div.container div.testmonials div.swiper-testmonials div.pagination span.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #c5c5c5;
  width: 13px;
  height: 13px;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  pointer-events: all;
  cursor: pointer;
}
section.about div.container div.testmonials div.swiper-testmonials div.pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c5c5c5;
}

div.services {
  padding-top: 70px;
  padding-bottom: 109px;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  div.services {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  div.services {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  div.services {
    padding-left: 40px;
    padding-right: 40px;
  }
}
div.services h1 {
  color: #fff;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
div.services a {
  margin: 0 auto;
  margin-top: 30px;
}

/*  /Seção do Sobre */
/* Footer */
footer {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 80px 0 140px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer {
    padding: 80px 0 140px 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  footer {
    padding: 80px 0 140px 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1720px) {
  footer {
    padding: 80px 0 100px 0;
  }
}
footer::before {
  content: "";
  width: 100vw;
  height: 9px;
  background: -webkit-gradient(linear, left top, right top, from(#fba92e), color-stop(#6dd54f), to(#04bce2));
  background: linear-gradient(to right, #fba92e, #6dd54f, #04bce2);
  position: relative;
  top: -89px;
  display: block;
  left: 0;
  z-index: 4;
}
footer div.container {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  footer div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  footer div.container {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer div.container {
    display: block;
  }
}
footer div.container a.logo {
  width: 330px;
  display: block;
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  footer div.container a.logo {
    margin-right: 20px;
  }
}
footer div.container a.logo svg {
  width: 264px;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer div.container a.logo {
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer div.container a.logo {
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 767px) {
  footer div.container div.center {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer div.container div.center {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer div.container div.center a.btn-whatsapp {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer div.container div.center a.btn-whatsapp {
    margin: 0 auto;
  }
}
footer div.container div.center a + a {
  font-family: "out-semibold";
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
footer div.container div.center a + a svg {
  margin-left: 6px;
  width: 64px;
  height: auto;
}
footer div.container div.center a + a svg path {
  fill: #3b3b3b;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
footer div.container div.center a + a:hover svg path {
  fill: #f56612;
}
footer div.container div.contact {
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  footer div.container div.contact {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer div.container div.contact {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  footer div.container div.contact {
    margin-left: 20px;
  }
}
footer div.container div.contact ul li a {
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #3b3b3b;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer div.container div.contact ul li a b {
  font-family: "out-semibold";
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  footer div.container div.contact ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer div.container div.contact ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer div.container div.contact ul li a svg {
  width: 18px;
  min-width: 18px;
  margin-right: 10px;
}
footer div.container div.contact ul li a svg path {
  fill: #3b3b3b;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
footer div.container div.contact ul li a:hover svg path {
  fill: #6dd54f;
}
footer div.container div.contact ul li:nth-child(2) a svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
footer div.container div.contact ul li:last-child a svg {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
footer div.container div.contact ul li:last-child a svg path {
  fill: none;
  srtoke: #3b3b3b;
}
footer div.container div.contact ul li:last-child a:hover svg path {
  fill: none;
  stroke: #6dd54f;
}
footer div.container div.contact ul li + li {
  margin-top: 10px;
}

/* /Footer */
/* /Página inicial */
/* Página Sobre */
a.scroll-about,
a.scroll-services {
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 50px;
}
a.scroll-about b,
a.scroll-services b {
  font-family: "out-semibold";
  font-weight: normal;
}
a.scroll-about svg,
a.scroll-services svg {
  margin-top: 14px;
}

section.banner-about {
  position: relative;
  display: block;
  background-color: #182e11;
  min-height: 100vh;
}
section.banner-about::after {
  content: "";
  width: 100vw;
  height: 9px;
  background: -webkit-gradient(linear, left top, right top, from(#fba92e), color-stop(#6dd54f), to(#04bce2));
  background: linear-gradient(to right, #fba92e, #6dd54f, #04bce2);
  position: relative;
  bottom: -9px;
  display: block;
  left: 0;
  z-index: 1;
}
section.banner-about img.banner {
  width: 100vw;
  height: auto;
  position: absolute;
  z-index: 0;
  min-height: 940px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) and (max-width: 2000px) {
  section.banner-about img.banner {
    max-height: 68vw;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media screen and (min-width: 2001px) and (max-width: 3000px) {
  section.banner-about img.banner {
    max-height: 62vw;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media screen and (min-width: 3001px) {
  section.banner-about img.banner {
    max-height: 58vw;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
section.banner-about div.caption {
  position: relative;
  z-index: 1;
  padding-top: 108px;
  min-height: calc(66.562vw - 295px);
}
@media screen and (max-width: 767px) {
  section.banner-about div.caption {
    padding: 0 25px;
    padding-top: 50px;
  }
}
section.banner-about div.caption h1 {
  text-align: center;
  color: #fff;
  max-width: 630px;
  margin: 0 auto;
}
section.banner-about div.about-union {
  max-width: 920px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: calc(31.718vw - 80px);
}
@media screen and (max-width: 767px) {
  section.banner-about div.about-union {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.banner-about div.about-union {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.banner-about div.about-union {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  section.banner-about div.about-union {
    padding-bottom: 70vw;
  }
}
section.banner-about div.about-union h2,
section.banner-about div.about-union p {
  color: #fff;
  text-align: left;
  max-width: 595px;
}
section.banner-about div.about-union P {
  margin-top: 20px;
}
section.banner-about div.about-union h2 {
  padding-top: 40px;
}
section.banner-about img.plants {
  width: 100vw;
  height: auto;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  section.banner-about img.plants {
    width: 100vw;
    -o-object-position: center;
       object-position: center;
    height: 74.54vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

div.foundation {
  position: relative;
  z-index: 2;
}
div.foundation div.container {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 48px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
}
@media screen and (max-width: 767px) {
  div.foundation div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  div.foundation div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  div.foundation div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  div.foundation div.container {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
div.foundation div.container img {
  border-radius: 48px;
  width: 430px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  div.foundation div.container img {
    width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  div.foundation div.container img {
    width: 400px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  div.foundation div.container img {
    width: 400px;
  }
}
div.foundation div.container div.caption {
  width: 100%;
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  div.foundation div.container div.caption {
    padding: 40px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  div.foundation div.container div.caption {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  div.foundation div.container div.caption {
    padding: 30px 0;
  }
}
div.foundation div.container div.caption h2 {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.foundation div.container div.caption h2 {
    padding-top: 0;
  }
}
div.foundation div.container div.caption span {
  content: "";
  width: 600px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#fba92e), color-stop(#6dd54f), to(#04bce2));
  background: linear-gradient(to right, #fba92e, #6dd54f, #04bce2);
  position: relative;
  margin: 14px auto;
  display: block;
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  div.foundation div.container div.caption span {
    max-width: calc(100vw - 100px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  div.foundation div.container div.caption span {
    width: calc(100vw - 560px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  div.foundation div.container div.caption span {
    width: calc(100vw - 560px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  div.foundation div.container div.caption h2 {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  div.foundation div.container div.caption h2 {
    margin-left: 40px;
  }
}
div.foundation div.container div.caption p {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  div.foundation div.container div.caption p {
    max-width: calc(100vw - 560px);
    margin-left: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  div.foundation div.container div.caption p {
    max-width: calc(100vw - 560px);
    margin-left: 40px;
  }
}

section.regions {
  background-image: url(../img/banner-bottom-about.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
section.regions h2 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  section.regions h2 {
    max-width: calc(100vw - 50px);
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
section.regions p {
  text-align: center;
  margin-top: 5px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  section.regions p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.regions div.slider-regions {
  margin-top: 40px;
  height: 20vw;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions {
    height: calc((100vw - 75px) / 2);
    max-width: calc(100vw - 50px);
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions {
    padding: 0 40px;
    height: calc((100vw - 160px) / 3);
  }
}
section.regions div.slider-regions div.swiper-pagination {
  width: 100vw;
  bottom: -60px;
}
section.regions div.slider-regions div.swiper-pagination span.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  width: 13px;
  height: 13px;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  pointer-events: all;
  cursor: pointer;
}
section.regions div.slider-regions div.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide {
  overflow: hidden;
  border-radius: 48px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide {
    border-radius: 30px;
    opacity: 1 !important;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide div.img {
  width: 15vw;
  height: 15vw;
  margin: 0 auto;
  display: block;
  border-radius: 48px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#182e11), to(#553300));
  background: linear-gradient(to bottom, #182e11, #553300);
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide div.img {
    width: calc((100vw - 75px) / 2) !important;
    height: calc((100vw - 75px) / 2) !important;
    border-radius: 30px !important;
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide div.img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0 auto;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide img {
  width: 15vw;
  height: 15vw;
  display: block;
  border-radius: 48px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide img {
    width: calc((100vw - 75px) / 2);
    height: calc((100vw - 75px) / 2);
    border-radius: 30px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide h2 {
  position: absolute;
  color: #fff;
  top: 0;
  z-index: 2;
  text-align: center;
  max-width: 15vw;
  top: 10vw;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-family: "out-bold";
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding-top: 0;
  width: 15vw;
  min-width: 15vw;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide h2 {
    font-size: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 28px;
    text-align: center;
    width: calc((100vw - 75px) / 2);
    height: calc((100vw - 75px) / 2);
    min-width: calc((100vw - 75px) / 2);
    max-width: calc((100vw - 75px) / 2);
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide h2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: calc((100vw - 160px) / 3);
    padding: 0 40px;
    margin: 0 auto;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next {
  opacity: 1;
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev div.img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next div.img {
  width: 17vw;
  height: 17vw;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev div.img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next div.img {
    width: calc((100vw - 75px) / 2);
    height: calc((100vw - 75px) / 2);
    border-radius: 30px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev div.img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next div.img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0 auto;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next img {
  width: 17vw;
  height: 17vw;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next img {
    width: calc((100vw - 75px) / 2);
    height: calc((100vw - 75px) / 2);
    border-radius: 30px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0 auto;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev h2, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next h2 {
  width: 17vw;
  min-width: 17vw;
  padding: 0 1vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev h2, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next h2 {
    font-size: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 28px;
    text-align: center;
    width: calc((100vw - 75px) / 2);
    height: calc((100vw - 75px) / 2);
    min-width: calc((100vw - 75px) / 2);
    max-width: calc((100vw - 75px) / 2);
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev h2, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next h2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: calc((100vw - 160px) / 3);
    padding: 0 40px;
    margin: 0 auto;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-prev div.img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-prev div.img {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-prev div.img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-prev div.img {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-prev div.img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-prev div.img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0 auto;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-prev img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-prev img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-prev img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-prev img {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-prev img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-prev img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0 auto;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-prev h2, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-prev h2 {
  left: 0;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-prev h2, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-prev h2 {
    font-size: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 28px;
    text-align: center;
    width: calc((100vw - 75px) / 2);
    height: calc((100vw - 75px) / 2);
    min-width: calc((100vw - 75px) / 2);
    max-width: calc((100vw - 75px) / 2);
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-prev h2, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-prev h2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: calc((100vw - 160px) / 3);
    padding: 0 40px;
    margin: 0 auto;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-next div.img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-next div.img {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-next div.img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-next div.img {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-next div.img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-next div.img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0 auto;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-next img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-next img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-next img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-next img {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-next img, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-next img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0 auto;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-next h2, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-next h2 {
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-next h2, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-next h2 {
    font-size: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 28px;
    text-align: center;
    width: calc((100vw - 75px) / 2);
    height: calc((100vw - 75px) / 2);
    min-width: calc((100vw - 75px) / 2);
    max-width: calc((100vw - 75px) / 2);
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-prev.swiper-slide-next h2, section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-next.swiper-slide-next h2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: calc((100vw - 160px) / 3);
    padding: 0 40px;
    margin: 0 auto;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-active {
  opacity: 1;
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-active div.img {
  width: 20vw;
  height: 20vw;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-active div.img {
    width: calc((100vw - 75px) / 2);
    height: calc((100vw - 75px) / 2);
    border-radius: 30px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-active div.img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0 auto;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-active img {
  width: 20vw;
  height: 20vw;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-active img {
    width: calc((100vw - 75px) / 2);
    height: calc((100vw - 75px) / 2);
    border-radius: 30px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-active img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0 auto;
  }
}
section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-active h2 {
  width: 20vw;
  min-width: 20vw;
  padding: 0 2.5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-active h2 {
    font-size: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 28px;
    text-align: center;
    width: calc((100vw - 75px) / 2);
    height: calc((100vw - 75px) / 2);
    min-width: calc((100vw - 75px) / 2);
    max-width: calc((100vw - 75px) / 2);
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions div.swiper-wrapper div.swiper-slide.swiper-slide-active h2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: calc((100vw - 160px) / 3);
    padding: 0 40px;
    margin: 0 auto;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.regions div.slider-regions-mobile {
  margin-top: 40px;
  height: 20vw;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions-mobile {
    height: calc((100vw - 75px) / 2);
    max-width: calc(100vw - 50px);
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions-mobile {
    padding: 0 40px;
    height: calc((100vw - 160px) / 3);
  }
}
section.regions div.slider-regions-mobile div.swiper-pagination {
  width: 100vw;
  bottom: -60px;
  left: -25px;
}
section.regions div.slider-regions-mobile div.swiper-pagination span.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  width: 13px;
  height: 13px;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  pointer-events: all;
  cursor: pointer;
}
section.regions div.slider-regions-mobile div.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
section.regions div.slider-regions-mobile div.swiper-wrapper div.swiper-slide {
  overflow: hidden;
  border-radius: 48px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions-mobile div.swiper-wrapper div.swiper-slide {
    border-radius: 30px;
    opacity: 1 !important;
  }
}
section.regions div.slider-regions-mobile div.swiper-wrapper div.swiper-slide div.img {
  width: 15vw;
  height: 15vw;
  margin: 0 auto;
  display: block;
  border-radius: 48px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#182e11), to(#553300));
  background: linear-gradient(to bottom, #182e11, #553300);
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions-mobile div.swiper-wrapper div.swiper-slide div.img {
    width: calc((100vw - 75px) / 2) !important;
    height: calc((100vw - 75px) / 2) !important;
    border-radius: 30px !important;
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions-mobile div.swiper-wrapper div.swiper-slide div.img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0 auto;
  }
}
section.regions div.slider-regions-mobile div.swiper-wrapper div.swiper-slide img {
  width: 15vw;
  height: 15vw;
  display: block;
  border-radius: 48px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions-mobile div.swiper-wrapper div.swiper-slide img {
    width: calc((100vw - 75px) / 2);
    height: calc((100vw - 75px) / 2);
    border-radius: 30px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions-mobile div.swiper-wrapper div.swiper-slide img {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3);
    margin: 0;
  }
}
section.regions div.slider-regions-mobile div.swiper-wrapper div.swiper-slide h2 {
  position: absolute;
  color: #fff;
  top: 0;
  z-index: 2;
  text-align: center;
  max-width: 15vw;
  top: 10vw;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-family: "out-bold";
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding-top: 0;
  width: 15vw;
  min-width: 15vw;
}
@media screen and (max-width: 767px) {
  section.regions div.slider-regions-mobile div.swiper-wrapper div.swiper-slide h2 {
    font-size: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 28px;
    text-align: center;
    width: calc((100vw - 50px) / 2);
    height: calc((100vw - 50px) / 2);
    min-width: calc((100vw - 50px) / 2);
    max-width: calc((100vw - 50px) / 2);
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.regions div.slider-regions-mobile div.swiper-wrapper div.swiper-slide h2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: calc((100vw - 160px) / 3);
    padding: 0 40px;
    margin: 0 auto;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.regions div.services {
  margin: 0 auto;
  max-width: 890px;
  padding-top: 370px;
}
@media screen and (max-width: 767px) {
  section.regions div.services {
    padding-top: 100px;
  }
}

/* /Página Sobre */
/* Página Serviços */
section.banner-services {
  position: relative;
  overflow: hidden;
}
section.banner-services::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#182e11), to(#553300));
  background: linear-gradient(to bottom, #182e11, #553300);
  opacity: 0.6;
  pointer-events: none;
}
section.banner-services img.banner {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.banner-services div.caption {
  position: relative;
  z-index: 2;
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
  section.banner-services div.caption {
    padding: 0 25px;
    padding-top: 50px;
  }
}
section.banner-services div.caption h1 {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  color: #fff;
}
section.banner-services div.caption a {
  color: #fff;
}
section.banner-services div.caption a svg path {
  fill: #fff;
}
section.banner-services div.box-services {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.07);
  border-radius: 48px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid #fff;
  margin-top: 104px;
  height: 430px;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.banner-services div.box-services {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.banner-services div.box-services {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    margin-top: 80px;
  }
}
section.banner-services div.box-services div.service {
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: -webkit-fill-available;
  height: 430px;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services div.service {
    height: auto;
  }
}
section.banner-services div.box-services div.service div.title h2 {
  color: #fff;
  font-family: "out-bold";
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services div.service div.title h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
section.banner-services div.box-services div.service div.title svg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services div.service div.title svg {
    min-width: auto;
    max-width: 80px;
  }
}
section.banner-services div.box-services div.service div.title svg path {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  fill: #fff;
}
section.banner-services div.box-services div.service ul li {
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.banner-services div.box-services div.service ul li b {
  font-family: "out-semibold";
  font-weight: normal;
}
section.banner-services div.box-services div.service ul li:before {
  content: "";
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
section.banner-services div.box-services div.service:not(.active) {
  display: block;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services div.service:not(.active) {
    width: calc(100vw - 54px);
    min-width: calc(100vw - 54px);
    max-width: calc(100vw - 54px);
    height: 80px;
  }
}
section.banner-services div.box-services div.service:not(.active) div.title {
  width: 430px;
  position: absolute;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-90deg) translate(-114px, -115px);
          transform: rotate(-90deg) translate(-114px, -115px);
  left: 0;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services div.service:not(.active) div.title {
    -webkit-transform: none;
            transform: none;
    width: calc(100vw - 54px);
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
  }
}
section.banner-services div.box-services div.service:not(.active) div.title h2 {
  font-size: 30px;
  line-height: 34px;
  padding-left: 33px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services div.service:not(.active) div.title h2 {
    max-width: calc(100vw - 150px);
    min-width: calc(100vw - 150px);
    padding: 0;
  }
}
section.banner-services div.box-services div.service:not(.active) div.title svg {
  position: absolute;
  bottom: 40px;
  right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services div.service:not(.active) div.title svg {
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    width: 50px;
  }
}
section.banner-services div.box-services div.service:not(.active) ul {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
section.banner-services div.box-services div.service.active {
  width: 638px;
}
section.banner-services div.box-services div.service.active div.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 54px 0 54px;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services div.service.active div.title {
    padding: 25px 25px 0 25px;
  }
}
@media screen and (max-width: 360px) {
  section.banner-services div.box-services div.service.active div.title {
    padding: 25px 15px 0 15px;
  }
}
section.banner-services div.box-services div.service.active div.title h2 {
  -webkit-animation: animateh2 0.6s linear;
          animation: animateh2 0.6s linear;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services div.service.active div.title svg {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
section.banner-services div.box-services div.service.active ul {
  padding: 14px 54px;
  -webkit-animation: animateh2 0.8s linear;
          animation: animateh2 0.8s linear;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services div.service.active ul {
    padding: 14px 25px;
  }
}
section.banner-services div.box-services div.service + div.service {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-services div.service + div.service {
    border: none;
    border-top: 1px solid #fff;
  }
}
@-webkit-keyframes animateh2 {
  from {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes animateh2 {
  from {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
section.banner-services div.box-partners {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: block;
  position: relative;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.07);
  border-radius: 48px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid #fff;
  margin-top: 147px;
  padding: 50px 50px 75px 50px;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-partners {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.banner-services div.box-partners {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.banner-services div.box-partners {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-partners {
    padding: 40px 25px;
    margin-top: 80px;
  }
}
section.banner-services div.box-partners h2,
section.banner-services div.box-partners p {
  color: #fff;
}
section.banner-services div.box-partners p {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 14px;
  text-align: center;
}
section.banner-services div.box-partners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-partners ul {
    margin-top: 40px;
  }
}
section.banner-services div.box-partners ul li {
  margin: 0px 60px;
  display: block;
}
section.banner-services div.box-partners ul li:nth-child(n+4) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-partners ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
section.banner-services div.box-partners ul li img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-partners ul li img {
    max-width: calc(100vw - 100px);
  }
}
section.banner-services div.box-partners ul li img {
  -webkit-filter: brightness(5) saturate(0);
          filter: brightness(5) saturate(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
}
section.banner-services div.box-partners ul li img:hover {
  -webkit-filter: brightness(1) saturate(1);
          filter: brightness(1) saturate(1);
}
@media screen and (max-width: 767px) {
  section.banner-services div.box-partners ul li + li {
    margin-top: 20px;
  }
}
section.banner-services div.services {
  z-index: 2;
  position: relative;
}
section.banner-services div.services h1 {
  max-width: 800px;
}

/* /Página Serviços */
/* /Página de Contato */
section.banner-contact {
  position: relative;
  background-color: #182e11;
  min-height: 100vh;
}
section.banner-contact::before {
  content: "";
  width: 100vw;
  height: 9px;
  background: -webkit-gradient(linear, left top, right top, from(#fba92e), color-stop(#6dd54f), to(#04bce2));
  background: linear-gradient(to right, #fba92e, #6dd54f, #04bce2);
  position: absolute;
  top: 460px;
  display: block;
  left: 0;
  z-index: 0;
}
section.banner-contact img.banner {
  width: 100vw;
  height: 460px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.38;
}
section.banner-contact div.caption {
  position: relative;
  z-index: 1;
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
  section.banner-contact div.caption {
    padding: 0 25px;
    padding-top: 50px;
  }
}
section.banner-contact div.caption h1 {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  color: #fff;
}
section.banner-contact div.box-contact {
  max-width: 1240px;
  margin: 0 auto;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 40px 0 60px 0;
  position: relative;
  z-index: 1;
  margin-top: 210px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
  border-radius: 33px;
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  padding: 84px 160px 100px 160px;
}
@media screen and (max-width: 767px) {
  section.banner-contact div.box-contact {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.banner-contact div.box-contact {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.banner-contact div.box-contact {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  section.banner-contact div.box-contact {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.banner-contact div.box-contact {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1319px) {
  section.banner-contact div.box-contact {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 767px) {
  section.banner-contact div.box-contact {
    padding: 40px 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
}
section.banner-contact div.box-contact div.contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 85px auto auto;
  grid-template-rows: 85px auto auto;
}
section.banner-contact div.box-contact div.contact svg,
section.banner-contact div.box-contact div.contact img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  section.banner-contact div.box-contact div.contact svg,
section.banner-contact div.box-contact div.contact img {
    margin: 0 auto;
  }
}
section.banner-contact div.box-contact div.contact h3 {
  font-family: "out-bold";
  line-height: 30px;
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  section.banner-contact div.box-contact div.contact h3 {
    margin: 0 auto;
    text-align: center;
  }
}
section.banner-contact div.box-contact div.contact p {
  max-width: 292px;
}
section.banner-contact div.box-contact div.contact ul {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  section.banner-contact div.box-contact div.contact ul li {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.banner-contact div.box-contact div.contact ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #3b3b3b;
  text-align: left;
}
section.banner-contact div.box-contact div.contact ul li a b {
  font-family: "out-semibold";
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  section.banner-contact div.box-contact div.contact ul li a {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.banner-contact div.box-contact div.contact ul li a svg {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  section.banner-contact div.box-contact div.contact ul li a svg {
    margin-left: 0;
    margin-right: 10px;
  }
}
section.banner-contact div.box-contact div.contact ul li a svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.banner-contact div.box-contact div.contact ul li a:hover svg path {
  fill: #6dd54f;
}
section.banner-contact div.box-contact div.contact ul li:nth-child(4) a:hover svg path {
  fill: none;
  stroke: #6dd54f;
}
@media screen and (max-width: 767px) {
  section.banner-contact div.box-contact div.contact + div.contact {
    margin-top: 40px;
  }
}
section.banner-contact a.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "out-light";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #3b3b3b;
  text-align: left;
  color: #fff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 80px 0;
}
section.banner-contact a.location b {
  font-family: "out-semibold";
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  section.banner-contact a.location {
    padding: 80px 25px 140px 25px;
  }
}
section.banner-contact a.location svg {
  margin-right: 10px;
  min-width: 16px;
}
section.banner-contact a.location svg path {
  fill: #fff;
}

/* /Página de Contato */
/* Style */