:root {
--color-verde:#7db928 !important;
--color-azul:#0f78ba;

--color-rosa:#f58976;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');
.bg-verde {background-color:var(--color-verde) !important}
/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;

vertical-align: baseline;
}

html, body {
height: 100%;

}

body {

}

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

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

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

*:focus {  
outline: none;
}
.btn-primary {
    color: #fff !important;
    background-color: var(--color-verde);
    border-color: var(--color-verde);
}
.btn-primary-2 {
    color: var(--color-verde)!important;
    background-color: #fff ;
    border-color:#fff ;
}
.btn-primary:hover, .btn-primary-2:hover {
    color: #fff !important;
    background-color: var(--color-azul);
    border-color: var(--color-azul);
}
.btn-enviar {
    color: #fff !important;
    background-color: var(--color-azul);
    border-color: var(--color-azul);
}
.btn-enviar:hover {
    color: var(--color-azul) !important;
    background-color: #fff;
    border-color: #fff;
}
/* remove dotted outline from links,
button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


body { font-family: 'Quicksand', sans-serif; 
    font-style: normal;    
line-height: 1.7rem;
    font-size: 1.2rem;
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto; 
    }
a { color:#000; text-decoration:none;

}
a:hover, a:focus {color:var(--color-azul)}

.text-color{color:var(--color-verde);}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Quicksand', sans-serif;
    font-weight: bold;
	margin-bottom: 0;line-height: normal;
}

h1 {
	font-size: 36px;line-height: normal;
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 30px
	}
}

h2 {
	font-size: 30px
}

@media only screen and (max-width: 767px) {
	h2 {
		font-size: 24px
	}
}

h3 {
	font-size: 24px
}

@media only screen and (max-width: 767px) {
	h3 {
		font-size: 20px
	}
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 14px
}

p {
	margin-bottom: 0
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer
}

a,
button,
img,
input {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	outline: 0
}

a:focus,
button:focus,
img:focus,
input:focus {
	outline: 0
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none
}


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

button,
input[type="submit"] {
	cursor: pointer
}

img {
	max-width: 100%
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1
}
 .header {
  height: auto;
}
#header-scroll {
  position: fixed;
  
  background: transparent;
     display: flex;
    align-items: center;
    justify-content: space-around;
  width: 100%;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#header-scroll.small {
  height: auto;
  display: flex;
  float: left;background: rgb(255,255,255);
  left: 0;
  top: 0;

  width: 100%;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header-scroll.small img{  width: 100px;}

nav.menu {
  width: 100%;
 /* height: 60px;
  position: fixed;
  top: 0;*/
}
nav.menu ul {
 
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
nav.menu ul li {
  display: inline-block;
  margin: 0 10px;
}
nav.menu ul li a, 
.menu-items li a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s ease; text-transform:uppercase;padding:10px;
}
.menu-items li {margin-bottom:20px}
#header-scroll.small nav.menu ul li a {color: #000}
nav.menu ul li a.active {
    border-bottom: 2px solid var(--color-azul);
}
nav.menu ul li a:hover {
  color: var(--color-azul) !important;
  border-bottom: 2px solid var(--color-azul);
}
/* preloader*/
/* preloader*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 3.125rem;
  height: 3.125rem;
  display: inline-block;
  padding: 0rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.5625rem;
  margin-top: -1.5625rem;
}
.preloader span {
  position: absolute;
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  background: var(--color-verde);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}
.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/* 29. waves */
.waves {
position: absolute;
width: 100%;
height: 15vh;
min-height: 100px;
max-height: 150px;
bottom: 0;
left: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 0;
}

