@charset "UTF-8";
/* Body */
html, body {
	font-family: source-sans-pro;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-style: normal;
	font-weight: 200;
}
h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none; /* Remove o sublinhado dos links */
}
.full-screenicons {
  display: flex;
  flex-direction: column; /* Alinha os itens na direção da coluna */
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000000; /* Cor de fundo especificada */
  width: 100%;
  height: 100vh;
  max-height: 950px;
}
.full-screencarrossel {
  background-image: url("../images/bg-carrossel.jpg");
  background-attachment: local;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100vh; /* Melhor uso para responsividade */
  max-height: 950px;
  text-align: center;
  overflow: auto; /* Garante que o conteúdo não estoure em telas menores */
}
@media (max-width: 768px) {
  .full-screencarrossel {
    padding: 10px;
    height: auto; /* Permite que a altura se ajuste ao conteúdo */
    max-height: none;
    background-attachment: scroll; /* Melhora o comportamento em celulares */
  }
}
video {
    width: 100%;     /* Ocupa toda a largura da div/pai */
    height: auto;    /* Mantém proporção */
    margin: 0;       /* Remove margens externas */
    display: block;  /* Garante que não crie espaços extras como inline-block */
    max-width: 100vw; /* Garante que não ultrapasse a largura da viewport */
}
.full-screenvideo {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 950px;
    overflow: hidden;
    background-color: #000000;
}

.full-screenvideo iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    background: transparent;
    z-index: 2;
    display: flex;
    align-items: flex-start; /* Alinha os itens à esquerda */
    padding-left: 100px; /* Aumenta o espaçamento da borda esquerda */
    color: #fff; /* Cor do texto */
    flex-direction: column; /* Para alinhar um embaixo do outro */
}

.video-overlay img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px; /* Espaço entre a imagem e o título */
}

.video-overlay h1 {
    font-size: 3em; /* Tamanho do título grande */
    margin: 10px 0;
}

.video-overlay h2 {
    font-size: 1.5em; /* Tamanho do título pequeno */
    margin: 5px 0;
}
/*.full-screenplanos {
  
  flex-direction: column; 
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  text-align: center; /* Centraliza o texto 
}*/
.full-screenplanos {
	font-family: 'Roboto', sans-serif;
	flex-direction: row; 
  	box-sizing: border-box;
  	width: 100%;
    min-height: 100vh;
	
  	text-align: center; /* Centraliza o texto */
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #FFFFFF; /* Cor de fundo opcional */
}
.plan {
	width: 300px; /* Ajuste o tamanho conforme necessário */
	border-radius: 10px;
	border: 2px solid #ccc;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff; /* Cor de fundo opcional */
}
.plan h2 {
	margin-top: 0;
    padding: 10px;
    background-color: #2e296c; /* Cor de fundo dos títulos dos planos */
    color: #fff; /* Cor do texto */
    border-radius: 5px; /* Borda arredondada do título */
}
.plan ul {
	list-style-type: none;
    padding: 0;
    text-align: left; /* Alinha o texto à esquerda */
}
.plan ul li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.plan ul li i {
	margin-right: 10px;
}
.plan .price {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.full-screenplanos .titles{
	color: #2e296c;
}
.full-screenquemsoueu {
  display: flex;
  align-items: center; /* Alinha verticalmente no centro */
  justify-content: flex-end; /* Alinha horizontalmente no final (direita) */
  padding: 20px;
  box-sizing: border-box;
  background-image: url("../images/bg-quemsoueu.jpg");
  background-attachment: local;
  background-size: cover; /* Ajusta a imagem para cobrir todo o elemento */
  background-position: center; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Evita que a imagem se repita */
  width: 100%;
  min-height: 100vh;
  position: relative; /* Necessário para posicionar o texto de forma absoluta */
}

.texto-quemsoueu {
  text-align: left; /* Alinha o texto à esquerda dentro da div */
  color: #FFFFFF; /* Cor do texto para garantir visibilidade em fundo preto */
  max-width: 40%; /* Reduz a largura máxima para 40% da tela */
  padding-right: 60px; /* Aumenta o espaçamento interno à direita */
}
.titles {
  margin-bottom: 20px;
  color: #FFFFFF;
}
.video-icons {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 20px;
}

.video-item {
    flex: 1;
    max-width: 300px; /* Ajuste conforme necessário */
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #52bad5;
	border-bottom: 1px solid #2C9AB7;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}

.tagline {
	text-align: left;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats icons */
.stats {
	font-size: 4em;
	color: #2e296c;
	margin-bottom: 5px;
}
.icons {
	position: relative; 
    clear: both;
    display: flex;
    justify-content: center; /* Alinha os itens no centro horizontalmente */
    padding-top: 0px;
    margin-bottom: 35px;
}

.thumbnail {
    width: 25%;
    text-align: center;
    margin-top: 35px;
    box-sizing: border-box; /* Inclui padding e borda no cálculo da largura total */
	padding-left: 2%;
	padding-right: 2%;
}

.icons .thumbnail h2 {
    margin-top: 15%;
	margin-bottom: 15%;
    color: #FFFFFF;
}

.icons .thumbnail p {
    margin-bottom: 50px;
    color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */

.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}

.button {
	font-family: 'Roboto', sans-serif;
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.button_newsletter {
	font-family: 'Roboto', sans-serif;
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #4f4b84;
	color: #fff;
	transition: all 0.3s linear;
	background-color: #2d296c;
}
.button_newsletter:hover {
	background-color: #4f4b84;
	color: #C4C4C4;
	cursor: pointer;
}
/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}

.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}

.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}

}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
.full-screennewslatter {
  display: flex;
  flex-direction: column; /* Alinha os itens na direção da coluna */
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: #1b1b1b; /* Cor de fundo especificada */
  width: 100%;
  height: 100%;
  max-height: 950px;
  background-image: url("../images/parallax.png"); /* Adicione sua imagem de fundo */
  background-size: cover; /* Ajusta a imagem para cobrir toda a div */
  background-position: center; /* Centraliza a imagem de fundo */
  background-attachment: fixed; /* Faz a imagem de fundo ficar fixa */
}

