@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Preload images */
body:after {
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 0px solid #000;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
    This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(225deg);
  left: 20px;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  position: relative;
  width: 64%;
  right: 0;
  float: right;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  right: 20px;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
  font-family: 'Montserrat', sans-serif;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}

[data-aos=fade-up] {
  transform: translateY(100px);
}

[data-aos=fade-down] {
  transform: translateY(-100px);
}

[data-aos=fade-right] {
  transform: translate(-100px);
}

[data-aos=fade-left] {
  transform: translate(100px);
}

[data-aos=fade-up-right] {
  transform: translate(-100px, 100px);
}

[data-aos=fade-up-left] {
  transform: translate(100px, 100px);
}

[data-aos=fade-down-right] {
  transform: translate(-100px, -100px);
}

[data-aos=fade-down-left] {
  transform: translate(100px, -100px);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate(100px) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0);
}

[data-aos=slide-up] {
  transform: translateY(100%);
}

[data-aos=slide-down] {
  transform: translateY(-100%);
}

[data-aos=slide-right] {
  transform: translateX(-100%);
}

[data-aos=slide-left] {
  transform: translateX(100%);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
}

.container::after, .container::before {
  content: '';
  display: table;
  clear: both;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .container {
    max-width: 760px;
  }
}

@media screen and (max-width: 759px) {
  .container {
    max-width: 480px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.row::after, .row::before {
  content: '';
  display: table;
  clear: both;
}

[class^="grid-"] {
  float: left;
  min-height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.grid-1 {
  width: calc(8.33333% - 20px);
}

.grid-2 {
  width: calc(16.66667% - 20px);
}

.grid-3 {
  width: calc(25% - 20px);
}

.grid-4 {
  width: calc(33.33333% - 20px);
}

.grid-5 {
  width: calc(41.66667% - 20px);
}

.grid-6 {
  width: calc(50% - 20px);
}

.grid-7 {
  width: calc(58.33333% - 20px);
}

.grid-8 {
  width: calc(66.66667% - 20px);
}

.grid-9 {
  width: calc(75% - 20px);
}

.grid-10 {
  width: calc(83.33333% - 20px);
}

.grid-11 {
  width: calc(91.66667% - 20px);
}

.grid-12 {
  width: calc(100% - 20px);
}

@media screen and (min-width: 1200px) {
  .grid-l-1 {
    width: calc(8.33333% - 20px);
  }
  .grid-l-2 {
    width: calc(16.66667% - 20px);
  }
  .grid-l-3 {
    width: calc(25% - 20px);
  }
  .grid-l-4 {
    width: calc(33.33333% - 20px);
  }
  .grid-l-5 {
    width: calc(41.66667% - 20px);
  }
  .grid-l-6 {
    width: calc(50% - 20px);
  }
  .grid-l-7 {
    width: calc(58.33333% - 20px);
  }
  .grid-l-8 {
    width: calc(66.66667% - 20px);
  }
  .grid-l-9 {
    width: calc(75% - 20px);
  }
  .grid-l-10 {
    width: calc(83.33333% - 20px);
  }
  .grid-l-11 {
    width: calc(91.66667% - 20px);
  }
  .grid-l-12 {
    width: calc(100% - 20px);
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .grid-m-1 {
    width: calc(8.33333% - 20px);
  }
  .grid-m-2 {
    width: calc(16.66667% - 20px);
  }
  .grid-m-3 {
    width: calc(25% - 20px);
  }
  .grid-m-4 {
    width: calc(33.33333% - 20px);
  }
  .grid-m-5 {
    width: calc(41.66667% - 20px);
  }
  .grid-m-6 {
    width: calc(50% - 20px);
  }
  .grid-m-7 {
    width: calc(58.33333% - 20px);
  }
  .grid-m-8 {
    width: calc(66.66667% - 20px);
  }
  .grid-m-9 {
    width: calc(75% - 20px);
  }
  .grid-m-10 {
    width: calc(83.33333% - 20px);
  }
  .grid-m-11 {
    width: calc(91.66667% - 20px);
  }
  .grid-m-12 {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 759px) {
  .grid-s-1 {
    width: calc(8.33333% - 20px);
  }
  .grid-s-2 {
    width: calc(16.66667% - 20px);
  }
  .grid-s-3 {
    width: calc(25% - 20px);
  }
  .grid-s-4 {
    width: calc(33.33333% - 20px);
  }
  .grid-s-5 {
    width: calc(41.66667% - 20px);
  }
  .grid-s-6 {
    width: calc(50% - 20px);
  }
  .grid-s-7 {
    width: calc(58.33333% - 20px);
  }
  .grid-s-8 {
    width: calc(66.66667% - 20px);
  }
  .grid-s-9 {
    width: calc(75% - 20px);
  }
  .grid-s-10 {
    width: calc(83.33333% - 20px);
  }
  .grid-s-11 {
    width: calc(91.66667% - 20px);
  }
  .grid-s-12 {
    width: calc(100% - 20px);
  }
}

*, *::after, *::before {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

::selection {
  background: rgba(0, 70, 103, 0.5);
}

::-moz-selection {
  background: rgba(0, 70, 103, 0.5);
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
  background: #FFF;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #777;
  padding-top: 124px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  body {
    padding-top: 109px;
  }
}

@media screen and (max-width: 759px) {
  body {
    padding-top: 140px;
  }
}

img {
  display: block;
  max-width: 100%;
}

/* Elemento que segura todo o conteúdo do site (exceto o footer)
Utilizado para impedir que o footer suba quando há pouco conteúdo
ou quando a resolução da tela é maior. */
.wrapper {
  min-height: calc(100vh - 40px);
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .wrapper {
    min-height: calc(100vh - 460px);
  }
}

@media screen and (max-width: 759px) {
  .wrapper {
    min-height: 100vh;
  }
}

.secao {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.secao .container {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.home .secao {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 759px) {
  .home .secao {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.titulo {
  float: left;
  width: 100%;
  position: relative;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .titulo {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 759px) {
  .titulo {
    font-size: 20px;
    line-height: 30px;
  }
}

.titulo::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  width: 80px;
  height: 4px;
  background: #004667;
}

.titulo2 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #333;
  text-transform: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.subtitulo {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 60px;
}

.texto {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #777;
}

.texto.center {
  text-align: center;
}

.texto b, .texto strong {
  font-weight: 600;
  color: #333;
}

.empty {
  text-align: center;
  min-height: 100px;
}

.empty span {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.empty p {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #777;
}

.empty b {
  font-weight: 600;
  color: #333;
}

a, a:hover, a:visited, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

.link {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  transition: .2s;
  color: #004667;
}

.link:active, .link:focus, .link:visited {
  color: #004667;
}

.link:hover {
  color: #0091b7 !important;
}

.campo-container {
  position: relative;
  margin-bottom: 20px;
}

.campo-container label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 5px;
}

.campo {
  width: 100%;
  border: 2px solid #DDD;
  border-radius: 0px;
  background: #FFF;
  outline: none;
  box-shadow: none;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  transition: .3s;
}

.campo::placeholder {
  opacity: .8;
  color: #333 !important;
}

.campo::-webkit-input-placeholder {
  opacity: .8;
  color: #333 !important;
}

.campo:-moz-placeholder {
  opacity: .8;
  color: #333 !important;
}

.campo::-moz-placeholder {
  opacity: .8;
  color: #333 !important;
}

.campo:-ms-input-placeholder {
  opacity: .8;
  color: #333 !important;
}

.campo:focus {
  border-color: #004667;
}

.campo[disabled] {
  opacity: .5;
  cursor: default;
}

textarea.campo {
  height: auto;
  padding: 15px;
  resize: none;
}

.campo.file {
  padding: 0px;
  border: none;
  background: none;
}

select.campo {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.campo::-ms-expand {
  display: none;
}

select.campo:hover + .arrow, select.campo:focus + .arrow {
  border-top-color: #333;
}

.campo-container .arrow {
  position: absolute;
  bottom: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #777 transparent transparent transparent;
}

.campo-container.cr-container {
  width: auto;
}

.campo-container.cr-container > label:not(.cr-lbl) {
  width: 100%;
  margin-bottom: 10px;
}

.campo-container.cr-container .cr-lbl {
  display: inline-block;
  margin: 0px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 5px 0;
  cursor: pointer;
}

@media screen and (max-width: 759px) {
  .campo-container.cr-container .cr-lbl {
    width: 100%;
  }
}

.campo-container.cr-container .cr-lbl:last-child {
  margin-right: 0px;
}

.campo-container.cr-container .cr-lbl input {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.campo-container.cr-container .cr-lbl .radio {
  position: relative;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #DDD;
  background: #DDD;
  margin-right: 5px;
  margin-top: -2px;
  text-align: center;
  transition: .2s;
}

.campo-container.cr-container .cr-lbl:hover .radio {
  border-color: #004667;
}

.campo-container.cr-container .cr-lbl input:checked + .radio {
  background: #004667;
  border-color: #004667;
}

.campo-container.cr-container .cr-lbl input:checked + .radio::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 5.5px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
}

.campo-container.cr-container .cr-lbl .checkbox {
  position: relative;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  border: 2px solid #DDD;
  background: #DDD;
  margin-right: 5px;
  margin-top: -2px;
  text-align: center;
  transition: .2s;
}

.campo-container.cr-container .cr-lbl:hover .checkbox {
  border-color: #004667;
}

.campo-container.cr-container .cr-lbl input:checked + .checkbox {
  background: #004667;
  border-color: #004667;
}

.campo-container.cr-container .cr-lbl input:checked + .checkbox::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 5.5px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
}

.campo-container.cr-container .cr-lbl > span {
  display: block;
  float: left;
  width: auto;
  margin-top: -3px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 759px) {
  .campo-container.cr-container .cr-lbl > span {
    float: none;
  }
}

.campo-container.cr-container .cr-lbl input:checked ~ span {
  color: #333;
}

.campo-container.cr-container .cr-lbl input[disabled] ~ span {
  opacity: .5;
  cursor: default;
}

.caracter_count {
  position: absolute;
  bottom: -15px;
  right: 0;
  font-size: 14px;
  color: #777;
}

.campo-loading {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.campo-loading i {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.campo-loading + .campo {
  padding-right: 50px;
}

.show-validacao.valid::after {
  content: "\f058";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #00C851;
  font-size: em(20);
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
}

.parsley-errors-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.parsley-errors-list li {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: block;
  margin-top: 10px;
  padding: 10px;
  background: #FF4444;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.parsley-errors-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #FF4444 transparent;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  padding: 14px 30px;
  outline: none;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
  background: rgba(0, 0, 0, 0.15);
}

.btn[disabled] {
  opacity: .5;
  cursor: default;
}

.btn i {
  margin-right: 10px;
}

.btn.btn-primario {
  background: #004667;
  color: #FFF;
}

.btn.btn-primario:hover, .btn.btn-primario:focus, .btn.btn-primario:active, .btn.btn-primario.active {
  background: #006984;
}

.btn.btn-primario.active:hover {
  background: #004667;
}

.btn.btn-secundario {
  background: #0091b7;
  color: #FFF;
}

.btn.btn-secundario:hover, .btn.btn-secundario:focus, .btn.btn-secundario:active, .btn.btn-secundario.active {
  background: #006984;
}

.btn.btn-secundario.active:hover {
  background: #0091b7;
}

.btn.btn-sm {
  padding: 10px 20px;
  font-size: 14px;
}

.btn.btn-lg {
  padding: 20px 40px;
  font-size: 20px;
}

.btn-container {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.btn-container.left {
  text-align: left;
}

.btn-container.right {
  text-align: right;
}

.gotop {
  position: fixed;
  z-index: 5;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 70, 103, 0.8);
  cursor: pointer;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  transform: translate(0, 100px);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
}

.gotop:hover {
  background: #004667;
}

.gotop.active {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.gotop::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #FFF;
  transform: rotate(45deg);
  border-bottom: none;
  border-right: none;
  margin-top: 20px;
}

.loading {
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}

.loading-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 80px;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #004667;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* .pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: $cor_primaria;
    position: fixed;
    z-index: $z_index_mascara;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
} */
.modal {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 0;
  transition: background .3s;
}

.modal.open {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
}

.modal.open::-webkit-scrollbar {
  display: none;
}

.modal-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: 30px auto;
  background: #FFF;
  width: 95%;
  max-width: 600px;
  height: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  transition: .5s;
}

.modal-wrap.modal-lg {
  max-width: 800px;
}

.modal-wrap.modal-sm {
  max-width: 400px;
}

.modal.open .modal-wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-header {
  float: left;
  width: 100%;
  padding: 15px;
  background: none;
}

.modal-titulo {
  display: block;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #004667;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 759px) {
  .modal-titulo {
    font-size: 24px;
  }
}

.modal-btn-close {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.modal-btn-close::before, .modal-btn-close::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #004667;
  position: absolute;
  top: 50%;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

.modal-btn-close:hover::before, .modal-btn-close:hover::after {
  background: #0091b7;
}

.modal-btn-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-btn-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-force .modal-btn-close {
  display: none;
}

.modal-body {
  float: left;
  width: 100%;
  padding: 20px 40px;
}

@media screen and (max-width: 759px) {
  .modal-body {
    padding: 20px;
  }
}

.modal-body > p {
  margin-bottom: 20px;
}

.modal-btn {
  margin-top: 20px;
}

.modal-btn.center {
  float: left;
  width: 100%;
  text-align: center;
}

.modal-btn.left {
  float: left;
  text-align: left;
  margin-right: 20px;
}

.modal-btn.right {
  float: right;
  text-align: right;
  margin-left: 20px;
}

#modal-alert .modal-alert-icon {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
}

#modal-alert .modal-alert-icon i {
  font-size: 36px;
  color: #333;
}

#modal-alert .modal-alert-icon i:not(.fa-exclamation-circle) {
  display: none;
}

#modal-alert .texto {
  float: left;
  width: calc(100% - 50px);
  padding-left: 10px;
  color: #777;
}

#modal-alert.success .modal-btn-close::before, #modal-alert.success .modal-btn-close::after {
  background: #00C851;
}

#modal-alert.success .modal-titulo {
  color: #00C851;
}

#modal-alert.success .modal-alert-icon i {
  color: #00C851;
  display: none;
}

#modal-alert.success .modal-alert-icon i.fa-check-circle {
  display: inline;
}

#modal-alert.error .modal-btn-close::before, #modal-alert.error .modal-btn-close::after {
  background: #FF4444;
}

#modal-alert.error .modal-titulo {
  color: #FF4444;
}

#modal-alert.error .modal-alert-icon i {
  color: #FF4444;
  display: none;
}

