* {
  scroll-behavior: smooth;
}
.banner{
    width: 100%;
    position: relative;
    align-items: center;
}
.banner .arrow{
	position: absolute;
	z-index: 10;
}
.banner .arrow.bn-prev{
	left: 20px;
}
.banner .arrow.bn-next{
	right: 20px;
}
.banner .arrow i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	color: #fff;
	background-color: var(--titulo);
	font-size: 25px;
	border-radius: 50%;
}
.banner-slider{
    width: 100%;
}
.banner-slider .banner-slide{
    width: 100%;
    position: relative;
}
.banner-slider .banner-slide picture,
.banner-slider .banner-slide picture img{
    width: 100%;
    height: fit-content;
    display: flex;
    object-fit: contain;
}
.banner-slider .banner-slide .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.banner-slider .banner-slide .absolute-container .container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.banner-slider .banner-slide .absolute-container .container .texto{
    max-width: 570px;
    width: 100%;
    gap: 10px;
}
.banner-slider .banner-slide .absolute-container .container .texto h2{
    font-size: 72px;
}
.banner-slider .banner-slide .absolute-container .container .texto p{
    color: var(--sub-t);
    font-size: 24px;
}
.banner-slider .banner-slide .botao{
    margin: -33px auto 0;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.banner-slider .banner-slide .botao .btn-explorar{
    max-width: 254px;
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: var(--cor-1);
    font-size: 24px;
    font-weight: 800;
    justify-content: space-between;
    padding: 0 20px;
    transition: ease .3s;
}
.banner-slider .banner-slide .botao .btn-explorar i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
}
.banner-slider .banner-slide .botao .btn-explorar:hover{
    background-color: var(--hover-1);
    transition: ease .3s;
}
.banner-slider.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.banner-slider .slick-dots{
    bottom: 30px;
}
.banner-slider .slick-dots li button:before{
    font-size: 14px;
    color: #ddd!important;
}
.banner-slider .slick-dots li.slick-active button:before{
    color: #000!important;
}


