/* 
    Created on : 10 de abr de 2023, 18:44:31
    Author     : giordano
*/

:root {
	--home-font-family: 'Eric Lite Extended', 'EricLiteExtended';
	--section-spacing: 4rem;
}

h3 {
	color: #345447;
	font-family: var( --home-font-family );
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 1rem;
	text-align: center;
	-webkit-text-stroke: 1px;
}

.content-column {
	width: 1125px;
	max-width: 100%;
	margin: 0 auto;
}

@media ( max-width: 640px ) {
	.content-column {
		width: 100%;
	}
}

/** Menu **********************************************************************/

header,
header.top-bar {
	box-shadow: none;
	border-bottom: 0;
	padding-top: 0;
	padding-bottom: 1rem;
	font-family: var( --home-font-family );
	position: relative;
}

.top-bar-section ul li > a,
.top-bar .top-bar-section ul li > a {
	color: #345447;
	font-family: var( --home-font-family );
}

.top-bar .title-area {
	padding-left: 0;
}

.top-bar .name {
	height: auto;
}

.top-bar .name h1 {
	padding: 1rem 1rem 0 0; 
}

.top-bar .name h1 a {
	padding: 0;
}

.top-bar-section ul.menu {
	padding: 1rem 1rem 0;
	float: right;
}

.menu-top .toggler {
	display: none;
	position: absolute;
	top: 1.5rem;
	right: 1rem;
	line-height: 1;
}

.menu-top .toggler button {
	background: #FFF;
	border: 0.1rem solid #DDD;
	border-radius: 0.2rem;
	padding: 0.5rem 0.75rem;
}

