/*!
 * Start Bootstrap - Agency v5.2.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
/* personalizar a barra em geral, aqui estou definindo 10px de largura para a barra vertical
e 10px de altura para a barra horizontal 
::-webkit-scrollbar {
	
	height: 10px;
}*/

/* aqui � para personalizar o fundo da barra, neste caso estou colocando um fundo cinza escuro
::-webkit-scrollbar-track {
	background: #4c4c4c;
}*/

/* aqui � a al�a da barra, que demonstra a altura que voc� est� na p�gina
estou colocando uma cor azul clara nela
::-webkit-scrollbar-thumb {
	background: #FFFFFF;
}*/

* {
	padding: 0px;
	margin: 0px;
}

html {
  scroll-behavior: smooth;
}

section {
	margin: auto;
	width: auto;
	height: auto;
}

.btn-down {
	color: white;
	background-color: #f84a00;
	border-color: #f84a00;
	transition: all 0.2s ease-out;
}

.btn-down-quadros {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background-color: #f84a00;
	border-color: #f84a00;
	transition: all 0.2s ease-out;

}

.btnEntrar,
.btnTesteGratis {
	cursor: pointer;
}

/* Botão "Teste Grátis" no menu */
.btnTesteGratis {
    border-radius: 20px !important;
    background-color: #ff7033;
    color: #FFFFFF !important;
    transition: 0.3s ease;
    cursor: pointer;
    height: 45px;
    margin-top: 8px;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-down-quadros:hover {
	color: #fff;
	background-color: #ff7033;
	border-color: #ff7033;
	transform: translateY(-3px);
	box-shadow: 4px 20px 10px 0px rgba(10, 10, 10, 0.45);
}

.btn-down-header {
	color: white;
	background-color: #ff7033;
	border-color: #ff7033;
	transition: all 0.2s ease-out;
	margin-top: 100px;
}

.btn-down-Sobre {
	color: white;
	background-color: black;
	border-color: black;
	transition: all 0.2s ease-out;
}

/*56c5e6*/
.btn-down-acessos {
	color: white;
	background-color: #f84a00;
	border-color: #f84a00;
	transition: all 0.2s ease-out;
	margin-top: 100px;
}

.btn-down-header:hover {
	color: #fff;
	background-color: #ff7033;
	border-color: #ff7033;
	transform: translateY(-3px);
	box-shadow: 4px 20px 10px 0px rgba(10, 10, 10, 0.45);
}

.btn-down-planos {
	color: white;
	background-color: #f84a00;
	border-color: #f84a00;
	transition: all 0.2s ease-out;
	margin-top: 0px;
}


.btn-down-planos:active {
	background-color: #ff7033;
	border-color: #ff7033;
	color: #fff
}

.topo-master-recomendado {
	color: white;
	background-color: #f84a00;
	border-color: #f84a00;
	transition: all 0.2s ease-out;
	margin-top: 0px;
}

.btn-down-planos:hover {
	color: #fff;
	background-color: #ff7033;
	border-color: #ff7033;
	transform: translateY(-3px);
	box-shadow: 4px 10px 10px 0px rgba(10, 10, 10, 0.45);
}

.btn-down-planos-clicked {
	color: #fff;
	background-color: #ff7033;
	border-color: #ff7033;
	transform: translateY(-3px);
	box-shadow: 4px 10px 10px 0px rgba(10, 10, 10, 0.45);
}

.btn-down:hover {
	color: #fff;
	background-color: #ff7033;
	border-color: #ff7033;
	transform: translateY(-3px);
	box-shadow: 4px 20px 10px 0px rgba(10, 10, 10, 0.45);
}



.btn-down.focus,
.btn-down:focus {
	box-shadow: 0 0 0 .2rem #f84a00
}

.btn-down.disabled,
.btn-down:disabled {
	color: #fff;
	background-color: #f84a00;
	border-color: #f84a00
}

.btn-down:not(:disabled):not(.disabled).active,
.btn-down:not(:disabled):not(.disabled):active,
.show>.btn-down.dropdown-toggle {
	color: #fff;
	background-color: #FFFFFF;
	border-color: #FFFFFF
}

.btn-down:not(:disabled):not(.disabled).active:focus,
.btn-down:not(:disabled):not(.disabled):active:focus,
.show>.btn-down.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem #FFFFFF
}

/*

.btnDownloadSetup {
    width: 180px;
    height: 50px;
    float: left;
    transition: all 0.2s ease-out;
    background-color: royalblue;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-weight: 700;
    border-color: royalblue;
    border-radius: 10%;
}

.btnDownloadSetup:active,
.btnDownloadSetup:focus,
.btnDownloadSetup:hover {
    border-color: blue !important;
    color: #fff;
    cursor: pointer;
    transform: translateY(-5px);
    box-shadow: 4px 30px 16px 0px rgba(10, 10, 10, 0.45);
    background-color: blue
}
*/

.btn-primary {
	background-color: #f84a00;
	border-color: #f84a00
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #f84a00 !important;
	border-color: #f84a00 !important;
	color: #fff
}

.btn-primary:active,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important
}

.btn-express {
	background-color: gray;
	border-color: gray;
	color: #FFFFFF;

}

