main{
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    gap: 100px;
}

.header{
    background-color: transparent;
}


.banner{
    width: 100%;
    position: relative;
    align-items: center;
}
.banner-slider{
    width: 100%;
}
.banner-slider .banner-slide{
    width: 100%;
    position: relative;
}
.banner-slider .banner-slide::after{
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-slider .banner-slide picture,
.banner-slider .banner-slide picture img{
    width: 100%;
    display: flex;
}
.banner-slider .banner-slide .absolute{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.banner-slider .banner-slide .absolute .container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.banner-slider .banner-slide .absolute .container .texto{
    max-width: 551px;
    width: 100%;
    gap: 20px;
}
.banner-slider .banner-slide .absolute .container .texto h1{
    font-size: 56px;
    font-weight: 700;
    font-family: var(--fonte-1);
    color: #F0DFC8;
}
.banner-slider .banner-slide .absolute .container .texto p{
    font-size: 20px;
    font-family: var(--fonte-3);
    color: #fff;
}
.banner-slider .banner-slide .absolute .container .texto a{
    width: fit-content;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-size: 20px;
    font-family: var(--fonte-3);
    color: #F5F5F5;
    margin-top: 20px;
}
.banner-slider .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.banner-slider .slick-dots{
    bottom: 30px;
}
.banner-slider .slick-dots li button:before{
    font-size: 60px;
    color: #eee!important;
}
.banner-slider .slick-dots li.slick-active button:before{
    color: #fff!important;
}


.sobre-vitare{
    padding-bottom: 0;
}


.depoimentos{
    width: 100%;
    flex-direction: column;
    gap: 50px;
}
.depoimentos .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.depoimentos .arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background-color: #E2C093;
}
.depoimentos .depoimentos-slider{
    max-width: 642px;
    width: 100%;
    margin: 0 auto;
}
.depoimentos .depoimentos-slider .box{
    width: 98%;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1E3559;
}
.depoimentos .depoimentos-slider .box p{
    font-size: 20px;
    font-family: var(--fonte-3);
    color: var(--cor-1);
}
.depoimentos .depoimentos-slider .box .user{
    max-width: 100%;
    display: flex;
    gap: 10px;
    margin-top: auto;
}
.depoimentos .depoimentos-slider .box .user img{
    width: 44px;
    height: 44px;
    border-radius: 5px;
    display: flex;
}
.depoimentos .depoimentos-slider .box .user div{
    gap: 5px;
}
.depoimentos .depoimentos-slider .box .user div span:nth-child(1){
    font-size: 16px;
    font-weight: 700;
    font-family: var(--fonte-1);
    color: #9F6C5D;
}
.depoimentos .depoimentos-slider .box .user div span:nth-child(2){
    font-size: 14px;
    font-family: var(--fonte-3);
    color: var(--cor-1);
}
.depoimentos .depoimentos-slider .box .user div span:nth-child(2) i{
    color: #9F6C5D;
    font-size: 14px;
}
.depoimentos-slider .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.depoimentos-slider .slick-dots{
    position: relative;
}
.depoimentos-slider .slick-dots li button:before{
    font-size: 40px;
    color: #000!important;
}
.depoimentos-slider .slick-dots li.slick-active button:before{
    color: #9F6C5D!important;
}
.depoimentos .btn {
    width: 100%;
    padding: 0 5%;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: center;
}
.depoimentos .btn p{
    font-size: 26px;
    font-weight: 700;
    color: var(--cor-3);
}
.depoimentos .btn-zap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 450px;
    width: 100%;
    min-height: 80px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #9F6C5D;
    font-size: 32px;
    font-weight: 800;
    color: #80574B;
}


.blog{
    width: 100%;
}
.blog .container{
    gap: 50px;
}
.blog .titulo{
    width: 100%;
    justify-content: center;
    text-align: center;
}
.blog .titulo h2,
.blog .titulo h2 span{
    font-size: 56px;
    font-weight: 800;
}
.blog .titulo h2{
    color: var(--cor-3);
}
.blog .titulo span{
    color: var(--cor-2);
}
.blog .conteudo-blog{
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    gap: 75px 30px;
}
.blog .conteudo-blog .box{
    max-width: 300px;
    width: 100%;
    position: relative;
    gap: 20px;
}
.blog .conteudo-blog .box .img{
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}
.blog .conteudo-blog .box .img img{
    width: 100%;
    height: 239px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .4s;
}
.blog .conteudo-blog .box:hover .img img{
    transform: scale(1.15);
    transition: transform .4s;
}
.blog .conteudo-blog .box .texto{
    width: 100%;
    gap: 20px;
}
.blog .conteudo-blog .box .texto span{
    width: fit-content;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #F0DFC8;
    font-size: 14px;
    font-weight: 700;
    color: #3D3D3D;
}
.blog .conteudo-blog .box .texto h3{
    font-size: 24px;
    color: var(--primaria);
    font-weight: 600;
    font-family: var(--fonte-1);
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}
.blog .conteudo-blog .box .texto p{
    font-size: 16px;
    color: #3D3D3D;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    margin-bottom: 50px;
}
.blog .conteudo-blog .box .texto a{
    color: #9F6C5D;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
}


