
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  
  background: rgb(2,0,36);
background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(76,11,116,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(76,11,116,1) 100%);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(76,11,116,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#4c0b74",GradientType=1);
}

a {
  color: #106eea;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}.palmeira, .palmeira2 {	position: absolute;	z-index: 2;}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #e51d01;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3284f1;
  color: #fff;
}
.img-about {    border-radius: 150px;    border: 9px solid #bfc6b1;}.btn.btn-default {    background: #FFF;    border-radius: 150px;    padding: 19px 10px;    font-weight: bold;    color: #485b20;}.btn.btn-default i {    background: #485b20;    border-radius: 150px;    padding: 11px 12px;    color: #b0db57;}.btn.btn-cta {
    background: #ff0072;
    border-radius: 150px;
    padding: 18px 55px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    margin: 55px auto;
    font-size: 2rem;
}.footer.navbar-fixed-bottom {
    background: transparent;
    position: fixed;
    bottom: 0;
    z-index: 222;
    width: 100%;
    color: #FFF;
    padding: 0px;
}.navbar-fixed-top {
    background: rgba(255,255,255,0.90);
    position: fixed;
    top: 0;
    z-index: 222;
    width: 100%;
    color: #FFF;
    padding: 0px;
    max-height: 50px;
    transition: all .3s;
}
.navTop .logo {
    position: relative;
    width: 100%;
    text-align: center;
}
.navTop .logo img {
    max-width: 140px;
    margin-top: 5px;
    transition: all .3s;
    width: 26%;
}
.navTop.headerHidden .logo img {display:none}
#mobileContatoMenu a {

    display: block;
    padding: 9px 14px;
    font-size: 22px;
    color: #FFF;
    background: #002a54;
    border-radius: 150px;
    margin: 5px 5px 12px 5px;

}
.navContact {
  background: #111;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.navContact.hidden {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.headerHidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-alt {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {		
		.tituloIntro {
			font-size: 28px;
		}		.titulo p {			padding: 25px 0px;		}
		h2.titulo {font-size: 2rem; padding: 25px 25px 0px 25px;}
		.subTituloIntro {			font-size: 22px;			padding: 5px 25px;			width: 90%;
		}		.btn.btn-default {font-size: 16px;}		.btn.btn-default i {			font-size: 18px;			padding: 11px 12px;		}
		
		
}
@media screen and (min-width: 769px) {		.titulo p {			padding: 25px 50px;		}
		.tituloIntro {
			padding: 15px 25px 5px 25px;
			font-size: 70px;
		}		.subTituloIntro {			font-size: 32px;			padding: 5px 25px;			width: 70%;		}		.btn.btn-default {font-size: 22px;}		.btn.btn-default i {			font-size: 26px;			padding: 11px 12px;		}
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	width:100%;
}
.fraseTopo {
    font-weight: 600;
    color: #FFF;
    text-align: left;
}
.setaDireita {
    right: 0;
}
.setaEsquerda, .setaDireita {
    position: absolute;
    background: #FFF;
    padding: 10px 11px;
    border-radius: 150px;
}
.setaDireita i, .setaEsquerda i {
    font-size: 30px;
    color: #320758;
}
.tabelaPreco {
    border-radius: 10px;
    padding: 55px 25px 55px 25px;
}
.tabelaPreco.rosa {
    background: #ff0072;
    color: #FFF;
}
.tabelaPreco.branco {
    background: #fff;
    color: #ff0072;
}
.tabelaPreco .periodo {
    font-weight: 900;
    font-size: 1.5rem;
    margin: 15px auto;
}
.tabelaPreco .condicao {
    font-weight: 600;
    font-size: 2.4rem;
}
.tabelaPreco .setup {
    font-size: 1.2rem;
    font-weight: normal;
}
.vantagensLista {
    text-align: left;
    margin: 65px auto;
    list-style: none;
    font-size: 17px;
	padding: 0px 15px;
}
.vantagensLista li {
    margin-bottom: 15px;
}
.tabelaPreco.rosa .vantagensLista li::before {
    content: url('../../imagens/check.png');
    width: 18px;
    height: 33px;
    margin-right: 13px;
    margin-top: 2px;
    display: block;
    float: left;
}
.tabelaPreco.branco .vantagensLista li::before {
    content: url('../../imagens/checkRosa.png');
    width: 18px;
    height: 33px;
    margin-right: 13px;
    margin-top: 2px;
    display: block;
    float: left;
}
.btn-contrate {
    padding: 10px 45px;
    font-size: 1.8rem;
    font-weight: bold;
}
.tabelaPreco.rosa .btn-contrate{
    border: 4px solid #FFF;
    color: #FFF;
}
.tabelaPreco.branco .btn-contrate{
    border: 4px solid #ff0072;
    color: #ff0072;
}
	@media (min-width: 350px) {
		header {
			height:100vh;
		}
		.fraseTopo {
			font-size: 2.4rem;
			line-height: 40px;
		}
		header .img-topo {
			position: relative;
			width: 100%;
		}
		.precoFraseTopo {
			font-size: 2rem;
			margin-top: -8px;
		}
		.precoFraseTopo strong {
			font-size: 3rem;
		}
		.setaEsquerda {
			left: 75px;
		}
		.setaDireita {
			right: 75px;
		}
		.setaEsquerda, .setaDireita {
			bottom: -55px;
		}			
	}
	@media (min-width: 729px) {
		header {
		}
		.fraseTopo {
			font-size: 3.2rem;
			line-height: 60px;
		}
		header .img-topo {
			position: absolute;
			right: 0;
			z-index: -1;
			width:auto;
		}
		h2.titulo {font-size: 2.8rem; padding: 25px 25px 0px 25px;}
		.precoFraseTopo {
			font-size: 3rem;
			margin-top: -20px;
		}
		.precoFraseTopo strong {
			font-size: 5rem;
		}
		.setaEsquerda, .setaDireita {
			bottom: 260px;
		}
		.setaEsquerda {
			left: -65px;
		}
		.setaDireita {
			right: -65px;
		}
	}
