html,
body {
background: rgba(43,103,157,.07);
}

.numeros .gradient,
.depoimentos .gradient {
background: rgba(255,255,255,.9);
}

.is-sticky .top {
background: rgba(255,255,255,.98);
}

.is-sticky .logo a {
background: url("../img/logo.png") no-repeat center center;
}

.numero .subtitulo,
.numero .titulo {
color: rgba(0,24,49,.75);
}

.is-sticky .menu li a, 
.is-sticky .menu li a:hover, 
.is-sticky .menu li a:active, 
.is-sticky .menu li a:focus {
color: rgba(0,24,49,.75);
}

.numero {
margin-bottom: 6px;
/* box-shadow: 0 20px 50px rgba(0,0,0,.2); */
border: 1px solid rgba(0,0,0,.3);
padding: 30px 20px;
border-radius: 10px;
}

.numero i {
box-shadow: 0 0 0 transparent;
}

.numero .titulo {
font-size: 24px;
line-height: 24px;
font-weight: 600;
}

.is-sticky .menu li a.featured {
border-color: rgba(0,0,0,.3);
}

.consulte-titulo p {
color: rgba(0,24,49,.75);
font-weight: 600;
opacity: 1;
}

.consulta form {
box-shadow: 4px 20px 40px rgba(0,0,0,.4);
}

.depoimento .cover {
border-color: rgba(0,24,49,.75);
}

.depoimento-all span,
.depoimentos .name {
color: rgba(0,24,49,.75);
}

.depoimentos .name,
.consulte-titulo p, 
.clientes-titulo h1 {
text-shadow: 0 0 0 transparent;
}

.depoimento-all a,
.depoimento a {
border-color: rgba(0,24,49,.3);
}

.depoimento-item.active .name {
color: #fff;
}

.gradient .sessao-titulo h1, 
.gradient .sessao-titulo p {
color: rgba(0,24,49,.75);
}

.clientes .gradient {
background: linear-gradient(120deg, rgba(13, 52, 94, .92) 68%, rgba(68, 151, 5, .92) 68%); 
}

.setas span {
background: rgba(13, 52, 94, .7);
}

.contact-form input, .contact-form textarea {
background: rgba(255,255,255,.95);
color: rgba(13, 52, 94, 1);
text-shadow: 0 0 0 transparent;
font-weight: 600;
}

/* MOBILE */

@media (max-width: 980px) {

    .is-sticky .navbar-toggle {
    background: rgba(13, 52, 94, 1);
    }

    .menu li a, 
    .menu li a:hover, 
    .menu li a:active, 
    .menu li a:focus {
    color: rgba(255,255,255,95) !important;
    }

}