.btn-express:active,
.btn-express:focus,
.btn-express:hover {
	background-color: #f84a00 !important;
}

.btn-express:active,
.btn-express:focus {
	box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important
}

/*
.btn-planos {
    background-color: #A9D0F5;
    border-color: #A9D0F5
}*/

.btn-planos {
	background-color: #DCDCDC;
	border-color: #DCDCDC;
}

.btn-planos:active,
.btn-planos:focus,
.btn-planos:hover {
	background-color: #f84a00;
	border-color: #f84a00;
	color: #fff
}

.btn-planos:active,
.btn-planos:focus {
	box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important
}

.cardMestre {
	border: none;
	border-radius: none;
}

body {
	/*font-family: "Source Sans Pro", Times, serif;*/
	font-family: 'Open Sans';
	margin-right: 0px;
}

body,
html {
	overflow-x: hidden;
}

p {
	line-height: 1.75;
}

a {
	color: #585858;
}

a:hover {
	color: #1C1C1C;
}

.text-primary {
	color: #585858 !important;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: 'Open Sans';
}

.page-section {
	padding: 40px 0;
}

.page-section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
}

.page-section h3.section-subheading {
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 25px;
	text-transform: none;
	font-family: 'Open Sans';
}

::-moz-selection {
	background: #23B3EF;
	color: #FFFFFF;
	text-shadow: none;
}

::selection {
	background: #23B3EF;
	text-shadow: none;
	color: #FFFFFF;
}

img::-moz-selection {
	background: transparent;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

.btn {
	font-family: 'Open Sans';
	font-weight: 700;
}

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

.btn-primary {
	background-color: #23b3ef;
	border-color: #23b3ef;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #23b3ef !important;
	border-color: #23b3ef !important;
	color: white;
}

.btn-primary:active,
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

#mainNav {
	background-color: #FFFFFF !important;
	opacity: 100%;
	box-shadow: 1px 1px 5px #f84a00;
	height: 70px;
	width: 100%;
	position: fixed;
	z-index: 1050;
	transition: all 0.3s ease;
	/* Define a altura fixa do menu */
}

#mainNav.scrolled {
  height: 65px;  
}

#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 0;
	background-color: #FFFFFF;
	font-family: 'Open Sans';
}

#mainNav .navbar-brand {
	color: #f8f9fa;
	font-family: 'Open Sans';
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
	color: #f8f9fa;
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 100%;
	font-weight: 700;
	padding: .75em 0;
	/*letter-spacing: 1px;*/
	color: #f84a00;
	font-family: 'Open Sans';
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
	/*color: #fed136*/
	color: #ff7033;
	font-weight: 700;
	/*text-decoration: underline;*/
	/*text-shadow: 1px 1px 3px #745838;*/

}

/*Telas grandes*/
@media (min-width: 992px) {
	#mainNav {
		padding-top: 25px;
		padding-bottom: 25px;
		transition: padding-top 0.5s, padding-bottom 0.5s;
		border: none;
		/*background-color: transparent;*/
		background-color: transparent;
	}

	#mainNav .navbar-brand {
		font-size: 1.75em;
		transition: all 0.5s;
	}

	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 1.1em 1em !important;
	}

	#mainNav.navbar-shrink {
		padding-top: 0;
		padding-bottom: 0;
		background-color: #f84a00;
		opacity: 100%;
		box-shadow: 1px 1px 5px #f84a00;
	}

	#mainNav.navbar-shrink .navbar-brand {
		font-size: 1.25em;
		padding: 5px 0;
	}

	.custom-b {
		margin-top: 80px;
		font-size: 100px;
		color: #f84a01;
		font-family: 'Open Sans';
	}

	header.headerSobre .containerSobre .label1 .titulo {
		font-size: 45px;
	}

	header.precosPlano .precoMaior {
		display: flex;
	}

	header.precosPlano .precoMenor {
		display: none;
	}

	.paragrafo {
		font-size: 30px;
	}

	.timeline>li {
		min-height: 150px;
	}

	.timeline>li .timeline-panel {
		padding: 0 20px 20px;
	}

	.timeline>li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px;
	}

	.timeline>li .timeline-image h4 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 30px;
	}

	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 20px 20px;
	}

	.divMenorContatos {
		position: absolute;
		height: 30vh;
	}

	#divPlanosMaior{
		background-color: #F5F5F5;
		border-radius: 20px;
	}
}

.sobre-section {
  background-color: #ff7033;
  color: #fff;
  padding: 50px 8%;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

}

.sobre-section .bodySobre {
  display: flex;
  align-items: center;
  
  justify-content: space-between; /* separa um pouco texto e imagem */
  gap: 60px;
  max-width: 1300px; /* aumenta o container geral */
  width: 100%;
}

/* Texto à esquerda */
.sobre-section .coluna-texto {
  flex: 1.2; /* dá mais espaço ao texto */
  max-width: 700px; /* aumenta largura máxima */
  text-align: left;
}

/* Imagem à direita */
.sobre-section .coluna-imagem {
  flex: 0.8;
  display: flex;
  justify-content: flex-end; /* empurra para direita */
  align-items: center;
}

