* {
    box-sizing: border-box;
    font-size: 17px;
}

h1,
h2 {
    color: #0293C8;
}

h3,
h4,
h5 {
    color: #0488b8 !important;
}

.card {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}


/* Barra topo */
#barra-topo {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 3px;
}

#barra-topo a {
    color: #FFF;
    text-decoration: none;
    font-size: 0.8rem;
    margin: 0 15px;
    padding: 0;
}

/* Navbar principal */
#nav-principal {
    max-height: 90px;
    text-transform: uppercase;
    font-weight: 500;
}

.hrtop {
    color: #0b528d;
}



@media screen and (max-width: 750px) {
    #logoPrincipal {
        max-width: 70vw;
    }
}

.container-gray {
    background-color: #dfe1e2;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#container-contato-home {
    background-image: url('../img/bg-home-contato.jpg');
    background-size: cover;
}

/* ícone Whatsapp flutuante */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.whatsapp-float i {
    margin-top: 10px;
    font-size: 2.3rem;
    ;
}

footer {
    background-color: #0b528d;
}


#bannerHome {
    background-color: #FFF !important;
    background: url(/img/bg-banner-inicial.jpg);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 400px;
}

#bannerHome .container {
    min-height: 400px;
}

#imgProdutosInicial {
    display: none;
    width: 100%;
}

@media screen and (max-width: 1280px) {
    #bannerHome {
        background: url(/img/bg-banner-inicial-medio.jpg);
        background-size: auto;
        background-position: right;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 992px) {
    #bannerHome {
        background: url('');
    }

    #imgProdutosInicial {
        display: block;
    }
}