﻿@import "seo-homesNew.css";

.max-w-650 {
    max-width: 650px;
}

/*
=========================================================   
    HEADER
=========================================================
*/

.navbar-brand {
    padding: 0px 0px;
}

.cadastro-controle-clientes {
    margin-top: -65px;
}



.cadastro-controle-clientes .header {
    background-image: url("../img/SEOHomes/bg-top-controle-clientes.png"), url(../img/SEOHomes/bg-logo.png), -webkit-linear-gradient(40deg, #9f33dd, #5813ba 77%);
    background-image: url("../img/SEOHomes/bg-top-controle-clientes.png"), url(../img/SEOHomes/bg-logo.png), -moz-linear-gradient(40deg, #9f33dd, #5813ba 77%);
    background-image: url("../img/SEOHomes/bg-top-controle-clientes.png"), url(../img/SEOHomes/bg-logo.png), -o-linear-gradient(40deg, #9f33dd, #5813ba 77%);
    background-image: url("../img/SEOHomes/bg-top-controle-clientes.png"), url(../img/SEOHomes/bg-logo.png), linear-gradient(40deg, #9f33dd, #5813ba 77%);
}

@media screen and (max-width: 825px) {
    .cadastro-controle-clientes .header {
        background-image: -webkit-linear-gradient(40deg, #9f33dd, #5813ba 77%);
        background-image: -moz-linear-gradient(40deg, #9f33dd, #5813ba 77%);
        background-image: -o-linear-gradient(40deg, #9f33dd, #5813ba 77%);
        background-image: linear-gradient(40deg, #9f33dd, #5813ba 77%);
    }
}

.cadastro-controle-clientes section.overlay.cadastro-clientes {
    background: url(../img/SEOHomes/bg-cadastro-clientes.png) center center #9f33dd;
    background-size: cover;
    background-attachment: fixed;
}

/*
=========================================================
    Section = NÃO PERCA VENDA
=========================================================
*/

.cadastro-controle-clientes section.venda {
    background: url(../img/SEOHomes/1162.png) center center #9f33dd;
    background-size: cover;
    background-attachment: fixed;
}


/*
=========================================================
    Section = PERGUNTA
=========================================================
*/

.cadastro-controle-clientes .pergunta .btn {
    background-color: #04aadc;
    box-shadow: 0px 5px #0083d7;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    margin-top: 40px;
}

    .cadastro-controle-clientes .pergunta .btn:hover {
        background-color: #0098db;
    }

    .cadastro-controle-clientes .pergunta .btn .t1 {
        font-size: 25px;
        font-weight: bold;
        color: #fff;
    }

    .cadastro-controle-clientes .pergunta .btn .t2 {
        font-size: 16px;
        font-weight: lighter;
        color: #fff;
    }
    .btDownloadMobile{
        display: none;
    }
    @media only screen and (max-width: 970px) {
        .btn-baixar{
            display: none !important;
        }
        .btDownloadMobile{
            display: block;
        }
    }