/*CARROSSEL*/
.titulo p {
    font-size: 18px;
}
.tituloIntro {    font-weight: normal;    color: #485b20;    width: 70%;    text-align: center;}
.subTituloIntro {
    font-weight: regular;
    padding: 5px 25px;
    color: #FFF;
    text-align: center;
}
.nav-menu li.active a {
    color: #000;
	padding: 5px 15px;
	display: block;
	border-bottom: 4px solid #ff6a00;
	font-weight: 400;
}
.titulo {
    text-align: center;
    font-weight: 600;
	margin-bottom: 30px;
}
#main {
    margin-top: 60px;
}
.vantagens {
    text-align: center;
    margin: 25px auto;
}
.vantagensRotulo {
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 32px;
    -webkit-text-fill-color: #17033b;
    -webkit-text-stroke-width: 2px;
}
.vantagensDesc {
    border-radius: 6px;
    border: 3px solid #FFF;
    margin: 15px;
    padding: 20px;
    min-height: 116px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.rotulo-carousel {
    color: #FFF;
    text-align: center;
    padding: 5px;
    font-size: 1.2rem;
    line-height: 19px;
	margin: 10px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #727376;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 400;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
}


.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}
.nav-menu .active > a:hover {color:#FFF;}
 .nav-menu li:hover > a {
  color: #eb1e01;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #062b5b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #106eea;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
    color: #ff6a00;
    position: absolute;
    right: 15px;
    top: 15px;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #106eea;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 132px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
}
.fraseTopo {
    font-weight: 600;
    color: #FFF;
    text-align: left;
}
.precoFraseTopo {
    color: #FFF;
    font-weight: 600;
}
.precoFraseTopo strong {
    color: #fff000;
}
.subFraseTopo {
    color: #FFF;
	margin-top: 20px;
}
.subFraseTopo strong {
    color: #ff0072;
}
strong {
    color: #ff0072;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: 'Open Sans', sans-serif;
}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ff6a00;
}

#hero .btn-get-started:hover {
  background: #ff9800;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  position: relative;
  font-weight: 600;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
