/* ==========================================================
   CONTACTO — HEADER WHITE V1

   Solo corrige la franja blanca del logo y navegación.
   No modifica topbar, contenido ni responsive.
========================================================== */

body .nav-bar {

    background:
        #ffffff !important;

    background-color:
        #ffffff !important;

    backdrop-filter:
        none !important;

    -webkit-backdrop-filter:
        none !important;

}


/* Mantener transparentes las capas internas
   para que hereden visualmente el blanco puro */

body .nav-bar > .container,
body .nav-bar .navbar {

    background:
        transparent !important;

    background-color:
        transparent !important;

}


/* El logo conserva exactamente su tamaño y efectos.
   Solo aseguramos que no tenga fondo artificial. */

body .nav-bar
.navbar-brand,

body .nav-bar
.navbar-brand img {

    background:
        transparent !important;

}
