.panel-title{
    padding-right: 30px;
}

@media screen and (max-width:1285px){
    .ajusteTamanhoTitulo{
        margin-top: 0px !important;
    }
}
@media screen and (max-width:1170px){
    .slidefull{
        height: 330px !important;
    }
}

@media screen and (max-width:500px){
    .ajusteTamanhoTitulo{
        margin-top: 80px !important;
    }
    .ajusteMaiorTitulo{
        margin-top: 180px !important;
    }
}

@media screen and (max-width:445px){
    .ajusteTamanhoTitulo{
        margin-top: 40px !important;
    }
    #call-to-action3 h2{
        font-size: 32px;
    }
    
}

@media screen and (max-width:425px){
    .ajusteMaiorTitulo{
        margin-top: 140px !important;
    }
}

@media screen and (max-width:395px){
    .ajusteTamanhoTitulo{
        margin-top: 15px !important;
    }
    #call-to-action3 h2{
        font-size: 26px;
    }
}

@media screen and (max-width:365px){
    .ajusteMaiorTitulo{
        margin-top: 100px !important;
    }
}