.diferenciais{
    width: 100%;
    padding-top: 100px;
}
.diferenciais .container{
    gap: 50px;
}
.diferenciais .titulo{
    margin: auto;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.diferenciais .conteudo{
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.diferenciais .conteudo .img{
    max-width: calc(100% - 800px);
    width: 100%;
    justify-content: center;
    align-items: center;
}
.diferenciais .conteudo .img img{
    max-width: 674px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.diferenciais .conteudo .texto1,
.diferenciais .conteudo .texto2{
    max-width: 350px;
    width: 100%;
    gap: 50px;
}
.diferenciais .conteudo .texto1 .txt,
.diferenciais .conteudo .texto2 .txt{
    width: 100%;
    gap: 10px;
    align-items: flex-start;
}
.diferenciais .conteudo .texto1 .txt img,
.diferenciais .conteudo .texto2 .txt img{
    filter: brightness(0) saturate(100%) invert(14%) sepia(50%) saturate(4019%) hue-rotate(204deg) brightness(89%) contrast(94%);
}
.bg-abelha {
    width: 32px; height: 32px;
    background: url('../imagens/segmento/sprite.png') -10px -10px;
}
.bg-folhaD {
    width: 32px; height: 32px;
    background: url('../imagens/segmento/sprite.png') -62px -10px;
}
.bg-livro {
    width: 32px; height: 32px;
    background: url('../imagens/segmento/sprite.png') -10px -62px;
}
.bg-favo {
    width: 32px; height: 32px;
    background: url('../imagens/segmento/sprite.png') -62px -62px;
}
.diferenciais .conteudo .texto1 .txt h4,
.diferenciais .conteudo .texto2 .txt h4{
    font-size: 28px;
}
.diferenciais .conteudo .texto1 .txt p,
.diferenciais .conteudo .texto2 .txt p{
    font-size: 24px;
    color: var(--sub-t);
}


.conteudo-1{
    width: 100%;
    padding: 150px 0 100px;
    gap: 100px;
    background-image:  url('../imagens/segmento/bg2.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
}
/* PRODUTOS */
.conteudo-1 .produtos{
    width: 100%;
}
.conteudo-1 .produtos .container{
    gap: 50px;
}
.conteudo-1 .produtos .titulo{
    margin: auto;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.conteudo-1 .produtos .produtos-div{
    width: 100%;
    position: relative;
    gap: 100px;
}
.conteudo-1 .produtos .produtos-div .filtro-slider{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.conteudo-1 .produtos .produtos-div .filtro-slider .slick-track{
    display: flex;
    gap: 20px;
}
.conteudo-1 .produtos .produtos-div .filtro-slider a{
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 24px;
    background-color: #eee;
    transition: ease .3s;
}
.conteudo-1 .produtos .produtos-div .filtro-slider a:hover,
.conteudo-1 .produtos .produtos-div .filtro-slider .slick-current a{
    background-color: var(--cor-4);
    color: #fff;
    font-weight: 700;
    transition: ease .3s;
}
.conteudo-1 .produtos .produtos-div .filtrado-slider{
    width: 100%;
}
.conteudo-1 .produtos .produtos-div .dektop{
    display: flex;
    gap: 25px;
}
.conteudo-1 .produtos .produtos-div .mobile i,
.conteudo-1 .produtos .produtos-div .desktop i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #E7E7E7;
    color: var(--titulo);
    transition: ease .3s;
}
.conteudo-1 .produtos .produtos-div .mobile i:hover,
.conteudo-1 .produtos .produtos-div .desktop i:hover{
    background-color: var(--titulo);
    color: #E7E7E7;
    transition: ease .3s;
}
.conteudo-1 .produtos .produtos-div .produtos-slider{
    width: 100%;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box{
    width: 98%;
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 50px;
    row-gap: 50px;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .img img{
    max-width: 70%;
    height: fit-content;
    object-fit: contain;
    padding-top: 50px;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto{
    width: 100%;
    align-content: baseline;
    gap: 10px;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .topo{
	width: 100%;
    gap: 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .topo span{
    font-size: 20px;
    color: var(--sub-t);
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .topo .desktop{
	display: flex;
	gap: 15px;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .descricao{
    width: 100%;
    gap: 10px;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .descricao p{
    font-size: 24px;
    color: var(--sub-t);
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .descricao .avaliacoes{
    display: flex;
    align-items: center;
    gap: 20px;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .descricao .avaliacoes .stars{
    display: flex;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .descricao .avaliacoes a{
    font-size: 24px;
    font-weight: 600;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .volume{
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .volume span{
    width: 100%;
    color: var(--sub-t);
    font-size: 24px;
    font-weight: 600;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .volume button{
    min-height: 66px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #C2C8D0;
    border-radius: 5px;
    font-size: 24px;
    transition: ease .3s;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .volume button:hover,
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .volume button.select{
    border: 2px solid var(--cor-2);
    color: var(--cor-2);
    font-weight: 700;
    transition: ease .3s;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .botoes{
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .botoes a{
    border: 2px solid var(--cor-2);
    color: var(--cor-2);
    border-radius: 5px;
    max-width: 260px;
    width: 100%;
    transition: ease .3s;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .botoes button{
    border: 2px solid var(--cor-2);
    color: #fff;
    background-color: var(--cor-2);
    border-radius: 5px;
    max-width: 260px;
    width: 100%;
    transition: ease .3s;
}
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .botoes a:hover,
.conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .botoes button:hover{
    border: 2px solid var(--cor-1);
    color: var(--titulo);
    background-color: var(--cor-1);
    transition: ease .3s;
}


.segmentos{
	width: 100%;
	padding-top: 100px;
}
.segmentos .container{
	gap: 50px;
}
.segmentos .titulo{
	display: flex;
	align-items: center;
	width: 100%;
	gap: 30px;
	justify-content: space-between;
}
.segmentos .titulo h2{
	max-width: 500px;
	width: 100%;
}
.segmentos .titulo p{
	max-width: 750px;
	width: 100%;
	color: var(--sub-t);
	font-size: 24px;
}
.segmentos .content{
	max-width: 1300px;
	width: 100%;
	margin: auto;
	gap: 30px;
}
.segmentos .content .box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 50px 30px;
}
.segmentos .content .box:nth-child(2n + 2) .img{
	order: 1;
}
.segmentos .content .box:nth-child(2n + 2) .texto{
	order: 0;
}
.segmentos .content .box .img{
	max-width: 600px;
	width: 100%;
	order: 0;
}
.segmentos .content .box .img img{
	width: 100%;
    height: fit-content;
    object-fit: contain;
	border-radius: 5px;
}
.segmentos .content .box .texto{
	max-width: 600px;
	width: 100%;
	gap: 20px;
	order: 1;
	align-self: center;
}
.segmentos .content .box .texto p{
	color: var(--sub-t);
	font-size: 24px;
}
.segmentos .content .box .texto .link{
	background-color: var(--cor-1);
	border: 2px solid var(--cor-1);
	border-radius: 5px;
	transition: ease .3s;
}
.segmentos .content .box .texto .link:hover{
	background-color: var(--hover-1);
	border: 2px solid var(--hover-1);
	transition: ease .3s;
}


.resultados{
	width: 100%;
	padding-top: 100px;
}
.resultados .container{
	display: flex;
	gap: 50px 30px;
	justify-content: space-between;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 49%, rgba(250, 250, 250, 1) 76%);
	padding: 50px 100px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.resultados .container .texto{
	width: 750px;
	gap: 20px;
	align-self: center;
}
.resultados .container .texto p{
	color: var(--sub-t);
	font-size: 24px;
}
.resultados .container .texto .link{
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 5px;
	transition: ease .3s;
}
.resultados .container .texto .link:hover{
	background-color: var(--hover-1);
	border: 2px solid var(--hover-1);
	transition: ease .3s;
}
.resultados .container .numeros{
	max-width: 560px;
	width: 100%;
	justify-content: center;
	gap: 40px;
}
.resultados .container .numeros .box{
	width: 260px;
	height: 300px;
	background-color: var(--cor-1);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.resultados .container .numeros .box:nth-child(3){
	margin-top: -80px;
}


.certificacoes{
	width: 100%;
	padding: 100px 0 50px;
	background: linear-gradient(
        to bottom,
        var(--cor-2) 0%,
        var(--cor-2) 570px,
        var(--bg1) 570px,
        var(--bg1) 100%
      );
}
.certificacoes .container{
	gap: 100px;
}
.certificacoes .titulo{
	display: flex;
	align-items: center;
	width: 100%;
	gap: 30px;
	justify-content: space-between;
}
.certificacoes .titulo h2{
	max-width: 500px;
	width: 100%;
}
.certificacoes .titulo p{
	max-width: 860px;
	width: 100%;
	color: #eee;
	font-size: 24px;
}
.certificacoes .certificado-slider{
	width: 100%;
}
.certificacoes .certificado-slider .slick-slide{
	min-height: 400px;
}
.certificacoes .certificado-slider .box{
	width: 93%;
	height: 100%;
	margin: auto;
	background-color: #fff;
	padding: 50px 30px;
	border-radius: 5px;
	gap: 20px;
	border: 1px solid #eee;
}
.certificacoes .certificado-slider .box img{
	max-width: 70%;
	height: fit-content;
	margin: 0 auto 50px;
}
.certificacoes .certificado-slider .box h4{
	font-weight: 800;
}
.certificacoes .certificado-slider .box p{
	font-size: 24px;
	color: var(--sub-t);
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}
.certificacoes .arrow.mobile{
    display: none;
}


.sobre{
	display: flex;
	width: 100%;
	padding-top: 100px;
	padding-right: 5%;
	gap: 50px;
}
.sobre .img{
	max-width: 1045px;
	width: 100%;
	align-items: center;
}
.sobre .img img{
	width: 100%;
	height: fit-content;
	border-radius: 5px;
}
.sobre .texto{
	max-width: 711px;
	width: 100%;
	gap: 20px;
	order: 1;
	align-self: center;
}
.sobre .texto p{
	color: var(--sub-t);
	font-size: 24px;
}
.sobre .texto .link{
	background-color: var(--cor-1);
	border: 2px solid var(--cor-1);
	border-radius: 5px;
	transition: ease .3s;
}
.sobre .texto .link:hover{
	background-color: var(--hover-1);
	border: 2px solid var(--hover-1);
	transition: ease .3s;
}


.estrutura{
	width: 100%;
	padding-top: 100px;
}
.estrutura .content{
	max-width: 1400px;
	width: 100%;
	margin: auto;
	display: flex;
	gap: 50px 30px;
	justify-content: space-between;
}
.estrutura .content .texto{
	max-width: 700px;
	width: 100%;
	gap: 20px;
	align-self: center;
}
.estrutura .content .texto p{
	color: var(--sub-t);
	font-size: 24px;
}
.estrutura .content .texto .link{
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 5px;
	transition: ease .3s;
}
.estrutura .content .texto .link:hover{
	background-color: var(--hover-1);
	border: 2px solid var(--hover-1);
	transition: ease .3s;
}
.estrutura .content .img{
	max-width: 600px;
	width: 100%;
}
.estrutura .content .img img{
	width: 100%;
    height: auto;
	border-radius: 5px;
	object-fit: contain;
}


.blog-conteudo{
	width: 100%;
	padding-top: 100px;
}
.blog-conteudo .container{
	gap: 75px;
}
.blog-conteudo .titulo{
	width: 100%;
	gap: 30px;
	justify-content: space-between;
	align-items: flex-end;
}
.blog-conteudo .titulo .txt{
	max-width: 532px;
	width: 100%;
	gap: 10px;
}
.blog-conteudo .titulo .link{
	border: 2px solid var(--cor-1);
	background-color: var(--cor-1);
	border-radius: 5px;
	transition: ease .3s;
}
.blog-conteudo .titulo .link:hover{
	border: 2px solid var(--hover-1);
	background-color: var(--hover-1);
	transition: ease .3s;
}
.blog-conteudo .blog-div{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-items: stretch;
	align-items: stretch;
	column-gap: 30px;
	row-gap: 30px;
}
.blog-conteudo .box{
    max-width: 406px;
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    position: relative;
    align-content: flex-start; 
    border-radius: 10px;
	background-color: #fff;
	-webkit-transition: ease .3s;
	   -moz-transition: ease .3s;
	    -ms-transition: ease .3s;
	     -o-transition: ease .3s;
	        transition: ease .3s;
}
.blog-conteudo .box .img,
.blog-conteudo .box .img a,
.blog-conteudo .box .img img{
    width: 100%;
    height: 307px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: transform .3s;
}
.blog-conteudo .box .img a{
	overflow: hidden;
}
.blog-conteudo .box:hover .img img{
	transform: scale(1.2);
	transition: transform .3s;
}
.blog-conteudo .box .texto{
	display: flex;
    width: 100%;
    padding: 20px 20px 40px;
    gap: 30px;
}
.blog-conteudo .box .texto .txt{
	display: flex;
	gap: 15px;
}
.blog-conteudo .box .texto .txt span{
    width: fit-content;
    font-size: 20px;
    color: var(--sub-t);
}
.blog-conteudo .box .texto .txt h5{
    color: var(--titulo);
    font-size: 28px;
    overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
}
.blog-conteudo .box .texto .txt a{
	margin-top: 10px;
	padding: 5px 0;
}
.blog-conteudo .box:hover .texto .txt a{
	width: fit-content;
	background-color: var(--hover-1);
	padding: 5px 20px;
	border-radius: 5px;
	-webkit-transition: ease .3s;
	   -moz-transition: ease .3s;
	    -ms-transition: ease .3s;
	     -o-transition: ease .3s;
	        transition: ease .3s;
}


.bg-star {
    width: 32px; height: 32px;
    background: url('../imagens/sprite1.png') -343px -59px;
}
.bg-bg2 {
    width: 253px; height: 856px;
    background: url('../imagens/sprite1.png') -10px -10px;
}



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

}

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

}

@media screen and (max-width: 1366px){
	.resultados .container{
		padding: 50px;
	}

    .diferenciais .conteudo .texto1, 
    .diferenciais .conteudo .texto2{
        max-width: 300px;
    }
    .diferenciais .conteudo .img{
        max-width: calc(100% - 700px);
    }
}	

@media screen and (max-width: 1280px){
	.resultados .container{
		flex-direction: column;
		align-items: center;
		gap: 100px;
	}
	.resultados .container .texto{
		align-items: center;
		text-align: center;
	}

	.blog-conteudo .blog-div{
		grid-template-columns: 1fr 1fr;
	}

    .diferenciais .conteudo .texto1, 
    .diferenciais .conteudo .texto2{
        max-width: 275px;
    }
    .diferenciais .conteudo .img{
        max-width: calc(100% - 650px);
    }
}

@media screen and (max-width: 1100px){
    .diferenciais .conteudo .container{
        flex-direction: column;
        align-items: center;
    }
    .diferenciais .conteudo .texto1, 
    .diferenciais .conteudo .texto2{
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .diferenciais .conteudo .texto1 .txt, 
    .diferenciais .conteudo .texto2 .txt{
        max-width: 350px;
    }
    .diferenciais .conteudo .img{
        max-width: 674px;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .conteudo-1 .produtos .produtos-div .produtos-slider .box{
        display: flex;
        flex-wrap: wrap;
    }

    .segmentos .titulo{
    	flex-wrap: wrap;
    }
    .segmentos .content{
    	gap: 60px;
    }
    .segmentos .content .box{
    	flex-direction: column;
    	align-items: center;
    }
    .segmentos .content .box .texto{
    	order: 0;
    }
    .segmentos .content .box .img{
    	order: 1;
    }

    .certificacoes .titulo{
    	flex-wrap: wrap;
    }

    .sobre{
    	flex-direction: column;
    	padding-right: 0;
    }

    .estrutura .content{
    	flex-direction: column;
    	align-items: center;
    }

    .diferenciais .conteudo{
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 900px){
    .diferenciais .conteudo .texto1, 
    .diferenciais .conteudo .texto2{
        justify-content: center;
    }
}

@media screen and (max-width: 800px){
	.resultados .container{
		max-width: 100%;
		padding: 50px 5%;
	}
	.resultados .container .texto{
		width: 100%;
	}
	.resultados .container .numeros{
		gap: 20px;
	}


    .sobre .texto{
    	padding: 0 5%;
    }
}

@media screen and (max-width: 600px){
    .banner-slider .banner-slide .absolute-container .container{
        justify-content: flex-start;
    }
    .banner-slider .banner-slide .absolute-container .container .texto{
        text-align: center;
    }

    .conteudo-1 .produtos .produtos-div .filtro-slider .slick-track{
        gap: 10px;
    }
    .conteudo-1 .produtos .produtos-div .filtro-slider a{
        font-size: 5vw;
    }
    .conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .botoes{
        flex-direction: column;
    }
    .conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .botoes button,
    .conteudo-1 .produtos .produtos-div .produtos-slider .box .texto .botoes a{
        max-width: 100%;
    }

    .blog-conteudo .blog-div{
		grid-template-columns: 1fr;
	}

	.resultados .container .numeros{
		gap: 40px;
	}
	.resultados .container .numeros .box:nth-child(3){
		margin-top: 0;
	}

	.blog-conteudo .titulo,
	.blog-conteudo .titulo .txt{
		text-align: center;
		align-items: center;
		justify-content: center;
	}

    .certificacoes .container{
        gap: 50px;
    }
    .certificacoes .arrow.mobile{
        display: flex;
        gap: 20px;
        margin: 0 auto;
    }
    .certificacoes .arrow.mobile button i{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #E7E7E7;
        color: var(--titulo);
        transition: ease .3s;
    }
    .certificacoes .arrow.mobile button i:hover {
        background-color: var(--titulo);
        color: #E7E7E7;
        transition: ease .3s;
    }

    .sobre .texto .link,
    .estrutura .content .texto .link,
    .blog-conteudo .titulo .link,
    .resultados .container .texto .link,
    .segmentos .content .box .texto .link{
        max-width: 100%;
        width: 100%;
    }


}

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

}

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

}