.sobre-section .coluna-imagem img {
  max-width: 400px; /* aumenta leve o tamanho */
  width: 100%;
  height: auto;
}

/* Tipografia */
.sobre-section .coluna-texto h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.sobre-section .coluna-texto p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #fff;
}

/* ===== ANIMAÇÕES (mantidas) ===== */
.fade-left, .fade-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}

.fade-left {
  transform: translateX(-50px);
}

.fade-left.show, .fade-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* Responsivo */
@media (max-width: 992px) {
  .sobre-section {
    padding: 60px 20px;
  }

  .sobre-section .bodySobre {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .sobre-section .coluna-texto {
    text-align: center;
    max-width: 90%;
  }

  .sobre-section .coluna-imagem {
    justify-content: center;
  }

  .sobre-section .coluna-imagem img {
    max-width: 280px;
  }

  
}


.recursos-section {
  background-color: #ecedef;
  padding: 100px 5%;
  text-align: center;
}

.recursos-section h2 {
  font-size: 2.4rem;
  color: #f84a00;
  margin-bottom: 10px;
  font-weight: 700;
}

.recursos-section h2 span {
  color: #f84a00;
}

.recursos-section .subtitulo {
  font-size: 1.1rem;
  color: #f84a00;
  margin-bottom: 40px;
}

/* Abas */
.abas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.aba {
  background-color: #ffffff;
  border: none;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.aba:hover {
  background-color: #d6d8db;
}

.aba.ativa {
  background-color: #f84a00;
  color: white;
}

/* Cards */
.cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 25px;
}

.card {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  text-align: center;
  width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.card img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.card h3 {
  font-size: 1.2rem;
  color: #0a192f;
  margin-bottom: 10px;
}

.card p {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Exibir/ocultar grupos de cards */
.grupo-cards {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.grupo-cards.ativo {
  display: flex;
}

/* Responsivo */
@media (max-width: 768px) {
  .card {
    width: 100%;
  }
}

/* Container central */
.containerVideo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* Caixa branca com sombra */
.video-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px; /* limite horizontal */
  width: 90%;
}

/* Vídeo ajustado dentro da moldura */
.video-fluid {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* sombra interna leve */
}

#contato {
  background-color: #ffffff; /* fundo branco */
  color: #ff7033; /* texto principal laranja */
}

#contato b,
#contato p,
#contato h1,
#contato h2,
#contato h3,
#contato h4,
#contato h5,
#contato h6 {
  color: #ff7033 !important; /* força o laranja em todo o texto */
}

/* Botão */
#contato .btn-down-Sobre {
  background-color: #ff7033;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#contato .btn-down-Sobre:hover {
  background-color: #e45f24;
  transform: translateY(-2px);
}

/* Linha divisória */
#contato .custom-hr2 {
  border: none;
  border-top: 2px solid #ff7033;
  width: 90%;
  margin: 40px 0;
  opacity: 0.5;
}

/* Ícones das redes sociais */
#contato .fab {
  color: #ffffff  !important;
  transition: transform 0.3s ease, color 0.3s ease;
}

#contato .fab:hover {
  transform: scale(1.2);
  color: #e45f24 !important;
}

/* Ajuste de espaçamento responsivo */
@media (max-width: 768px) {
  #contato {
    padding: 60px 20px;
    text-align: center;
  }

  #contato .custom-hr2 {
    width: 100%;
  }

  #contato .btn-down-Sobre {
    width: 100%;
  }
}


header.headerSobre .containerSobre {
	margin-top: 0px;
	background-color: #f84a01;
	font-size: 30px;
	text-shadow: 1px 1px 6px black;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	/* Mantém a imagem na esquerda */
	background-size: auto 100%;
	/* Altura total, mas largura automática */
	padding-bottom: 1px;
}

header.headerSobre .label1 {
	color: white;
}

header.headerSobre p {
	font-size: 22px;
	font-family: 'Open Sans';
	line-height: 28px;
}

header.headerSobre .bodySobre {
	display: flex;
	flex-direction: row;
	min-height: 45vh;
}

header.headerSobre2 .containerSobre2 {
	margin-top: 0px;
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	/* Mantém a imagem na esquerda */
	background-size: auto 100%;
	/* Altura total, mas largura automática */
}

header.headerSobre3 .containerSobre3 {
	margin-top: 0px;
	background-color: #e2e3e8;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	/* Mantém a imagem na esquerda */
	background-size: auto 100%;
	/* Altura total, mas largura automática */
}

header.headerSobre4 .containerSobre4 {
	margin-top: 0px;
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	font-size: 65px;
	line-height: 75px;
	/* Mantém a imagem na esquerda */
	background-size: auto 100%;
	/* Altura total, mas largura automática */
	padding-bottom: 30px;
}

header.headerSobre5 .containerSobre5 {
	margin-top: 0px;
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	font-size: 65px;
	line-height: 75px;
	/* Mantém a imagem na esquerda */
	background-size: auto 100%;
	/* Altura total, mas largura automática */
}

.tituloContato {
	font-size: 60px;
	line-height: 60px;
}

.divMenorContatos {
	font-size: 35px;
}

.divMenorContatos i {
	font-size: 40px;
}