.parallax > use {
-webkit-animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
        animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.parallax > use:nth-child(1) {
-webkit-animation-delay: -2s;
        animation-delay: -2s;
-webkit-animation-duration: 7s;
        animation-duration: 7s;
}

.parallax > use:nth-child(2) {
-webkit-animation-delay: -3s;
        animation-delay: -3s;
-webkit-animation-duration: 10s;
        animation-duration: 10s;
}

.parallax > use:nth-child(3) {
-webkit-animation-delay: -4s;
        animation-delay: -4s;
-webkit-animation-duration: 13s;
        animation-duration: 13s;
}

.parallax > use:nth-child(4) {
-webkit-animation-delay: -5s;
        animation-delay: -5s;
-webkit-animation-duration: 20s;
        animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
   -webkit-transform: translate3d(-90px ,0, 0);
  }
  100% { 
    -webkit-transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px, 0, 0);
  }
  100% { 
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

.section {
  width: 100%;

  padding:100px 0px;
  
}


.navbar-bg-switch {
/*position: fixed;*/
position: absolute;
width: 100%;
top: 0;
left: 0;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
z-index: 999;
}

.logo {

-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}




.main-navigation-bg {
height: 58px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
        box-shadow: 0 0 5px rgba(0, 0, 0, .35);
background: rgba(255, 255, 255, 1);
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg {
    height: auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
       -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
            box-shadow: 0 0 5px rgba(0, 0, 0, .35);
  }
}


/* 8. hero */
.hero-fullscreen {
position: relative;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}

.hero-bg {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}
 
.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}
/* 38. Swiper CUSTOM */
.swiper-container {
width: 100%;
height: 100%;
margin: 0 auto;
}

.hero-slider-img .swiper-slide {
position: relative;
float: left;
width: 100%;
height: 100%;
overflow: hidden;
}

.swiper-slide-txt {
position: relative;
width: 100%!important;
padding: 0;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt {
	padding: 0 10px;
	left: 0;
  }
}

.swiper-slide-txt-inner {
position: relative;
max-width: 600px;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt-inner {
    max-width: 100%;
  }
}

.hero-slider-bg-controls {
position: absolute;
right: 75px;
bottom: 80px;
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 25px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 10px;
  }
}

.swiper-slide-controls {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
font-size: 16px;
color: var(--color-verde);
background: #fff;
cursor: pointer;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: 6px;
text-align: center;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-controls:hover {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
background: #fff;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}

.swiper-slide-pagination {
position: absolute;
width: 8px;
left: 80px;
bottom: 78px;
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    left: 30px;
    bottom: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 15px;
  }
}

.swiper-slide-pagination::before {
content: "";
position: absolute;
top: -50px;
left: 0;
right: 0;
bottom: -50px;
background: none;
}

.swiper-slide-pagination .swiper-pagination-bullet {
position: relative;
width: 100%;
height: 6px;
background: none;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-pagination .swiper-pagination-bullet:last-child {
margin-bottom: 0;
}

.swiper-slide-pagination .swiper-pagination-bullet::before,
.swiper-slide-pagination .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 6px;
height: 6px;
top: 0;
left: 50%;
background: #fff;
margin: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-pagination .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 8px;
height: 8px;
top: 50%;
left: 50%;
margin: -4px 0 0 -1px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
        transform: scale(0);
}

.swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: scale(1.8);
   -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
     -o-transform: scale(1.8);
        transform: scale(1.8);
background: #fff;
}

.slider-progress-bar {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.circle-svg {
position: relative;
-webkit-transform: scale(1) rotate(-90deg);
   -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
     -o-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg);
-webkit-transition: transform .4s ease;
   -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
     -o-transition: transform .4s ease;
        transition: transform .4s ease;
-webkit-transition: -webkit-transform .4s ease;
   -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
     -o-transition: -o-transform .4s ease;
        transition: transform .4s ease;
}

.circle-svg circle,
.circle {
fill: none;
stroke: #fff;
stroke-dasharray: 3;
stroke-width: 1px;
}

.slider-progress-bar.slider-active .circle {
stroke-dashoffset: 200px;
-webkit-transition: linear 4s stroke-dashoffset;
        transition: linear 4s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
right: 201px;
bottom: 80px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
font-size: 16px;
color: #fff;
background: none;
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
	right: 150px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
	right: 135px;
  }
}

.swiper-slide-controls-play-pause:hover {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
background: none;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
		
}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
content: "\f04c";
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.swiper-container-wrapper {
padding-top: 0!important;
height: 100%!important;
}

.swiper-slide {
overflow: hidden;
}

.swiper-slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #111;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.swiper-slide-inner-bg {
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
-webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
   -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s;
     -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
        transition: opacity .6s ease-in-out, transform 2s ease .7s;
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 0.2;
   -moz-opacity: 0.2;
-webkit-opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg,
.swiper-slide-active .swiper-slide-inner-bg {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
position: absolute;
width: 80%!important;
margin-left: auto; 
margin-right: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
-webkit-transition: opacity .4s ease;
   -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
     -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 15;
}