.formulario{
    width: 100%;
}
.formulario .container{
    display: flex;
    box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.04);
}
.formulario .img{
    max-width: 656px;
    width: 100%;
    position: relative;
}
.formulario .img img{
    width: 100%;
    object-fit: cover;
}
.formulario form{
    max-width: 656px;
    width: 100%;
    gap: 30px;
    margin-top: 47px;
    padding: 60px;
    justify-content: center;
}
.formulario form h2,
.formulario form h2 span{
    font-size: 48px;
    font-weight: 800;
}
.formulario form h2{
    color: var(--cor-2);
}
.formulario form h2 span{
    color: var(--cor-3);
}
.formulario form .inputs{
    width: 100%;
    gap: 20px;
}
.formulario form .inputs input{
    max-width: calc(100% - 50% - 10px);
    width: 100%;
    height: 40px;
    border-radius: 5px;
    color: #999999;
    font-size: 14px;
    font-family: var(--fonte-3);
    padding: 0 10px;
    border: 1px solid #63554B;
    background-color: transparent;
}
.formulario form .inputs textarea{
    width: 100%;
    height: 180px;
    color: #999999;
    border-radius: 5px;
    font-size: 14px;
    font-family: var(--fonte-3);
    padding: 10px;
    border: 1px solid #63554B;
    background-color: transparent;
}
.formulario form .inputs input::placeholder,
.formulario form .inputs textarea::placeholder{
    color: #999999;
    font-size: 14px;
    font-family: var(--fonte-3);
}
.formulario form .bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 10px;
}
.formulario form .bottom p{
    padding: 5px 10px 5px 32px;
    background-color: #EDEDED;
    color: var(--cor-1);
    background-image: url(../imagens/home/safe.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    font-size: 14px;
    color: var(--cor-1);
    font-family: var(--fonte-3);
}
.formulario form .bottom .btn-enviar{
	max-width: 149px;
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #AD8072;
	border-radius: 5px;
}
.formulario form .bottom .btn-enviar img{
	width: 44px;
	height: 44px;
	display: flex;
}
.formulario form .bottom .btn-enviar span{
	max-width: calc(100% - 44px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #80574B;
	font-size: 20px;
}


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

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

@media screen and (max-width: 1366px){
    .formulario form{
        padding: 40px;
    }

    .blog .conteudo-blog{
        gap:50px 30px;
    }
}

@media screen and (max-width: 1280px){
    .banner-slider .banner-slide picture img{
        object-fit: cover;
        height: 600px;
    }

    .blog .conteudo-blog{
        gap: 30px;
    }

    .formulario form{
        padding: 30px;
    }
    
}

@media screen and (max-width: 1100px){
    .blog .conteudo-blog{
        flex-wrap: wrap;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .depoimentos .container{
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px 15px;
    }
    .depoimentos .depoimentos-slider{
        max-width: 100%;
        order: 0;
    }
    .depoimentos .prev-depo{
        order: 1;
    }
    .depoimentos .next-depo{
        order: 2;
    }

    .formulario .container{
        flex-direction: column;
    }
    .formulario .img{
        display: none;
    }
    .formulario form{
        max-width: 100%;
    }
}

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

@media screen and (max-width: 600px){
    .banner-slider .banner-slide picture img{
        object-fit: cover;
        height: fit-content;
    }

    .formulario form .inputs input{
        max-width: 100%;
    }
    .formulario form .bottom{
        flex-direction: column;
    }

    .sobre-vitare .texto h2, .sobre-vitare .texto h2 span,
    .blog .titulo h2, .blog .titulo h2 span{
        font-size: 40px;
        text-align: center;
    }
}

@media screen and (max-width: 480px){
    .banner-slider .banner-slide .absolute .container .texto h1{
        font-size: 8vw;
    }
    .banner-slider .banner-slide .absolute .container .texto p,
    .banner-slider .banner-slide .absolute .container .texto p strong{
        font-size: 5vw;
    }
    .banner-slider .banner-slide .absolute .container .texto a{
        width: 100%;
        font-size: 16px;
        padding: 5px 10px;
        text-align: center;
    }
}

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

}