.divMaiorContatos p {
	font-size: 60px;
}

.divMaiorContatos b {
	font-size: 24px;
}

.divMaiorContatos li p {
	font-size: 35px;
}

.divMaiorContatos li a i {
	font-size: 35px;
}

.redesSociais {
	font-size: 20px;
}

header.headerSobre4 .containerSobre4 p {
	font-size: 20px;
	line-height: 25px;
	font-family: 'Open Sans';
}

header.headerSobre4 .containerSobre4 .paragrafoContainerSobre4 b {
	font-size: 35px;
	line-height: 0.6;
}

header.headerSobre4 .containerSobre4 .paragrafoContainerSobre4 p {
	font-size: 20px;
	line-height: 30px;
}

.custom-hr {
	width: 95%;
	height: 2px;
	background-color: #000;
	border: none;
	margin: 40px 0;
}

.custom-hr2 {
	width: 90%;
	height: 1px;
	background-color: #000;
	border: none;
	margin: 40px 0;
	margin-top: 80px
}

header.headerSobre5 .containerSobre5 {
	margin-top: 0px;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	/* Mantém a imagem na esquerda */
	background-size: auto 100%;
	/* Altura total, mas largura automática */
}

header.masthead {
	margin-top: 0px;
	color: #ff7033;
	font-size: 50px;
	text-shadow: 1px 1px 5px #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	/* Mantém a imagem na esquerda */
	background-size: auto 100%;
	/* Altura total, mas largura automática */
}

header.masthead form {
	display: flex;
	justify-content: center;
	/* Centraliza o botão */
}

/*Telas menores*/
@media (max-width: 767px) {

	header.headerSobre .containerSobre .label1 .titulo {
		font-size: 30px;
	}

	header .containerSobre .bodySobre b {
		font-size: 20px;
	}

	header .containerSobre .bodySobre .paragrafo {
		font-size: 20px;
	}

	.custom-b {
		font-size: 50px;
		color: #f84a01;
		font-family: 'Open Sans';
	}

	header.masthead .container {
		margin-top: 60px;
	}

	header.precosPlano .precoMaior {
		display: none;
	}

	header.precosPlano .precoMenor {
		display: flex;
	}

	.precoMenor img {
		transform: scale(1.6);
		transform-origin: center;
	}

	/* .headerContato {
		margin-top: 45%;
	} */
}

@media (max-width: 992px) {

	#mainNav {
		width: 100vw;
	}

	#navbarSupportedContent.show .nav-item {
		padding: 0px 0px;
		margin: 8px 0px;
		border-radius: 8px;
		background-color: #fff;
		transition: background-color 0.3s ease;
	}

	#navbarSupportedContent.show .nav-item:hover {
		background-color: #ffece4; /* laranja bem clarinho */
	}

	#navbarSupportedContent.show .nav-link {
		color: #f84a00;
		font-size: 12px;
		font-weight: 600;
	}

	 .hide-mobile {
		display: none !important;
	}

	.btnTesteGratisMobile{
		width: 90vw;
	}

	.btnTesteGratis {
		width: 90vw;
	}

	/* Botão do menu */
	.navbar-toggler {
		display: block;
		/* Mostra o botão do menu em telas pequenas */
	}

	/* Container do menu */
	.navbar-collapse {
		max-height: 0;
		/* Inicialmente sem altura */
		overflow: hidden;
		/* Esconde o conteúdo que excede */
		transition: max-height 0.3s ease-in-out;
		/* Transição suave */
		background-color: #ffffff;;
		/* Cor de fundo do menu */
		border-radius: 0px;
		/* Bordas arredondadas */
		width: 100%;
		/* Largura do menu */
		margin: 0 auto;
		/* Centraliza o menu */
		z-index: 1000;
		/*Sobrepõe o menu sobre qualquer tela ou icone do sistema*/
	}

	/* Menu visível */
	.navbar-collapse.show {
		max-height: 50vh;
		/* Altura máxima para exibir o conteúdo */
		padding: 0rem;
		/* Adiciona padding quando visível */
	}

	/* Itens do menu */
	.navbar-nav {
		flex-direction: column;
		align-items: center;
	}

	/* Espaçamento entre os itens */
	.nav-item {
		margin: 0 0;
	}

	/* Ícones sociais */
	.social-buttons {
		justify-content: center;
	}

	/* Botões Entrar e Teste Grátis */
	.btnEntrar,
	.btnTeste {
		width: 100%;
		margin: 0.5rem 0;
		justify-content: center;
	}

	.nav-link {
		margin-left: 0;
	}

	.list-inline {
		margin-bottom: 50px;
	}

	header.masthead .container {
		min-height: 50vh;
		max-height: 100vh;
	}

	header.headerSobre .containerSobre {
		font-size: 20px;
		line-height: 20px;
	}

	header.headerSobre .containerSobre .bodySobre img {
		margin-top: -60px;
	}

	header.headerSobre .paragrafo {
		margin-bottom: 30px;
		line-height: 22px;
	}

	header.headerSobre2 .containerSobre2 {
		min-height: 75vh;
	}

	header.headerSobre4 .containerSobre4 {
		font-size: 50px;
		line-height: 50px;
		margin-left: 20px;
	}

	header.headerSobre5 .containerSobre5 {
		font-size: 50px;
		line-height: 50px;
	}

	header.headerSobre4 .containerSobre4 .paragrafoContainerSobre4 {
		margin-top: 50px;
		min-width: 100vw;
	}

	header.headerSobre4 .containerSobre4 .paragrafoContainerSobre4 b {
		font-size: 28px;
		line-height: 0.6 !important;
	}

	header.headerSobre4 .containerSobre4 .paragrafoContainerSobre4 p {
		font-size: 20px;
		line-height: 30px;
	}

	.precoMaior {
		top: 60px;
	}

	.imgInove {
		margin-top: 30px;
	}

	.precoMenor {
		overflow-x: hidden;
	}

	.espaco {
		display: none;
	}

	.tituloContato {
		font-size: 50px;
		line-height: 60px;
	}

	.divMenorContatos {
		position: relative;
		font-size: 30px;
	}

	.divMenorContatos i {
		font-size: 30px;
	}

	.divMaiorContatos {
		top: -10px;
	}

	.divMaiorContatos p {
		font-size: 30px;
	}

	.divMaiorContatos b {
		font-size: 18px;
	}

	.divMaiorContatos li p {
		font-size: 30px;
	}

	.divMaiorContatos li a i {
		font-size: 30px;
	}
}

