.conteudo11 .capa{
    background-position: center;
    background-size: cover
}
.conteudo11 .estiloW_detalhes {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 100%;
}
.conteudo11 .estiloW_detalhes .fonte_1 {
    padding: 0;
}
.conteudo11 .title {
    font-size: 38px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    vertical-align: middle;
}
.conteudo11 .conteudo{
    position: absolute;
    left: 50%;
    margin-top: 10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, 0%);
}
.conteudo11 .color-fixed{
    color: #fff
}
.conteudo11 .fonte_1{
    font-size: 40px;
}
.conteudo11 .font_2{
    font-size: 16px;
}
.conteudo11 .ajuste-container {
    background-size: cover;
    height: 120vh; 
    width: 100%;
}
.conteudo11 .title,
.conteudo11 .subtitle {
    text-align: left;
}

@media (max-width: 1200px) {

}
@media (max-width: 992px) {
    .conteudo11 .font_2 {
    font-size: 18px;
    }
}
@media (max-width: 768px) {
    .conteudo11 .ajuste-container {
    background-size: cover;
    height: 130vh;
    width: 100%;
    }
    .conteudo11 .conteudo {
    padding: 0 4%;
    }
    .conteudo11 .font_2 {
    font-size: 18px;
    }
    .conteudo11 .title,
    .conteudo11 .subtitle {
        text-align: center;
    }
}
@media (max-width: 576px) {
    .conteudo11 .fonte_1 {
        font-size: 30px;
        padding-top: 10%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .conteudo11 .font_2 {
        font-size: 16px;
        padding: 10% 0;
    }
    .conteudo11 .ajuste-container {
        background-size: cover;
        height: 140vh; 
        width: 100%;
    }
    .conteudo3 .conteudo-texto {
        padding: 0;
    }
    .conteudo11 .estiloW_detalhes .fonte_1 {
        padding: 0;
       /* text-align: left;*/
    }

}