.menu-top .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.whatsapp-wrapper {
	background-color: #345447;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 164px;
	font-size: 12px;
	float: right;
	line-height: 1rem;
	text-align: center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.whatsapp-wrapper > a {
	color: #fff;
	display: block;
	padding: 0.5rem 0.5rem 0.6rem;
}

.whatsapp-wrapper .text {
	margin-bottom: 0.25rem;
}

.whatsapp-wrapper .number {
	font-weight: bolder;
	font-size: 18px;
	-webkit-text-stroke: 1px;
	color: #EEE;
}

.whatsapp-wrapper:hover .text {
	-webkit-text-stroke: 1px;
}

.whatsapp-wrapper:hover .number {
	color: #FFF;
}

@media ( max-width: 1200px ) {
	.top-bar .name h1 {
		padding: 1rem 0.5rem 0; 
	}
}

@media ( max-width: 1050px ) {
	
	.menu-top .whatsapp-wrapper {
		margin-right: 2rem;
	}
	
	.menu-top ul,
	.menu-top ul.menu {
		float: none;
		clear: both;
		display: block;
		text-align: center;
		padding-top: 0;
	}
	
	.menu-top ul li,
	.menu-top ul.menu li {
		float: none;
		display: inline-block;
	}
}

@media ( max-width: 640px ) {
	
	.menu-top .toggler {
		display: block;
	}
	
	.menu-top .menu-content {
		display: none;
	}
	
	.menu-top.active .menu-content {
		display: block;
		clear: both;
	}
	
	.menu-top.active .toggler button {
		background: #F6F6F6;
	}
	
	.menu-top .whatsapp-wrapper {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		border-radius: 0;
		margin-bottom: 0.5rem;
	}
	
	.menu-top ul,
	.menu-top ul.menu {
		text-align: left;
		padding-top: 0;
	}
	
	.menu-top ul li,
	.menu-top ul.menu li {
		display: block;
	}
}

/** Main **********************************************************************/

main {
	padding-bottom: 1rem;
}

/** Outdoor *******************************************************************/

.outdoor {
	color: #fff;
	margin-bottom: var( --section-spacing );
	padding: 3rem 0;
	z-index: 2;
}

.outdoor-content {
	background: #345447;
	font-family: var( --home-font-family );
}

.outdoor .content-column {
	position: relative;
	padding: 1.5rem 0 2rem;
}

.outdoor-content .text-header {
	font-size: 20px;
}

.outdoor-content .text-bolder {
	font-size: 40px;
	font-weight: 700;
	line-height: 47px;
	width: 360px;
	max-width: 100%;
	-webkit-text-stroke: 1px;
}

.outdoor-content .text-subtitle {
	margin-bottom: 1rem;
	font-size: 20px;
}

.outdoor-button {
	background: #556A62;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	padding: 0.5rem;
	text-align: center;
	width: 260px;
}

.outdoor-button:hover,
.outdoor-button:active,
.outdoor-button:focus {
	background: #4c5f58;
	color: #FFF;
	-webkit-text-stroke: 0.5px;
}

.outdoor-image {
	position: absolute;
	right: 0;
	top: -2rem;
}

.outdoor-image img {
	height: 400px;
}

@media ( max-width: 1200px ) {
	.outdoor-content .content-column {
		padding: 1.5rem 1rem 2rem;
	}
}

@media ( max-width: 1000px ) {
	.outdoor {
		padding: 2rem 0 1rem;
	}
	
	.outdoor-content .content-column {
		padding: 1.5rem 1rem 2rem;
	}
	
	.outdoor .outdoor-image {
		right: 1rem;
		width: 60%;
	}
	
	.outdoor-image img {
		height: auto;
	}
	
	.outdoor .text-subtitle {
		width: 300px;
	}
	
	.outdoor .outdoor-button {
		padding: 0.75rem 1.5rem;
		width: 300px;
	}
}

@media ( max-width: 900px ) {
	.outdoor .button-wrapper {
		margin-top: 2rem;
		text-align: center;
	}
}

@media ( max-width: 640px ) {
	.outdoor {
		padding: 2rem 0 1rem;
	}
	
	.outdoor-content {
		padding: 0 1rem;
	}
	
	.outdoor-content .content-column {
		padding: 12rem 0 2rem;
	}
	
	.outdoor-image,
	.outdoor .outdoor-image {
		right: 0;
		width: 360px;
		max-width: 100%;
	}
	
	.outdoor-image img {
		width: 100%;
		height: auto;
		margin-bottom: 1rem;
	}
	
	.outdoor-content .text-bolder {
		width: 100%;
	}
	
	.outdoor .button-wrapper {
		margin-top: 0;
		text-align: center;
	}
	
	.outdoor .text-subtitle {
		width: 100%;
	}
}

@media ( max-width: 380px ) {
	.outdoor-content .content-column {
		padding: 50% 0 2rem;
	}
}

/** Cards *********************************************************************/

.card {
	background: #D9D9D9;
	display: inline-block;
	font-family: var( --home-font-family );
	margin-right: 25px;
	padding: 0 0 0.75rem;
	width: 358px;
	vertical-align: top;
}

.card:last-child {
	margin-right: 0;
}

.card ul {
	list-style-type: none;
	--icon-space: 1.3rem;
	margin-left: 1.2rem;
	text-align: left;
}

.card ul li {
	color: #000000;
	font-size: 14px;
	letter-spacing: 1.25px;
	line-height: 19px;
	margin-bottom: 0.75rem;
	position: relative;
	-webkit-text-stroke: 0.25px;
}

.card ul li:before {
	content: "\f005"; /* FontAwesome Unicode */
	color: #E1A303;
	display: inline-block;
	font-family: FontAwesome;
	margin-left: calc( var( --icon-space ) * -1 );
	position: absolute;
	top: 0.1rem;
	width: var(--icon-space);
}

/** Diferenciais **************************************************************/

.diferenciais {
	margin-bottom: var( --section-spacing );
	text-align: center;
}

.diferenciais .card {
	background: #D9D9D9;
	padding: 0.75rem 0.5rem;
	margin-bottom: 1rem;
	width: 205px;
	height: 250px;
}

.diferenciais .card:last-child {
	margin-right: 0;
}

.diferenciais .card h4 {
	color: #345447;
	font-family: var( --home-font-family );
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 1rem;
	text-align: center;
}

/** Carousel ******************************************************************/

.carousel-navigation {
	display: none;
}

@media(max-width: 640px) {
	.carousel-container {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}

	.carousel-wrapper {
		display: flex;
		width: 100%;
		height: 100%;
		padding: 0 2rem;
	}

	.carousel-slide {
		flex-shrink: 0;
		width: 100%;
		height: 100%;
	}

	.carousel-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.carousel-navigation {
		display: inline;
	}
	
	.carousel-navigation a {
		color: #adbab5;
	}
	
	.carousel-navigation a:hover,
	.carousel-navigation a:active {
		color: #345447;
	}

	.prev, .next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
		cursor: pointer;
		font-size: 30px;
		color: white;
	}

	.prev {
		left: 10px;
	}

	.next {
		right: 10px;
	}
}

@media ( max-width: 1000px ) {
	.diferenciais .card {
		margin: 0 0.75rem 1rem;
	}
}

/** Planos ********************************************************************/

.planos {
	margin-bottom: var( --section-spacing );
	text-align: center;
}

.planos-cards {
	margin-bottom: var( --section-spacing );
}

.planos .card {
	background: #D9D9D9;
	font-family: var( --home-font-family );
	margin-bottom: 1rem;
	padding: 0 0 0.75rem;
	position: relative;
	width: 358px;
}

.planos .card-has-footer {
	padding-bottom: 9.5rem;
}

.planos .card:last-child {
	margin-right: 25px;
}

