/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
@import url(../css/animate.css);
/*@import url(../assets/icons/font-awesome/css/font-awesome.min.css);
@import url(../assets/icons/iconmind/iconmind.css);
@import url(../assets/icons/simple-line-icons/css/simple-line-icons.css);*/
@import url(../assets/icons/themify-icons/themify-icons.css);

/*******************
Preloader
********************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400");


@font-face {
    font-family: 'noedisplay';
    font-display: swap;
    src: url(../fonte/NoeDisplay-Bold.ttf);
}

.gilroy{
	font-family: 'gilroy';
}

.noedisplay{
	font-family: 'noedisplay';
}
.noedisplay b{
	font-weight:300;
}

.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff; }
  .preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px); }

.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em; }

.loader__figure {
  height: 0;
  width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid #00B8B8;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

.loader__label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0.5em 0 0 50%;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #1976d2;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2; }
  29% {
    background-color: #1976d2; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2; }
  29% {
    background-color: #1976d2; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2; }
  29% {
    background-color: #1976d2; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

@-moz-keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

@keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }
    

/* TESTE */ 

.video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor:pointer;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*
Template Name: Wrakit UI Kit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/******************* 
This is the font import from the google api 
*******************/
/******************* 
Global Styles 
*******************/
* {
  outline: none; }

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #003F5C;
  font-weight: 300; }