#modal-alert.error .modal-alert-icon i.fa-times-circle {
  display: inline;
}

#modal-alert.warning .modal-btn-close::before, #modal-alert.warning .modal-btn-close::after {
  background: #FFBB33;
}

#modal-alert.warning .modal-titulo {
  color: #FFBB33;
}

#modal-alert.warning .modal-alert-icon i {
  color: #FFBB33;
  display: none;
}

#modal-alert.warning .modal-alert-icon i.fa-exclamation-circle {
  display: inline;
}

.tabs-abas {
  float: left;
  width: 100%;
}

.tabs-abas li {
  width: auto;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  transition: .3s ease-out;
  color: #333;
  box-shadow: inset 0px -3px 0px 0px #DDD;
}

.tabs-abas li:hover {
  background: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 759px) {
  .tabs-abas li {
    width: 100% !important;
  }
}

.tabs-abas li.active {
  box-shadow: inset 0px -3px 0px 0px #004667;
  background: rgba(0, 0, 0, 0.05);
  cursor: default;
}

.tabs-abas li span {
  vertical-align: top;
}

.tabs-abas li i {
  font-size: 24px;
  margin-right: 10px;
}

.tab-content {
  display: none;
  float: left;
  width: 100%;
}

.tab-content.active {
  display: block;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 45%;
  -webkit-transform: translate(0, -45%);
  -ms-transform: translate(0, -45%);
  transform: translate(0, -45%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  transition: .2s ease-out;
}

@media screen and (max-width: 759px) {
  .slick-prev,
  .slick-next {
    top: 40%;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  border-color: #004667;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  border-color: rgba(0, 0, 0, 0.2);
  cursor: default !important;
}

.slick-prev {
  transform: rotate(225deg);
  left: -20px;
}

.slick-next {
  transform: rotate(45deg);
  right: -20px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}

.slick-dots li button {
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 0;
  outline: none;
  color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: .2s ease-out;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  background: rgba(255, 255, 255, 0.7);
}

.slick-dots li.slick-active button {
  background: #004667;
}

.carrosel {
  float: left;
  width: 100%;
  width: calc(100% - 60px);
  margin-left: 30px;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 7;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
    /*rtl:begin:ignore*/
  left: 0;
  /*
    /*rtl:end:ignore*/
}

/*
/*rtl:begin:ignore*/
/*
/*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
    /*rtl:begin:ignore*/
  right: 0;
  /*
    /*rtl:end:ignore*/
}

/*
/*rtl:begin:ignore*/
/*
/*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #0091b7;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #004667;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #004667;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #004667;
  background: #004667;
  color: #FFF;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #004667;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #004667;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #004667;
  box-shadow: -10px 0 0 #004667;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #004667, 5px 0 0 #004667;
  box-shadow: -5px 0 0 #004667, 5px 0 0 #004667;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 5;
  float: left;
  width: 100%;
  background: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26);
  transition: .3s;
}

@media screen and (max-width: 759px) {
  .header {
    padding: 10px 0;
    text-align: center;
  }
}

.header-logo {
  display: block;
  float: left;
  max-width: 170px;
  width: auto;
  margin-top: 4px;
}

@media screen and (max-width: 759px) {
  .header-logo {
    float: none;
    display: inline-block;
    vertical-align: top;
    max-width: 120px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .header-logo {
    max-width: 130px;
    margin-top: 8px;
  }
}

.header-logo.white-logo {
  display: none;
}

.header-direita {
  float: right;
  width: auto;
  margin-top: 8px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .header-direita {
    margin-top: 8px;
  }
}

@media screen and (max-width: 759px) {
  .header-direita {
    width: 100%;
    margin-top: 10px;
  }
}

.header-telefones {
  text-align: right;
  margin-bottom: 30px;
  margin-top: 10px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .header-telefones {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 759px) {
  .header-telefones {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }
}

.header-telefones a {
  display: inline-block;
  margin-left: 20px;
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  text-transform: uppercase;
  color: #444;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .header-telefones a {
    font-size: 15px;
  }
}

@media screen and (max-width: 759px) {
  .header-telefones a {
    text-align: center;
    margin: 0 5px;
    font-size: 16px;
  }
}

.header-telefones a i {
  margin-right: 5px;
  font-size: 22px;
  color: #004667;
  vertical-align: middle;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .header-telefones a i {
    font-size: 18px;
  }
}

@media screen and (max-width: 759px) {
  .header-telefones a i {
    font-size: 18px;
  }
}

.header-botoes {
  float: left;
}

@media screen and (max-width: 759px) {
  .header-botoes {
    float: none;
    display: none;
  }
}

.fdx-menu.lateral {
  float: right;
  width: auto;
  text-align: left;
  margin-top: 0px;
}

.fdx-menu.lateral .container {
  position: static;
}

.fdx-menu.lateral li {
  display: block;
  float: left;
  position: relative;
}

.fdx-menu.lateral a {
  display: inline-block;
  width: 100%;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  transition: .3s ease-out;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .fdx-menu.lateral a {
    font-size: 12px;
  }
}

@media screen and (max-width: 759px) {
  .fdx-menu.lateral {
    display: none;
  }
}

.lateral .fdx-menu-1-level {
  float: left;
  width: 100%;
}

.lateral .fdx-menu-1-level > li {
  padding: 0 25px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .lateral .fdx-menu-1-level > li {
    padding: 0 10px;
  }
}

.lateral .fdx-menu-1-level > li:first-child {
  padding-left: 0px;
}

.lateral .fdx-menu-1-level > li:last-child {
  padding-right: 0px;
}

.lateral .fdx-menu-1-level > li > a {
  z-index: 2;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  color: #333;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  padding: 5px 0;
}

.lateral .fdx-menu-1-level > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #004667;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.lateral .fdx-menu-1-level > li > a:hover:before, .lateral .fdx-menu-1-level > li > a:focus:before, .lateral .fdx-menu-1-level > li > a:active:before {
  left: 0;
  right: 0;
}

.lateral .fdx-menu-1-level > li > a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #0091b7;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.lateral .fdx-menu-1-level > li > a:hover:after, .lateral .fdx-menu-1-level > li > a:focus:after, .lateral .fdx-menu-1-level > li > a:active:after {
  left: 0;
  right: 0;
}

.lateral .fdx-menu-2-level {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1;
  width: 330px;
  padding: 10px 0;
  background: #002334;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -20px);
  transition: .3s ease;
  border-top: 3px solid #0091b7;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .lateral .fdx-menu-2-level {
    top: 50px;
    width: 250px;
    padding: 5px 0;
  }
}

.lateral .fdx-menu-2-level::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 15px;
  border-color: transparent transparent #0091b7 transparent;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .lateral .fdx-menu-2-level::before {
    top: -10px;
    left: 25px;
  }
}

.lateral .fdx-menu-2-level li {
  float: left;
  width: 100%;
}

.lateral .fdx-menu-2-level li a {
  padding: 5px 20px;
  color: #FFF;
  text-transform: none;
  line-height: 100%;
  font-wheight: normal;
}

.lateral .fdx-menu-2-level li a:hover {
  color: #0091b7;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .lateral .fdx-menu-2-level li a {
    padding: 0px 10px;
  }
}

.lateral .fdx-menu-1-level > li:hover > .fdx-menu-2-level {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.lateral .fdx-menu-3-level {
  position: absolute;
  top: -10px;
  right: -250px;
  width: 250px;
  padding: 10px 0;
  background: #222;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  opacity: 0;
  visibility: hidden;
  transform: translate(-20px, 0);
  transition: .3s ease;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .lateral .fdx-menu-3-level {
    right: -200px;
    width: 200px;
    top: -5px;
    padding: 5px 0;
  }
}

.lateral .fdx-menu-3-level li {
  float: left;
  width: 100%;
}

.lateral .fdx-menu-3-level li a {
  padding: 5px 20px;
  color: #FFF;
  text-transform: uppercase;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .lateral .fdx-menu-3-level li a {
    padding: 0px 10px;
  }
}

.lateral .fdx-menu-2-level > li:hover > .fdx-menu-3-level {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.menu-btn-mobile {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 7;
  width: 30px;
  height: 30px;
  border-top: 2px solid #004667;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 1200px) {
  .menu-btn-mobile {
    display: none;
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .menu-btn-mobile {
    display: none;
  }
}

.menu-btn-mobile::before, .menu-btn-mobile::after {
  content: '';
  display: block;
  height: 2px;
  margin-top: 5px;
  background: #004667;
  position: relative;
  transition: transform .2s ease;
}

.menu-btn-mobile.active {
  border-top-color: transparent;
}

.menu-btn-mobile.active::before {
  margin-top: 0;
  top: 6px;
  transform: rotate(135deg);
}

.menu-btn-mobile.active::after {
  margin-top: 0;
  top: 3px;
  transform: rotate(45deg);
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-dropdown-wrapper {
  position: fixed;
  z-index: 6;
}

@media screen and (min-width: 1200px) {
  .cd-dropdown-wrapper {
    display: none;
  }
}

.cd-dropdown-wrapper.active {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background-color: #FFF;
  visibility: hidden;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.26);
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: -webkit-transform 0.2s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.2s 0s, visibility 0s 0.5s;
  transition: transform 0.2s 0s, visibility 0s 0.5s;
}

.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #FFF;
  background-color: #004667;
  text-transform: uppercase;
}

.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.2s 0s, visibility 0s 0s;
  transition: transform 0.2s 0s, visibility 0s 0s;
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  background-color: #FFF;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #333;
  font-size: 20px;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}

.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0091b7;
  font-weight: 600;
  letter-spacing: 1px;
  color: #777;
}

.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}

.cd-dropdown-content a, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  background: none;
  text-transform: none;
  text-align: left;
  color: #004667;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  height: auto;
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

.has-children > a, .go-back a {
  position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #004667;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.go-back a::before, .go-back a::after {
  background: #FFF;
}

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-children > a {
  padding-right: 40px;
}

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-dropdown-content .go-back a {
  padding-left: 40px;
  background: #004667;
  color: #FFF;
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-dropdown-header {
  background: #E5E5E5;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}

.cd-dropdown-header .cd-dropdown-logo {
  display: inline-block;
  margin: 0;
  width: 200px;
  height: auto;
  line-height: 100%;
}

/*# sourceMappingURL=style.css.map */
.footer {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .footer {
    height: 85px;
  }
}

@media screen and (max-width: 759px) {
  .footer {
    height: auto;
    padding-bottom: 0px;
  }
}

.footer-bloco {
  float: left;
}

@media screen and (max-width: 759px) {
  .footer-bloco {
    width: 100% !important;
    text-align: center;
  }
}

.footer-bloco > h2 {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #FFF;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-bloco .footer-links {
  float: left;
  width: 100%;
}

.footer-bloco .footer-links li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .footer-bloco .footer-links li {
    width: 100%;
  }
}

