<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
	width: 100%;
	position: relative;
}
.banner-slider{
	width: 100%;
}
.bn-slide{
	width: 100%;
	position: relative;
}
.bn-slide picture{
	width: 100%;
}
.bn-slide picture img{
	width: 100%;
	object-fit: contain;
}
.bn-slide .bn-text{
	position: absolute;
	left: 8.5%;
	width: 83%;
	height: 100%;
	z-index: 3;
	align-content: center;
}
.bn-slide .bn-text span{
	color: #fff;
	font-size: 4.85vw;
	font-weight: 700;
	line-height: 1;
}
.div-dot{
	position: absolute;
	bottom: 50px;
	width: 100px;
	left: 10%;
}
.banner-dots{
	width: 100%;
}
.dots-slide{
	width: 100%;
	margin-right: 15px;
	justify-content: center;
	cursor: pointer;
}
.banner-dots .slick-current .dots-slide .dot1{
	display: flex!important;
}
.banner-dots .slick-current .dots-slide .dot2{
	display: none;
}

/* ----- VIDEO ----- */
.video{
	width: 100%;
}
.video iframe{
	width: 100%;
	height: 62vw;
}

/* ----- CONTEUDO 1 ----- */
.conteudo1{
	width: 100%;
	padding-bottom: 10%;
	position: relative;
}
.conteudo1-bg{
	position: absolute;
	z-index: 5;
	bottom: 0;
	width: 100%;
    justify-content: center;
}
.conteudo1-bg img{
	width: 15.6%;
}
.conteudo1-img{
	width: 48%;
}
.conteudo1-img img{
	width: 100%;
}
.conteudo1-texto{
	width: 25%;
	margin: 0 auto 0 7%;
	align-content: center;
}
.conteudo1-texto h2{
	color: var(--color4);
	line-height: 1.2;
	font-weight: 700;
}
.conteudo1-texto p{
	color: var(--color6);
	margin: 20px 0;
}
.conteudo1-texto a{
	height: 40px;
	color: var(--color5);
	border: 1px solid var(--color5);
	border-radius: 30px;
	padding: 0 15px;
	display: flex;
    align-items: center;
    font-size: 16px;
}
.conteudo1-texto a:hover{
	background-color: var(--color5);
	color: #fff;
}

/* ----- CONTEUDO 2 ----- */
.conteudo2{
	width: 100%;
}
.conteudo2-content{
	width: 85%;
	margin: 0 auto;
}
.conteudo2-titulo{
	width: 100%;
	margin-bottom: 70px;
}
.conteudo2-cards{
	width: 100%;
}
.box1{
	width: 100%;
	margin-bottom: 100px;
	justify-content: space-between;
}
.box1-img{
	width: 45%;
}
.box1-img img{
	width: 100%;
}
.box1-texto{
	width: 50%;
	padding-right: 10%;
	align-content: center;
}
.box1:nth-child(2) .box1-texto{
	padding-right: 0;
	padding-left: 10%;
}
.box1-texto h3{
	color: var(--color4);
	font-weight: 600;
	margin-bottom: 20px;
	display: flex;
    align-items: center;
}
.box1-texto h3 img{
	margin-right: 10px;
}
.box1-texto p{
	color: var(--color6);
}

/* ----- CONTEUDO 3 ----- */
.conteudo3-home{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.prev1{
	position: absolute;
	left: 7.5%;
	display: flex;
	z-index: 10;
	cursor: pointer;
}
.next1{
	position: absolute;
	right: 7.5%;
	display: flex;
	z-index: 10;
	cursor: pointer;
}
.banner2-slider{
	width: 100%;
}
.cont3-slide {
	width: 100%;
}
.cont3-slide img{
	width: 100%;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
	.conteudo1-texto{
		width: 30%;
	}
}

@media screen and (max-width: 1100px){

}

/* MOBILE */
@media screen and (max-width: 950px){
	
}

@media screen and (max-width: 800px){

}

@media screen and (max-width: 580px){
	.bn-d{
		display: none;
	}
	.bn-m{
		display: flex;
	}

	.bn-slide .bn-text span{
		font-size: 15vw;
	}
	.conteudo1-bg{
		display: none;
	}
	.conteudo1-texto{
		order: 0;
		width: 90%;
		margin: 40px auto;
	}
	.conteudo1-img{
		order: 1;
		width: 100%;
	}
	.box1{
		margin-bottom: 50px;
	}
	.box1-img{
        width: 100%;
        order: 0;
    }
    .box1-texto{
        width: 90%;
        margin: 40px auto;
        padding-right: 0;
        order: 1;
    }
    .box1:nth-child(2) .box1-texto{
    	width: 90%;
        margin: 40px auto;
    	padding-left: 0;
    }
    .video iframe{
		width: 100%;
		height: 300px;
	}
	
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}</pre></body></html>