.service-heading {
	margin: 15px 0;
	text-transform: none;
}

#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
	position: relative;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all ease 0.5s;
	opacity: 0;
	background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	font-size: 20px;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
	margin: 0;
	text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	font-family: 'Open Sans';
}

#portfolio * {
	z-index: 2;
}

.portfolio-modal .modal-dialog {
	margin: 1rem;
	max-width: 75vw;
}

.portfolio-modal .modal-content {
	padding: 30px 0;
	text-align: center;
}

.portfolio-modal .modal-content h2 {
	font-size: 3em;
	margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px;
	font-family: 'Open Sans';
}

.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
	cursor: pointer;
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	background-color: transparent;
}

.portfolio-modal .close-modal:hover {
	opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
	/* Safari and Chrome */
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	/* IE 9 */
	transform: rotate(45deg);
	background-color: #f84a00;
}

.portfolio-modal .close-modal .lr .rl {
	/* Safari and Chrome */
	z-index: 1052;
	width: 1px;
	height: 75px;
	/* IE 9 */
	transform: rotate(90deg);
	background-color: #212529;
}

.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}

.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: '';
	background-color: #f84a00;
}

.timeline>li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px;
}

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

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

.timeline>li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}

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

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

.timeline>li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	color: white;
	border: 7px solid #e9ecef;
	border-radius: 100%;
	background-color: #f84a00;
}

.timeline>li .timeline-image h4 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}

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

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

.timeline>li:last-child {
	margin-bottom: 0;
}

.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}

.timeline .timeline-heading h4.subheading {
	text-transform: none;
}

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

#imagemSolucaoMaior, #primeiroQuadroMaior, #segundoQuadroMaior, #quartoQuadroMaior, #precosTelaMaior {
	display: flex;
}

#imagemSolucaoMenor, #primeiroQuadroMenor, #segundoQuadroMenor, #quartoQuadroMenor, #precosTelaMenor {
	display: none;
}

/*Telas médias*/
@media (min-width: 768px) {
	.timeline:before {
		left: 50%;
	}

	.timeline>li {
		min-height: 100px;
		margin-bottom: 100px;
	}

	.timeline>li .timeline-panel {
		float: left;
		width: 41%;
		padding: 0 20px 20px 30px;
		text-align: right;
	}

	.timeline>li .timeline-image {
		left: 50%;
		width: 100px;
		height: 100px;
		margin-left: -50px;
	}

	.timeline>li .timeline-image h4 {
		font-size: 13px;
		line-height: 18px;
		margin-top: 16px;
	}

	.timeline>li.timeline-inverted>.timeline-panel {
		float: right;
		padding: 0 30px 20px 20px;
		text-align: left;
	}

	header.precosPlano .precoMaior {
		display: flex;
	}

	header.precosPlano .precoMenor {
		display: none;
	}

	.hover-scale-10 {
		-webkit-transition: all .3s ease-in-out;
		-o-transition: .3s all ease-in-out;
		transition: all .3s ease-in-out
	}

	.hover-scale-10:hover {
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}

	.hover-scale-20 {
		-webkit-transition: all .3s ease-in-out;
		-o-transition: .3s all ease-in-out;
		transition: all .3s ease-in-out
	}

	.hover-scale-20:hover {
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}

	.hover-scale-50 {
		-webkit-transition: all .3s ease-in-out;
		-o-transition: .3s all ease-in-out;
		transition: all .3s ease-in-out
	}

	.hover-scale-50:hover {
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5)
	}

	section {
		padding: 0px 0;
	}

	.custom-b {
		font-size: 90px;
		color: #f84a01;
		font-family: 'Open Sans';
		line-height: 80px;
	}


	header.masthead {
		background: url('../images/iClix/foguete_inicial_fundo_menor.png');
		background-position: left center;
		background-repeat: no-repeat;
	}

	.video-sobre {
		position: absolute;
		top: 40%;
		left: 33%;
		transform: translate(-50%, -50%);
		z-index: 10;
		max-width: 46.5%;
	}

	#imagemSolucaoMaior, #primeiroQuadroMaior, #segundoQuadroMaior, #quartoQuadroMaior, #precosTelaMaior {
		display: flex;
	}

	#imagemSolucaoMenor, #primeiroQuadroMenor, #segundoQuadroMenor, #quartoQuadroMenor, #precosTelaMenor {
		display: none;
	}

	#temnoiclix, .bodySobre {
		background-color: #6d6969;
	}

	.text-md-left {
		text-align: left !important;
	}
}