@media screen and (max-width: 759px) {
  .footer-bloco .footer-links li {
    width: 100%;
    text-align: center;
  }
}

.footer-bloco .footer-links li a {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  color: #FFF;
  transition: .3s;
}

.footer-bloco .footer-links li a:hover {
  color: #00699a;
}

.footer-servicos {
  width: 25%;
}

@media screen and (max-width: 759px) {
  .footer-servicos {
    text-align: center;
    margin-bottom: 40px;
  }
}

.footer-produtos {
  width: 25%;
}

@media screen and (max-width: 759px) {
  .footer-produtos {
    text-align: center;
    margin-bottom: 40px;
  }
}

.footer-assistencia {
  width: 25%;
}

@media screen and (max-width: 759px) {
  .footer-assistencia {
    text-align: center;
    margin-bottom: 40px;
  }
}

.footer-atendimento {
  width: 25%;
}

.footer-atendimento li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #FFF;
}

.footer-atendimento li i {
  margin-right: 5px;
  color: #00699a;
}

.footer-atendimento li a {
  color: #FFF !important;
}

.barra-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  float: left;
  width: 100%;
  background: #00121b;
  padding: 10px 0;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  color: #FFF;
}

@media screen and (max-width: 759px) {
  .barra-footer {
    position: static;
    margin-top: 0px;
  }
}