.scale-bg-bottom::after {
    background-image: url(../../imagens/scale-bottom.png);
    background-position: bottom;
    background-repeat: repeat-x;
    bottom: 0px;
}
.scale-bg-top::before, .scale-bg-bottom::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50px;
    opacity: 0.4;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.scale-bg-top::before {
    background-image: url(../../imagens/scale-top.png);
    background-position: top;
    background-repeat: repeat-x;
    top: 0px;
}
.scale-bg-top, .scale-bg-bottom {
    position: relative;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}
/*-------------------------------------
	2. Title separators 
-------------------------------------*/
.wt-separator-outer {
	overflow:hidden;
}
.bg-primary {background-color:#727376 !important;}
/*Separator defualt*/
.wt-separator {
	display:inline-block;
	height:3px;
	width:50px;
	position:relative;
}
.wt-separator .separator-left,
.wt-separator .separator-right {
	position:absolute;
	top:50%;
	width:70px;
	height:2px;
	margin-top:-1px;
}
.wt-separator .separator-left{
	left:-80px;
}
.wt-separator .separator-right{
	right:-80px;
}
/*Separator liner*/
.wt-separator.style-liner {
	width:20px;
	height:4px;
}
.wt-separator.style-square .separator-left, .wt-separator.style-square .separator-right {
    height: 3px;
}
.wt-separator .separator-left {
    left: -80px;
}
.wt-separator .separator-left, .wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
}
/*Separator square*/
.wt-separator.style-square {
	width:10px;
	height:10px;
	background-color:transparent;
	border-width:3px;
	border-style:solid;
	border-color:#ff6a00;
}
.wt-separator.style-square .separator-left,
.wt-separator.style-square .separator-right {
	height:3px;
}
.wt-separator.style-square.has-bg {
	border-color:#fff;
}
/*Separator icon*/
.wt-separator.style-icon {
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
  margin-top: 134px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}
p {
    font-size: 1.2rem;
    text-align: center;
    font-weight: lighter;
	margin:25px auto;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.sobreImagem {
    background-size: cover;
    width: 100%;
    margin: 0;
	min-height: 250px;
}
.faq {
	padding: 60px 0;
	background:#ff6a00;
	position:relative;
	 overflow: hidden;
}
.faq:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    background-image: url('../../imagens/bg-about.jpg');
	background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.faq .faq-list {
  padding: 0px 15px;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
	color: #FFF;
	transition: .3s all;
}

.faq .faq-list i {
    font-size: 26px;
    position: absolute;
    left: -25px;
    top: 9px;
}

.faq .faq-list p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #FFF;
}

.faq .faq-list a.collapse {
  color: #106eea;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #ffe900;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}
#clientes {}
#carouselClientes {
    margin: 0 auto;
}
#clientes #carouselClientes {
    background-image: url('../../imagens/phone.png');
    background-repeat: no-repeat;
    height: 530px;
    width: 265px;
}

#clientes #carouselClientes .carousel-inner {
    height: 530px;
    width: 246px;
    margin: 0 auto;
}
#carouselClientes .carousel-inner .carousel-item {
    background: #000;
    border-radius: 10px;
    margin: 17px auto;
    width: 240px;
    height: 484px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#solucaoIdeal {
	background-image:url('../../imagens/background.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
}
.linhaVert {
    margin: 40px auto;
    width: 3px;
    background-color: #ff0072;
    height: 150px;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #000;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
	padding: 30px 0 0px 0;
	background-color:#37629c;
	color:#FFF;
	font-size: 0.95rem;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 24px;	display: inline-block;	background: #FFF;	color: #485b20;	line-height: 1;	padding: 11px 0;	margin-right: 4px;	text-align: center;	width: 45px;	height: 45px;	transition: 0.3s;	border-radius: 150px;
}

#footer .footer-top .social-links a:hover {
  background: #485b20;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
    text-align: center;
    color: #FFF;
    margin: 25px auto;
    font-size: 0.7rem;
    padding: 15px 105px;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