@media (min-width: 1200px) {

	.timeline>li {
		min-height: 170px;
	}

	.timeline>li .timeline-panel {
		padding: 0 20px 20px 100px;
	}

	.timeline>li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}

	.timeline>li .timeline-image h4 {
		margin-top: 40px;
	}

	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 100px 20px 20px;
	}
}

.team-member {
	margin-bottom: 50px;
	text-align: center;
}

.team-member img {
	width: 225px;
	height: 225px;
	border: 7px solid rgba(0, 0, 0, 0.1);
}

.team-member h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none;
}

.team-member p {
	margin-top: 0;
}

.clientes {
	/*background-image: url(../img/fundoteladeclientes2.png);*/
	height: auto;
}

.clientesBox {
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	/*
	background: -webkit-gradient(linear, right top, left top, from(#F5DEEE), to(#D5ECF5)) no-repeat;
	background: -moz-linear-gradient(left, #D5ECF5, #F5DEEE);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#D5ECF5', EndColorStr='# F5DEEE           
*/

}

.clientes2 {
	height: auto;
}

.clientesBox2 {
	/*background-color: rgb(253,253,253, 1);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	/*
	background: -webkit-gradient(linear, right top, left top, from(#F5DEEE), to(#D5ECF5)) no-repeat;
	background: -moz-linear-gradient(left, #D5ECF5, #F5DEEE);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#D5ECF5', EndColorStr='# F5DEEE           
*/

}

section#contato {
	background-color: #ffffff;
	/*background-image: url("../img/map-image.png");*/
	background-repeat: no-repeat;
	background-position: center;
}

section#contact .section-heading {
	color: #fff;
}

section#contact .form-group {
	margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
	padding: 20px;
}

section#contact .form-group input.form-control {
	height: auto;
}

section#contact .form-group textarea.form-control {
	height: 248px;
}

section#contact .form-control:focus {
	border-color: #23b3ef;
	box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Open Sans';
}

section#contact :-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Open Sans';
}

section#contact ::-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Open Sans';
}

section#contact :-ms-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Open Sans';
}

.footer {
	padding: 25px 0;
	text-align: center;

}

.footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
	font-family: 'Open Sans';
}

.footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	font-family: 'Open Sans';
}

ul.social-buttons {
	margin-bottom: 0;
}

ul.social-buttons li a {
	font-size: 20px;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	transition: all 0.3s;
	color: white;
	border-radius: 100%;
	outline: none;
	background-color: #23B3EF;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
	background-color: #23B3EF;
	transform: translateY(-4px);
	box-shadow: 4px 20px 10px 0px rgba(10, 10, 10, 0.45);
}

.iconesolucoes {
	color: gray
}

.fa-4x {
	font-size: 2em;
}

ul.social-buttons {
	margin-bottom: 0
}

ul.social-buttons li a {
	font-size: 20px;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	transition: all .3s;
	color: #fff;
	border-radius: 100%;
	outline: 0;
	background-color: #23B3EF
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
	background-color: #23B3EF
}

ul.social-buttons li a.face {
	font-size: 20px;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	transition: all .3s;
	color: #fff;
	border-radius: 100%;
	outline: 0;
	background-color: #ff7033
}

ul.social-buttons li a.face:active,
ul.social-buttons li a.face:focus,
ul.social-buttons li a.face:hover {
	background-color: #2372a3;
}

ul.social-buttons li a.insta {
	font-size: 20px;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	transition: all .3s;
	color: #fff;
	border-radius: 100%;
	outline: 0;
	background-color: #ff7033
}

ul.social-buttons li a.insta:active,
ul.social-buttons li a.insta:focus,
ul.social-buttons li a.insta:hover {
	/*background-color: #fed136*/
	background-color: #d7155e;
}

ul.social-buttons li a.mail {
	font-size: 15px;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	transition: all .3s;
	color: #fff;
	border-radius: 100%;
	outline: 0;
	background-color: #ff7033
}

ul.social-buttons li a.mail:active,
ul.social-buttons li a.mail:focus,
ul.social-buttons li a.mail:hover {
	/*background-color: #fed136*/
	background-color: #0084b4;
}

ul.social-buttons li a.whats {
	font-size: 17px;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	transition: all .3s;
	color: #fff;
	border-radius: 100%;
	outline: 0;
	background-color: #ff7033
}

ul.social-buttons li a.whats:active,
ul.social-buttons li a.whats:focus,
ul.social-buttons li a.whats:hover {
	/*background-color: #fed136*/
	background-color: #009804;
}