.barra-footer .left {
  text-align: left;
}

.barra-footer .center {
  text-align: center;
  padding-top: 8px;
}

.barra-footer .right {
  text-align: right;
}

@media screen and (max-width: 759px) {
  .barra-footer [class^="grid-"] {
    text-align: center !important;
    margin-bottom: 10px;
  }
}

.barra-footer .link {
  color: #fff !important;
}

.barra-footer .grid-4:not(.redes-sociais) {
  padding-top: 8px;
}

.redes-sociais a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 43px;
  border-radius: 50%;
  border: 1px solid #FFF;
  text-align: center;
  margin-right: 5px;
  transition: .3s ease-out;
}

.redes-sociais a:hover {
  background: #FFF;
}

.redes-sociais a i {
  color: #FFF;
  font-size: 20px;
  transition: .3s ease-out;
}

.redes-sociais a:hover i {
  color: #00699a;
}

.pagination-nav {
  float: left;
  width: 100%;
}

.pagination-nav ul {
  text-align: center;
}

.pagination-nav li {
  display: inline-block;
  margin: 0 2px;
}

@media screen and (max-width: 759px) {
  .pagination-nav li {
    display: none;
  }
  .pagination-nav li:first-child, .pagination-nav li:last-child, .pagination-nav li.active {
    display: inline-block;
  }
}