.box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  width: 80%; /* Ajuste conforme necessário */
  max-width: 1200px; /* Ajuste conforme necessário */
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.photo {
  flex: 1;
}

.newsletter {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.newsletter input[type="email"] {
  padding: 5px 300px 5px 20px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.newsletter button {
  padding: 10px 20px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
.carousel-container {
	overflow: hidden;
	background-color: white; /* Fundo branco para o carrossel */
	height: 80px; /* Altura da div */
	padding: 10px 0 10px 0;
}

.carousel-track {
	display: flex;
	height: 100%; /* Garantir que o track preencha toda a altura do contêiner */
	animation: scroll 20s linear infinite; /* Looping infinito */
}

.carousel-slide {
	flex: 0 0 auto; /* Ajuste para garantir que as imagens sejam redimensionadas automaticamente */
	height: 100%; /* Garantir que o slide preencha toda a altura do track */
}

.carousel-slide img {
	height: 100%; /* Assegura que a imagem preencha a altura da div sem ultrapassar */
	width: auto; /* Mantém a proporção da imagem */
	object-fit: contain; /* A imagem será contida dentro da div */
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

footer {
	font-family: 'Roboto', sans-serif;
    min-height: 25vh; /* 1/4 da altura da tela */
    width: 100%;
	background-image: url("../images/bg-footer.jpg");
    background-attachment: local;
    background-size: cover; /* Ajusta a imagem para cobrir todo o elemento */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Evita que a imagem se repita */
    display: flex;
    align-items: center; /* Centraliza verticalmente o conteúdo do footer */
    justify-content: space-between; /* Espaça as seções do footer */
}
footer h1 {
    color: #ffffff; /* Define a cor do texto como branco */
    font-size: 24px; /* Ajuste o tamanho da fonte conforme necessário */
    margin: 0; /* Remove a margem padrão do <h1> para melhor alinhamento */
    padding: 10px 0 30px 0; /* Remove o padding padrão do <h1> se necessário */
}
footer a {
    text-decoration: none; /* Remove o sublinhado */
    color: inherit; /* Garante que a cor do link será a mesma do texto ao redor */
}
footer a:hover, footer a:focus, footer a:active {
    text-decoration: none; /* Mantém o link sem sublinhado quando o cursor passa por cima, quando é focado ou clicado */
    color: inherit; /* Mantém a cor do link */
}
.footer-content {
    display: flex;
    width: 100%;
}

.footer-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza verticalmente o conteúdo das seções */
    justify-content: center; /* Centraliza verticalmente o conteúdo dentro das seções */
    padding: 10px;
}

.contact-info, .social-media {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza verticalmente os itens dentro das seções */
}

.contact-item, .social-item {
    display: flex;
    align-items: center; /* Alinha verticalmente o ícone e o texto */
    margin-bottom: 10px;
    font-size: 24px; /* Tamanho maior dos ícones */
}
.contact-item i, .social-item i {
    margin-right: 8px; /* Espaço entre o ícone e o texto */
    color: #ffffff; /* Cor branca para os ícones */
}

.contact-item span, .social-item span {
    font-size: 20px; /* Tamanho do texto aumentado */
    line-height: 1.5; /* Ajusta a altura da linha para melhor alinhamento vertical */
    color: #ffffff; /* Cor branca para o texto */
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 768px) {
  .full-screenicons {
    padding: 10px;
    height: auto; /* Deixa a altura se adaptar ao conteúdo se necessário */
    max-height: none; /* Evita limitar a altura em telas pequenas */
  }
  
}


@media (max-width: 600px) {
	.video-overlay {
		display: flex;
		flex-direction: column;
		padding: 40px;
	}
	.icons img {
		width: 85%;
	}

	.icons, .video-icons, .full-screenplanos {
		display: flex;
		flex-direction: column;
	}
	.icons .thumbnail {
		width: 100%;
	}
	.full-screenplanos {
		margin-top: 0px;
	}
	.box {
		margin-top: 250px;
	}
	.newsletter {
		width: 100%;
		padding: 0px !important;
	}
	.newsletter input {
		width: 200px !important;
		padding: 0px !important;
	}
	.texto-quemsoueu {
		text-align: left; /* Alinha o texto à esquerda dentro da div */
		color: #FFFFFF; /* Cor do texto para garantir visibilidade em fundo preto */
		max-width: 90%; /* Reduz a largura máxima para 40% da tela */
		padding-right: 60px; /* Aumenta o espaçamento interno à direita */
	}
  }