.textoChamada {
	font-family: 'Open Sans';
	font-size: 25px;

}

.faleconosco {
	color: #999999
}

.suporteTelefone {
	font-size: 30px;
}


.endereco {
	font-size: 16px;
}

.tituloSolucoes {
	font-size: 20px;
}

.textoSolucoes {
	font-size: 14px;
}

.textoPlanosAtivos {
	font-size: 14px;
	color: #000000;
}

.textoPlanosInativos {
	font-size: 14px;
	color: #ABABAB;
	text-decoration: line-through;
}

.textoPlanosMenor {
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
}

.imgParceiros {
	width: 50px;
}

.img-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.img-grayscale:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.linha-vertical {
	height: auto;
	/*Altura da linha*/
	border-right: 1px solid;
	/* Adiciona borda direita na div como ser fosse uma linha.*/

}

@media (max-width: 767px) {
	.linha-vertical {
		border-right: 0px;
		/* Adiciona borda direita na div como ser fosse uma linha.*/

	}
}

#divquadradoloading {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 250px;
	height: 250px;
	margin: -75px 0 0 -75px;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -60px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #1673B0;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

#divquadradoloadingcep {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 250px;
	height: 250px;
	margin: -75px 0 0 -75px;
}

#loadercep {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -60px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #1673B0;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}

@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0px;
		opacity: 1
	}
}

@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0;
		opacity: 1
	}
}

#descriptionloader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 250px;
	height: 150px;
	margin: 55px 0 0 -95px;
	color: #1673B0;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFFFFF;
}

#descriptionloaderEnviando {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 250px;
	height: 150px;
	margin: 55px 0 0 -70px;
	color: #1673B0;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFFFFF;
}

#descriptionloadercep {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 250px;
	height: 150px;
	margin: 55px 0 0 -95px;
	color: #1673B0;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFFFFF;
}


/*Parte relacionada aos switchs da tela de assinatura*/
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


.patient-quote.flexslider {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000000;
	opacity: 1;
}

.pager {
	display: none;
}

.patient-quote ul li {
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px 0 40px;
	margin-bottom: 50px !important;
}

.patient-quote h2.quote-title {
	color: #000000;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 32px;
	border-bottom: none;
	margin: 0 auto;
	padding-bottom: 0px;
	margin-bottom: 30px;
	width: 90%;
	opacity: 1;
	text-transform: none;
}

.flexslider .slides p {
	font-size: 15px;
	margin-bottom: 5px;
	display: inline;
}

.patient-quote .patient-info {
	font-style: italic;
	margin-bottom: 0px;
}

.topPager,
.bottomPager,
.patient-quote.flexslider .flex-direction-nav {
	display: none;
}

.patient-quote.flexslider .flex-control-nav {
	bottom: 36px;
	z-index: 400;
}

.patient-quote.flexslider .flex-control-nav li a {
	background-color: #8C8C8C;
	border: 2px solid #8C8C8C;
	box-shadow: none !important;

}

.patient-quote.flexslider .flex-control-nav li a.flex-active {
	background-color: #DCDCDC;
	border: 2px solid #fff;
}

.mainContent {
	padding-top: 20px;
}

@media screen and (max-width: 1200px) {
	.patient-quote.flexslider li {
		height: 194px !important;
	}

	.patient-quote.flexslider .flex-control-nav {
		bottom: -143px;
	}
}

@media screen and (max-width: 900px) {
	.patient-quote.flexslider li {
		height: 214px !important;
	}

	.patient-quote.flexslider .flex-control-nav {
		bottom: -163px;
	}
}

@media screen and (max-width: 767px) {
	.patient-quote h2.quote-title {
		font-size: 34px;
	}

	.patient-quote.flexslider li {
		height: 254px !important;
	}

	.patient-quote.flexslider .flex-control-nav {
		bottom: -203px;
	}
}

@media screen and (max-width: 600px) {
	.patient-quote.flexslider li {
		height: 294px !important;
	}

	.patient-quote.flexslider .flex-control-nav {
		bottom: -234px;
	}
}

@media screen and (max-width: 480px) {
	.patient-quote.flexslider li {
		height: 384px !important;
	}

	.patient-quote h2.quote-title {
		font-size: 30px;
	}

	.patient-quote.flexslider .flex-control-nav {
		bottom: -337px;
	}
}

/* HEADER COM A IMAGEM DE FUNDO */
.mastheadnew {
    position: relative;
    width: 100%;
	background-color: #e6e6e6;
    background-size: cover;
    padding-top: 50px; /* espaço pro menu fixo, ajuste se precisar */
	padding-bottom: 0px;
}

/* Faz o conteúdo ficar centralizado verticalmente */
.mastheadnew .container {
    height: 100%;
}

.rocket-slider {
    position: relative;
    /* width: 100%;
    max-width: 550px;
    margin-top: 10px; */
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.rocket-slider .slide:first-child {
    opacity: 1;
}


.rocket-slider .slides {
    position: relative;
    width: 100%;
    padding-bottom: 95%;
}

.rocket-slider .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.5s ease;
}