.planos .card h4 {
	--planos-card-h4-color: #333; /* Define a cor padrão */
	background: var( --planos-card-h4-color );
	color: #FFF;
	font-family: var( --home-font-family );
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	padding: 0.75rem 0.5rem;
	margin: 0;
	text-align: center;
}

.planos .card-triangle {
	margin: 0 0 2rem;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 355px solid transparent;
    border-top: 30px solid;
	border-top-color: var( --planos-card-h4-color );
    clear: both;
}

.planos .card ul {
	margin-left: 2.2rem;
	margin-right: 1rem;
	--icon-space: 1.5rem;
}

.planos .card ul li {
	font-size: 15px;
	-webkit-text-stroke: 0.25px;
}

.planos .card ul li:before {
	top: 0.5rem;
}

.planos .card ul li.single-line:before {
	top: 0.1rem;
}

.planos .card .content-footer {
	margin-bottom: 0.75rem;
}

.planos .card .content-footer .first-line {
	color: #78414B;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	-webkit-text-stroke: 0.5px;
}

.planos .card .content-footer .first-line.blue {
	color: #29306F;
}

.planos .card .content-footer .middle-line {
	color: #29306F;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	-webkit-text-stroke: 0.5px;
}

.planos .card .content-footer small {
	color: #29306F;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.planos .card .card-footer {
	position: absolute;
	background: none;
	border: none;
	bottom: 0;
	padding: 0 0 0.75rem;
	left: 0;
	width: 100%;
}

.planos .card .bottom-padding {
	height: 0.5rem;
}

.planos .card .content-button-wrapper {
	margin-bottom: 1rem;
}
.planos .card .content-button-wrapper a {
	background: #345447;
	border-radius: 5px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 0.6rem;
	width: 230px;
	text-align: center;
}

.planos .card .content-button-wrapper a:hover {
	background: #2e4b3f;
	-webkit-text-stroke: 0.5px;
}

.planos .card .card-after {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	position: absolute;
	bottom: -1.1rem;
	left: 50%;
	transform: translateX( -50% );
	padding: 0.1rem 0.5rem 0.2rem;
}

.planos .card .free-tier {
	background: #E16E03;
	width: 284px;
}

.planos .card .best-seller {
	background: #E1A303;
	width: 182px;
}

.planos .card.card-has-after {
	margin-bottom: 3rem;
}

.planos .card .spacing-2 li {
	margin-bottom: 1rem;
}

.planos .card .spacing-3 li {
	margin-bottom: 1.5rem;
}

@media ( max-width: 1000px ) {
	.planos .card {
		margin: 0 1rem 1rem;
	}
}

@media ( max-width: 850px ) {
	.planos .card {
		margin: 0 0 1rem;
		width: 70%;
	}
}

@media ( max-width: 640px ) {
	.planos {
		margin-bottom: 1.5rem;
	}
	
	.planos .card {
		width: 100%;
		margin: 0 0 1rem;
		border-radius: 0;
		border: 0;
	}
	
	.planos .card.card-has-after {
		margin-bottom: 3rem;
	}
}

/** Iniciativas ***************************************************************/

.iniciativas {
	--fill-opacity: 0.5;
	margin-bottom: 2rem;
	text-align: center;
}

.iniciativas .card {
	background: #FFF;
	border-color: transparent;
	width: 220px;
}

.iniciativas .card a {
	display: block;
	padding: 0 0 0.75rem;
}

.iniciativas .card .card-header {
	background: #D9D9D9;
	border: none;
	color: #345447;
	height: 82px;
}

.iniciativas .card .card-header svg {
	height: 100%;
}

.iniciativas .card .card-header svg .fil0 {
	fill: #345447;
	fill-opacity: var( --fill-opacity );
}

.iniciativas .card .card-header svg .fil1 {
	fill: #999999;
	fill-opacity: var( --fill-opacity );
}

.iniciativas .card .card-header svg .fil2 {
	fill: #999999;
	fill-opacity: var( --fill-opacity );
}

.iniciativas .card:hover .card-header svg .fil0,
.iniciativas .card:hover .card-header svg .fil1,
.iniciativas .card:hover .card-header svg .fil2 {
	fill-opacity: 1;
}

.iniciativas .card .card-content {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	padding: 0.5rem;
}

.iniciativas .card a .card-content {
	color: #000;
	opacity: 0.9;
}

.iniciativas .card a:hover .card-content {
	color: #800;
}

.iniciativas .card:hover a .card-content {
	opacity: 1;
}

@media ( max-width: 1000px ) {
	.iniciativas .card {
		margin: 0 0.75rem 0.25rem;
	}
}

@media ( max-width: 640px ) {
	.iniciativas .card {
		width: 100%;
		margin: 0 0 0.5rem;
		border-radius: 0;
		border: 0;
	}
	
	.iniciativas .card .card-header {
		height: 120px;
	}
}

