﻿body { 
}
.ajusta {padding: 0 0 0px!important; 
         margin-top: 16px!important;        
}
.containerTextos
{
    padding-top: 60px;
    position: static;
    width: 830px;
}
.containerImgRelatorioSalarialTelaMagica {
    background-image: url("/img/RelatorioSalarialMercadoTelaMagica/imgRelatorioSalarial.jpg");
    background-repeat: no-repeat;
    height: 356px;
    padding-right: 60px;
}
.containerBotao{
    margin-top: 30px; margin-right: -10px;
    text-align: right;
}
.containerTextoQuemMeViu {
    font-family: 'Open Sans Condensed', sans-serif!important;
    font-size: 49px;
    font-weight: bold;
    margin-top: 40px;
    text-align: right;
}
.containerTextoSejaCliente{
    color: #666;
    display: block;
    font-family: arial!important;
    font-size: 16px;
    font-weight: bold;
    width: 290px;
    margin-left: auto; margin-right: 0px; margin-top: 13px;
    text-align: right;
}
.enfatizaTexto {
    color: #f56e23;
}

@media screen and (max-width: 992px) {
    .containerImgRelatorioSalarialTelaMagica {
        padding: 0;
        position: relative;
    }
    .containerTextos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 356px;
        background-color: rgba(0, 0, 0, 0.7);
    }
        .containerTextos h1 {
            color: #fff;
        }
        .containerTextos p {
            color: #fff;
        }
    .containerTextoSejaCliente {
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width: 599px) {
    footer.barra_rodape #rodapeVagas_logo {
        padding-bottom: 20px !important;
    }
}