.rocket-slider .slide.active {
    opacity: 1;
}

.rocket-slider .slide.active {
    opacity: 1;
}

.rocket-slider .slide img {
    width: 100%;
    height: auto;
    display: block;
}

.rocket-slider .slide.active {
    opacity: 1;
    z-index: 2;
}

.slider-indicators {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.slider-indicators .indicator {
    width: 105px;
    height: 6px;
    background-color: #ffbb7a;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.slider-indicators .indicator.active {
    background-color: #f84a00;
    width: 155px;
}


.highlight {
    color: #f84a00; /* laranja que você usa no iClix */
}

.banner-esquerda {
    position: relative;
    display: inline-block;
}

/* BOTÃO INVISÍVEL */
.btn-experimente-overlay {
    position: absolute;
    /* POSICIONAMENTO EXATO DO BOTÃO NA IMAGEM */
    top: 64%;     /* ajuste fino */
    left: 19%;     /* ajuste fino */
    width: 200px; /* largura aproximada */
    height: 50px; /* altura do botão */

    cursor: pointer;
    background: rgba(255,255,255,0); /* invisível */
    z-index: 10;
}

@media (min-width: 1800px){
	h2 {
		font-size: 2.4em !important;
	}

	.textoTemNoIclix{
		font-size: 1.4em !important;
	}
}

h2 {
	font-size: 2.1em;
}

.textoTemNoIclix{
	font-size: 1.1em;
}

.tituloQuartoQuadro{
	font-size: 28px !important;
}

.barraCarregamento{
	background-color: #696969;
	height: 1vh;
	border-radius: 10px;
}

.carregamento{
	background-color: #212529;
	height: 1vh;
	border-radius: 10px;
	width: 0;
	animation: carregamento 10s linear forwards;
}

.textoQuartoQuadro {
    display: block;
	opacity: 1;
    transition: opacity 0.6s ease-in-out;
}

.barraCarregamento {
    display: block;
	opacity: 1;
    transition: opacity 0.6s ease-in-out;
}

.escondido {
    display: none;
	opacity: 0;
    pointer-events: none;
}

@keyframes carregamento{
	from{
		width: 0;
	}

	to {
		width: 100%;
	}
}

.container-img {
    margin: auto;
}

.img-fundo {
    width: 100%;
    display: block;
}

.headerVideo{
	background-color: #e6e6e6;
}

.faq-question {
    font-size: 14px;
    font-weight: bold;
    color: #333;
	background-color: #e9e7e7;
	border-radius: 10px;
	cursor: pointer;
}

.faq-answer {
    display: none;
    margin-top: 10px;
    color: #555;
    font-size: 13px;
    animation: fadeIn 0.5s ease;
	background-color: #c9c9c9;
	border-radius: 10px;
}

/* Efeito suave quando aparece */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.btnModal {
	background-color: #ff7033 !important;
	border-color: #ff7033;
	color: #FFFFFF !important;
	cursor: pointer;
}

.btnModal:hover{
	background-color: #f84a00 !important;
    color: #ffffff !important;
	font-weight: 600;
}

#modalEmailLabel{
	font-family: 'Open Sans' !important;
	color: #f84a00 !important;
}

.boxDuvidas{
	background-color: #c9c9c9;
	border-radius: 20px;
}

@media (max-width: 576px){
	#duvidasFrequentes b {
		font-size: 28px !important;
	}

	#duvidasFrequentes h2 {
		font-size: 18px !important;
	}

	.img-fundo {
		display: none;
	}

	.video-sobre {
		max-width: 100%;
	}

	#imagemSolucaoMaior, #primeiroQuadroMaior, #segundoQuadroMaior, #quartoQuadroMaior, #precosTelaMaior {
		display: none;
	}

	#imagemSolucaoMenor, #primeiroQuadroMenor, #segundoQuadroMenor, #quartoQuadroMenor, #precosTelaMenor {
		display: flex;
	}

	h2 {
		font-size: 1.17em !important;
	}

	.textoTemNoIclix {
		font-size: 0.9em !important;
	}

	p {
		line-height: 1.45;
	}

	#temnoiclix, .bodySobre {
		background-color: #545454;
	}

	.divPrimeiroQuadro {
		padding: 0;
		margin-left: 10px;
	}

	.tituloQuartoQuadro{
		font-size: 16px !important;
	}

	.textoQuartoQuadro {
		font-size: 12px !important;
	}

	.barraCarregamento, .carregamento {
		height: 0.5vh !important;
	}

	#divPlanosMenor .btnStarter, #divPlanosMenor .btnOrbit, #divPlanosMenor .btnBooster{
		font-size: 12px;
		width: 80px;
		display: flex;
		padding: 2px 6px;
	}

	#solucaoiclix .container {
		padding: 0 !important;
	}

	.btn-experimente-overlay {
		width: 160px !important;
		height: 30px !important;
	}

	#contato .btn-down-Sobre {
		width: 60%;
		padding: 7px 16px;
		font-size: 14px;
	}

	#divBtnComeceHoje {
		margin-top: .5rem !important;
	}

	#btnConhecaMenor {
		width: 95px !important;
		left: 9% !important;
		top: 89%;
	}
}