/** Publicações ***************************************************************/

.publicacoes {
	margin-bottom: 3rem;
	text-align: center;
}

.publicacoes .card {
	background: #FFF;
	border-color: transparent;
	width: 358px;
}

.publicacoes .card .card-header {
	border: none;
	padding: 0;
	opacity: 0.9;
	overflow: hidden;
	height: 220px;
	width: 100%;
}

.publicacoes .card:hover .card-header {
	opacity: 1;
}

.publicacoes .card .card-header img {
    width: 100%;    /* Faz a imagem preencher o contêiner em largura */
    height: 100%;   /* Faz a imagem preencher o contêiner em altura */
    object-fit: cover; /* Redimensiona a imagem para cobrir completamente o contêiner */
    object-position: center; /* Centraliza a imagem dentro do contêiner */
}

.publicacoes .card .card-content {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	padding: 0.75rem 0.75rem;
}

@media ( max-width: 1000px )
{
	.publicacoes .card {
		margin: 0 0.5rem 0.5rem;
		width: 70%;
	}

	.publicacoes .card .card-header {
		height: auto;
	}
}

@media ( max-width: 640px )
{
	.publicacoes .card {
		width: 100%;
		margin: 0 0 0.5rem;
		border-radius: 0;
		border: 0;
	}
}

/** Newsletter ****************************************************************/

.newsletter_subscribe {
	margin-bottom: 4rem;
}

.newsletter_subscribe form {
	text-align: center;
}

.newsletter_subscribe form .input.email,
.newsletter_subscribe form .submit {
	display: inline-block;
	height: 50px;
}

.newsletter_subscribe form input[type="email"] {
	background: #D9D9D9;
	border: none;
	border-radius: 0;
	height: 50px;
	width: 380px;
	max-width: 100%;
}

.newsletter_subscribe form input[type="email"]::placeholder {
	color: #345447;
	font-family: var( --home-font-family );
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	opacity: 0.8;
	text-align: left;
}

.newsletter_subscribe form input[type="submit"] {
	padding: 0.5rem 2rem;
	height: 50px;
	background: #345447;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border: 0;
	color: #FFFFFF;
	font-family: var( --home-font-family );
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
}

.newsletter_subscribe form input[type="submit"]:hover {
	-webkit-text-stroke: 0.5px;
	background: #2e4b3f;
}

@media ( max-width: 640px ) {
	.newsletter_subscribe form .input {
		width: 320px;
		margin-bottom: 0.5rem;
		max-width: 90%;
	}
	
	.newsletter_subscribe form .input input {
		margin: 0;
	}
	
	.newsletter_subscribe form .submit {
		width: 320px;
		max-width: 90%;
	}
	
	.newsletter_subscribe form .submit input {
		width: 100%;
	}
}

/** Footer ********************************************************************/

.footer-columns {
	font-family: var( --home-font-family );
	margin-bottom: 2rem;
}

.footer-columns a {
	color: #FFF;
}

.footer-columns .column {
	float: none;
	display: inline-block;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 375px;
}

.footer-columns .description {
	color: #EEE;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
}

.footer-columns .description a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0.5rem;
	color: #EEE;
	-webkit-text-stroke: 0.5px;
}

.footer-columns .description a:hover {
	color: #FFFFFF;
	-webkit-text-stroke: 1px;
}

.footer-columns .description p {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0.75rem;
}

.footer-columns .description p > a {
	font-weight: normal;
	-webkit-text-stroke: 0;
}

.footer-columns h4 {
	font-family: var( --home-font-family );
	font-size: 16px;
	line-height: 19px;
	color: #FFF;
	margin: 0 0 1rem;
	-webkit-text-stroke: 0.5px;
}

.footer-columns .footer-social {
	max-width: 325px;
}

.footer-columns .footer-social a {
	display: inline-block;
	margin: 0 1rem 1rem 0;
	opacity: 0.9;
}

.footer-columns .footer-social a:hover {
	opacity: 1;
}

.footer-columns .footer-social a img {
	width: 66px;
	height: 66px;
}

.footer-columns .column-signature {
	padding: 0 1rem 0 2rem;
}

@media ( max-width: 1200px ) {
	.footer-columns .column {
		padding-left: 1rem;
		width: 33.33%;
	}
}

@media ( max-width: 700px ) {
	.footer-columns .column {
		padding: 0 2rem;
		margin-bottom: 2rem;
		width: 100%;
	}
	
	.footer-columns .column .image-wrapper {
		margin-bottom: 1rem;
		text-align: center;
	}
}

@media ( max-width: 400px ) {
	.footer-columns .column {
		padding: 0 1rem;
	}
}