.footerTitulo {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.horarios strong {
    text-transform: uppercase;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
.responsive-tabs.nav-tabs {
  position: relative;
  z-index: 10;
  height: auto;
  overflow: visible;
  border-bottom: none;
}
.responsive-tabs.nav-tabs > li a {
    background: transparent !important;
    border-radius: 150px !important;
    font-weight: bold !important;
    color: #FFF !important;
    border: 3px solid #FFF !important;
    margin: 10px !important;
    padding: 12px 24px !important;
}
.responsive-tabs.nav-tabs > li.active a {
    border-radius: 150px !important;
    border: 2px solid #fcff00 !important;
    background: #fcff00 !important;
    color: #37629c !important;
}
#home h1 {
    text-align: center;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: bold;
    padding: 15px;
    border: 2px solid #FFF;
    border-radius: 8px;
    margin: 60px auto 70px auto;
    width: 100%;
    float: left;
}
#myTabContent {color: #FFF;}
#myTabContent h2 {
    font-weight: bold;
    font-size: 1.25rem;
    padding: 0px 0px 8px 0px;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs {
    display: flex;
	justify-content: center;
  }
}
@media (max-width: 768px) {
  .responsive-tabs.nav-tabs {
    display: block;
    flex-wrap: none;
  }
}
.responsive-tabs.nav-tabs i.fa {
  position: absolute;
  top: 14px;
  right: 22px;
}
.responsive-tabs.nav-tabs i.fa.fa-caret-up {
  display: none;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs i.fa {
    display: none;
  }
}
.responsive-tabs.nav-tabs > li {
  display: none;
  float: none;
  text-align: center;
}
.responsive-tabs.nav-tabs > li:last-of-type > a {
  margin-right: 0;
}
.responsive-tabs.nav-tabs > li > a {
  margin-right: 0;
  background: #fff;
  border: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li > a {
    margin-right: 4px;
  }
}
.responsive-tabs.nav-tabs > li.active {
  display: block;
}
.responsive-tabs.nav-tabs > li.active a {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li.active a {
    border-bottom-color: transparent;
  }
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li {
    display: block;
    float: left;
  }
}
.responsive-tabs.nav-tabs.open i.fa.fa-caret-up {
  display: block;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs.open i.fa.fa-caret-up {
    display: none;
  }
}
.responsive-tabs.nav-tabs.open i.fa.fa-caret-down {
  display: none;
}
.responsive-tabs.nav-tabs.open > li {
  display: block;
}
.responsive-tabs.nav-tabs.open > li a {
  border-radius: 0;
}
.responsive-tabs.nav-tabs.open > li:first-of-type a {
  border-radius: 2px 2px 0 0;
}
.responsive-tabs.nav-tabs.open > li:last-of-type a {
  border-radius: 0 0 2px 2px;
}

.btn.btn-tel {
    margin: 0 auto;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 11px;
    padding: 12px 25px;
    text-align: center;
	width: 70%;
}
.btn.btn-tel .rotulo {
    width: 100%;
    display: block;
    font-weight: bold;
}
.btn.btn-tel .numero {
    color:#fff001;
}
.destaque {
    text-align: center;
    padding: 5px;
}
.iconeServico {
    background: #FFF;
    width: 100px;
    height: 100px;
    border-radius: 150px;
    margin: 0 auto;
}
.descServico {
    font-size: 0.85rem;
    padding: 5px;
}
.accordion {
  width: 100%;
  margin: 0 auto;
}
.accordion__title {
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
}
.accordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion__item {
    margin-bottom: 15px;
    padding: 5px;
}
.accordion__item:last-child {
}
/*.accordion__item.is-active .accordion__itemTitleWrap::after {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.accordion__item.is-active .accordion__itemIconWrap {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}*/
.accordion__itemTitleWrap {
    display: flex;
    height: auto;
    align-items: center;
    padding: 25px 1em;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.accordion__itemTitleWrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e225c;
    z-index: 1;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    border-radius: 5px;
}
/*.accordion__itemTitleWrap.is-active::after, .accordion__itemTitleWrap:hover::after {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}*/
.accordion__itemIconWrap {
  width: 1.25em;
  height: 1.25em;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.accordion__itemIconWrap svg polyline {
    stroke: #f06;
}
.accordion__itemTitle {
  margin: 0;
  font-size: 1em;
  position: relative;
  z-index: 10;
}
.accordion__itemContent {
  font-size: 0.875em;
  height: 0;
  overflow: hidden;
  background-color: #2e225c;
  padding: 0 1.25em;
}
.accordion__itemContent p {
    margin: 1em 0;
    text-align: justify;
    font-size: 1rem;
}