.swiper-slide-active .swiper-slide-inner-txt {
-webkit-transition: opacity 1.8s ease 1.2s;
   -moz-transition: opacity 1.8s ease 1.2s;
    -ms-transition: opacity 1.8s ease 1.2s;
     -o-transition: opacity 1.8s ease 1.2s;
        transition: opacity 1.8s ease 1.2s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

video { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}

.overlay-dark-75:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, .1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, .1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 0255, .75) 0%, rgba(255, 255, 255, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#ffffff', GradientType=0);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.overlay:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
/* 19. headings */
.hero-heading {
position: relative;

     font-family: 'Quicksand', sans-serif;
    font-weight: bold;
   
font-size: 55px;
text-align: center;
text-transform: none;
letter-spacing: -0.04em;
color: #fff;
margin: -6px auto 0 auto;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
line-height: 1.15;
z-index: 1;
}

@media all and (min-width: 1920px) {
  .hero-heading {
    font-size: 65px;
	margin: -8px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  .hero-heading {
    font-size: 45px;
	margin: -6px auto 0 auto;
  }
}

@media only screen and (max-width: 880px) {
  .hero-heading {
	padding: 0 25px;
  }
}

/*@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;font-family: 'Quicksand', sans-serif;
    font-weight: 900;
    font-style: normal;
  }
}
*/
  .hero-heading span {
    color: #c73f2c;
    
    text-shadow: none;font-family: 'Quicksand', sans-serif;
    font-weight: 900;
    font-style: normal;
  }


.hero-heading.hero-heading-dark {
color: #111;
}

@supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  .hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px #111;
            text-stroke: 1px #111;
    text-shadow: none;
  }
}

h2.hero-heading {
position: relative;
font-family: 'Quicksand', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 55px;
text-align: center;
text-transform: none;
letter-spacing: -0.04em;
color: #fff;
margin: -6px auto -8px auto;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
line-height: 1.15;
z-index: 1;
}

@media all and (min-width: 1920px) {
  h2.hero-heading {
    font-size: 65px;
	margin: -8px auto -9px auto;
  }
}

@media only screen and (max-width: 995px) {
  h2.hero-heading {
    font-size: 45px;
	margin: -6px auto;
  }
}

@media only screen and (max-width: 880px) {
  h2.hero-heading {
	padding: 0 25px;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  h2.hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-style: italic;
  }
}

h2.hero-heading.hero-heading-dark {
color: #111;
}

@supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  h2.hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px #111;
            text-stroke: 1px #111;
    text-shadow: none;
  }
}

.hero-subheading {
position: relative;
font-family: 'Quicksand', sans-serif;
font-size: 16px;
font-style: normal;

text-transform: uppercase;
text-align: center;
letter-spacing: 0.05em;
line-height: normal;
color: #fff;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;

z-index: 1;
}

.hero-subheading.hero-subheading-dark {
color: #111;
}

.hero-subheading span {
position: relative;
display: inline-block;
padding-right: 60px;
margin-right: 30px;
line-height: 1;
color: #fff;
}

@media only screen and (max-width: 880px) {
  .hero-subheading span {
	padding-right: 40px;
	margin-right: 20px;
  }
}

.hero-subheading.hero-subheading-dark span {
color: #111;
}

.hero-subheading span::before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 30px;
height: 0;
margin-top: -1px;
border-top: 1px solid #fff;
}

@media only screen and (max-width: 880px) {
  .hero-subheading span::before {
	width: 20px;
  }
}

.hero-subheading.hero-subheading-dark span::before {
border-top: 1px solid #111;
}

h4 {
font-family: 'Quicksand', sans-serif;
font-size: 15px;
font-weight: 800;
text-align: left;
text-transform: uppercase;
color: #5f5f5f;
line-height: 1;
letter-spacing: -0.04em;
}

.color-switch {
color: #111;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.col-all .color-switch {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.col-all:hover .color-switch {
color: #5f5f5f;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.about-content {
    padding: 90px 80px;
   
    position: relative;
}
.bg-white {
    background-color: #fff!important;
}
.sub-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-verde);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}
.main-title {
font-family: 'Quicksand', sans-serif;
    font-size: 2rem;
    margin-top: 5px;
    margin-bottom:20px;line-height: normal;
}
.about-content p {
    margin-top: 20px;
}