.pagination-nav li.active a {
  background: #004667;
  color: #FFF;
}

.pagination-nav a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 10px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #333;
  text-align: center;
  font-weight: 600;
  transition: .3s ease-out;
}

.pagination-nav a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.manutencao {
  text-align: center;
}

.manutencao .manutencao-img {
  display: inline-block;
  margin-top: 40px;
  max-width: 300px;
}

.manutencao h2 {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #333;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}

.manutencao h3 {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #777;
  font-size: 18px;
}

.slide-home {
  float: left;
  width: 100%;
}

.slide-home .slick-prev,
.slide-home .slick-next {
  height: 35px;
  width: 35px;
  border-color: rgba(255, 255, 255, 0.5);
}

.slide-home .slick-prev:hover, .slide-home .slick-prev:focus,
.slide-home .slick-next:hover,
.slide-home .slick-next:focus {
  border-color: #004667;
}

.slide-home .slick-prev.slick-disabled,
.slide-home .slick-next.slick-disabled {
  border-color: rgba(255, 255, 255, 0.2);
  cursor: default !important;
}

@media screen and (max-width: 759px) {
  .slide-home .slick-prev,
  .slide-home .slick-next {
    display: none !important;
  }
}

.slide-home .slick-prev {
  left: 20px;
}

.slide-home .slick-next {
  right: 20px;
}

.slide-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #FFF;
  text-align: center;
}

