@import url('../partials/navbar.css');
@import url('../partials/home-lgpd.css');
@import url('../partials/features-list.css');
@import url('../paginas/fale-com-um-consultor.css');

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}


#a-plataforma {
    padding: 10px 20px;
}

.fundo-plataforma {
    background: url(/img/banner-plataforma.jpg) center -45px no-repeat;
}

#lista-blocos-plataforma {
    padding: 30px 20px;
}

.box-canais-plataforma {
    background-color: #fafafa;
    padding: 30px 40px;
    border1px solid #f2f2f2;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.box-spacamento {
    margin: 20px 0px;
}

.texto-box-canais-plataforma {
    color: #485b75;
    padding: 40px 0px 0px 0px;
    font-size: 37px;
    line-height: 40px;
    font-weight: 100;
}

    .texto-box-canais-plataforma span {
        color: #707d0c;
        font-weight: bold;
    }

.subtexto-box-canais-plataforma {
    font-size: 20px;
    line-height: 25px;
    padding: 20px 0px;
}

.saiba-mais-canais-plataforma {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    padding: 15px 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #707d0c;
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    float: right;
    margin-right: 50px;
}

    .saiba-mais-canais-plataforma:hover {
        color: #ffffff;
        background-color: #839215;
        -webkit-box-shadow: 2px 7px 7px 0px rgba(50, 50, 50, 0.47);
        -moz-box-shadow: 2px 7px 7px 0px rgba(50, 50, 50, 0.47);
        box-shadow: 2px 7px 7px 0px rgba(50, 50, 50, 0.47);
        -moz-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        margin-top: 18px;
    }




/*==============================================*/
/*==========  @Medias em resoluções  ===========*/
/*==============================================*/
@media all and (max-width:1300px) {
}

@media all and (max-width:1200px) {
}

@media all and (max-width:1100px) {
    .saiba-mais-canais-plataforma {
        margin-right: 0px;
    }
}

@media all and (max-width:960px) {

    .fundo-plataforma {
        background: url(/img/banner-plataforma.jpg) center -75px no-repeat;
    }

    .texto-box-canais-plataforma {
        color: #485b75;
        padding: 40px 0px 0px 0px;
        font-size: 30px;
        line-height: 30px;
    }

    .subtexto-box-canais-plataforma {
        font-size: 18px;
        line-height: 23px;
        padding: 15px 0px;
    }

    .img-simplifica-centralizar {
        text-align: center;
    }
}

@media all and (max-width:800px) {
}

@media all and (max-width:720px) {
}

@media all and (max-width:600px) {
}

@media all and (max-width:560px) {
}

@media all and (max-width:480px) {
    .fundo-plataforma {
        background: url(/img/banner-plataforma.jpg) -390px 20px no-repeat;
        background-size: 180%;
        
    }

    .saiba-mais-canais-plataforma {
        float: none;
    }

    .box-canais-plataforma {
        padding: 30px 20px;
    }
}

@media all and (max-width:400px) {
    .fundo-plataforma {
        background: url(/img/banner-plataforma.jpg) -325px 60px no-repeat;
        background-size: 180%;
    }
}

@media all and (max-width:380px) {
    .fundo-plataforma {
        background: url(/img/banner-plataforma.jpg) -300px 50px no-repeat;
        background-size: 180%;
    }

    .texto-box-canais-plataforma {
        color: #485b75;
        padding: 30px 0px 0px 0px;
        font-size: 25px;
        line-height: 27px;
    }

    .subtexto-box-canais-plataforma {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0px;
    }
}

@media all and (max-width:360px) {
    .fundo-plataforma {
        background: url(/img/banner-plataforma.jpg) -290px 60px no-repeat;
        background-size: 180%;
    }
}

@media all and (max-width:330px) {
}

@media all and (max-width:320px) {
    .fundo-plataforma {
        background: url(/img/banner-plataforma.jpg) -250px 65px no-repeat;
        background-size: 180%;
    }
}