.count {
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: var(--color-azul);
    line-height: 1;
    margin-top: 40px;
    display: block;
}
.instagram-sec {}
/* instagram*/
.instagram-col figure {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.instagram-col figure {
    margin: 0 3px;
    position: relative; overflow: hidden;
}

.instagram-col figure:before  {
            
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjkuMDYiIGhlaWdodD0iMTY5LjA2Ij48cGF0aCBkPSJNMTIyLjQgMEg0Ni42NkE0Ni43IDQ2LjcgMCAwIDAgMCA0Ni42NnY3NS43NWE0Ni43IDQ2LjcgMCAwIDAgNDYuNjUgNDYuNjVoNzUuNzZhNDYuNyA0Ni43IDAgMCAwIDQ2LjY1LTQ2LjY1VjQ2LjY2QTQ2LjcgNDYuNyAwIDAgMCAxMjIuNDEgMHptMzEuNjYgMTIyLjRhMzEuNyAzMS43IDAgMCAxLTMxLjY1IDMxLjY2SDQ2LjY1QTMxLjY5IDMxLjY5IDAgMCAxIDE1IDEyMi40MVY0Ni42NkEzMS43IDMxLjcgMCAwIDEgNDYuNjUgMTVoNzUuNzZhMzEuNyAzMS43IDAgMCAxIDMxLjY1IDMxLjY2djc1Ljc1eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik04NC41MyA0MC45N2E0My42MSA0My42MSAwIDAgMC00My41NiA0My41NmMwIDI0LjAyIDE5LjU0IDQzLjU2IDQzLjU2IDQzLjU2czQzLjU2LTE5LjU0IDQzLjU2LTQzLjU2YTQzLjYxIDQzLjYxIDAgMCAwLTQzLjU2LTQzLjU2em0wIDcyLjEyYTI4LjYgMjguNiAwIDAgMS0yOC41Ni0yOC41NmMwLTE1Ljc1IDEyLjgxLTI4LjU2IDI4LjU2LTI4LjU2czI4LjU2IDEyLjgxIDI4LjU2IDI4LjU2YTI4LjYgMjguNiAwIDAgMS0yOC41NiAyOC41NnptNDUuMzktODQuODRhMTEuMDQgMTEuMDQgMCAwIDAtMTEgMTFjMCAyLjkgMS4xOCA1LjczIDMuMjMgNy43OGExMS4wOCAxMS4wOCAwIDAgMCA3Ljc3IDMuMjJjMi45IDAgNS43My0xLjE4IDcuNzgtMy4yMmExMS4wNSAxMS4wNSAwIDAgMCAwLTE1LjU2IDExLjA1IDExLjA1IDAgMCAwLTcuNzgtMy4yMnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat 50% 50% rgba(0,0,0,0.5);
    background-size: 20% auto;
   content: "";
    height: 100%;
    left: 0;
    line-height: 0;
    opacity: 1;
    position: absolute;
    top:0;
    visibility: hidden;
    width: 100%;
    z-index: 2;

}

.instagram-col figure:hover::before {
	visibility: visible;transition: opacity .3s ease;
}
.instagram-col .gallery-img {
    opacity: 1;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.instagram-col .gallery-img img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
footer a { color:var(--color-verde)}
/**/
.copy-ideias{
    width: 17px;
    height: 16px;
    top: 2px;
    position: relative; background-repeat: no-repeat;background-size: contain; display: inline-block;
	
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='130px' height='130px' viewBox='0 0 130 130' enable-background='new 0 0 130 130' xml:space='preserve'%3E%3Cpath fill='%23000' d='M125.854 39.375c0 3.906-3.17 7.077-7.076 7.077H63.677c-3.906 0-7.076-3.171-7.076-7.077V11.61c0-3.908 3.169-7.073 7.076-7.073h55.099c3.908 0 7.076 3.165 7.076 7.073v27.765H125.854z M46.126 119.102c0 3.904-3.167 7.07-7.073 7.07H11.286c-3.905 0-7.073-3.166-7.073-7.07V64.001c0-3.906 3.168-7.073 7.073-7.073h27.767c3.906 0 7.073 3.167 7.073 7.073V119.102z M46.931 25.365c0-12.155-9.85-22.002-22.004-22.002c-12.152 0-22.002 9.848-22.002 22.002c0 12.152 9.85 22.004 22.002 22.004C37.081 47.369 46.931 37.517 46.931 25.365z M83.387 82.785c-1.679 0-3.047-1.363-3.047-3.042c0-1.685 1.368-3.052 3.047-3.052c1.684 0 3.047 1.367 3.047 3.052C86.434 81.422 85.068 82.785 83.387 82.785z M74.496 82.785c-1.686 0-3.042-1.363-3.042-3.042c0-1.685 1.356-3.052 3.042-3.052s3.042 1.367 3.042 3.052C77.538 81.422 76.182 82.785 74.496 82.785z M92.338 82.785c-1.679 0-3.042-1.363-3.042-3.042c0-1.685 1.363-3.052 3.042-3.052c1.684 0 3.051 1.367 3.051 3.052C95.389 81.422 94.021 82.785 92.338 82.785z M102.648 57.384H63.059c-3.244 0-6 2.461-6 5.708v34.872c0 3.243 0 8.554 0 11.8v5.67c0 3.238 2.035 4.133 4.467 1.984l10.914-9.652c2.435-2.146 7.099-3.914 10.343-3.914l19.866-0.004c3.244 0 5.893-2.641 5.893-5.884V63.09C108.541 59.845 105.895 57.384 102.648 57.384z'/%3E%3C/svg%3E");

}

/*responsive*/
.nav-menu-mobile, .menu-icon { display: none;}
@media (max-width: 991px) { 

    nav.menu { display: none;}

    .nav-menu-mobile { display: flex; position: fixed;     background: #fff; z-index: 200; left: 0; right: 0;top: 0; align-items:center;
    height: 100vh; justify-content:center; text-align:center; opacity:0; pointer-events:none;top:-100%;transition:400ms;
    }

    .nav-menu-mobile.active {opacity:1; pointer-events:auto;top:0% }

    .menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;display: block;z-index: 210;display: none;
}
.menu-icon .menu-icon__cheeckbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--bar-bg, #000);
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0;
}
.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}
.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
.menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
  width: 22px;
}
.about-content {
    padding: 40px;
}

}

