#conteudo-fundo{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: calc(175px);
    z-index: -1;
}

 .titulo-sem-pad .titulo{
    padding: 0 !important;
 }

#conteudo-fundo:after{
content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: -1;
}
.txtsobre{
        width: 40%;
    float: right;
    margin-right: 30%;
    position: relative;
    margin-top: 8%;
    right: 0;
     margin-bottom: 100px;
}
.msg-sobre{
        font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
       color: #797979;
}
.texto-cl2{
    height: 100%;
    position: relative;
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-top: 4%;
}
.h4sobre-tipo2{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    
}
.site-conteudo{
}
.social-itens {
   position: relative;
    bottom: 0;
    right: 0;
    font-size: 20px;
}
.social-itens a {
    text-decoration: none;
     color: #797979;
         margin-right: 12px;
}
.seta-tit{
width: 20px;
height: 2px;
background-color: #000;
border-radius: 50%;
}
.setadir{
    position: relative;
    left: 150px;
    top: 42px;
}
.setaesq{
    position: relative;
    right: 150px;
    bottom: 50px;
}
@media only screen and (max-width : 1024px) {
    .txtsobre{
        width: 60%;
        margin-right: 20%;
        position: relative;
        top: 20%;
         margin-bottom: 100px;

    }
}

@media only screen and (max-width : 800px) {
    .txtsobre {
     width: 80%;
    margin-right: 10%;
    position: relative;
    margin-top: 5%;
    }
}

@media only screen and (max-width : 600px) {
    .txtsobre{
    width: 80%;
    float: right;
    margin-right: 10%;
    position: relative;
    }
}

@media only screen and (max-width : 480px) {
       .txtsobre {
    width: 100%;
    float: right;
    margin-right: 0%;
    position: relative;
    margin-bottom: 100px;
    }
    .setadir {
    position: relative;
    left: 120px;
    top: 34px;
    }
    .setaesq {
    position: relative;
    right: 130px;
    bottom: 40px;
}
    .h4sobre-tipo2{
    font-size: 20px;
    }
    .msg-sobre{
        font-size: 12px;
    }
    .social-itens{
        font-size: 15px;
    }
}
}

@media only screen and (max-width : 320px) {
    .txtsobre {
    width: 100%;
    float: right;
    margin-right: 0%;
    position: relative;
    margin-bottom: 100px;
    }
    .setadir {
    position: relative;
    left: 120px;
    top: 34px;
    }
    .setaesq {
    position: relative;
    right: 130px;
    bottom: 40px;
}
    .h4sobre-tipo2{
    font-size: 20px;
    }
    .msg-sobre{
        font-size: 12px;
    }
    .social-itens{
        font-size: 15px;
    }
}