.slide-item[href="#"] {
  cursor: default;
}

.slide-item .slide-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 70vh;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .slide-item .slide-image {
    height: 70vh;
  }
}

@media screen and (max-width: 759px) {
  .slide-item .slide-image {
    height: 50vh;
  }
}

.slide-item-auto {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #FFF;
  text-align: center;
}

.slide-item-auto[href="#"] {
  cursor: default;
}

.slide-item-auto .slide-image {
  display: inline-block;
  vertical-align: bottom;
}

.slide-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(26, 26, 26, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-content {
  width: 100%;
  max-width: 1000px;
  display: none;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .slide-content {
    max-width: 700px;
  }
}

@media screen and (max-width: 759px) {
  .slide-content {
    max-width: 300px;
  }
}

.slide-titulo {
  width: 100%;
  text-align: center;
  display: block;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 759px) {
  .slide-titulo {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .slide-titulo {
    font-size: 28px;
    line-height: 42px;
  }
}

.slide-titulo::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  width: 80px;
  height: 4px;
  background: #0091b7;
}

.slide-texto {
  width: 100%;
  text-align: center;
  display: block;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  text-transform: none;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  line-height: 42px;
  font-weight: 300;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 759px) {
  .slide-texto {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .slide-texto {
    font-size: 24px;
    line-height: 36px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.home-sobre {
  background: #E5E5E5;
}

.home-sobre-texto {
  padding-right: 10px;
}

@media screen and (max-width: 759px) {
  .home-sobre-texto {
    padding-right: 0px;
    margin-bottom: 40px;
  }
}

.home-sobre-texto .texto {
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: #777;
  text-align: justify !important;
}

.home-sobre-texto .btn-container {
  margin-top: 40px;
}

@media screen and (max-width: 759px) {
  .home-sobre-texto .btn-container {
    text-align: center !important;
  }
}

.home-sobre-foto {
  overflow: hidden;
}

.home-sobre-foto img {
  transition: .3s ease-out;
}

.home-sobre-foto:hover img {
  transform: scale(1.1);
}

.home-servicos {
  background: #FFF;
}

.carrosel-servicos.projetos .slick-list {
  height: 422px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .carrosel-servicos.projetos .slick-list {
    height: 363px;
  }
}

@media screen and (max-width: 759px) {
  .carrosel-servicos.projetos .slick-list {
    height: auto;
  }
}

.carrosel-servicos .caixa-servico {
  width: 100%;
  margin: 10px 20px;
  border: 0px;
  box-shadow: none;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .carrosel-servicos .caixa-servico {
    margin: 10px;
  }
}

@media screen and (max-width: 759px) {
  .carrosel-servicos .caixa-servico {
    margin: 10px;
  }
}

.cliente-item {
  margin: 0 10px;
}

.cliente-item img {
  filter: grayscale(100%);
  transition: .3s ease-out;
}

.cliente-item:hover img {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.produtos-destaque {
  background: #E5E5E5;
}

.carrosel-produtos .bloco-produto {
  width: 100%;
  margin: 10px 20px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .carrosel-produtos .bloco-produto {
    margin: 10px;
  }
}

@media screen and (max-width: 759px) {
  .carrosel-produtos .bloco-produto {
    margin: 10px;
  }
}

.home-reformas {
  background: #E5E5E5;
}

.segura-reformas .caixa-servico.reforma {
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 20px;
}

.segura-reformas .caixa-servico.reforma figure {
  border-radius: 5px;
}

.segura-reformas .caixa-servico.reforma span {
  padding-top: 20px;
  position: relative;
  background: none !important;
}

.segura-reformas .caixa-servico.reforma h3 {
  color: #333;
  font-size: 18px;
  line-height: 23px;
  text-shadow: none;
  margin-top: 0px;
}

.segura-reformas .caixa-servico.reforma .btn {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.institucional-banner {
  float: left;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .institucional-banner {
    height: 150px;
  }
}

@media screen and (max-width: 759px) {
  .institucional-banner {
    height: 100px;
  }
}

/* Segura o texto das páginas instituicionais para evitar que fiquem com 100% de largura e prejudique a leitura */
@media screen and (min-width: 1200px) {
  .segura-texto {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

#form-contato .texto {
  margin-bottom: 20px;
}

.contato-lateral {
  background: #E5E5E5;
  padding: 30px 40px;
}

@media screen and (max-width: 759px) {
  .contato-lateral {
    margin-top: 20px;
  }
}

.contato-item {
  margin-bottom: 30px;
}

.contato-item:last-child {
  margin-bottom: 0px;
}

.contato-item .contato-item-icon {
  text-align: center;
}

.contato-item .contato-item-icon i {
  font-size: 28px;
  color: #333;
}

.contato-item h2 {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contato-item p {
  margin-bottom: 5px;
}

.contato-item a {
  color: #777 !important;
}

.contato-item .mapa {
  overflow: hidden;
  margin-top: 20px;
  border: 2px solid #ccc;
}

.contato-item .mapa iframe {
  height: 250px !important;
}

.segura-mapa-contato {
  margin-top: 40px;
}

.segura-mapa-contato iframe {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 759px) {
  .segura-mapa-contato iframe {
    height: 350px;
  }
}

@media screen and (max-width: 759px) {
  .segura-mapa-contato iframe {
    height: 350px;
  }
}

.caixa-servico {
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
}

@media screen and (max-width: 759px) {
  .caixa-servico {
    box-shadow: none;
    border-radius: 0px;
  }
}

.caixa-servico figure {
  overflow: hidden;
}

.caixa-servico figure img {
  transition: .3s ease-out;
}

.caixa-servico:hover figure img {
  transform: scale(1.1);
}

.caixa-servico span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: .3s;
  padding: 10px;
}

@media screen and (max-width: 759px) {
  .caixa-servico span {
    padding-top: 20px;
    position: relative;
    background: none !important;
  }
}

.caixa-servico:hover span {
  background: rgba(0, 0, 0, 0.6);
}

.caixa-servico h3 {
  float: left;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-top: 80px;
  margin-bottom: 20px;
}

@media screen and (max-width: 759px) {
  .caixa-servico h3 {
    color: #333;
    font-size: 18px;
    line-height: 23px;
    text-shadow: none;
    margin-top: 0px;
  }
}

.caixa-servico .btn {
  opacity: 0;
  transform: translate(0, 20px);
}

@media screen and (max-width: 759px) {
  .caixa-servico .btn {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.caixa-servico:hover .btn {
  opacity: 1;
  transform: translate(0, 0);
}

.servico-detalhe-foto {
  margin-right: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 759px) {
  .servico-detalhe-foto {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.servico-detalhe-texto {
  padding: 0 10px;
  font-size: 15px;
}

.servico-detalhe-texto .btn-container {
  float: none;
}

@media screen and (max-width: 759px) {
  .servico-detalhe-texto .btn-container {
    text-align: center;
  }
}

.bloco-produto {
  margin-bottom: 20px;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 0px;
  transition: .3s ease-out;
  padding: 20px;
}

@media screen and (max-width: 759px) {
  .bloco-produto {
    padding: 10px;
  }
}

.bloco-produto:hover {
  border-color: #004667;
}

.bloco-produto figure {
  overflow: hidden;
  margin-bottom: 20px;
}

.bloco-produto figure img {
  transition: .5s ease-out;
}

.bloco-produto:hover figure img {
  transform: scale(1.1);
}

.bloco-produto h2 {
  height: 50px;
  overflow: hidden;
  text-align: center;
  color: #333;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: .3s ease-out;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .bloco-produto h2 {
    height: 45px;
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 759px) {
  .bloco-produto h2 {
    height: 60px;
    font-size: 12px;
    line-height: 18px;
  }
}

.bloco-produto:hover h2 {
  color: #0091b7;
}

.produtos-lateral {
  border-right: 1px dotted #DDD;
  padding-right: 20px;
}

@media screen and (max-width: 759px) {
  .produtos-lateral {
    display: none;
  }
}

.produtos-categorias {
  float: left;
  width: 100%;
}

.produtos-categorias li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.produtos-categorias a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #333;
}

.produtos-categorias a:hover {
  color: #0091b7;
}

.produtos-categorias li ul {
  margin-top: 20px;
}

.produtos-categorias li ul li {
  margin-bottom: 10px;
}

.produtos-categorias li ul a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #777;
}

.produtos-categorias li ul a:hover {
  color: #0091b7;
}

.produto-detalhe-fotos {
  margin-right: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 759px) {
  .produto-detalhe-fotos {
    margin-right: 0px;
  }
}

.produto-fotos-carrosel {
  margin-top: 10px;
}

.produto-fotos-carrosel .produto-carrosel-thumb {
  margin: 0 5px;
  cursor: pointer;
}

.produto-detalhe-texto {
  padding: 0 10px;
}

.produto-detalhe-texto .btn-container {
  float: none;
}

@media screen and (max-width: 759px) {
  .produto-detalhe-texto .btn-container {
    text-align: center;
  }
}

.lista-posts {
  float: left;
  width: 100%;
}

.bloco-post {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 759px) {
  .bloco-post {
    margin-bottom: 40px;
  }
}

.bloco-post .bloco-post-foto {
  overflow: hidden;
}

@media screen and (max-width: 759px) {
  .bloco-post .bloco-post-foto {
    margin-bottom: 20px;
  }
}

.bloco-post .bloco-post-foto img {
  transition: .5s ease-out;
}

.bloco-post .bloco-post-foto:hover img {
  transform: scale(1.1);
}

.bloco-post h3 a {
  display: inline-block;
  font-size: 20px;
  line-height: 21px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .bloco-post h3 a {
    font-size: 16px;
    line-height: 18px;
  }
}

.bloco-post h3 a:hover {
  color: #004667;
}

.bloco-post .bloco-post-data {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .bloco-post .bloco-post-data {
    font-size: 12px;
  }
}

.bloco-post .bloco-post-data b {
  color: #333;
}

.bloco-post .bloco-post-texto {
  font-size: 15px;
  line-height: 20px;
  color: #777;
  margin-bottom: 20px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .bloco-post .bloco-post-texto {
    display: none;
  }
}

.bloco-post-dest {
  position: relative;
  height: 420px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 759px) {
  .bloco-post-dest {
    height: auto;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .bloco-post-dest {
    height: 360px;
  }
}

.bloco-post-dest figure {
  overflow: hidden;
}

.bloco-post-dest figure img {
  transition: .3s ease-out;
}

.bloco-post-dest:hover figure img {
  transform: scale(1.1);
}

.bloco-post-dest > div {
  padding: 10px 20px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .bloco-post-dest > div {
    padding: 10px;
  }
}

@media screen and (max-width: 759px) {
  .bloco-post-dest > div {
    padding: 10px;
  }
}

.bloco-post-dest h3 {
  font-size: 17px;
  line-height: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  transition: .3s;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .bloco-post-dest h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.bloco-post-dest:hover h3 {
  color: #004667;
}

.bloco-post-dest span {
  color: #777;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  transition: .3s;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .bloco-post-dest span {
    font-size: 14px;
    line-height: 21px;
  }
}

.bloco-post-dest:hover span {
  color: #333;
}

.blog-lateral {
  border-left: 1px solid #DDD;
  padding-left: 20px;
}

@media screen and (max-width: 759px) {
  .blog-lateral {
    padding-left: 0px;
    border: none;
    margin-top: 40px;
  }
}

.blog-categorias {
  float: left;
  width: 100%;
  margin-top: -5px;
  margin-bottom: 40px;
}

.blog-categorias li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.blog-categorias a {
  color: #333;
}

.blog-categorias a:hover {
  color: #004667;
}

.blog-popular {
  float: left;
  width: 100%;
}

.bloco-post-pop {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.bloco-post-pop figure {
  overflow: hidden;
}

.bloco-post-pop figure img {
  transition: .5s ease-out;
}

.bloco-post-pop:hover figure img {
  transform: scale(1.1);
}

.bloco-post-pop h3 {
  font-size: 14px;
  line-height: 16px;
  color: #333;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .bloco-post-pop h3 {
    font-size: 12px;
    line-height: 16px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 759px) {
  .bloco-post-pop h3 {
    font-size: 16px;
    line-height: 18px;
  }
}

.bloco-post-pop:hover h3 {
  color: #004667;
}

.post-detalhe > h1 {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .post-detalhe > h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 759px) {
  .post-detalhe > h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

.post-detalhe .post-detalhe-data {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  color: #777;
}

@media screen and (max-width: 759px) {
  .post-detalhe .post-detalhe-data {
    margin-bottom: 20px;
  }
}

.post-detalhe .post-detalhe-data b {
  color: #333;
  font-weight: 600;
}

.post-detalhe > figure {
  margin: 0px;
  margin-right: 30px;
  margin-bottom: 10px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .post-detalhe > figure {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 759px) {
  .post-detalhe > figure {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.post-detalhe > h3 {
  font-size: 16px;
  line-height: 24px;
}

.post-share {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 759px) {
  .post-share {
    text-align: center;
  }
}

.post-share > a {
  float: none !important;
  display: inline-block !important;
}

.post-share > label {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.blog-comentarios {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.blog-comentarios .btn-container {
  margin-top: -75px;
}

@media screen and (max-width: 759px) {
  .blog-comentarios .btn-container {
    margin-top: -20px;
    margin-bottom: 40px;
    text-align: center !important;
  }
}

.blog-comentarios-lista {
  float: left;
  width: 100%;
}

.blog-comentarios-lista .blog-comentario {
  position: relative;
  float: left;
  width: 100%;
  background: #E5E5E5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.blog-comentarios-lista .blog-comentario .blog-comentario-nome {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.blog-comentarios-lista .blog-comentario .blog-comentario-data {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  color: #777;
}

.blog-comentarios-lista .blog-comentario .blog-comentario-texto {
  color: #777;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}