.swiper {
        width: 100%;
       
      }
 .swiper .swiper-wrapper {
    position: relative;
    width: 100%;
   height: auto; 
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; 
}
      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 350px;
        object-fit: cover;
      }
.swiper-button-next, .swiper-button-prev {
   
    color: var(--color-verde);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}
 .mySwiper2 .swiper-slide img {
        display: block;
        width: 100%;
        height: 550px;
        object-fit: cover;
      }
    .sec-compromisso { background: #55949c; color:#fff}
    .bx-comp-item {}
     .bx-comp-item > .div {padding:25px 30px;background: #fff; color:var(--color-verde); text-align:center}
     .bx-comp-item > .div h3 {margin-bottom:20px}

.copy-right { font-size:0.9rem; }
.copy-right a { color:#000 }
#CDSWIDSSP { width: 100% !important;}

.scroll-icon {
    position: absolute;
    bottom: 40px;
    left: -webkit-calc(50% - 11px);
    left: calc(50% - 11px);
    width: 22px;
    height: 32px;
    border-radius: 12px;
    border: 2px solid #FFF;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 9;
}

.scroll-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #FFF;
    -webkit-animation-name: mouse-wheel-animation;
    animation-name: mouse-wheel-animation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes mouse-wheel-animation {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
}

@keyframes mouse-wheel-animation {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
}


/**/
#facilidades p { margin-bottom:1.8rem; font-size:1.2rem}

.swiper-button-next:after, .swiper-button-prev:after {
  
    font-size: 1rem;
}

.grecaptcha-badge{ display: none !important; }

.lang {position:absolute; right:0; top:0; width:70px; height:35px; background:var(--color-verde); text-align:center; line-height:35px}
.lang:hover {background:var(--color-azul); }
.lang a {  color:#fff; font-size:20px; font-weight:600}
.lang a:hover {  color:#fff; }


#wame {
    position: fixed;
    left: 40px;
    bottom: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
}
#wame a {
    position: absolute;
    top: 0px;
    left: 0px;
}

.preco-desde-geral {
  font-weight:600;
  font-size:22px;
}

.preco-desde-geral.preco-rasurado {
  font-weight:300;
  font-size:18px;
  text-decoration-line: line-through;
}

.preco-desde-geral.preco-descontado {
  color: green;
}

.preco-desde-geral.preco-descontado::after {
  color: green;
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  text-rendering: auto;
  content: "\f00c";
}