.b-banner {
    width: 100%;
    position: relative;
    background-image: url("../imagens/contato/banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}
.b-dv-bn {
    width: 85%;
    height: 100%;
    margin: 0 7.5%;
}
.b-bn-text {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding-top: 15%;
}
.b-bn-text h2 {
    font-size: 4vw;
    color: #fff;
    margin-bottom: 40px;
}
.b-bn-text p {
    color: var(--color1);
    font-size: 1vw;
}
.b-bn-img {
    width: 40%;
    margin-left: auto;
    position: relative;
    border-radius: 5px;
}
.b-bn-img img {
    width: 100%;
    top: 35%;
    position: absolute;
}



.conteudo{
	width: 100%;
	padding: 150px 0 100px;
}
.conteudo .conteudo-content{
	width: 80%;
	margin: auto;
	gap: 30px;
}
.conteudo .conteudo-content .texto p{
	color: var(--color6);
}
.conteudo .conteudo-content .texto{
	font-size: 18px;
    line-height: 1.8;
    width: 100%;
	color: var(--color6);
	list-style-position: inside;
}

/* 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) {
}

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

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

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

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

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

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