.navbar,
.web-footer {
    max-width: 1200px;
    margin: 0 auto;
}

.navbar {
    background-color: #0f2a44;
}

.navbar a {
    color: #ffffff !important;
}

.web-footer {
    background-color: #0f2a44;
    color: #ffffff;
}
body main.container {
  background: transparent !important;
}

body main.container .service,
body main.container .why-content {
  box-shadow: 0 12px 30px rgba(0,0,0,0.06) !important;
}
body main.container {
  max-width: 1000px !important;
}
body main.container h1,
body main.container h2 {
  letter-spacing: -1px !important;
}
body main.container p,
body main.container li {
  color: #5f6368 !important;
}
/* FORZAR VISIBILIDAD DEL HEADER */
.nav-links a {
  color: #2a2a2a !important;
  font-weight: 500;
}

.btn-login {
  color: #2a2a2a !important;
  border-color: #2a2a2a !important;
}

.btn-contact {
  background: #0a7c3a !important;
  color: #ffffff !important;
}
/* ANULAR FONDO AZUL GLOBAL DE FRAPPE */
footer,
.web-footer,
.footer-premium {
  background: #f7f8f9 !important;
  color: #2a2a2a !important;
  border-top: 1px solid #e6e8eb !important;
}

/* TEXTOS DEL FOOTER */
.footer-premium p,
.footer-premium a,
.footer-premium li,
.footer-premium h4 {
  color: #2a2a2a !important;
}

/* LINKS SUAVES */
.footer-premium a {
  color: #5f6368 !important;
}

.footer-premium a:hover {
  color: #0a7c3a !important;
}