html {
  position: relative;
  min-height: 100%;
  background: #ffffff; }

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

a.link {
  color: #3e4555; }
  a.link:hover, a.link:focus {
    color: #00B8B8; }

a.white-link {
  color: #ffffff; }
  a.white-link:hover, a.white-link:focus {
    color: #003F5C; }

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 4px; }

html body .mdi:before,
html body .mdi-set {
  line-height: initial; }

/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003F5C;
  font-family: "Montserrat", sans-serif; font-weight:300; }

h1 {
  line-height: 73px;
  font-size: 67px; }

h2 {
  line-height: 63px;
  font-size: 57px; }

h3 {
  line-height: 53px;
  font-size: 48px; }

h4 {
  line-height: 45px;
  font-size: 37px; }

h5 {
  line-height: 38px;
  font-size: 30px; }

h6 {
  line-height: 29px;
  font-size: 21px; }
 
.spanh3{
    line-height: 53px;
  font-size: 48px;
}

.spanh6{
    line-height: 29px;
  font-size: 21px;
}

.floatleft{
    float:lefT;width:100%;
}

.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.display-7 {
  font-size: 26px; }

.box {
  border-radius: 4px;
  padding: 10px; }

html body .dl {
  display: inline-block; }

html body .db {
  display: block; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

.circle {
  border-radius: 100%; }

/*******************
Blockquote
*******************/
html body blockquote {
  border-left: 5px solid #009efb;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px; }

.clear {
  clear: both; }

ol li {
  margin: 5px 0; }
  

p{ color: #003F5C !important; }
  

/*******************
Paddings
*******************/
html body .p-0 {
  padding: 0px; }

html body .p-10 {
  padding: 10px; }

html body .p-15 {
  padding: 15px; }

html body .p-20 {
  padding: 20px; }

html body .p-30 {
  padding: 30px; }

html body .p-40 {
  padding: 40px; }

html body .p-l-0 {
  padding-left: 0px; }

html body .p-l-10 {
  padding-left: 10px; }

html body .p-l-20 {
  padding-left: 20px; }
  
html body .p-l-40 {
  padding-left: 40px; }

html body .p-r-0 {
  padding-right: 0px; }

html body .p-r-10 {
  padding-right: 10px; }

html body .p-r-20 {
  padding-right: 20px; }

html body .p-r-30 {
  padding-right: 30px; }

html body .p-r-40 {
  padding-right: 40px; }

html body .p-t-0 {
  padding-top: 0px !important; }

html body .p-t-10 {
  padding-top: 10px; }

html body .p-t-20 {
  padding-top: 20px; }

html body .p-t-30 {
  padding-top: 30px; }
  
html body .p-t-40 {
padding-top: 40px; }

html body .p-t-50 {
padding-top: 50px; }

html body .p-t-60 {
padding-top: 60px; }

html body .p-b-0 {
  padding-bottom: 0px !important; }

html body .p-b-5 {
  padding-bottom: 5px; }

html body .p-b-10 {
  padding-bottom: 10px; }

html body .p-b-20 {
  padding-bottom: 20px; }

html body .p-b-30 {
  padding-bottom: 30px; }

html body .p-b-40 {
  padding-bottom: 40px; }
  
html body .p-b-50 {
padding-bottom: 50px; }

html body .p-b-60 {
padding-bottom: 60px; }

/*******************
Margin
*******************/
html body .m-0 {
  margin: 0px; }
  
html body .m-l-0 {
  margin-left: 0px !important; }

html body .m-l-5 {
  margin-left: 5px; }

html body .m-l-10 {
  margin-left: 10px; }

html body .m-l-15 {
  margin-left: 15px; }

html body .m-l-20 {
  margin-left: 20px; }

html body .m-l-30 {
  margin-left: 30px; }

html body .m-l-40 {
  margin-left: 40px; }

 html body .m-r-0 {
  margin-right: 0px !important; }
  
html body .m-r-5 {
  margin-right: 5px; }

html body .m-r-10 {
  margin-right: 10px; }

html body .m-r-15 {
  margin-right: 15px; }

html body .m-r-20 {
  margin-right: 20px; }

html body .m-r-30 {
  margin-right: 30px; }

html body .m-r-40 {
  margin-right: 40px; }

html body .m-t-0 {
  margin-top: 0px; }

html body .m-t-5 {
  margin-top: 5px; }

html body .m-t-10 {
  margin-top: 10px; }

html body .m-t-15 {
  margin-top: 15px; }

html body .m-t-20 {
  margin-top: 20px; }

html body .m-t-30 {
  margin-top: 30px; }

html body .m-t-40 {
  margin-top: 40px; }
  
 html body .m-t-60 {
  margin-top: 60px; }
  
 html body .m-t-80 {
  margin-top: 80px; }

html body .m-b-0 {
  margin-bottom: 0px; }

html body .m-b-5 {
  margin-bottom: 5px; }

html body .m-b-10 {
  margin-bottom: 10px; }

html body .m-b-15 {
  margin-bottom: 15px; }

html body .m-b-20 {
  margin-bottom: 20px; }

html body .m-b-30 {
  margin-bottom: 30px; }

html body .m-b-40 {
  margin-bottom: 40px; }

/*******************
vertical alignment
*******************/
html body .vt {
  vertical-align: top; }

html body .vm {
  vertical-align: middle; }

html body .vb {
  vertical-align: bottom; }

/*******************
Opacity
*******************/
.op-8 {
  opacity: 0.8; }

.op-7 {
  opacity: 0.7; }

.op-5 {
  opacity: 0.5; }

.op-3 {
  opacity: 0.3; }

/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 700; }

html body .font-semibold {
  font-weight: 600; }

html body .font-normal {
  font-weight: normal; }

html body .font-light {
  font-weight: 300; }

html body .font-medium {
  font-weight: 500; }

html body .font-16 {
  font-size: 16px; }

html body .font-14 {
  font-size: 14px; }

html body .font-13 {
  font-size: 13px; }

html body .font-10 {
  font-size: 10px; }

html body .font-18 {
  font-size: 18px; }

html body .font-20 {
  font-size: 20px; }

html body .font-stylish {
  font-family: "Calafia-Regular"; }

/*******************
Border
*******************/
html body .b-0 {
  border: none !important; }

html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }


html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13) !important; }

/*******************
Thumb size
*******************/
.thumb-sm {
  height: 32px;
  width: 32px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.hide {
  display: none; }

.img-circle {
  border-radius: 100%; }

.radius {
  border-radius: 4px; }

/*******************
Text Colors
*******************/
.text-white {
  color: #ffffff !important; }

.text-danger {
  color: #ff4d7e !important; }

.text-muted {
  color: #8d97ad !important; }

.text-warning {
  color: #fec500 !important; }

.text-success {
  color: #1dc8cd !important; }

.text-info {
  color: #00B8B8 !important; }

.text-inverse {
  color: #3e4555 !important; }

.text-success-gradiant {
  background: #23b3ba;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

.text-info-gradiant {
  background: #00B8B8;
  background: -webkit-linear-gradient(legacy-direction(to right), #00B8B8 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00B8B8), to(#316ce8));
  background: -webkit-linear-gradient(left, #00B8B8 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #00B8B8 0%, #316ce8 100%);
  background: linear-gradient(to right, #00B8B8 0%, #316ce8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

html body .text-blue {
  color: #02bec9; }

html body .text-purple {
  color: #7460ee; }

html body .text-primary {
  color: #316ce8 !important; }

html body .text-megna {
  color: #00B8B8; }

html body .text-dark {
  color: #003F5C !important; }

html body .text-themecolor {
  color: #009efb; }

/*******************
Background Colors
*******************/
.bg-primary {
  background-color: #316ce8 !important; }

.bg-success {
  background-color: #23b3ba !important; }

.bg-info {
  background-color: #00B8B8 !important; }

.bg-warning {
  background-color: #fec500 !important; }

.bg-danger {
  background-color: #ff4d7e !important; }

.bg-orange {
  background-color: #ff6a5b !important; }

.bg-yellow {
  background-color: #fed700; }

.bg-facebook {
  background-color: #3b5a9a; }

.bg-twitter {
  background-color: #56adf2; }

.bg-success-gradiant {
  background: #1dc8cd;
  background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cd 0%, #1dc8cd 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1dc8cd), to(#1dc8cd));
  background: -webkit-linear-gradient(left, #1dc8cd 0%, #1dc8cd 100%);
  background: -o-linear-gradient(left, #1dc8cd 0%, #1dc8cd 100%);
  background: linear-gradient(to right, #1dc8cd 0%, #1dc8cd 100%); }

.bg-info-gradiant {
  background: #00B8B8;
  background: -webkit-linear-gradient(legacy-direction(to right), #00B8B8 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00B8B8), to(#316ce8));
  background: -webkit-linear-gradient(left, #00B8B8 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #00B8B8 0%, #316ce8 100%);
  background: linear-gradient(to right, #00B8B8 0%, #316ce8 100%); }

.bg-clientes {
  background: #27d8a1;
  background: -webkit-linear-gradient(legacy-direction(to right), #27d8a1 0%, #0cb8bf 100%);
  background: -webkit-gradient(linear, left top, right top, from(#27d8a1), to(#0cb8bf));
  background: -webkit-linear-gradient(left, #27d8a1 0%, #0cb8bf 100%);
  background: -o-linear-gradient(left, #27d8a1 0%, #0cb8bf 100%);
  background: linear-gradient(to right, #27d8a1 0%, #0cb8bf 100%); }

.bg-info-gradiant {
  background: #00B8B8;
  background: -webkit-linear-gradient(legacy-direction(to right), #00B8B8 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00B8B8), to(#316ce8));
  background: -webkit-linear-gradient(left, #00B8B8 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #00B8B8 0%, #316ce8 100%);
  background: linear-gradient(to right, #00B8B8 0%, #316ce8 100%); }

 
html body .bg-primeira {
  background-color: #00B8B8; }
  
html body .bg-segunda {
  background-color: #1f787d; }
  
html body .bg-terceira {
  background-color: #2fa399; }
  
html body .bg-megna {
  background-color: #00B8B8; }

html body .bg-theme {
  background-color: #009efb; }

html body .bg-inverse {
  background-color: #3e4555; }

html body .bg-purple {
  background-color: #7460ee; }

html body .bg-light {
  background-color: #f5f7fa !important; }
  
html body .bg-azul {
  background-color: #d7eefc !important; }

html body .bg-light-primary {
  background-color: #f1effd; }

html body .bg-light-success {
  background-color: #e8fdeb; }

html body .bg-light-info {
  background-color: #cfecfe; }

html body .bg-light-extra {
  background-color: #ebf3f5; }

html body .bg-light-warning {
  background-color: #fff8ec; }

html body .bg-light-danger {
  background-color: #f9e7eb; }

html body .bg-light-inverse {
  background-color: #f6f6f6; }

html body .bg-light {
  background-color: #f5f7fa; }

html body .bg-white {
  background-color: #ffffff; }

/*******************
Rounds
*******************/
.round {
  line-height: 48px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #00B8B8; }
  .round img {
    border-radius: 100%; }

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px; }

.round.round-info {
  background: #00B8B8; }

.round.round-warning {
  background: #fec500; }

.round.round-danger {
  background: #ff4d7e; }

.round.round-success {
  background: #1dc8cd; }

.round.round-primary {
  background: #316ce8; }

/*******************
Labels
*******************/
.label {
  padding: 3px 15px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%; }

.label-rounded {
  border-radius: 60px; }

.label-custom {
  background-color: #00B8B8; }

.label-success {
  background-color: #1dc8cd; }

.label-info {
  background-color: #00B8B8; }

.label-warning {
  background-color: #fec500; }

.label-danger {
  background-color: #ff4d7e; }

.label-megna {
  background-color: #00B8B8; }

.label-primary {
  background-color: #316ce8; }

.label-purple {
  background-color: #7460ee; }

.label-red {
  background-color: #fb3a3a; }

.label-inverse {
  background-color: #3e4555; }

.label-default {
  background-color: #f5f7fa; }

.label-white {
  background-color: #ffffff; }

.label-light-success {
  background-color: #e8fdeb;
  color: #1dc8cd; }

.label-light-info {
  background-color: #cfecfe;
  color: #00B8B8; }

.label-light-warning {
  background-color: #fff8ec;
  color: #fec500; }

.label-light-danger {
  background-color: #f9e7eb;
  color: #ff4d7e; }

.label-light-megna {
  background-color: #e0f2f4;
  color: #00B8B8; }

.label-light-primary {
  background-color: #f1effd;
  color: #316ce8; }

.label-light-inverse {
  background-color: #f6f6f6;
  color: #3e4555; }

/*******************
 Badge
******************/
.badge {
  font-weight: 400; }

.badge-xs {
  font-size: 9px; }

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-success {
  background-color: #1dc8cd; }

.badge-info {
  background-color: #00B8B8; }

.badge-primary {
  background-color: #316ce8; }

.badge-warning {
  background-color: #fec500; }

.badge-danger {
  background-color: #ff4d7e; }

.badge-purple {
  background-color: #7460ee; }

.badge-red {
  background-color: #fb3a3a; }

.badge-inverse {
  background-color: #3e4555; }

/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0px;
  padding: 0px; }
  ul.list-style-none li {
    list-style: none; }
    ul.list-style-none li a {
      color: #8d97ad;
      padding: 8px 0px;
      display: block;
      text-decoration: none; }
      ul.list-style-none li a:hover {
        color: #009efb; }
        

@media (max-width:750px){
    .altera_alinhamento_margin{
        text-align:left !important;
        margin-top:30px;
    }
}


/*******************
dropdown-item
******************/
.dropdown-item {
  padding: 8px 1rem;
  color: #8d97ad; }

/*******************
Buttons
******************/
.btn {
  color: #ffffff;
  padding: 10px 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }
  .btn:hover {
    color: #ffffff; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #003F5C;
  padding: 10px 15px; }
  .btn-link .underline {
    border-bottom: 1px solid #003F5C; }
  .btn-link:hover {
    color: #1dc8cd; }

.btn-light {
  color: #003F5C; }
  .btn-light:hover {
    background: #003F5C;
    color: #ffffff;
    border-color: #003F5C; }

.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem; }

.btn-md {
  padding: 10px 45px;
  font-size: 16px; }

.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px; }

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px; }

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px; }
  .btn-circle.btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px; }

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px; }

.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px; }

.btn-rounded {
  border-radius: 60px;
  -webkit-border-radius: 60px; }

.btn-arrow {
  position: relative; }
  .btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform; }
  .btn-arrow:hover span, .btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0); }
  .btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity; }
  .btn-arrow:hover i, .btn-arrow:focus i {
    opacity: 1;
    right: -2rem; }

.btn-secondary,
.btn-secondary.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: #ffffff;
  color: #8d97ad; }
  .btn-secondary:hover,
  .btn-secondary.disabled:hover {
    color: #ffffff !important; }
  .btn-secondary.active, .btn-secondary:active, .btn-secondary:focus,
  .btn-secondary.disabled.active,
  .btn-secondary.disabled:active,
  .btn-secondary.disabled:focus {
    color: #ffffff !important;
    background: #003F5C;
    border-color: #003F5C; }

.btn-primary,
.btn-primary.disabled {
  background: #316ce8;
  border: 1px solid #316ce8;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-primary:hover,
  .btn-primary.disabled:hover {
    background: #345bcb;
    border: 1px solid #345bcb; }
  .btn-primary.active, .btn-primary:active, .btn-primary:focus,
  .btn-primary.disabled.active,
  .btn-primary.disabled:active,
  .btn-primary.disabled:focus {
    background: #345bcb; }

.btn-themecolor,
.btn-themecolor.disabled {
  background: #009efb;
  color: #ffffff;
  border: 1px solid #009efb; }
  .btn-themecolor:hover,
  .btn-themecolor.disabled:hover {
    background: #028ee1;
    border: 1px solid #028ee1; }
  .btn-themecolor.active, .btn-themecolor:active, .btn-themecolor:focus,
  .btn-themecolor.disabled.active,
  .btn-themecolor.disabled:active,
  .btn-themecolor.disabled:focus {
    background: #028ee1; }
    
a{ color:#003F5C; }
a:hover{
    color:#00B8B8;
}

.form-control:focus {
border: 2px solid rgba(0, 184, 184, 1)
}

.btn-success,
.btn-success.disabled {
  background: #1dc8cd;
  border: 1px solid #1dc8cd; }
  .btn-success:hover,
  .btn-success.disabled:hover {
    background: #1dc8cd;
    border: 1px solid #1dc8cd; }
  .btn-success.active, .btn-success:active, .btn-success:focus,
  .btn-success.disabled.active,
  .btn-success.disabled:active,
  .btn-success.disabled:focus {
    background: #1dc8cd; }

.bloco_faqs_produtos h5:after{
    content: "+";
    right: 10px;
    position: absolute;
    top: 20px;
}

.bloco_faqs_produtos h5:hover{
    text-decoration:none;
    color:#679b31;
}

.btn-produto3,
.btn-produto3.disabled {
  background: #16998c;
  border: 1px solid #16998c;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }

.btn-produto2,
.btn-produto2.disabled {
  background: #ffa938;
  border: 1px solid #ffa938;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }

.btn-produto1,
.btn-produto1.disabled {
  background: #51b500;
  border: 1px solid #51b500;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
.btn-info,
.btn-info.disabled {
  background: #00B8B8;
  border: 1px solid #00B8B8;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-info:hover,
  .btn-info.disabled:hover {
    background: #2c73cb;
    border: 1px solid #2c73cb; }
  .btn-info.active, .btn-info:active, .btn-info:focus,
  .btn-info.disabled.active,
  .btn-info.disabled:active,
  .btn-info.disabled:focus {
    background: #2c73cb; }

.btn-warning,
.btn-warning.disabled {
  background: #fec500;
  color: #ffffff;
  border: 1px solid #fec500; }
  .btn-warning:hover,
  .btn-warning.disabled:hover {
    background: #dcaf17;
    color: #ffffff;
    border: 1px solid #dcaf17; }
  .btn-warning.active, .btn-warning:active, .btn-warning:focus,
  .btn-warning.disabled.active,
  .btn-warning.disabled:active,
  .btn-warning.disabled:focus {
    background: #dcaf17;
    color: #ffffff; }

.btn-danger,
.btn-danger.disabled {
  background: #ff4d7e;
  border: 1px solid #ff4d7e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-danger:hover,
  .btn-danger.disabled:hover {
    background: #d73e6b;
    border: 1px solid #d73e6b; }
  .btn-danger.active, .btn-danger:active, .btn-danger:focus,
  .btn-danger.disabled.active,
  .btn-danger.disabled:active,
  .btn-danger.disabled:focus {
    background: #d73e6b; }

.btn-inverse,
.btn-inverse.disabled {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #ffffff; }
  .btn-inverse:hover,
  .btn-inverse.disabled:hover {
    background: #232a37;
    color: #ffffff;
    border: 1px solid #232a37; }
  .btn-inverse.active, .btn-inverse:active, .btn-inverse:focus,
  .btn-inverse.disabled.active,
  .btn-inverse.disabled:active,
  .btn-inverse.disabled:focus {
    background: #232a37;
    color: #ffffff; }

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff; }
  .btn-red:hover,
  .btn-red.disabled:hover {
    border: 1px solid #d61f1f;
    background: #d61f1f; }
  .btn-red.active, .btn-red:active, .btn-red:focus,
  .btn-red.disabled.active,
  .btn-red.disabled:active,
  .btn-red.disabled:focus {
    background: #d73e6b; }

.btn-success-gradiant {
  background: #34c3ba;
  background: -webkit-linear-gradient(legacy-direction(to right), #34c3ba 0%, #34c3ba 100%);
  background: -webkit-gradient(linear, left top, right top, from(#34c3ba), to(#34c3ba));
  background: -webkit-linear-gradient(left, #34c3ba 0%, #34c3ba 100%);
  background: -o-linear-gradient(left, #34c3ba 0%, #34c3ba 100%);
  background: linear-gradient(to right, #34c3ba 0%, #34c3ba 100%);
  border: 0px; }
  .btn-success-gradiant:hover {
    background: #34c3ba;
    background: -webkit-linear-gradient(legacy-direction(to right), #34c3ba 0%, #34c3ba 100%);
    background: -webkit-gradient(linear, left top, right top, from(#34c3ba), to(#34c3ba));
    background: -webkit-linear-gradient(left, #34c3ba 0%, #34c3ba 100%);
    background: -o-linear-gradient(left, #34c3ba 0%, #34c3ba 100%);
    background: linear-gradient(to right, #34c3ba 0%, #34c3ba 100%); }
  .btn-success-gradiant.active, .btn-success-gradiant:active, .btn-success-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1; }

.btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
  border: 0px; }
  .btn-danger-gradiant:hover {
    background: #ff6a5b;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
    background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
    background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
    background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%); }
  .btn-danger-gradiant.active, .btn-danger-gradiant:active, .btn-danger-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1; }

.btn-info-gradiant {
  background: #00B8B8;
  background: -webkit-linear-gradient(legacy-direction(to right), #00B8B8 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00B8B8), to(#316ce8));
  background: -webkit-linear-gradient(left, #00B8B8 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #00B8B8 0%, #316ce8 100%);
  background: linear-gradient(to right, #00B8B8 0%, #316ce8 100%);
  border: 0px; }
  .btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #00B8B8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#00B8B8));
    background: -webkit-linear-gradient(left, #316ce8 0%, #00B8B8 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #00B8B8 100%);
    background: linear-gradient(to right, #316ce8 0%, #00B8B8 100%); }
  .btn-info-gradiant.active, .btn-info-gradiant:active, .btn-info-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1; }

.btn-outline-secondary {
  background-color: #ffffff;
  color: #727b84;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    background: #003F5C; }

.btn-outline-primary {
  color: #316ce8;
  background-color: #ffffff;
  border-color: #316ce8;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background: #316ce8;
    color: #ffffff;
    border-color: #316ce8; }
  .btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus {
    background: #345bcb; }

.btn-outline-success, a.btn-outline-success {
  color: #1dc8cd;
  background-color: transparent;
  border-color: #1dc8cd;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, a.btn-outline-success:hover, a.btn-outline-success:focus, a.btn-outline-success.focus {
    background: #1dc8cd;
    border-color: #1dc8cd;
    color: #ffffff; }
  .btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:focus, a.btn-outline-success.active, a.btn-outline-success:active, a.btn-outline-success:focus {
    background: #1dc8cd; }

.btn-outline-info {
  color: #00B8B8;
  background-color: transparent;
  border-color: #00B8B8;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
    background: #00B8B8;
    border-color: #00B8B8;
    color: #ffffff; }
  .btn-outline-info.active, .btn-outline-info:active, .btn-outline-info:focus {
    background: #2c73cb; }

.btn-outline-warning {
  color: #fec500;
  background-color: transparent;
  border-color: #fec500;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
    background: #fec500;
    border-color: #fec500;
    color: #ffffff; }
  .btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:focus {
    background: #dcaf17; }

.btn-outline-danger {
  color: #ff4d7e;
  background-color: transparent;
  border-color: #ff4d7e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
    background: #ff4d7e;
    border-color: #ff4d7e;
    color: #ffffff; }
  .btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:focus {
    background: #d73e6b; }

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a; }
  .btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
    background: #fb3a3a;
    border-color: #fb3a3a;
    color: #ffffff; }
  .btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:focus {
    background: #d73e6b; }

.btn-outline-inverse {
  color: #3e4555;
  background-color: transparent;
  border-color: #3e4555; }
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    background: #3e4555;
    border-color: #3e4555;
    color: #ffffff; }
	
.btn-wellnutri {
  color: #ffffff;
  background-color: #00B8B8;
  border-color: 1px solid transparent; }
  .btn-wellnutri:hover, .btn-wellnutri:focus, .btn-wellnutri.focus {
    background: transparent;
    border: 1px solid #00B8B8;
    color: #00B8B8; }
	
.text-celiaca{
    color:#ffa938;
}

.text-ige{
    color:#16998c;
}

.text-intolerancia{
    color:#51b500;
}


.btn-border-branco {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff; }
  .btn-border-branco:hover, .btn-border-branco:focus, .btn-border-branco.focus {
    background: #003F5C;
    border-color: 1px solid transparent;
    color: #ffffff; }
	
	
.bg-cinza{ background:#f7f7f7 !important; }

.imagem_testemunhos{ border-radius:100%; max-width:90px; }

.texto-comentario p{ color:white !important; font-weight: 200; font-size:23px; }

.autor-comentario{ font-size:19px; }


@media(max-width:1000px){
    .text-center-mobile{
        text-align:center !important;
    }
    
    .remove_margin_left_mobile{
        margin-left:0px !important;
    }
}



.btn-outline-light:hover {
  color: #003F5C !important; }

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #345bcb;
  border: 1px solid #345bcb; }

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1dc8cd;
  border: 1px solid #1dc8cd; }

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #2c73cb;
  border: 1px solid #2c73cb; }

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #dcaf17;
  border: 1px solid #dcaf17; }

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b; }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37; }

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff; }

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px; }


  .bloco_div_footer_logo:before{
    display: inline-block;
    content: "";
    border-top: .05rem solid #1dc8cd;
    width: 40%;
    margin: 0;
    margin-right:4rem;
    transform: translateY(-2rem);
  }
  
  @media (max-width:1200px){
      .bloco_div_footer_logo:before{
        width:39.5%;   
      }
      .bloco_div_footer_logo:after{
          width:39.5%;
      }
  }
  
  @media (max-width:1000px){
      .bloco_div_footer_logo:before{
        width:30%;   
      }
      .bloco_div_footer_logo:after{
          width:30%;
      }
  }
  
  @media (max-width:1000px){
      .bloco_div_footer_logo:before{
        display:none;   
      }
      .bloco_div_footer_logo:after{
        display:none !important;
      }
  }

  .bloco_cidades_footer ul{
    list-style-type:none;
    display:flex;
    justify-content: center;
    margin:0 auto;
  }
  .bloco_cidades_footer ul li{
    display: list-item;
    padding: 5px 10px;
    margin: 0 3px;
    color: #00B8B8
  }
  
  
  @media (max-width:1000px){
      .bloco_cidades_footer ul{
          display:block;
          padding:0;
      }
      
      .bloco_cidades_footer ul li{
          text-align:center;
      }
  }
  
  
  
    .bloco_direitos_footer ul{
    list-style-type:none;
    display:flex;
    justify-content: center;
    margin:0 auto;
  }
  .bloco_direitos_footer ul li{
    display: list-item;
    padding: 5px 10px;
    margin: 0 3px;
    color: #000000
  }
  
  
  @media (max-width:1000px){
      .bloco_direitos_footer ul{
          display:block;
          padding:0;
      }
      
      .bloco_direitos_footer ul li{
          text-align:center;
      }
  }
  
  

  .bloco_redes_footer ul{
    list-style-type:none;
    display:flex;
    justify-content: center;
    margin:0 auto;
  }
  .bloco_redes_footer ul li{
    display: list-item;
    padding: 5px 3px;
    margin: 0 3px;
    color: #00B8B8
  }

  .bloco_div_footer_logo:after{
    display: inline-block;
    content: "";
    border-top: .05rem solid #00B8B8;
    width: 40%;
    margin: 0;
    margin-left: 4rem;
    transform: translateY(-2rem);
  }
  

@media (max-width:1000px){
    .padding_bottom_mobile_retira{
        padding-bottom:0px !important;
    }
    
    .hide-mobile{
        display:none;
    }
}

.venda-tecnologia svg{
    max-width:110px;
}


/*-------------------*/
/*On off switch*/
/*-------------------*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }
  .onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .onoffswitch-inner:before {
    content: "";
    padding-right: 27px;
    background-color: #1dc8cd;
    color: #FFFFFF; }
  .onoffswitch-inner:after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999999;
    text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }
  .card-columns .card {
    margin-bottom: 30px; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

/*
Template Name: Wrakit UI Kit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/******************* 
Topbar
*******************/
.topbar {
  padding: 0px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  width: 100%;
  position: fixed;
  z-index: 20;
  background: #ffffff; }
  .topbar.fixed-header {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background: #ffffff; }


/*******************
Header 6
*******************/
.header6 .navbar-toggler {
  color: #ffffff; }

.header6 .navbar-brand {
  line-height: 80px; }

.h6-nav-bar {
  padding: 0px; }
  .h6-nav-bar .navbar-nav .nav-link {
    padding: 35px 15px;
    color: rgba(255, 255, 255, 0.5); }
  .h6-nav-bar .navbar-nav .nav-item:hover .nav-link, .h6-nav-bar .navbar-nav .nav-item.active .nav-link {
    color: white; }
  .h6-nav-bar .act-buttons .btn {
    margin: 10px 0 10px 10px; }

@media (max-width: 1023px) {
  .h6-nav-bar .navbar-nav .nav-link {
    padding: 15px 15px; }
  .h6-nav-bar .act-buttons .btn {
    margin: 10px 0 10px 0px; } }

/******************* 
Main & Page wrapper
*******************/
.page-wrapper {
  padding-top: 0px; }

#main-wrapper {
  overflow: hidden; }

/******************* 
container fluid
*******************/
.container-fluid {
  padding: 0px; }

/******************* 
footer
*******************/
.footer {
  padding: 20px 0;
  text-align: center; }

/******************* 
Fix-width
*******************/
.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

/******************* 
Spacer
*******************/
.spacer {
  padding: 90px 0; }
  
.big-spacer {
  padding: 120px 0; }
  
.big-spacer2 {
  padding: 140px 0; }

.mini-spacer {
  padding: 40px 0; }
  
.mini-spacer2 {
  padding: 40px 0; padding-top:20px; }
  
.padding-bottom-footer-test{
    padding-bottom:30px !important;
}

/******************* 
Title
*******************/
.title {
  margin: 20px 0 15px; }

/******************* 
Subtitle
*******************/
.subtitle {
  color: #003F5C;
  line-height: 27px; }

/******************* 
card
*******************/
.card {
  border: 0px;
  margin-bottom: 30px; }
  .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.card-group .card {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 30px; }

/******************* 
Icon space
*******************/
.icon-space {
  margin: 20px 0; }


.linking {
  color: #3e4555; }
  .linking i {
    font-size: 14px;
    margin-left: 10px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
  .linking:hover {
    color: #ffffff; }
    .linking:hover i {
      margin-left: 15px; }
      
     .linking2 i { font-size:20px; margin-left:0px; }
     .linking2:hover i { margin-left:5px; }

/******************* 
Listing
*******************/
.list-block {
  margin: 0px;
  padding: 0px; }
  .list-block li {
    list-style: none;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .list-block li i {
      margin-right: 10px;
      -webkit-flex-shrink: 0px;
      -ms-flex-negative: 0px;
      flex-shrink: 0px;
      margin-top: 3px; }
  .list-block.with-underline li {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    padding: 15px 0; }

/******************* 
Listing
*******************/
.img-inline {
  margin: 0px;
  padding: 0px; }
  .img-inline li {
    list-style: none; }
    .img-inline li.half-width {
      width: 49%;
      display: inline-block;
      vertical-align: top; }

/******************* 
Image shadow
*******************/
.img-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3); }

/******************* 
Image shadow
*******************/
.icon-round {
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block; }

.no-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/******************* 
up section
*******************/
.up {
  z-index: 10;
  position: relative; }

.bt-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  visibility: hidden; }

/******************* 
both space
*******************/
.both-space {
  margin: 80px 0; }

/******************* 
Side text content
*******************/
.side-content {
  padding: 40px 60px; }

/******************* 
background cover
*******************/
.bg-cover {
  background-size: cover;
  min-height: 200px; }

/******************* 
Owl carousel
*******************/
.owl-carousel {
  display: block;
  width: 100%; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden; }
  .owl-carousel .owl-stage {
    position: relative; }
  .owl-carousel .owl-item {
    float: left; }
  .owl-carousel .owl-nav.disabled {
    display: none; }

/******************* 
Max width
*******************/
.max-300 {
  max-width: 300px; }

.max-400 {
  max-width: 400px; }

.max-500 {
  max-width: 500px; }

.max-600 {
  max-width: 600px; }

/******************* 
line sticks
*******************/
.stick-bottom {
  position: relative;
  margin-bottom: 30px; }
  .stick-bottom > span {
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0px;
    display: inline-block; }

/******************* 
position
*******************/
.po-absolute {
  position: absolute; }

.po-relative {
  position: relative; }

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }
  

.bloco_noticias_blog h5{
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
}
.bloco_noticias_blog h2{
    line-height: 36px;
    font-size: 30px;
}
.bloco_noticias_blog h6{
    font-size: 16px;
    font-weight: 400;
}
.bloco_noticias_blog .subtitle{
    color:#8d97ad;
}

/*************/
/* Dropdown*/
/*************/
.navbar-nav .dropdown-toggle::after {
  display: none; }

.navbar-nav .dropdown-menu.b-none {
  border: 0px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.navbar-nav {
  font-weight: 400; }

.navbar-nav .dropdown-menu.b-none {
  border: 0px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.pre-scroll {
  position: relative; }

.mega-dropdown {
  position: static; }
  .mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    margin-top: 0px;
    overflow: hidden; }
  .mega-dropdown .list-style-none {
    font-size: 14px; }
  .mega-dropdown .inside-bg {
    margin: -30px 0 -30px -30px; }
  .mega-dropdown .inside-bg-right {
    margin: -30px -30px -30px 0; }
  .mega-dropdown .bg-img {
    background-size: cover;
    height: 100%;
    padding: 30px; }
  .mega-dropdown h6 {
    margin: 15px 0;
    font-size: 15px; }
    
.h15-topbar {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
  .h15-topbar .navbar-brand {
    font-size: 14px;
    color: #263238;
    font-weight: 500;
    padding: 15px 0; }
  .h15-topbar .navbar {
    padding: 0; }
    .h15-topbar .navbar .search-box {
      padding: 15px;
      width: 240px; }
    .h15-topbar .navbar .nav-item .nav-link {
      color: #8d97ad;
      padding: 15px 20px; }
      .h15-topbar .navbar .nav-item .nav-link:first-child {
        padding-left: 0px; }
    .h15-topbar .navbar .nav-item:hover .nav-link {
      color: #188ef4; }
    .h15-topbar .navbar .search .dropdown-menu {
      padding: 20px;
      min-width: 300px; }
      
      #map{
    width:100%;
    height:600px;
}

.h15-navbar .navbar {
  padding: 0; }
  .h15-navbar .navbar .hidden-lg-up {
    padding: 15px;
    color: #263238;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase; }
  .h15-navbar .navbar .navbar-nav .nav-link {
    padding: 18px 15px;
    color: #263238;
    font-weight: 300;
    font-size: 15px;
    border-bottom: 1px solid transparent; }
  .h15-navbar .navbar .navbar-nav .nav-item:hover .nav-link, .h15-navbar .navbar .navbar-nav .nav-item.active .nav-link {
    color: #00B8B8;
    border-bottom: 1px solid #00B8B8; }
  .h15-navbar .navbar .navbar-nav .search .nav-link {
    background: #00B8B8;
    color: #ffffff;
    padding: 18px 23px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
  .h15-navbar .navbar .navbar-nav .search:hover .nav-link {
    color: #ffffff;
    background: #666666;
    border-bottom: 1px solid transparent; }
  .h15-navbar .navbar .navbar-nav .search .dropdown-menu {
    padding: 20px;
    min-width: 300px; }
  .h15-navbar .navbar .dropdown-menu {
    background: #00B8B8;
    border-radius: 0 0 4px 4px;
    margin-top: 0px; }
    .h15-navbar .navbar .dropdown-menu .dropdown-item {
      color: #ffffff; }
      .h15-navbar .navbar .dropdown-menu .dropdown-item.active, .h15-navbar .navbar .dropdown-menu .dropdown-item:active, .h15-navbar .navbar .dropdown-menu .dropdown-item:hover {
        background: rgba(120, 130, 140, 0.13); }

.h15-info-bar {
  padding: 10px 0px; }
  .h15-info-bar .donate-btn a {
    font-size: 13px;
    font-weight: 500;
    padding: 13px 25px;
    margin-left: 15px; }
  .h15-info-bar .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px; }

@media (max-width: 1023px) {
  .h15-info-bar .donate-btn a {
    display: block;
    margin-left: 0px; }
  .h15-info-bar .nav-item .nav-link {
    padding: 0 10px;
    margin: 10px 0; } }


/*-------------------*/
/*Slider7 Style Start*/
/*-------------------*/
@-webkit-keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }
@keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }

.slider7 .bs-slider, .slider7 .carousel-item {
  max-height: 700px; }

.slider7 .slide-image {
  animation: imagescale 15s ease-in-out infinite alternate;
  -webkit-animation: imagescale 15s ease-in-out infinite alternate;
  -moz-animation: imagescale 15s ease-in-out infinite alternate;
  -o-webkit-animation: imagescale 15s ease-in-out infinite alternate; }

.slider7 h2 {
line-height: 64px;
font-size: 58px; }
.slider7 h5 {
font-size: 26px; }

.slider7 .slide-content {
  padding: 80px 25px;
  position: relative;
  border-radius: 100%;
  max-width: 400px;
  min-height: 400px; }

.slider7 label {
  line-height: 31px;
  min-width: 110px; }


.slider7 .carousel-indicators {
  bottom: 0; }
  .slider7 .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.3); }
    .slider7 .carousel-indicators li.active {
      background-color: #ffffff; }


.pull-right {
  float: right;
}

/*******************
Feature 6
*******************/
.wrap-feature6-box {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .wrap-feature6-box .card-body {
    padding: 30px; }
    .wrap-feature6-box .card-body .linking {
      color: #ffffff; }
      .wrap-feature6-box .card-body .linking:hover {
        color: #263238; }
    .wrap-feature6-box .card-body p {
      opacity: 0.8; }
  .wrap-feature6-box:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .wrap-feature6-box .bg-success-light {
    background: #2cdd9b; }
	
	
.bloco_parceiros{
  -webkit-transition: 1.5s ease-in;
  -o-transition: 1.5s ease-in;
  transition: 1.5s ease-in;
}

.bloco_parceiros:hover{
border:8px solid #ace8eb !important;	
}

.bloco_parceiros{
border:8px solid transparent !important;	
}


/*******************
Feature 9
*******************/
.wrap-feature9-box .card-body {
  padding: 40px 40px 0px; }
  .wrap-feature9-box .card-body .icon-space {
    padding: 0px 40px 20px 0px; }

/*******************
Feature 18
*******************/
.wrap-feature-18 {
  margin-top: 60px; }
  .wrap-feature-18 [class*=col-lg-6] .card {
    overflow: hidden; }
  .wrap-feature-18 .icon-position {
    position: relative;
    background-size: cover;
    background-position: center center;
    min-height: 200px; }
    .wrap-feature-18 .icon-position .icon-round {
      position: absolute;
      right: -38px;
      top: 20px; }

/*******************
Feature 41
*******************/
.wrap-feature41-box .f41-tab {
  display: block; }
  .wrap-feature41-box .f41-tab li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 25px; }
    .wrap-feature41-box .f41-tab li a .t-icon {
      margin-right: 25px;
      color: #8d97ad; }
    .wrap-feature41-box .f41-tab li a h5 {
      font-weight: 500; }
    .wrap-feature41-box .f41-tab li a h6 {
      font-size: 14px;
      margin-bottom: 0px; }
    .wrap-feature41-box .f41-tab li a.active, .wrap-feature41-box .f41-tab li a:hover {
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
      box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }
      .wrap-feature41-box .f41-tab li a.active .t-icon, .wrap-feature41-box .f41-tab li a:hover .t-icon {
        background: #1dc8cd;
        background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cd 0%, #1dc8cd 100%);
        background: -webkit-gradient(linear, left top, right top, from(#1dc8cd), to(#1dc8cd));
        background: -webkit-linear-gradient(left, #1dc8cd 0%, #1dc8cd 100%);
        background: -o-linear-gradient(left, #1dc8cd 0%, #1dc8cd 100%);
        background: linear-gradient(to right, #1dc8cd 0%, #1dc8cd 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent; }

/*******************
Testimonial 2
*******************/
.testimonial10 .testi10 .quote-bg {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  background: url(../images/up-quote.png) no-repeat top left, url(../images/down-quote.png) no-repeat bottom right; padding-bottom:30px; }

.testimonial10 .testi10 h3 {
  line-height: 40px; }

.testimonial10 .testi10 .customer-thumb {
  margin: 15px 0; }
  .testimonial10 .testi10 .customer-thumb img {
    width: 60px; }

@media (max-width: 767px) {
  .testimonial10 .testi10 h3 {
    line-height: 30px;
    font-size: 20px; } }

/*******************
Blog homepage 1
*******************/
.blog-home1 [class*=col-] {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .blog-home1 [class*=col-]:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

/*******************
Footer 2
*******************/
.footer2 {
  padding: 60px 0; }
  .footer2 .f2-middle {
    padding-top: 40px; }
  .footer2 .link {
    color: #8d97ad;
    padding: 10px 15px 10px 0; }
  .footer2 .general-listing li a i {
    font-size: 9px;
    margin-right: 10px; }
  .footer2 .info-box .d-flex {
    padding: 15px 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
  .footer2 .subscribe-box {
    background: rgba(120, 130, 140, 0.13);
    padding: 25px; }
    .footer2 .subscribe-box .form-control {
      background: transparent;
      padding: 10px 0;
      border: 0px;
      border-bottom: 1px solid rgba(120, 130, 140, 0.13);
      color: #ffffff;
      border-radius: 0px; }
      .footer2 .subscribe-box .form-control:focus {
        border-bottom: 1px solid #ffffff; }

.appointment-form button {
  cursor: pointer;
  border-radius: 0; }
  .appointment-form button.active, .appointment-form button:active {
    background: #777777;
    }

.img-fluid {
  width:100%;
}
	
	
/*******************
Portfolio1
*******************/
.portfolio-box .filter .overlay-box {
  margin-bottom: 0px; width:100%;
  position: relative; float:left; }
  .portfolio-box .filter .overlay-box .overlay {
    position: absolute;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 0px;
    width: 100%;
    display: none;
    padding-top: 30%; }
    .portfolio-box .filter .overlay-box .overlay .port-text {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      top: 35px;
      width: 0px;
      left: 35px; }
      .portfolio-box .filter .overlay-box .overlay .port-text h5 {
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0px; }
      /*.portfolio-box .filter .overlay-box .overlay .port-text span {    
        font-size: 14px; }*/
    .portfolio-box .filter .overlay-box .overlay .port-like {
      position: absolute;
      right: 20px;
      top: 20px;
      color: #000000; }
      .portfolio-box .filter .overlay-box .overlay .port-like .like-dislike {
        background: transparent;
        border: 2px solid #ffffff;
        padding: 7px 15px; }
        .portfolio-box .filter .overlay-box .overlay .port-like .like-dislike .text-active {
          display: none; }
        .portfolio-box .filter .overlay-box .overlay .port-like .like-dislike.active .text {
          display: none; }
        .portfolio-box .filter .overlay-box .overlay .port-like .like-dislike.active .text-active {
          display: inline-block; }
  .portfolio-box .filter .overlay-box .overlay {
    display: block;
    top: 0px;
    height: 100%; }
    .portfolio-box .filter .overlay-box .overlay .port-text {
      width: 40%; }

.cl-consent-bottom .cl-consent-popup--main>* {
    max-width: 800px !important;
}
	  
/*******************
Feature 42
*******************/
.feature42 {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; background-position: top !important; }
  .feature42 .wrap-feature42-box { padding-bottom:0; }
	
	
	
.bloco_solucoes_profissionais  {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .bloco_solucoes_profissionais:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
	

/*******************
Testimonial 7
*******************/
.testimonial7 {
  background: #00B8B8;
  /* IE6-9 */ }
  .testimonial7 .testi7 .title {
    margin-top: 0px; }
  .testimonial7 .testi7 .owl-nav {
    float: right; display:none; }
    .testimonial7 .testi7 .owl-nav [class*='owl-'] {
      background: transparent;
      color: #ffffff;
      font-size: 34px;
      margin: -100px 0 0 0px; }
      .testimonial7 .testi7 .owl-nav [class*='owl-']:hover {
        color: #888888; }

@media (max-width: 767px) {
  .testimonial7 {
    background: #00B8B8;
    /* IE6-9 */ } }
	
	
/*******************
Feature 11
*******************/
.wrap-feature11-box {
  margin-top: 60px; }
  .wrap-feature11-box .card-body {
    padding: 30px; }
  .wrap-feature11-box .icon-space {
    margin: -80px 0 20px; }
    .wrap-feature11-box .icon-space .icon-round {
      font-size: 45px;
      color: #ffffff; }
	  
	 
/*******************
Feature 21
*******************/
.wrap-feature21-box {
  background-size: cover;
  background-attachment: fixed;
  background-position: left center; }
  
  

/*******************
Feature 10
*******************/
.wrap-feature10-box {
  padding: 40px 20px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  color: #ffffff; }
  .wrap-feature10-box p {
    margin: 30px 0 40px; }
  .wrap-feature10-box .box-title {
    color: #ffffff; }

	
/*******************
Feature 43
*******************/
.wrap-feature43-box .col-md-6 {
  margin-bottom: 40px; }
  
  
 
/*******************
contact 2
*******************/
.contact2 {
  padding: 60px 0;
  margin-bottom: 170px;
  background-position: center top; }
  .contact2 .bg-image {
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .contact2 .detail-box {
    padding: 40px; }
    .contact2 .detail-box .round-social {
      margin-top: 100px; }
      .contact2 .detail-box .round-social.light a {
        background: transparent;
        color: #ffffff;
        border: 2px solid #ffffff;
        margin: 0 7px;
        height: 49px;
        width: 49px;
        line-height: 49px; }
  .contact2 .contact-container {
    position: relative;
    top: 200px; }
    .contact2 .contact-container .links a {
      color: #8d97ad; }

	  
/*******************
Feature 30
*******************/
.feature30 {
  position: relative; }

.wrap-feature30-box {
  position: absolute;
  top: 20%;
  right: 0px; }
  
 
/*******************
Feature 16
*******************/
.wrap-feature-16 [class*=col-] {
  padding: 70px 35px; }
  
.padding_maior{
  padding:100px 35px !important;
}

.wrap-feature-16 .with-bg {
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center center; }

.wrap-feature-16 .with-text {
  max-width: 500px;
  margin-left: 80px; }

@media(max-width:1000px){
    .wrap-feature-16 .with-text{
        margin-left:0px;
    }
}

.table td, .table th {
    vertical-align:middle;
}

  
/*******************
Feature 1
*******************/
.wrap-feature1-box .card-body {
  padding: 20px;
  line-height: 30px; }
  .wrap-feature1-box .card-body .icon-space {
    font-size: 55px; }

/*************/
/* General Listing*/
/*************/
.general-listing {
  padding: 0px;
  margin: 0px; }
  .general-listing li {
    list-style: none; }
    .general-listing li a {
      color: #8d97ad;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 0;
      -webkit-transition: 0.2s ease-in;
      -o-transition: 0.2s ease-in;
      transition: 0.2s ease-in;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .general-listing li:hover a {
      color: #009efb;
      padding-left: 10px; }
    .general-listing li i {
      margin-right: 7px;
      vertical-align: middle; }
  .general-listing.two-part li {
    width: 49%;
    display: inline-block; }
  .general-listing.only-li li {
    padding: 5px 0; }

/*************/
/* form dark*/
/*************/
.form-control-dark {
  background: rgba(120, 130, 140, 0.13);
  color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13); }
  .form-control-dark:focus {
    background: rgba(120, 130, 140, 0.13);
    color: #ffffff; }

/*************/
/* social-round */
/*************/
.round-social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .round-social a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px); }

.round-social.light a {
  color: #003F5C;
  background: #f5f7fa; }

.round-social.light a:hover {
  background: #003F5C;
  color: #ffffff; }

/*************/
/* Form Banner */
/*************/
.banner {
  position: relative;
  max-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  display: table; }
  .banner .banner-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

@media (max-width: 992px) {
  .banner {
    height: auto !important;
    padding: 100px 0; } }

@media (max-width: 767px) {
  .banner {
    padding: 30px 0; } }

.form-control {
  padding: .75rem;
  border: 2px solid rgba(120, 130, 140, 0.13); }

select.form-control:not([size]):not([multiple]) {
  height: calc(2rem + 12px); }

/*******************
UI-Elements
******************/
/*******************
Buttons
******************/
.button-group .btn {
  margin-bottom: 7px; }

/*******************
Grid page
******************/
.show-grid {
  margin-bottom: 10px;
  padding: 0 15px; }

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background-color: #f5f7fa; }

/*******************
list and media
******************/
.list-group a.list-group-item:hover {
  background: #f5f7fa; }

.list-group-item.active,
.list-group .list-group-item.active:hover {
  background: #009efb;
  border-color: #009efb; }

.list-group-item.disabled {
  color: #8d97ad;
  background: #f5f7fa; }

.media {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 10px;
  padding: 15px; }

/*******************
Notification page Jquery toaster
******************/
.alert-rounded {
  border-radius: 60px; }

/*******************
Progress bar
******************/
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-vertical {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  -o-transition: 5s all;
  transition: 5s all; }

@-webkit-keyframes myanimation {
  from {
    width: 0; } }

@keyframes myanimation {
  from {
    width: 0; } }
    
.pl-40{
    padding-left:40px;
}

/*******************
Vertical tabs
******************/
.vtabs {
  display: table; }
  .vtabs .tabs-vertical {
    width: 150px;
    border-bottom: 0px;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    display: table-cell;
    vertical-align: top; }
    .vtabs .tabs-vertical li .nav-link {
      color: #003F5C;
      margin-bottom: 10px;
      border: 0px;
      border-radius: 4px 0 0 4px; }
  .vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top; }

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #009efb;
  border: 0px;
  color: #ffffff; }

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #ffffff;
  border: 0px;
  border-right: 2px solid #009efb;
  margin-right: -1px;
  color: #009efb; }

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px; }

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #8d97ad; }
  .customtab2 li a.nav-link.active {
    background: #009efb;
    color: #ffffff; }
  .customtab2 li a.nav-link:hover {
    color: #ffffff;
    background: #009efb; }
    
.bloco_servicos_homepage a svg{
    fill:#003F5C;
    margin-left:5px;
}
.bloco_servicos_homepage a:hover svg{
    fill:#00B8B8
}

.bloco_hover_branco a:hover{
    color:white;
}

.bloco_hover_branco a:hover svg{
    fill:white;
}

.align-items-center{
    align-items:center;
}

/*******************
Timeline page
******************/
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto; }

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #f5f7fa; }

.timeline > li {
  position: relative;
  margin-bottom: 20px; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); }

.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid rgba(120, 130, 140, 0.13);
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(120, 130, 140, 0.13); }

.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #ffffff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff; }

.timeline > li > .timeline-badge {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 46px;
  color: #fff;
  overflow: hidden; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0; }

.timeline-badge.primary {
  background-color: #316ce8; }

.timeline-badge.success {
  background-color: #1dc8cd; }

.timeline-badge.warning {
  background-color: #fec500; }

.timeline-badge.danger {
  background-color: #ff4d7e; }

.timeline-badge.info {
  background-color: #00B8B8; }

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

/*============================================================== 
 Ui-bootstrap
 ============================================================== */
ul.list-icons {
  margin: 0px;
  padding: 0px; }
  ul.list-icons li {
    list-style: none;
    line-height: 30px;
    margin: 5px 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
    ul.list-icons li a {
      color: #8d97ad; }
      ul.list-icons li a:hover {
        color: #009efb; }
    ul.list-icons li i {
      font-size: 13px;
      padding-right: 8px; }

ul.list-inline li {
  display: inline-block; }
  ul.list-inline li:first-child {
    padding-left: 0px; }
  ul.list-inline li a {
    color: #8d97ad; }
    ul.list-inline li a:hover {
      color: #009efb; }

ul.two-part {
  margin: 0px; }
  ul.two-part li {
    width: 48.8%; }

/*Accordion*/
html body .accordion .card {
  margin-bottom: 0px; }

#accordion4 .card-header {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: transparent;
  margin-bottom: 10px; }
  #accordion4 .card-header a {
    color: #8d97ad; }
  #accordion4 .card-header:hover {
    background-color: #00B8B8;
    border: 1px solid #00B8B8; }
    #accordion4 .card-header:hover a {
      color: #ffffff; }

#accordion4 .card.active .card-header {
  background-color: #00B8B8;
  border: 1px solid #00B8B8; }
  #accordion4 .card.active .card-header a {
    color: #ffffff; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/*===================== 
Breadcrumb
=====================*/
.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
  color: #ffffff; }
  .bc-colored .breadcrumb-item.active,
  .bc-colored .breadcrumb-item a.active {
    opacity: 0.7; }

.bc-colored .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4); }

.breadcrumb {
  margin-bottom: 0px; }
 

.the-arrow {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #ffffff;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #ffffff;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}

/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/*******************
Pricing 1
*******************/
.pricing1 .card {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  .pricing1 .card:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -webkit-font-smoothing: antialiased; }

.pricing1 .badge {
  top: -13px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto; }

.pricing1 .title {
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 5px; }

.pricing1 .subtitle {
  font-size: 14px; }

.pricing1 .pricing {
  margin: 20px 0; }
  .pricing1 .pricing sup {
    font-size: 18px;
    top: -20px; }
  .pricing1 .pricing .display-5 {
    color: #263238; }
  .pricing1 .pricing .yearly {
    display: none; }

.pricing1 .list-inline {
  margin-top: 30px; }
  .pricing1 .list-inline li {
    padding: 8px 0;
    display: block; }

.pricing1 .bottom-btn {
  position: relative;
  bottom: 0px; }

/*******************
Pricing 2
*******************/
.pricing2 {
  background-size: cover;
  max-height: 530px;
  margin-bottom: 350px; }
  .pricing2 .pricing-box {
    margin-top: 100px; }
  .pricing2 .above-card {
    margin: -70px -32px -32px; }
	
	  .pricing2 .above-card2 {
    margin: -30px -32px -32px; }
	
    .pricing2 .above-card .card {
      padding: 30px; }
  .pricing2 .pricing-text sup {
    top: -50px;
    font-size: 24px; }
  .pricing2 .pricing-text span {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    color: #263238; }
  .pricing2 .list-inline {
    margin: 0 0 0px 0; }
    .pricing2 .list-inline li {
      padding: 7px 0; }

@media (max-width: 767px) {
  .pricing2 {
    max-height: 100%;
    margin-bottom: 0px; }
    .pricing2 .pricing-box {
      margin-top: 20px; }
    .pricing2 .display-5 {
      font-size: 36px; }
    .pricing2 .above-card {
      margin: 0; }
      .pricing2 .above-card .card {
        padding: 0px; } }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/*******************
Pricing 3
*******************/
.pricing3 .col-lg-2 {
  padding-right: 0px;
  position: relative;
  z-index: 1; }

.pricing3 .col-lg-10 {
  padding-left: 0px; }

.pricing3 .nav-pills {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
  border-right: 0px; }
  .pricing3 .nav-pills .nav-link {
    padding: 17px 25px;  text-align:center; }
    .pricing3 .nav-pills .nav-link h2 {
      color: #8d97ad; }
    .pricing3 .nav-pills .nav-link.active {
      background: #ffffff;
      border-left: 3px solid #00B8B8;
      border-radius: 0px;
      margin-left: -3px;
      -webkit-box-shadow: -20px 0 40px rgba(0, 0, 0, 0.1);
      box-shadow: -20px 0 40px rgba(0, 0, 0, 0.1); }
      .pricing3 .nav-pills .nav-link.active h2 {
        color: #263238; }

.pricing3 .tab-content {
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1); }
  .pricing3 .tab-content .pricing-box {
    padding: 25px 80px; }
  .pricing3 .tab-content .list-inline {
    margin-top: 20px; }
    .pricing3 .tab-content .list-inline li {
      padding: 20px 0;
      font-weight: 400; }
      .pricing3 .tab-content .list-inline li span {
        display: inline-block;
        vertical-align: middle; }
      .pricing3 .tab-content .list-inline li i {
        font-size: 40px;
        text-align: center;
        vertical-align: middle;
        width: 80px;
        overflow: hidden;
        display: inline-block;
        opacity: 0.5; }
  .pricing3 .tab-content .bg-image {
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .pricing3 .tab-content .bg-image .quote-box {
      padding: 40px; }

@media (max-width: 767px) {
  .pricing3 .col-lg-2 {
    padding-right: 15px; }
  .pricing3 .col-lg-10 {
    padding-left: 15px; }
  .pricing3 .nav-pills {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    border-bottom: 0px;
    border-right: 1px solid rgba(120, 130, 140, 0.13); }
    .pricing3 .nav-pills .nav-link { width:33.333%;
      padding: 25px 18px; }
      .pricing3 .nav-pills .nav-link.active {
		width:33.3333%;
        border-left: 0px;
        border-top: 3px solid #00B8B8;
        margin-top: -4px;
        margin-left: 0px;
        margin-bottom: -1px;
        -webkit-box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.1);
        box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.1); }
  .pricing3 .tab-content .pricing-box {
    padding: 20px; } }

/*******************
Pricing 4
*******************/
.pricing4 .price small {
  color: #8d97ad;
  font-size: 16px; }

/*******************
Pricing 5
*******************/
.pricing5 .general-listing {
  margin: 90px 0 60px 0; }
  .pricing5 .general-listing.only-li li {
    padding: 20px 0;
    display: block; }

.pricing5 .card {
  background-size: 100% !important; }

.pricing5 .yearly {
  display: none; }

.pricing5 .pricing-box {
  margin-top: 120px; }
  .pricing5 .pricing-box .middle-box {
    margin-top: -75px; }
    .pricing5 .pricing-box .middle-box .general-listing {
      margin-top: 60px; }

@media (max-width: 767px) {
  .pricing5 .pricing-box {
    margin-top: 40px; }
    .pricing5 .pricing-box .middle-box {
      margin-top: 0px; } }

/*******************
Pricing 6
*******************/
.pricing6 .price-box {
  margin: 20px 0; }
  .pricing6 .price-box sup {
    top: -20px;
    font-size: 16px; }
  .pricing6 .price-box .display-5 {
    line-height: 58px; }

.pricing6 .general-listing {
  padding-left: 30px; }
  .pricing6 .general-listing.only-li li {
    padding: 10px 0; }

/*******************
Pricing 7
*******************/
.pricing7 .pricing-box sup {
  top: -20px;
  font-size: 16px; }

.pricing7 .pricing-box .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

/*******************
Pricing 8
*******************/
.pricing8 .pricing-box sup {
  top: -20px;
  font-size: 16px; }

.pricing8 .pricing-box .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

#banner1 {
  background: right -3em center no-repeat #e9f3f8; }
  #banner1 h2 {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1px; }
  #banner1 input {
    line-height: 72px;
    padding: 0;
    margin: 0;
    border: none;
    display: inline-block;
    vertical-align: top; }
  #banner1 input[type="text"] {
    color: #8d97ad;
    border-radius: 36px 0 0 36px;
    text-indent: 35px;
    padding-right: 15px;
    width: 61%;
    font-weight: 300;
    -webkit-box-shadow: -5px 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: -5px 0 30px 0 rgba(0, 0, 0, 0.05);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  #banner1 input[type="submit"] {
    border-radius: 0 36px 36px 0;
    width: auto;
    padding: 0 30px;
    cursor: pointer;
    margin-left: -4px;
    -webkit-box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #banner1 input[type="submit"]:hover {
      opacity: 0.7; }

@media (min-width: 2301px) and (max-width: 2700px) {
  #banner1 {
    background-position: 70% center; } }

@media (min-width: 1900px) and (max-width: 2300px) {
  #banner1 {
    background-position: 80% center; } }

@media (min-width: 1500px) and (max-width: 1680px) {
  #banner1 {
    background-position: right center; } }

@media (max-width: 1100px) {
  #banner1 {
    background-position: right -14em center; }
    #banner1 h2 {
      font-size: 40px; }
    #banner1 input[type="text"] {
      width: 59%; }
    #banner1 input[type="submit"] {
      padding: 0 20px; } }

@media (max-width: 767px) {
  .banner {
    padding: 30px 0; }
  #banner1 {
    background-image: none; }
    #banner1 input {
      font-size: 14px;
      line-height: 50px; }
    #banner1 input[type="text"] {
      border-radius: 25px 0 0 25px;
      text-indent: 20px; }
    #banner1 input[type="submit"] {
      border-radius: 0 25px 25px 0;
      padding: 0 15px; }
    #banner1 img {
      margin-top: 25px; } }

@media (max-width: 320px) {
  #banner1 input[type="submit"] {
    padding: 0 10px; } }

    .form_cidade
    input::placeholder {
      color: white !important;
      font-size: 1.2em;
    }

/*******************
Form 2
*******************/
@media (max-width: 1023px) {
  .form2 h1 {
    margin-top: 25px; }
  .form2 .have-ac {
    margin-top: 25px; } }

/*******************
form 3
*******************/
#banner2 {
  max-height: 800px; }
  #banner2 .w-50 {
    width: 50%; }
  #banner2 .form-row {
    margin: 0; }
  #banner2 label.font-12 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px; }
  #banner2 input[type=text] {
    color: #8d97ad;
    font-weight: 300;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  #banner2 button {
    cursor: pointer;
    border-radius: 0; }
  #banner2 .date label {
    cursor: pointer;
    margin: 0; }

@media (max-width: 370px) {
  #banner2 .left,
  #banner2 .right {
    padding: 25px; } }

@media (max-width: 320px) {
  #banner2 .left,
  #banner2 .right {
    padding: 25px 15px; } }

/*******************
form 4
*******************/
.form4 .video-link i {
  font-size: 36px; }

@media (max-width: 1023px) {
  .form4 .text-box {
    margin-top: 25px; } }

/*******************
Form 5
*******************/
.form5 {
  background-size: cover;
  background-attachment: fixed;
  background-position: left center; }
  .form5 .text-box {
    padding: 10px 15px; }
  .form5 .input-icon i {
    top: 17px;
    right: 30px; }

/*******************
form 6
*******************/
.form6 {
  overflow: hidden;
  position: relative; }
  .form6 .right-image {
    background-position: center bottom;
    background-size: cover;
    background-repeat: none;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0; }

@media (max-width: 1023px) {
  .form6 .contact-form {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767px) {
  .form6 .contact-form {
    padding-left: 15px;
    padding-right: 15px; } }

/*******************
form 7
*******************/

/*******************
Feature 39
*******************/
.wrap-feature39-box .col-lg-6 > img {
  margin-left: -40px; }
  
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}

#banner3 .form-data{
	border: 8px solid rgba(34, 50, 70, 0.3);
}

#busca_cidade .form-data{
	border: 2px solid rgba(255, 255, 255, 1);
  border-radius:40px;
}

#banner3 input,
#banner3 button {
  line-height: 30px; }

  #busca_cidade input,
#busca_cidade button {
  line-height: 30px; }

#banner3 input[type=text] {
  border-radius: 3px 0 0 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

  #busca_cidade input[type=text] {
    border-radius: 3px 0 0 3px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

#banner3 button {
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: none; }
  #banner3 button:hover {
    opacity: 0.8; }

    #busca_cidade button {
      border-radius: 0 3px 3px 0;
      cursor: pointer;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      border: none; }
      #busca_cidade button:hover {
        opacity: 0.8; }

#banner3 .suggetion i {
  font-size: 34px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0; }

#banner3 .suggetion span {
  display: inline-block;
  padding-left: 50px; }

@media (max-width: 992px) {
  #banner3 h2 {
    font-size: 30px;
    padding: 0 15px; } }

@media (max-width: 767px) {
  #banner3 h2 {
    font-size: 26px; }
  #banner3 .col-sm-6 {
    margin-right: auto;
    margin-left: 0 !important; } }

@media (max-width: 428px) {
  #banner3 {
    padding-bottom: 50px; }
    #banner3 h2 {
      font-size: 22px; } }

@media (max-width: 590px) {
  #banner3 .form-data {
    padding: 0 15px; }
  #banner3 .suggetion {
    padding: 0 15px; } }

/*******************
form 8
*******************/
.form8 .blog-row {
  margin-bottom: 30px; }
  .form8 .blog-row a {
    color: #263238; }
    .form8 .blog-row a:hover {
      color: #316ce8; }
  .form8 .blog-row h5 {
    font-weight: 500;
    margin-top: 10px; }

.bloco_dir_prods img{
    max-width:100%;
}

/*******************
form 9
*******************/


#banner4 button {
  border-radius: 0;
  line-height: 43px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-size: 20px; }
  #banner4 button:hover {
    opacity: 0.95; }

#banner4 input,
#banner4 .span-select {
  border-radius: 0;
  font-size: 14px;
  line-height: 1.7;
  border: none;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  color: #8d97ad;
  font-weight: 300;
  display: block; }

#banner4 .form-data {
  border: 8px solid rgba(34, 50, 70, 0.3); }
  #banner4 .form-data select {
    background: tranparent;
    font-size: 12px;
    color: #8d97ad;
    font-weight: 300; }
  #banner4 .form-data .sec-icon i {
    left: 15px;
    top: 18px;
    position: absolute;
    font-size: 20px;
    z-index: 10; }
  #banner4 .form-data .date label {
    position: absolute;
    right: 15px;
    top: 8px; }
    #banner4 .form-data .date label i {
      left: 0;
      top: 0; }
  #banner4 .form-data .span-select {
    overflow: hidden;
    position: relative; }
    #banner4 .form-data .span-select i {
      right: 0;
      top: 8px;
      left: auto;
      position: absolute;
      font-size: 20px; }
    #banner4 .form-data .span-select select {
      min-width: 250px; }

@media (max-width: 767px) {
  #banner4 .b-b {
    border: none; }
  #banner4 h2 {
    font-size: 32px; }
  #banner4 input {
    margin-left: 20px; } }

@media (max-width: 428px) {
  #banner4 .form-data {
    overflow: hidden; }
    #banner4 .form-data .span-select select {
      width: 110%; } }

@media (max-width: 320px) {
  #banner4 input,
  #banner4 select {
    padding-left: 0;
    padding-right: 0; }
  #banner4 input {
    margin-left: 45px; }
  #banner4 .form-data .bg-white {
    padding-left: 0;
    padding-right: 0; }
  #banner4 .form-data .sec-icon i {
    left: 10px; }
  #banner4 .form-data .date label {
    right: 25px; }
  #banner4 .form-data .span-select i {
    right: 10px;
    left: auto; }
  #banner4 .form-data .span-select select {
    margin-left: 20px;
    width: 100%; } }
    
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }
  

.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}

.sweet-alert {
  background-color: white;

  width: 478px;
  padding: 17px;
  border-radius: 0px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;padding-bottom:35px; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #f00;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
border-radius: 60px;
-webkit-border-radius: 60px;
    padding: 10px 45px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #189979; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #189979; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #189979; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #189979; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #189979; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #189979; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #189979; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}


.video-play-button {
  transform: translateX(0%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px; margin:0 auto; margin-top:100px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #00B8B8;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #00B8B8;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#00B8B8, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 28px solid #fff;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }
  
@media (min-width: 768px){
    .cl-consent-bottom .cl-consent-popup--main {
        padding-top: 48px !important;
        padding-bottom: 60px !important;
    }
}

@media (min-width: 768px){
    .cl-consent-bottom .cl-consent-clickio {
        bottom: 20px !important;
    }
}

.cl-consent h3.cl-consent__title {
    text-align: center !important;
}
    
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }


.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #4DC7A0;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #4DC7A0; }

/* asdas */

.owl-theme .owl-nav.disabled + .owl-dots2 {
  margin-top: 10px; }

.owl-theme .owl-dots2 {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots2 .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots2 .owl-dot span {
      width: 40px;
      height: 4px;
      margin: 5px 7px;
      background: #ffffff;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease; }
    .owl-theme .owl-dots2 .owl-dot.active span, .owl-theme .owl-dots2 .owl-dot:hover span {
      background: #038186; }
      
.bs-slider{
    overflow: hidden;
    position: relative;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    margin: auto;
    position: absolute;
    text-align: left;
    max-width:1170px;
    padding:0 15px;
    top:50%;
    left:50%;
    right:auto;
    width:100%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
}
.slide-image {
		margin: auto;
		width: 100%;
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}
.carousel-control-next {
    width:auto;
    padding-right:15px;
}
.carousel-control-prev {
    width:auto;
    padding-left:15px;
}


.animated-arrow {
  display: inline-block;
  color: #ffffff;
  font-size: 1.5em;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #ffffff;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #ffffff;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #ffffff;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  transform: translateX(17px);
  transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}





.the-arrow2 {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow2.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow2.-left > .shaft {
  width: 0;
  background-color: #00B8B8;
}
.the-arrow2.-left > .shaft:before, .the-arrow2.-left > .shaft:after {
  width: 0;
  background-color: #00B8B8;
}
.the-arrow2.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow2.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow2.-right {
  top: 3px;
}
.the-arrow2.-right > .shaft {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow2.-right > .shaft:before, .the-arrow2.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow2.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow2.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow2 > .shaft {
  background-color: #00B8B8;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow2 > .shaft:before, .the-arrow2 > .shaft:after {
  background-color: #00B8B8;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow2 > .shaft:before {
  transform-origin: top right;
}
.the-arrow2 > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow2 {
  display: inline-block;
  color: #00B8B8;
  font-size: 1.5em;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow2:hover {
  color: #00B8B8;
}
.animated-arrow2:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #00B8B8;
}
.animated-arrow2:hover > .the-arrow.-left > .shaft:before, .animated-arrow2:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #00B8B8;
}
.animated-arrow2:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow2:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow2:hover > .main {
  transform: translateX(17px);
  transform: translateX(80px);
}
.animated-arrow2:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow2:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow2:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow2:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow2 > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow2 > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow2 > .main > .the-arrow {
  position: relative;
}



.the-arrow3 {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow3.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow3.-left > .shaft {
  width: 0;
  background-color: #003F5C;
}
.the-arrow3.-left > .shaft:before, .the-arrow3.-left > .shaft:after {
  width: 0;
  background-color: #003F5C;
}
.the-arrow3.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow3.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow3.-right {
  top: 3px;
}
.the-arrow3.-right > .shaft {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow3.-right > .shaft:before, .the-arrow3.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow3.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow3.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow3 > .shaft {
  background-color: #003F5C;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow3 > .shaft:before, .the-arrow3 > .shaft:after {
  background-color: #003F5C;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow3 > .shaft:before {
  transform-origin: top right;
}
.the-arrow3 > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow3 {
  display: inline-block;
  color: #003F5C;
  font-size: 1.5em;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow3:hover {
  color: #003F5C;
}
.animated-arrow3:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #003F5C;
}
.animated-arrow3:hover > .the-arrow.-left > .shaft:before, .animated-arrow3:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #003F5C;
}
.animated-arrow3:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow3:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow3:hover > .main {
  transform: translateX(17px);
  transform: translateX(80px);
}
.animated-arrow3:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow3:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow3:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow3:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow3 > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow3 > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow3 > .main > .the-arrow {
  position: relative;
}


.the-arrow4 {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow4.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow4.-left > .shaft {
  width: 0;
  background-color: #003F5C;
}
.the-arrow4.-left > .shaft:before, .the-arrow4.-left > .shaft:after {
  width: 0;
  background-color: #003F5C;
}
.the-arrow4.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow4.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow4.-right {
  top: 3px;
}
.the-arrow4.-right > .shaft {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow4.-right > .shaft:before, .the-arrow4.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow4.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow4.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow4 > .shaft {
  background-color: #003F5C;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow4 > .shaft:before, .the-arrow4 > .shaft:after {
  background-color: #003F5C;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow4 > .shaft:before {
  transform-origin: top right;
}
.the-arrow4 > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow4 {
  display: inline-block;
  color: #003F5C;
  font-size: 1.1em;
  text-decoration: none;
  position: relative;
  font-style:italic;
  transition: all 0.2s;
}
.animated-arrow4:hover {
  color: #003F5C;
}
.animated-arrow4:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #003F5C;
}
.animated-arrow4:hover > .the-arrow.-left > .shaft:before, .animated-arrow4:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #003F5C;
}
.animated-arrow4:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow4:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow4:hover > .main {
  transform: translateX(17px);
  transform: translateX(80px);
}
.animated-arrow4:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow4:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow4:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow4:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow4 > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow4 > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow4 > .main > .the-arrow {
  position: relative;
}



.the-arrow5 {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow5.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow5.-left > .shaft {
  width: 0;
  background-color: #003F5C;
}
.the-arrow5.-left > .shaft:before, .the-arrow5.-left > .shaft:after {
  width: 0;
  background-color: #003F5C;
}
.the-arrow5.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow5.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow5.-right {
  top: 3px;
}
.the-arrow5.-right > .shaft {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow5.-right > .shaft:before, .the-arrow5.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow5.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow5.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow5 > .shaft {
  background-color: #003F5C;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow5 > .shaft:before, .the-arrow5 > .shaft:after {
  background-color: #003F5C;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow5 > .shaft:before {
  transform-origin: top right;
}
.the-arrow5 > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow5 {
  display: inline-block;
  color: #003F5C;
  font-size: 1.2em;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow5:hover {
  color: #003F5C;
}
.animated-arrow5:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #003F5C;
}
.animated-arrow5:hover > .the-arrow.-left > .shaft:before, .animated-arrow5:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #003F5C;
}
.animated-arrow5:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow5:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow5:hover > .main {
  transform: translateX(17px);
  transform: translateX(80px);
}
.animated-arrow5:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow5:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow5:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow5:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow5 > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow5 > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow5 > .main > .the-arrow {
  position: relative;
}



.arrow-maior{
    font-size:2em;
}


/*******************
 Card title
*******************/
.card-title {
  font-size: 18px; }

.card-subtitle {
  color: #8d97ad;
  margin-bottom: 30px;
  font-size: 14px; }

.card-inverse .card-bodyquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65); }

.card-default .card-header {
  background: #ffffff;
  border-bottom: 0px; }

.card-success {
  background: #1dc8cd;
  border-color: #1dc8cd; }

.card-danger {
  background: #ff4d7e;
  border-color: #ff4d7e; }

.card-warning {
  background: #fec500;
  border-color: #fec500; }

.card-info {
  background: #00B8B8;
  border-color: #00B8B8; }

.card-primary {
  background: #316ce8;
  border-color: #316ce8; }

.card-dark {
  background: #3e4555;
  border-color: #3e4555; }

.card-megna {
  background: #00B8B8;
  border-color: #00B8B8; }

.wrap-feature-24 .card-shadow svg{
  fill:#00B8B8;
  stroke:#00B8B8;
}

.wrap-feature-24 .card-shadow:hover svg{
  fill:white;
  stroke:white;
}

/*============================================================== 
 Cards page
 ============================================================== */
.card-columns .card {
  margin-bottom: 20px; }

.collapsing {
  -webkit-transition: height .08s ease;
  -o-transition: height .08s ease;
  transition: height .08s ease; }

.card-info {
  background: #00B8B8;
  border-color: #00B8B8; }

.card-primary {
  background: #316ce8;
  border-color: #316ce8; }

.card-outline-info {
  border-color: #00B8B8; }
  .card-outline-info .card-header {
    background: #00B8B8;
    border-color: #00B8B8; }

.card-outline-inverse {
  border-color: #3e4555; }
  .card-outline-inverse .card-header {
    background: #3e4555;
    border-color: #3e4555; }

.card-outline-warning {
  border-color: #fec500; }
  .card-outline-warning .card-header {
    background: #fec500;
    border-color: #fec500; }

.card-outline-success {
  border-color: #1dc8cd; }
  .card-outline-success .card-header {
    background: #1dc8cd;
    border-color: #1dc8cd; }

.card-outline-danger {
  border-color: #ff4d7e; }
  .card-outline-danger .card-header {
    background: #ff4d7e;
    border-color: #ff4d7e; }

.card-outline-primary {
  border-color: #316ce8; }
  .card-outline-primary .card-header {
    background: #316ce8;
    border-color: #316ce8; }

/*******************
Custom-select
******************/
.custom-select {
  background: url(../assets/images/ui/custom-select.png) right 0.75rem center no-repeat;
  border: 2px solid rgba(120, 130, 140, 0.13);
  height: calc(2.25rem + 12px); }

/*******************
textarea
******************/
textarea {
  resize: none; }

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem; }

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #1dc8cd; }

.has-success .form-control-success {
  background-image: url(../../assets/images/ui/success.svg); }

.has-success .form-control {
  border-color: #1dc8cd; }

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #fec500; }

.has-warning .form-control-warning {
  background-image: url(../../assets/images/ui/warning.svg); }

.has-warning .form-control {
  border-color: #fec500; }

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4d7e; }

.has-danger .form-control-danger {
  background-image: url(../../assets/images/ui/danger.svg); }

.has-danger .form-control {
  border-color: #ff4d7e; }

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
  position: initial;
  opacity: 1; }

.input-form .btn {
  padding: 14px 12px; }

.form-control-sm {
  padding: .25rem .5rem; }

/*******************
custom modals
******************/
.custom-modal .close-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #8d97ad;
  font-size: 25px;
  background: #ffffff;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  border-radius: 100%;
  line-height: 19px; }

.custom-modal .modal-body {
  overflow: hidden; }

.custom-modal .modal-bg-img {
  background-size: cover;
  background-position: center center;
  min-height: 300px; }

.modal1 .modal-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 40px; }

.modal1 .input-group {
  margin-top: -45px; }

.modal2 .modal-bg {
  padding: 30px 30px 30px 15px; }

.modal3 .modal-bg {
  padding: 50px 40px 60px 25px; }

.modal4 .modal-bg {
  padding: 55px 55px 55px 40px; }

/*******************
Overlay headers and thrid dropdown
******************/
.header-overlay {
  position: absolute;
  width: 100%; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #009efb; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-item > .ml-auto {
    position: absolute;
    right: 15px;
    top: 10px; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none; }
  .dropdown-submenu > .dropdown-menu.menu-right {
    left: auto;
    right: 100%; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -75%; }

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden; }

/*******************
common-innerpage-banner
*******************/
.banner-innerpage {
  padding: 150px 0 100px;
  background-size: cover;
  background-position: center center; }
  .banner-innerpage .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px; }
  .banner-innerpage .subtitle {
    color: #ffffff; }
    
.pedido_cidade a{
    color:white !important;
}

@media (max-width: 900px) {
  .static-slider10 .title {
    font-size: 40px;
    line-height: 45px; } }

.with-noborder .media {
  border: 0px;
  padding: 0px;
  margin: 50px 0; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #00B8B8; }

/*******************
Footer 4
*******************/
.footer4 .f4-bottom-bar {
  padding-top: 10px;
  margin-top: 20px; }
  .footer4 .f4-bottom-bar a {
    color: #8d97ad; }
    .footer4 .f4-bottom-bar a:hover {
      color: #00B8B8; }

.footer4 .round-social.light a {
  width: 34px;
  height: 34px;
  line-height: 34px; }
  .footer4 .round-social.light a:hover {
    background: #00B8B8; }

/*******************
Modal in center
*******************/
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  }
  @media (max-width: 768px) {
    .modal-dialog {
      min-height: calc(100vh - 20px); } }

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/*******************
icons path
*******************/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.ttf?-rdmvgc") format("truetype"); }

@font-face {
  font-family: 'simple-line-icons';
  src: url("fonts/Simple-Line-Icons.ttf?-i3a2kk") format("truetype"); }


/*@font-face {
  font-family: 'themify';
  src: url("fonts/themify.ttf") format("truetype"); }*/

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"); }

/*
Template Name: Wrapkit Ui Kit
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */
/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 1024px) {
  .page-wrapper {
    padding-top: 100px; }
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px; }
  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; } }

@media (max-width: 1023px) {
  .d-flex {
    display: block !important; }
    .d-flex.no-block {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  .h15-info-bar .donate-btn a {
    display: block;
    margin-left: 0px; }
  .h15-info-bar .nav-item .nav-link {
    padding: 0 10px;
    margin: 10px 0; }
  .po-absolute {
    position: relative; }
  .slider7 .slide-text {
    padding: 0 !important;
    width: 100% !important; }
  .slider7 .slide-image {
    height: 430px;
    left: -30%;
    position: relative;
    width: auto !important; }
  .topbar {
    position: relative; }
    .topbar.animated {
      -webkit-animation-duration: 0s;
      animation-duration: 0s; }
      .topbar.animated.slideInDown {
        -webkit-animation-name: none;
        animation-name: none; } }

/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */
/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media (max-width: 767px) {
  /*This is for the Global*/
  .b-l, .b-r {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
  .img-inline li.half-width {
    width: 100%; }
  .both-space {
    margin: 10px 0; }
  .side-content {
    padding: 40px 20px; }
  .general-listing.two-part li {
    width: 100%;
    display: block; }
  .testimonial2 .testi2 .owl-dots {
    top: 0px; }
  .slider7 .slide-image {
    left: -90%;
    width: auto; }
  .slider7 .slide-content {
    min-width: 100px;
    max-width: 300px;
    min-height: 300px;
    padding: 40px 25px; }
  .slider7 h2 {
    font-size: 28px; line-height: 34px; }
  .slider7 p {
    font-size: 14px;
    margin-top: 20px !important; }
  .slider7 a {
    height: 50px;
    width: 50px;
    font-size: 26px;
    right: 55px; }
    .slider7 a i {
      line-height: 50px; }
  .dropdown-submenu > .dropdown-menu.show {
    display: block; } }

	

	
/***************************************************************** ALTERADO ***************************************************************************************************************************************************************************************/
	
	
	
	
	.subtitulo{
		margin-bottom:40px;
		font-weight:300;
	}
	
	.li_agenda li{
		width:100%;
	}
	
	.titulos_numeros{
		font-size:45px; font-weight:500;
	}
	
	.subtitulos_numeros{
		font-weight:300;
	}
	
	.text-azul{
		color:#23b3ba;
	}
	
	.text-cinza{
		color:#727271;
	}
	
	
	.display-4 {
		
		font-size:8.5rem;
		
	}
	
	
	.bg-wellnutri{
		background:#00B8B8
	}
	
	.bg-wellnutri2{
	    background:#eff9fa;
	}
	
	.bg-verde{
		background:#51b500;
	}
	
	.bg-verde2{
		background:#679b31;
	}
	
	.bg-verde-claro{
	    background:#eaf2e2;
	}
	
	.bg-laranja{
	    background:#ffa938;
	}
	
	.bg-laranja-claro{
	    background:#fffcea;
	}
	
	.bg-verde-produto{
	    background:#16998c;
	}
	
	.bg-verde-claro{
	    background:#f3fbfc;
	}
	
	.margem-testemunhos{
		margin-bottom:40px !important;
	}
	
	.dropdown-menu {
		border-radius:0px;
	}
	
	
	.border_redessociais{
		border:1px solid #00B8B8; width: 34px; height: 34px; line-height: 32px; border-radius:100%; text-align: center; display: inline-block; border-radius: 100%;
	}
	.border_redessociais a{ color:#00B8B8 !important; }
	
	
	.border_redessociais:hover{
		background:#8d97ad; border:none;
	}
	.border_redessociais:hover a{ color:#fff !important; }
	
	.cor_wellnutri{ color:#00B8B8; }
	
	.text-wellnutri{ color:#00B8B8; }
	
	
	.titulo_portfolio { font-size:45px; line-height:49px; }
	
	.titulo2_portfolio { font-size:27px; line-height:31px; }
	
	.titulo3_portfolio { font-size:22px; line-height:27px; }
	
	.text-black{ color:#003F5C; }
	
	
	.portfolio_especial .btn-md{ padding: 5px 30px; }
	
	
	.portfolio_especial .filter .overlay-box .overlay .port-text { top: 25px; left: 30px; }
	
	.hover_wellnutri:hover {
    color: #00B8B8 !important;
}


.accept-cookies{
	position:fixed; bottom:0; left:0; width:100%; z-index:9999;
	padding:40px 60px;
	background:#f1f1f1;
}

.accept-cookies h3{
line-height: 49px;
font-size: 40px;
	margin-bottom:15px;
}

.accept-cookies a{
	font-family: 'mont-bold', sans-serif;
}

.accept-cookies input{
	background:#003F5C;
	padding:10px 25px;
	color:white;
	border:none;
	margin-top:25px;
	border-radius:25px;
	cursor:pointer;
}

.accept-cookies input:hover{
    background:#00B8B8;
}


.principais_sintomas h5{ font-size:25px; line-height:31px; }

.testimonial2 p{ font-size:19px; }

.montserrat{
font-family: 'Montserrat', sans-serif;
}


.vantagens_teste h6{
	color:black;
	font-size:1rem;
}

.vantagens_teste p{
	color:black;

}


.bloco_duvidas h5{
	
line-height: 34px;
font-size: 26px;
	
}

.fundo_nao_consegue{
    background:#dceddf;
}


.botao_novidade_verde{
background:#79e5b3; padding: 10px 35px; border-radius: 60px; font-weight:400;
}

.botao_novidade_verde2{
background:#51b500; padding: 10px 35px; border-radius: 60px; font-weight:400; color:White;
}

.botao_novidade_laranja{
background:#ffa938; padding: 10px 35px; border-radius: 60px; font-weight:400; color:White;
}

.botao_novidade_verdeprod{
background:#16998c; padding: 10px 35px; border-radius: 60px; font-weight:400; color:White;
}

.botao_novidade_verde33{
background:#00B8B8; padding: 10px 35px; border-radius: 60px; font-weight:400; color:White;
}

.botao_novidade_preto{
background:transparent; border:1px solid #212121; padding: 10px 35px; border-radius: 60px; font-weight:400;
}

.botao_novidade_amarelo{
background:#ffe203; padding: 10px 35px; border-radius: 60px; font-weight:400;
}


.float_left{
	float:left;
}


.bg-gradient-teste{
	background: linear-gradient(to right, white , #99d8eb);
}

.bg-gradient-teste h6{
line-height: 32px;
font-size: 26px;
}

.bg-gradient-teste h3{
line-height: 58px;
font-size: 53px;
}


.icones_redes_sociais svg{
    fill: #00B8B8;
    -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.icones_redes_sociais svg:hover{
    fill: #003F5C;
}


.bloco_seja_nosso_parceiro{
padding-top:80px !important; padding-bottom:80px !important;
}

.lettering-pequeno{
	font-size:0.9rem;
}


.icones_produtos_medprevent{
margin:-75px 0 20px; width:70px; height:70px; border-radius:70px; background:#ffe203; padding:10px; text-align:center;
}


.icones_agenda{
 margin:0 auto; margin-top:-75px; width:100px; height:100px; border-radius:100px; background:#ffe203; padding:10px; text-align:center;
}


.bloco_agenda h5{
line-height: 33px;
font-size: 25px;
}


.bloco_agenda h6{
line-height: 26px;
font-size: 18px;
}

.card {
    background-color:transparent;
}

.text-preto{
    color:#000000 !important;
}

.card-header{
    background-color:transparent;
    border-bottom:1px solid #003F5C;
}


.btn-white{
	background:white; color:#23b3ba; border-radius:40px;
}
.btn-white:hover{
	background:#3e4555; border:1px solid transparent; color:White !important;
}


.btn-border-white{
	background:transparent; color:#ffffff; border-radius:40px; border:1px solid white;
}
.btn-border-white:hover{
	background:#ffffff; border:1px solid transparent; color:#23b3ba !important;
}


.hover_especial:hover{
	color:#00B8B8 !important;
}


@media(max-width:1000px){
.desaparece_mobile{
	display:none;
}
.aparece_mobile{
	display:block !important;
}
}



/*******************
slide 3
*******************/
.slider3 .video-img {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.slider3 .video-img {
  cursor: pointer; }

.slider3 .bs-slider-overlay {
  background: NONE; }

.slider3 .slider-control span {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff; }

.slider3 label {
  line-height: 27px;
  border-radius: 0;
  color: #003F5C;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@media(max-width:1000px){
.slider3 h2 {
  line-height: 42px;
  font-size: 36px; }

.slider3 h4 {
  line-height: 38px;
  font-weight: 400; font-size: 30px; }
}
  
.slider3 i.icon-Play-Music {
  font-size: 32px; }

@media (max-width: 1280px) {
  .slider3 {
    overflow-y: hidden; }
    .slider3 .slide-image {
      height: 550px;
      width: auto !important; }
    .slider3 .slider-control span {
      width: 44px;
      height: 44px;
      line-height: 44px; } }

@media (max-width: 1100px) {
  .slider3 h2 {
    font-size: 34px; }
	.slider3 h4 {
    font-size: 20px; }
  .slider3 .slide-image {
    left: -20%;
    position: relative; }
  .slider3 .slide-text {
    width: 80% !important; } }

@media (max-width: 767px) {
  .slider3 .slider-control span {
    width: 34px;
    height: 34px;
    line-height: 34px; }
  .slider3 .slide-text {
    padding: 0 !important;
    width: 80% !important; }
  .slider3 h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0px; }
  .slider3 .slide-image {
    left: 0;
    height: 300px; }
  .slider3 .btn {
    padding-left: 15px;
    padding-right: 15px; }
    .slider3 .btn.btn-md {
      padding-left: 25px;
      padding-right: 25px; }
  .slider3 .btn-pad {
    padding-right: 0; } }

@media (max-width: 428px) {
  .slider3 .slider-control span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px !important; }
  .slider3 h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px; }
	
.slider3 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px; }
	
  .slider3 i.icon-Play-Music {
    font-size: 26px; }
  .slider3 a.btn-md {
    text-align: center;
    margin-bottom: 10px; }
  .slider3 .slide-image {
    left: -75%;
    height: 380px; }
  .slider3 .btn {
    padding-left: 0; }
  .slider3 video {
    width: 160%; } }
    
    
.remove_margem_row{ margin-left:0px; margin-right:0px; }

@media (max-width:1000px){
    .p-l-mobile{
        padding-left:15px !important;
    }
    
    .esconde_mobile{
        display:none;
    }
    
    .adiciona_padding_bottom_topo .p-b-0{
        padding-bottom:40px !important;   
    }
}

/*******************
Static slide 7
*******************/
.static-slider7 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 12% 0; }
  .static-slider7 h1.title {
    font-size: 122px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 130px; }

@media (max-width: 767px) {
  .static-slider7 h1.title {
    font-size: 60px;
    line-height: 70px; } }
    

.weight-bold{ font-weight:bold !important; }

b, strong {
  font-weight: bold;
}

.wrap-feature3-box .card-body {
  padding: 40px; }
  .wrap-feature3-box .card-body .icon-space {
    padding: 0px 40px 20px 0px; }

.mais_datas_cidade h5{
    line-height: 30px;
    font-size: 25px;
}

/*******************
slide 4
*******************/
@-webkit-keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }
@keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }

.slider4 .slide-image {
  animation: imagescale 15s ease-in-out infinite alternate;
  -webkit-animation: imagescale 15s ease-in-out infinite alternate;
  -moz-animation: imagescale 15s ease-in-out infinite alternate;
  -o-webkit-animation: imagescale 15s ease-in-out infinite alternate; }

.slider4 .carousel-indicators {
  bottom: 0; }
  .slider4 .carousel-indicators li {
    background-color: #ffffff; }
    .slider4 .carousel-indicators li.active {
      background-color: #316ce8; }

.slider4 label {
  font-style: italic;
  font-family: 'PlayFairDisplay', sans-sarif;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.slider4 ul {
  list-style: none;
  margin: 0;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }
  .slider4 ul li {
    line-height: 36px; }

/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/*******************
Blog homepage 1
*******************/
.blog-home1 [class*=col-] {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .blog-home1 [class*=col-]:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
    
.bloco_direito_produtos img{
    margin-left:0px !important;
}

/*******************
Blog homepage 2
*******************/
.blog-home2 [class*=col-] {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .blog-home2 [class*=col-]:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

.blog-home2 .date-pos {
  padding: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center; }
  .blog-home2 .date-pos span {
    display: block;
    font-size: 30px;
    line-height: 30px; }

/*******************
Blog homepage 3
*******************/
.blog-home3 .date-pos {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding: 10px; }

.blog-home3 a {
  overflow: hidden; }
  .blog-home3 a img {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
    .blog-home3 a img:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

/*******************
Blog homepage 4
*******************/
.blog-home4 .tweet {
  text-align: center; }
  .blog-home4 .tweet .card-title {
    color: #ffffff; }
    .blog-home4 .tweet .card-title a {
      color: #ffffff; }
      .blog-home4 .tweet .card-title a:hover {
        color: #263238; }

@media (min-width: 768px) and (max-width: 1024px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

/*******************
Blog homepage 5
*******************/
.blog-home5 .b-h-box {
  position: relative;
  color: #ffffff; }
  .blog-home5 .b-h-box .card-img-overlay {
    bottom: 0px;
    top: auto;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    height: 45%;
    overflow: hidden; }
  .blog-home5 .b-h-box .card-title {
    color: #ffffff;
    margin: 15px 0; }
  .blog-home5 .b-h-box .card-text {
    display: none; }
  .blog-home5 .b-h-box:hover {
    color: #8d97ad; }
    .blog-home5 .b-h-box:hover .card-img-overlay {
      height: 100%;
      background: #ffffff;
      border: 3px solid rgba(120, 130, 140, 0.13); }
    .blog-home5 .b-h-box:hover .card-title {
      color: #263238;
      margin: 15px 0; }
    .blog-home5 .b-h-box:hover .card-text {
      display: block; }

/*******************
Blog homepage 6
*******************/
.blog-home6 .form-control {
  padding: 13px; }

.blog-home6 .blog-row {
  margin-bottom: 30px; }
  .blog-home6 .blog-row a {
    color: #263238; }
    .blog-home6 .blog-row a:hover {
      color: #316ce8; }
  .blog-home6 .blog-row h5 {
    font-weight: 500;
    margin-top: 10px; }


.slider4 h2 {
  font-size: 36px;
  line-height: 42px;
  font-size: 36px; }

.slider4 p {
  font-size: 18px; }

.slider4 .slider-control span {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #003F5C;
  color: #003F5C; }

.slider4 .btn-secondary {
  background: transparent;
  color: #003F5C; }
  .slider4 .btn-secondary:hover {
    color: #003F5C !important; }

@media (max-width: 768px) {
  .slider4 h2 {
    font-size: 28px;
    line-height: 36px; }
  .slider4 .slide-text {
    padding: 0 !important;
    width: 95% !important; }
  .slider4 .slide-image {
    height: 480px;
    width: auto !important;
    position: relative; }
  .slider4 .btn-md {
    padding-left: 25px;
    padding-right: 25px; } }

@media (max-width: 428px) {
  .slider4 h2 {
    font-size: 23px;
    line-height: 30px; }
  .slider4 .slide-image {
    left: -90%;
    height: 380px; }
  .slider4 .btn-md {
    text-align: center;
    margin-bottom: 10px; }
  .slider4 .btn-secondary {
    margin-left: 0 !important; } }


@media (max-width:600px){ .muda_largura_svg{ width:180px; } .navbar-toggler{ padding:0; } }

.data_agenda_position{
	position:absolute; top:-15px; left:40px;
	font-size:14px;
	padding:8px 15px;
	border-radius:0px;
}

.text-very-small { font-size:11px; line-height:14px; }
.text-extra-small { font-size:12px; line-height:16px; }
.text-small { font-size:13px; line-height:22px; }
.text-medium { font-size:14px; line-height:20px; }
.text-extra-medium { font-size:16px; line-height:28px; }
.text-large { font-size:18px; line-height:26px; }
.text-extra-large { font-size: 20px; line-height:30px; }
.text-extra-large2 { font-size: 25px; line-height:32px; }
.title-extra-small { font-size: 30px; line-height: 40px; }
.title-small { font-size: 36px; line-height: 42px; }
.title-medium { font-size: 46px; line-height: 52px; }
.title-large { font-size: 100px; line-height:95px; }
.title-large-2 { font-size: 70px; line-height:80px; }
.title-large-3 { font-size: 80px; line-height:80px; }
.title-extra-large { font-size: 130px; line-height:120px; }
.title-extra-large-heavy { font-size: 11rem; line-height: 11rem; }
.text-big{ font-size: 200px; line-height: 200px;}
.text-extra-big{ font-size: 230px; line-height: 230px;}
.text-extra-big-2{ font-size: 300px; line-height: 260px;}
.parallax-title { padding: 16px 35px; display: inline-block }

.style-normal{
    font-style: normal;
}

.html-video {
    background-color: #000;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    z-index: 1;
}

.z-index2{
	z-index:2;
	position:relative;
}

.opacity-full {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .3;
    top: 0;
    left: 0;
}



video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.video_demonstracao{
	overflow: hidden;
	position:relative;
	display: block;
}

/*******************
Feature 24
*******************/
.wrap-feature-24 {
  margin-top: 60px; }
  .wrap-feature-24 .card {
    overflow: hidden;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out; }
    .wrap-feature-24 .card:hover {
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
      -webkit-transform: translateY(-10px); }
  .wrap-feature-24 .service-24 {
    text-align: center;
    padding: 40px 0;
    display: block; }
    .wrap-feature-24 .service-24 i {
      background: #00B8B8;
      background: -webkit-linear-gradient(legacy-direction(to right), #00B8B8 0%, #1dc8cc 100%);
      background: -webkit-gradient(linear, left top, right top, from(#00B8B8), to(#1dc8cc));
      background: -webkit-linear-gradient(left, #00B8B8 0%, #1dc8cc 100%);
      background: -o-linear-gradient(left, #00B8B8 0%, #1dc8cc 100%);
      background: linear-gradient(to right, #00B8B8 0%, #1dc8cc 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      font-size: 50px; }
    .wrap-feature-24 .service-24 .ser-title {
      margin: 10px 0 5px;}
    .wrap-feature-24 .service-24:hover, .wrap-feature-24 .service-24:focus {
      background: #00B8B8;
      background: -webkit-linear-gradient(legacy-direction(to right), #00B8B8 0%, #1dc8cc 100%);
      background: -webkit-gradient(linear, left top, right top, from(#00B8B8), to(#1dc8cc));
      background: -webkit-linear-gradient(left, #00B8B8 0%, #1dc8cc 100%);
      background: -o-linear-gradient(left, #00B8B8 0%, #1dc8cc 100%);
      background: linear-gradient(to right, #00B8B8 0%, #1dc8cc 100%); }
      .wrap-feature-24 .service-24:hover i, .wrap-feature-24 .service-24:hover .ser-title, .wrap-feature-24 .service-24:focus i, .wrap-feature-24 .service-24:focus .ser-title {
        color: #ffffff;
        text-fill-color: #ffffff;
        -webkit-text-fill-color: #ffffff; }
      .wrap-feature-24 .service-24:hover i, .wrap-feature-24 .service-24:focus i {
        margin-bottom: 5px; }

.titulo_servicos h5{
	font-weight:700;
	line-height: 34px;
	font-size: 26px;
}

.bg-azul-claro{
  background-color:#eaf8f7;
}

.footer_h6_lineheight h6{ font-size: 17px;
line-height: 35px; }

.footer-direitos{ color: #003F5C; font-size: 13px; }

/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/*******************
slide 2
*******************/
.slider2 .bs-slider, .slider2 .carousel-item {
  max-height: 900px; }

.slider2 .bs-slider-overlay {
  background: rgba(32, 35, 43, 0.8); }

.slider2 .slider-control span {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000; }

.slider2 label {
  line-height: 27px;
  border-radius: 0;
  color: #1a1a1a;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.slider2 h2 {
  line-height: 75px;
  font-size: 70px; font-weight:200; }
  
.slider2 h4{
	line-height: 38px;
	font-size: 30px;
}

.slider2 p {
  line-height: 24px;
  font-weight: 400; }

.slider2 i.icon-Play-Music {
  font-size: 32px; }

@media (max-width: 1280px) {
  .slider2, .slider3 {
    overflow-y: hidden; }
    .slider2 .slide-image, .slider3 .slide-image {
      height: 550px;
      width: auto !important; }
    .slider2 .slider-control span, .slider3 .slider-control span {
      width: 44px;
      height: 44px;
      line-height: 44px; } }
	  
@media (max-width: 1400px) {
  .slider2 h2, .slider3 h2 {
    font-size: 50px; line-height:56px; }
	.slider2 h4{
	line-height: 36px;
	font-size: 30px;
}


@media (max-width: 1100px) {
  .slider2 h2, .slider3 h2 {
    font-size: 44px; line-height:50px; }
	.slider2 h4{
	line-height: 30px;
	font-size: 24px;
}
  .slider2 .slide-image, .slider3 .slide-image {
    left: -20%;
    position: relative; }
  .slider2 .slide-text, .slider3 .slide-text {
    width: 80% !important; } }

@media (max-width: 992px) {
  .slider2 video {
    width: 120%; } }

@media (max-width: 767px) {
  .slider2 .slider-control span, .slider3 .slider-control span {
    width: 34px;
    height: 34px;
    line-height: 34px; }
  .slider2 .slide-text, .slider3 .slide-text {
    padding: 0 !important;
    width: 80% !important; }
  .slider2 h2, .slider3 h2 {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 30px; }
  .slider2 .slide-image, .slider3 .slide-image {
    left: 0;
    height: 300px; }
  .slider2 .btn, .slider3 .btn {
    padding-left: 15px;
    padding-right: 15px; }
    .slider2 .btn.btn-md, .slider3 .btn.btn-md {
      padding-left: 25px;
      padding-right: 25px; }
  .slider2 .btn-pad, .slider3 .btn-pad {
    padding-right: 0; } }

@media (max-width: 428px) {
  .slider2 .slider-control span, .slider3 .slider-control span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px !important; }
  .slider2 h2, .slider3 h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px; }
  .slider2 i.icon-Play-Music, .slider3 i.icon-Play-Music {
    font-size: 26px; }
  .slider2 a.btn-md, .slider3 a.btn-md {
    text-align: center;
    margin-bottom: 10px; }
  .slider2 .slide-image, .slider3 .slide-image {
    left: -75%;
    height: 380px; }
  .slider2 .btn, .slider3 .btn {
    padding-left: 0; }
  .slider2 video, .slider3 video {
    width: 160%; } }