/* -------------------------------------------------------------
>>> Custom Properties ( Variables )
------------------------------------------------------------- */
:root {
    /*--logo-clip: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
    --logo-clip: polygon(0% 0%, 83% 0, 100% 46%, 79% 100%, 0% 100%);
    --logo-width: 262px;
    --logo-height:65px;
    /* ------------------------------------------------------------- */
    /* --color-00: #343A40; /* Deep Grey */ 
    /* --color-99: #eeeeee; /* Off-White/Light Gray */

    /* --color-60: #83c41a; /* Lite Green */
    /* --color-30: #2e87db; /* Lite Blue */
    /* --color-10: #ED9C55; /* Lite Orenge */   
    /* ------------------------------------------------------------- */  
    /*--box1-overlay: rgba(97, 58, 169, 0.4);*/    
    --box1-overlay: #613aa970;
    /*--box1-border: 1px solid rgb(97, 58, 169, 0.4);*/
    --box1-border: 1px solid #613aa9;    
    /*--box1-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);*/
    --box1-shadow: 0 8px 25px rgba(0,0,0,0.62);    
    --box1-corner: 5px;
    /* ------------------------------------------------------------- */  
    --color-00: var(--wp--preset--color--dark); /* Deep Grey */ 
    --color-99: var(--wp--preset--color--light); /* Off-White/Light Gray */

    --color-60: var(--wp--preset--color--primary); /* Lite Green */
    --color-30: var(--wp--preset--color--secondary); /* Lite Blue */
    --color-10: var(--wp--preset--color--accent); /* Lite Orenge */
    
    --font-h4: 'Open Sans', sans-serif;
    --font-h1: 'Montserrat', sans-serif;
    
    --size-h4: 1.5rem;
    --size-h1: 1.5rem;
    
    --color-icon: #9ba2a8; /* var(--color-icon) Gris Claro*/     
    --color-hover: var(--color-30);
    --color-overlay: rgba(29, 29, 29, 0.8); /* var(--color-overlay) Gris Transparente*/

    --color-3d-gradient: var(--wp--preset--gradient--3d-gradient);
    /* ------------------------------------------------------------- */    
    --link-3d-gradient: linear-gradient(to bottom, #4f9be2 5%, var(--color-30) 100%);
    --link-3d-text: var(--color-00);
    --link-3d-shadow:inset 0px 1px 3px 0px var(--color-overlay);
    --link-3d-border: 1px solid var(--color-00);
    --link-3d-font: bold var(--size-h4) var(--font-h4);
    
    --hover-3d-gradient: linear-gradient(to bottom, var(--color-30) 5%, #4f9be2 100%);
    --hover-3d-text: var(--color-00);
    --hover-3d-shadow:inset 0px 1px 0px 0px var(--color-overlay);
    --hover-3d-border: 1px solid var(--color-00);
    /* ------------------------------------------------------------- */
    --solid-overlay-1: rgba(29,29,29,0.75); /* rgba(29,29,29,0.8) , rgba(0, 0, 0, 0.45) */
    --solid-overlay-2: rgba(0, 0, 0, 0.15);    
    --gradient-overlay-1: linear-gradient(
        to bottom,              /* Dirección del gradiente */
        rgba(99, 0, 0, 0.7),    /* Color de inicio (arriba, más oscuro) */
        rgba(0, 99, 0, 0.1)     /* Color de fin (abajo, más claro) */
    );    
    --gradient-overlay-2: linear-gradient(
        180deg, 
        rgba(16, 25, 61, 0.7),      /* Color 1 (inicio) */
        rgba(224, 90, 63, 0.5) 70%, /* Color 2 (en la posición 70%) */
        rgba(242, 211, 136, 0.4)    /* Color 3 (final) */  
    );    
    /* ------------------------------------------------------------- */
    --primary-color: var(--color-60);
    --secondary-color: var(--color-30);
    --neutral-dark-color: var(--color-00);
    --neutral-light-color: var(--color-99);
    --accent-gold-color: var(--color-10);
    --text-dark: var(--color-00);
    --text-light: var(--color-99);
    --body-font: var(--font-h4);
    --heading-font: var(--font-h1);
    --secondary-heading-font: var(--font-h2);
    /* ------------------------------------------------------------- */    
    /* --color-30: rgba(29, 29, 29, 0.8); var(--color-30) Gris Transparente*/    
    /*--button-text-shadow2: 0px 1px 0px #86ae47;*/
    /*--button-text-shadow2: -2px -2px 4px rgba(0, 0, 0, 0.5);*/
    /*--button-text-shadow2: 1px 1px 4px rgba(0, 0, 0, 0.7);*/
    /*--button-text-shadow2: 2px 2px 9px rgba(0, 0, 0, 0.7);*/
   
    --text-shadow-h4: 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.8);
    --box-shadow-0: 0 4px 14px #000; /* 0 sin desplazamiento horizontal (offset-x) 4px desplazamiento vertical hacia abajo (offset-y) 14px desenfoque */
    --box-shadow-1: 4px 4px 14px #000;
    --box-shadow-2: 0 4px 8px rgba(0, 0, 0, 0.08);    
    
    --radius: 15px; /* var(--radius-deco) Azul*/ 
    /* ------------------------------------------------------------- */   
    --font-h2: 'Lato', sans-serif;
    --size-h2: 1.5rem;
    --color-h2: #83c41a;
    --shadow-h2-outline: #343A407F; /* 3F = 25% , 7F = 50% , BF = 75% , */
    --shadow-h2-shade: #343A407f; /* #343A407f gris, #ED9C557F naranja, #2e87db7f azul, #83c41a7f verde, #eeeeee blanco */
    --shadow-h2:
        /*-1px -1px 0 var(--shadow-h2-outline),*/
        /*1px -1px 0 var(--shadow-h2-outline),*/
        /*-1px  1px 0 var(--shadow-h2-outline),*/
        /*1px  1px 0 var(--shadow-h2-outline),*/
        
        -0.4px -0.4px 0 var(--shadow-h2-outline),
        0.4px -0.4px 0 var(--shadow-h2-outline),
        -0.4px  0.4px 0 var(--shadow-h2-outline),
        0.4px  0.4px 0 var(--shadow-h2-outline),
        
        /*0px 0px 6px var(--shadow-h2-shade),*/
        0px 0px 12px var(--shadow-h2-shade); 
    /* ------------------------------------------------------------- */    
}


/* -------------------------------------------------------------
>>> TEST
------------------------------------------------------------- */


/*--------------------------------------------------------------
>>> Srollbar de Navegación:
--------------------------------------------------------------*/
* {
    scrollbar-width: thin; /* scrollbar-color: Naranja #ED9C55 | Gris var(--color-30) | Verde var(--color-10) | Violeta #541841 | Azul #84bbf3 */
    scrollbar-color: var(--color-60) var(--color-00); /* The first applies to the thumb of the scrollbar, the second to the track. */

    &::-webkit-scrollbar {
        width: 12px;
    }

    &::-webkit-scrollbar-track {
        background: var(--color-00);
    }

    &::-webkit-scrollbar-thumb {
        background-color: var(--color-60);
        border-radius: 5px;
        border: 2px solid var(--color-10);
    }
}


/* -------------------------------------------------------------
>>> Anchor, Hipervínculo , Link
------------------------------------------------------------- */
a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit; /* Optional */
}

a {
  color: var(--color-10); /* Optional */
}

a:visited {
  color: var(--color-10); /* Optional */
}

a:hover,
a:active {
  color: var(--color-30); /* Optional */
}


/* -------------------------------------------------------------
>>> Barra de Navegación:
------------------------------------------------------------- */
.topnav {
    /*overflow: hidden;*/
    /*background-color: #333;*/
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    right: 0;
    width: 100%; /* Full width */
    height: 39.2px;
    border-radius: 0 0 0 10px;
    border-bottom: 0.8px solid var(--color-60);
    background-color: var(--color-00);
    /*-moz-box-shadow: 4px 4px 14px #000;*/
    /*-webkit-box-shadow: 4px 4px 14px #000;*/
    box-shadow: var(--box-shadow-1);
    padding: 0;
    z-index: 10;
    
    .topnav-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        margin-inline-start: 10px;
        margin-inline-end: 10px;        

        .main-header-logo {
            /*flex: 3;*/            
        }



        .main-header-nav {
            /*flex: 3;*/
            display: flex;
            @media (max-width: 768px) {
                display: none;
            }
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            /* align-items: center; Para centrar verticalmente los ítems del menú si tienen alturas diferentes */
            
            nav {
                ul {
                list-style: none;
                margin: 0;
                padding: 0;
                display: flex; /* Coloca los <li> en línea */
                flex-wrap: nowrap; /* Permite que los elementos pasen a la siguiente línea si no caben */
                justify-content: center; /* Alinea los li dentro del ul */
                
                    li {
                        margin: 0 10px; /* Espacio entre elementos del menú. Ajusta según necesites. */
                        
                        a {
                            font-size: 0.8rem;
                            display: block;
                            padding: 10px 5px; /* Espaciado interno para cada enlace */
                            text-decoration: none;
                            color: var(--color-60); /* Color de enlace (ejemplo) */
                            font-weight: 500; /* Ejemplo de peso de fuente */
                            white-space: nowrap; /* Evita que el texto del enlace se divida en múltiples líneas */
                        }
                        
                        a:hover {
                            color: var(--color-hover);
                        }
                        &.current-menu-item > a {
                            color: var(--color-99); /* Color de enlace al pasar el ratón o activo (ejemplo) */
                            /* background-color: #f0f0f0; */ /* Ejemplo de fondo */
                        }
                    }
                }
            }
        }






        .main-header-mobile {
            /*flex: 1;*/            
            display: none;
            @media (max-width: 768px) {
                display: flex;
            }
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            
            .hamburger-button {
                background: none;
                border: none;
                padding: 8px 8px;
                color: var(--color-icon);
                cursor: pointer;
                font-size: inherit;
                vertical-align: middle;
                line-height: 1;
                
                i {
                    font-size: 1.5rem;
                    transition: 0.5s ease;
            
                    &:hover,
                    &:active {
                        color: var(--color-hover);
                    }
                }
            }
        }






    }
}


/* -------------------------------------------------------------
>>> Formulario de Búsqueda:
------------------------------------------------------------- */
.search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;  
  
  label {
    flex: 8;
    order: 1;      
    margin: 0;
    /*campos de entrada y selección*/
    .search-field,
    .search-category {
      width: 100%;
      height: 30px;
      padding: 0.4em 0.6em;
      border-radius: 10px 0 0 10px;
      border: 1px solid var(--color-99);
      color: var(--color-00);
      /*font-size: var(--size-h4);*/
      background-color: var(--color-10);    
    }
  }
  /* botón de envío */
  .search-submit {
    text-align: center;
    flex: 1;
    order: 2;   
    width: 100%;
    height: 30px;
    padding: 0.4em 0.6em;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    border: 1px solid var(--color-99);
    color: var(--color-99);
    /*font-size: var(--size-h4);*/
    font-size: 0.7rem;
    background-color: var(--color-30);    
  }
}


/* -------------------------------------------------------------
>>> Overlay de Navegación:
------------------------------------------------------------- */
#site-navigation-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 40vw;
    height: 100vh;
    background-color: var(--color-overlay);
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    overflow-y: auto;
    padding: 60px 25px 30px;

    &.menu-abierto {
        transform: translateX(0);
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 20px 0 0;
        display:flex;
        flex-direction: column;
    
        li {
            margin-bottom: 5px;
    
            a {
                display: flex;
                justify-content: space-between;
                padding: 12px 15px;
                text-decoration: none;
                color: var(--color-10);
                font-size: 1.1em;
                border-bottom: 1px solid #f0f0f0;
                transition: background-color 0.2s ease, color 0.2s ease;
            }
    
            a:hover,
            &.current-menu-item > a,
            &.current-menu-ancestor > a {
                background-color: var(--color-60);
                color: var(--color-hover);
            }
    
            &:last-child {
                a {
                    border-bottom: none;
                }
            }
        }
        
        &.sub-menu {
            list-style: none;
            padding-left: 20px;
            margin-top: 5px;
            margin-bottom: 10px;
            border-left: 2px solid #e0e0e0;
            background-color: var(--color-60);
        
            li {
                margin-bottom: 0;
        
                a {
                    padding: 8px 15px;
                    font-size: 1em;
                    border: none;
                }
            
                a:hover,
                &.current-menu-item > a {
                  background-color: var(--color-10);
                }
            }
        }                
    
    }

    @media (max-width: 768px) {
        width: 80vw;
    }
    
    @media (max-width: 480px) {
        width: 85vw;
        box-shadow: none;
    }
}

.navigation-overlay-container {
    background-color: var(--color-overlay);
    padding: 10px;
    border-radius: 10px;
    height: 90vh;
}

.close-menu-button {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2.5em;
  line-height: 1;
  padding: 0 5px;
  cursor: pointer;
  color: var(--color-99);
  transition: color 0.2s ease;
  z-index: 1002;

  &:hover {
    color: var(--color-00);
  }
}

body.overlay-menu-abierto {
  &::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
  }
}

body.no-scroll {
  overflow: hidden;
}

/* -------------------------------------------------------------
>>> Menu Overlay Multi Level
------------------------------------------------------------- */
#site-navigation-overlay.main-navigation-overlay .menu-wrapper {
    background-color: var(--box1-overlay);
    box-shadow: var(--box1-shadow);
    border-radius: 10px;
    border: var(--box1-border);
    
    .menu-item a {
        font-weight: normal;
        color: var(--color-99);
        padding: 12px 15px;
        margin: 12px 15px;
        transition: background-color 0.2s ease;
        border-radius: 10px; 
        /*height: 30px;*/

        &:hover {
            background-color: var(--color-60);
            color: var(--color-00);
        }
    }
    
    .sub-menu {
        display: none;
        
        list-style: none;
        padding: 0;
        margin: 0;
        width: 200px;
        
        transition: 0.4s ease-in-out;
    }

    .menu-item-has-children:focus-within > .sub-menu {
        display: flex;
        /*align-content: flex-end;*/
        flex-direction: column;
        flex-wrap: nowrap;
        /*align-items: flex-end;*/
        
        font-weight: normal;
        color: var(--color-99);
        padding: 12px 15px; margin: 12px 15px;
        transition: background-color 0.2s ease;
        border-radius: 10px;
        &:hover {
            background-color: var(--color-60);
            color: var(--color-00);
        }
    }
}
/* -------------------------------------------------------------
>>> Menu Top Multi Level
------------------------------------------------------------- */
/*.NOmain-navigation-overlay .menu-wrapper,        */
header .topnav .menu-wrapper {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: sans-serif;

    .menu-item {
        a {
            display: block;
            padding: 15px 20px;
            color: var(--color-99);
            text-decoration: none;
            font-weight: bold;
            white-space: nowrap; /* Evita que el texto del menú se parta */
        }

        &.menu-item-has-children {
            position: relative;

            /* Muestra el submenú hijo directo al pasar el cursor */
            &:hover > .sub-menu {
                visibility: visible;
                opacity: 1;
                transform: translateY(0) translateX(0); /* Reseteamos ambos transforms */
            }
        }
    }

    .sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 200px;
        
        background-color: var(--box1-overlay);
        backdrop-filter: blur(9px); /* The magic happens here */
        webkit-backdrop-filter: blur(9px); /* For Safari support */
        
        box-shadow: var(--box1-shadow);
        border-radius: var(--box1-corner);
        border: var(--box1-border);

       /* Por defecto, los submenús (2do nivel) aparecen abajo */
        position: absolute;        
        top: 100%;
        left: 0;
        
        /* Estado inicial y transición */
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px); /* Animación vertical por defecto */
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
        
        flex-direction: column;
        
        margin-top: 7px !important;
        /*margin-block-start: 15px;*/
        /*margin: 15px 0 0 0;*/

        /* --- ¡Abrir a la Izquierda! --- */
        /* Regla por defecto para submenús anidados (abrir a la derecha) */
        .menu-item-has-children > .sub-menu {
            top: 0;
            left: 100%;
            transform: translateX(10px);
        }
        /* EXCEPCIÓN: Anulación para los 2 ÚLTIMOS items de CUALQUIER lista de menú */
        li:nth-last-child(-n + 2).menu-item-has-children > .sub-menu {
            left: auto; /* Anulamos el left: 100% */
            right: 100%; /* Forzamos a que se alinee a la derecha de su padre (abrir a la izquierda) */
            transform: translateX(-10px); /* Invertimos la animación */

        }

        .menu-item a {
            font-weight: normal;
            color: var(--color-99);
            padding: 12px 15px; margin: 12px 15px;
            transition: background-color 0.2s ease;
            border-radius: var(--box1-corner);

            &:hover {
                background-color: var(--color-60);
                color: var(--color-00);
            }
        }

        /* --- ¡AQUÍ ESTÁ LA MAGIA! --- */
        /* Regla para submenús DENTRO de otros submenús (3er nivel y más) */
        .menu-item-has-children > .sub-menu {
            /* Los posicionamos al costado, no abajo */
            top: 0;
            left: 100%;
            /* Cambiamos la animación para que sea horizontal */
            transform: translateX(10px);
        }
    }
    
    .sub-menu .sub-menu {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        /*background-color: var(--box1-solid-background, rgba(30, 30, 30, 0.9)) !important; */
        background-color: #ED9C55EF;     
    }
}
/* -------------------------------------------------------------
>>> Menu Footer Multi Level
------------------------------------------------------------- */
footer .menu-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: sans-serif;

    .menu-item {
        a {
            display: flex;
            padding: 3px 1px;
            color: var(--color-10);
            text-decoration: none;
            font-weight: 100;
            white-space: nowrap; /* Evita que el texto del menú se parta */
            
            &:active,
            &:hover {
                color: var(--color-10);
            }
        }
        &.current-menu-item > a {
            color: var(--color-30); /* Color de enlace al pasar el ratón o activo (ejemplo) */
            /* background-color: #f0f0f0; */ /* Ejemplo de fondo */
        }            
        
    }
}


/* -------------------------------------------------------------
>>> Logo container
------------------------------------------------------------- */
.logo-container {
    position: relative;
    /*top: 0;*/
    /*left: 0;*/
    
    
    .main-header-logo {
        /* Este div nos ayuda a centrar el logo de forma más predecible */
        position: absolute;
        top: -0.5px;
        left: -6px;
        width: 150px; /* Ancho del espacio para el logo */
        height: 100%;
        display: flex;
        justify-content: center;
        /*box-shadow: var(--box-shadow-1);*/
    }
    
    /*.logo-border::before,*/
    .main-header-logo-shadow-1 {
        /* Este div nos ayuda a centrar el logo de forma más predecible */
        position: absolute;
        top: 15px;
        left: -15px;
        width: 148px; /* Ancho del espacio para el logo */
        height: 38px;
        display: flex;
        justify-content: center;
        /*box-shadow: var(--box-shadow-1);*/
        /*overflow: visible;*/
        z-index: -1;
        background: rgba(0, 0, 0, 0.1);
        box-shadow: var(--box-shadow-1);
    }
    
    /*.logo-border::before,*/
    .main-header-logo-shadow-0 {
        /* Este div nos ayuda a centrar el logo de forma más predecible */
        position: absolute;
        top: 32px;
        left: 125px;
        transform: rotate(-33deg);
        width: 61px; /* Ancho del espacio para el logo */
        height: 5px;
        display: flex;
        justify-content: center;
        /*box-shadow: var(--box-shadow-1);*/
        /*overflow: visible;*/
        z-index: -9999;
        background: rgba(0, 0, 0, 0.1);
        box-shadow: var(--box-shadow-0);
    }    
}


/* -------------------------------------------------------------
>>> Logo Flip
------------------------------------------------------------- */
.logo-place-flip {
    /* 1. Posicionamiento */
    position: absolute;
    width: 90px;  /* Ancho del diamante */
    height: 90px; /* Alto del diamante */
    top: -20px;    /* Lo movemos hacia arriba, la mitad de su altura sobresaldrá */
    left: 175px;
    transform: rotate(45deg);
    /* Centrado dentro del main-header-logo. Si quieres centrarlo en toda la barra: */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    border-radius: 25px;    
    overflow: hidden;
    
    /*border: 2px solid var(--color-60);*/
    border-bottom: 2px solid var(--color-60);
    border-right: 2px solid var(--color-60);
    

    /*box-shadow: 10px 10px 14px #00000063;*/
    box-shadow:
        9px 10px 14px 2px rgba(0, 0, 0, 0.2),
        5px 5px 14px 2px rgba(0, 0, 0, 0.2);

    /* 2. Estilo y Forma */
    background-color:  var(--color-00); /* Mismo color que la barra para un efecto integrado */
    /* clip-path: var(--logo-clip); /* La forma de diamante */
    z-index: 12; /* Por encima de la barra y del pseudo-elemento de sombra */
    
    /* Para centrar la imagen dentro del diamante */
    display: flex;
    justify-content: center;
    align-items: center;
    
    figure {
        transform: translate(2px, 9px) rotate(-45deg) scale(0.26, 0.26);
    }
}


/* -------------------------------------------------------------
>>> Logo with overflow
------------------------------------------------------------- */
.logo-shadow,
.logo-border,
.logo-place {
    /* 1. Posicionamiento */
    position: absolute;
    width: var(--logo-width);  /* Ancho del diamante */
    height: var(--logo-height); /* Alto del diamante */
    top: -11px;    /* Lo movemos hacia arriba, la mitad de su altura sobresaldrá */
    
    /* Centrado dentro del main-header-logo. Si quieres centrarlo en toda la barra: */
    left: -70px; 
    /* transform: translateX(-50%); */

    /* 2. Estilo y Forma */
    background-color:  var(--color-00); /* Mismo color que la barra para un efecto integrado */
    clip-path: var(--logo-clip); /* La forma de diamante */
    z-index: 12; /* Por encima de la barra y del pseudo-elemento de sombra */
    
    /* Para centrar la imagen dentro del diamante */
    display: flex;
    justify-content: center;
    align-items: center;filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
    
    border: none !important;
    box-shadow: none !important;
}

.logo-border {
    width: calc(var(--logo-width) + 0px);  /* Ancho del diamante */
    height: calc(var(--logo-height) + 0px); /* Alto del diamante */
    background-color:  var(--color-60);
    transform: translate(0px, 1px);
    /*transform: translateY(1px);*/
}

.logo-shadow {
    width: calc(var(--logo-width) + 1px);  /* Ancho del diamante */
    height: calc(var(--logo-height) + 1px); /* Alto del diamante */
    /*background-color:  var(--color-overlay);*/
    /*background: linear-gradient(135deg, #ff7e5f, #feb47b);    */
    /*transform: translateY(4px);*/
    background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  /*filter: blur(20px);*/

}

.logo-place figure {
    transform: scale(0.6) translate(27px, 11px);
}


.main-logo {
    max-width: 60%;  /* Hacemos la imagen más pequeña que el diamante */
    max-height: 60%;
    object-fit: contain;
    /* La forma de diamante ya está en el contenedor, no en la imagen */
}


/* -------------------------------------------------------------
>>> Body , Header Distance and Body container
------------------------------------------------------------- */
body {
    /*font-family: var(--font-h4);*/
    /*font: bold var(--size-h4) var(--font-h4);*/
    /*font: italic small-caps bold 16px/2 cursive;    */
    /*margin: 0;*/
    /*padding: 0;*/
    /*background-color: var(--color-00);*/
    /*color: var(--color-99);*/
    transition: opacity 0.5s ease-in-out; /* Transición suave para el cambio de idioma */
    
    /*background: linear-gradient(45deg, var(--color-60), var(--color-30), var(--color-10));*/
    /*min-height: 100vh;*/
    margin: 0;
    padding: 0;
}

.wp-block-group .block-content-area.post,
.wp-block-group .block-content-area.page,
.wp-block-group .block-content-area.search,
.wp-block-group .block-content-area.index,
.wp-block-group .block-content-area.error-404,
div#primary.content-area {
    margin-block-start: 70px !important;
    margin-block-end: 30px !important;

    /*background-color: var(--color-overlay);*/
    background-color: var(--box1-overlay);
    border-radius: 15px 50px 30px 5px;
    margin: 0px auto;
    padding: 30px 40px;
    width: auto;
    max-width: 98%;
    
    color: var(--color-99);
	
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(7px); /* The magic happens here */
	-webkit-backdrop-filter: blur(7px); /* For Safari support */
	border: 1px solid rgba(255, 255, 255, 0.3); /* A subtle border */
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

    @media (max-width: 768px) {
        max-width: 92%;
        margin: 0px auto;
        padding: 30px 18px;
    }
}


/* -------------------------------------------------------------
>>> latest Post Cards
------------------------------------------------------------- */    
/* --- Estilos para la Lista de Posts en Formato Tarjeta --- */
.lista-posts-formato-tarjeta-wrapper {
    margin: 30px auto;
    padding: 15px; /* Menos padding aquí si las tarjetas tienen su propio espacio */
    max-width: 1200px; /* O el ancho que desees para el contenedor general */
}

.lista-posts-formato-tarjeta-wrapper h3 { /* Título general del bloque */
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
    /*color: #333;*/
}

ul.lista-posts-tarjetas {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    /* Si quieres un diseño de varias columnas para las tarjetas,
       puedes usar Flexbox o Grid aquí en el futuro.
       Ej. display: flex; flex-wrap: wrap; justify-content: space-around; */
}

li.post-tarjeta-item {
    background-color: var(--color-00);
    /*border: 1px solid #e0e0e0;*/
    border: 1px solid  var(--color-99);    
    border-radius: 8px; /* Bordes redondeados para la tarjeta */
    margin-bottom: 25px; /* Espacio entre tarjetas */
    box-shadow: var(--box-shadow-2); /* Sombra sutil para efecto de tarjeta */
    overflow: hidden; /* Para que la imagen no se salga si tiene bordes redondeados diferentes */
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

li.post-tarjeta-item:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px); /* Ligero efecto de elevación al pasar el ratón */
}

.tarjeta-imagen {
    width: 100%;
    height: 220px; /* Altura fija para la imagen, ajusta o usa aspect-ratio */
    overflow: hidden;
    background-color: var(--color-99); /* Color de fondo para el placeholder */
}

.tarjeta-imagen a {
    display: block;
    width: 100%;
    height: 100%;
}

.tarjeta-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cubre el área sin deformarse, puede recortar */
    /* Si prefieres que se vea toda la imagen aunque no llene el espacio:
    object-fit: contain; */
    display: block; /* Elimina espacio extra debajo de la imagen */
}

.tarjeta-imagen.placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tarjeta-imagen.placeholder img {
    width: auto; /* Ajusta para el logo/icono del placeholder */
    height: 50%;
    object-fit: contain;
}

.tarjeta-contenido {
    padding: 20px 25px 25px; /* Espaciado interno para el contenido de la tarjeta */
}

.tarjeta-titulo {
    font-size: 1.6em; /* Tamaño del título del post */
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.3;
}

.tarjeta-titulo a {
    text-decoration: none;
    color: var(--color-10);
    transition: color 0.2s ease;
}

.tarjeta-titulo a:hover {
    color: var(--color-hover); /* Color de hover */
}

.tarjeta-extracto {
    font-size: 0.95em;
    color: var(--color-99);
    line-height: 1.7;
    margin-bottom: 20px;
}

.tarjeta-extracto p { /* WordPress a veces envuelve el extracto en <p> */
    margin-bottom: 0;
}

a.tarjeta-leer-mas {
    display: inline-block;
    padding: 8px 15px;
    background-color: var(--color-10);
    color: var(--color-00);
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

a.tarjeta-leer-mas:hover {
    background-color: var(--color-hover);
    color: var(--color-99);    
    transform: translateX(3px);
}

/* Opcional: Diseño de tarjetas en columnas para pantallas más grandes */
@media (min-width: 768px) { /* Tablets y más grandes */
    ul.lista-posts-tarjetas {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */ /* Si tienes 2 o más columnas exactas */
        gap: 25px; /* Espacio entre tarjetas gestionado por flex gap */
    }

    li.post-tarjeta-item {
        /* Si quieres 3 columnas: calc(33.333% - (espacio_gap * 2 / 3)) */
        /* Si quieres 2 columnas: calc(50% - (espacio_gap / 2)) */
        /* Para este ejemplo, con gap, es más simple: */
        flex: 1 1 calc(50% - 25px); /* Dos columnas, ajusta el 25px si cambias el gap */
        /* Si solo quieres 1 columna pero más ancha en escritorio y centrada,
           simplemente no apliques flex aquí y controla el max-width de .lista-posts-formato-tarjeta-wrapper */
    }
}

@media (min-width: 1024px) { /* Escritorios */
    li.post-tarjeta-item {
         flex: 1 1 calc(33.333% - 25px); /* Tres columnas */
         /* Asegúrate de que 25px es tu valor de gap */
    }
}

/* Ajuste para cuando solo hay una tarjeta en la última fila y quieres que se centre
   o se alinee a la izquierda en un diseño de múltiples columnas.
   Esto es más complejo y depende de cuántos items y columnas.
   Una solución simple es no forzar un justify-content: space-between;
   y dejar que flex-start (por defecto) las alinee. El 'gap' ayuda mucho aquí.
*/     


/* -------------------------------------------------------------
>>> latest Post List
------------------------------------------------------------- */    
/* --- Estilos para la Lista de Posts Recientes --- */
.lista-posts-recientes-wrapper {
    margin: 25px 0; /* Margen superior e inferior */
    padding: 20px;
    background-color: var(--color-99); /* Un fondo suave opcional */
    border: 1px solid var(--color-10);
    border-radius: 5px;
}

.lista-posts-recientes-wrapper h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.6em;
    color: var(--color-00);
    border-bottom: 2px solid var(--color-10); /* Un subrayado para el título del bloque */
    padding-bottom: 10px;
}

ul.lista-posts-recientes {
    list-style-type: none; /* Quita los bullets de la lista */
    padding-left: 0;
    margin-bottom: 0;
}

ul.lista-posts-recientes li.item-post-lista {
    padding: 15px 0;
    border-bottom: 1px dashed var(--color-30); /* Separador entre items */
}

ul.lista-posts-recientes li.item-post-lista:last-child {
    border-bottom: none; /* Quita el borde del último item */
    padding-bottom: 0; /* Ajuste para el último item */
}

ul.lista-posts-recientes li.item-post-lista:first-child {
    padding-top: 0; /* Ajuste para el primer item */
}

.item-post-lista-titulo {
    font-size: 1.3em; /* Tamaño del título del post */
    margin-top: 0;
    margin-bottom: 8px;
}

.item-post-lista-titulo a {
    text-decoration: none;
    color: var(--color-60); /* Un color azul para los enlaces */
    transition: color 0.2s ease-in-out;
}

.item-post-lista-titulo a:hover {
    color: var(--color-hover); /* Un azul más oscuro al pasar el ratón */
    text-decoration: underline;
}

.item-post-lista-extracto {
    font-size: 0.95em;
    color: var(--color-00);
    line-height: 1.6;
}

.item-post-lista-extracto p { /* WordPress a veces envuelve el extracto en <p> */
    margin-bottom: 0;
} 


/* -------------------------------------------------------------
>>> Shortcode Div 1
------------------------------------------------------------- */   
.contenedor-shortcode-1 {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 15px 15px;
}


/* -------------------------------------------------------------
>>> Shortcode Div 2
------------------------------------------------------------- */   
.contenedor-shortcode-2 {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;    
    /*margin: 15px 15px;    */
}
/* -------------------------------------------------------------
>>> 3D Button
------------------------------------------------------------- */       
.button3d001, input.search-submit, button.search-submit {
    box-shadow: var(--link-3d-shadow);
    /*background: linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);*/
    background: var(--link-3d-gradient);
    /*background-color: #b8e356;*/
    border-radius: 6px;
    border: var(--link-3d-border);
    display: inline-block;
    cursor: pointer;
    color: var(--link-3d-text);
    font: var(--link-3d-font);
    /*padding: 2% 2%;*/
    text-decoration: none;
    text-shadow: var(--button-text-shadow2);
    /*height: 100%;*/
    width: 95%;
    text-align: center;
    margin: 0.2em;
    
    &:hover,
    &:active {
        background: var(--hover-3d-gradient);
        color: var(--hover-3d-text);
        transition: 0.5s ease;
        /*background-color: #a5cc52;*/
    }
    
    &:active {
        position: relative;
        top: 1px;
    }
}


/* -------------------------------------------------------------
>>> Footer
------------------------------------------------------------- */
footer {
    background-color: var(--color-00);
    text-align: center;
    padding: 20px 0;
    font-size: 0.9em;
    color: #AAAAAA;
    border-top: 1px solid #332025;
}
footer p {
    margin: 5px 0;
}
footer a {
    color: var(--color-10);
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}


/* -------------------------------------------------------------
>>> CSS
------------------------------------------------------------- */
        body {
            /*font-family: var(--body-font);*/
            /*color: var(--text-dark);*/
            line-height: 1.7;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: var(--heading-font);
            font-weight: 700;
            color: var(--neutral-dark-color);
        }

        .section-padding {
            padding: 80px 0;
        }

        .section-title {
            font-family: var(--font-h2);
            font-weight: 900;
            color: var(--color-h2);
            margin-bottom: 40px;
            text-align: center;
            text-shadow: var(--shadow-h2);
        }
        
        a.btn-primary {
            background-color: var(--color-60);
            border-color: var(--color-10);
            font-family: var(--heading-font);
            color: var(--color-99);            
            font-weight: 600;
            padding: 12px 30px;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            text-shadow: var(--text-shadow-h4);
        }
        a.btn-primary:hover {
            background-color: var(--color-10); /* Darker shade of primary */
            border-color: var(--color-60);
        }
        
        a.btn-secondary {
            background-color: var(--color-30);
            border-color: var(--color-10);
            font-family: var(--heading-font);
            color: var(--color-99);             
            font-weight: 600;
            padding: 12px 30px;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            text-shadow: var(--text-shadow-h4);
        }
        a.btn-secondary:hover {
            background-color: var(--color-10); /* Darker shade of secondary */
            border-color: var(--color-30);
        }
        
        a.btn-accent {
            background-color: var(--color-10);
            border-color: var(--color-60);
            color: var(--color-00); /* Gold needs dark text for contrast */
            font-family: var(--heading-font);
            font-weight: 600;
            padding: 12px 30px;
            /*text-shadow: var(--text-shadow-h4);            */
        }
        a.btn-accent:hover {
            background-color: var(--color-60);
            border-color: var(--color-10);
            color: var(--color-99);
        }
        
        button.btn-primary {
            background-color: var(--color-30);
            border-color: var(--color-10);
            color: var(--color-99);
            text-shadow: var(--text-shadow-h4)
        }
        
        button.btn-primary:hover {
            background-color: var(--color-10);
            border-color: var(--color-30);
            color: var(--color-99);
        }        

        /* Navigation Bar */
        .navbar {
            background-color: rgba(255, 255, 255, 0.95); 
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .navbar-brand {
            font-family: var(--heading-font);
            font-weight: 700;
            color: var(--primary-color) !important;
            font-size: 1.8rem;
        }
        .navbar-toggler {
            border: none;
            font-size: 1.5rem;
        }
        .navbar-toggler:focus {
            box-shadow: none;
        }
        .navbar-nav .nav-link {
            font-family: var(--heading-font);
            font-weight: 600;
            color: var(--neutral-dark-color) !important;
            margin: 0 5px; /* Reduced margin for lang button */
            transition: color 0.3s ease;
            text-align: center; 
            padding: 10px 10px; /* Adjusted padding */
        }
        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: var(--primary-color) !important;
        }
        @media (max-width: 991.98px) {
            .navbar-collapse {
                background-color: var(--neutral-light-color);
                border-top: 1px solid #ddd;
                margin-top: 10px;
                box-shadow: 0 4px 8px rgba(0,0,0,0.05);
            }
        }

        /* Hero Section */
        #hero {
            position: relative;
            height: 100vh;
            min-height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--text-light);
            overflow: hidden;
        }
        #hero-video-bg {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -100;
            transform: translateX(-50%) translateY(-50%);
            background-size: cover;
        }
        #hero::before { 
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(10, 30, 50, 0.7); 
            z-index: -1;
        }
        #hero .hero-content {
            z-index: 1;
            max-width: 800px;
        }
        #hero h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--text-light);
            font-family: var(--secondary-heading-font);
            line-height: 1.2;
        }
        #hero p {
            font-size: 1.25rem;
            margin-bottom: 30px;
            color: rgba(255, 255, 255, 0.9);
        }
        @media (max-width: 768px) {
            #hero h1 {
                font-size: 2.2rem;
            }
            #hero p {
                font-size: 1rem;
            }
        }

        /* Benefits Section */
        #benefits .card {
            border: none;
            /*box-shadow: 0 4px 15px rgba(0,0,0,0.08);*/
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            
            background-color: var(--box1-overlay);
            /*box-shadow: var(--box1-shadow);*/
            backdrop-filter: blur(10px); /* The magic happens here */
            webkit-backdrop-filter: blur(10px); /* For Safari support */
            border: var(--box1-border); /* A subtle border */
            border-radius: var(--box1-corner);
            color: var(--color-99);            
        }
        #benefits .card:hover {
            transform: translateY(-10px);
            box-shadow: var(--box1-shadow);
        }
        #benefits .card-icon {
            font-size: 3rem;
            color: var(--color-60);
            margin-bottom: 20px;
        }
        #benefits .card-title {
            font-family: var(--heading-font);
            font-weight: 600;
            color: var(--color-10);
        }

        /* Social Proof Section */
        #social-proof {
            background-color: var(--neutral-light-color);
        }
        #social-proof .carousel-item {
            padding: 40px 60px; 
        }
        #social-proof .testimonial-card {
            background-color: var(--text-light);
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            text-align: center;
        }
        #social-proof .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
            color: var(--text-dark);
        }
        #social-proof .testimonial-author {
            font-weight: 600;
            color: var(--color-10);
        }
        #social-proof .testimonial-author span {
            font-weight: 400;
            font-size: 0.9em;
            color: #6c757d;
        }
        #social-proof .carousel-control-prev-icon,
        #social-proof .carousel-control-next-icon {
            background-color: var(--color-30);
            border-radius: 50%;
            padding: 15px; 
            background-size: 50% 50%; 
        }
        #social-proof .carousel-control-prev { left: -20px; }
        #social-proof .carousel-control-next { right: -20px; }
         @media (max-width: 768px) {
            #social-proof .carousel-control-prev { left: 5px; }
            #social-proof .carousel-control-next { right: 5px; }
            #social-proof .carousel-item {
                padding: 20px 30px;
            }
         }

        /* Comparison Table */
        #comparison .table {
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        #comparison .table td span {
            display:flex;
            flex-direction: column;
            align-items: center;
            flex-wrap: nowrap;
            text-align: center;
        }
        .table thead tr th {
            color: var(--color-10) !important;
        }
        #comparison .table th {
            background-color: var(--box1-overlay);
            backdrop-filter: blur(10px); /* The magic happens here */
            webkit-backdrop-filter: blur(10px); /* For Safari support */
            border: var(--box1-border); /* A subtle border */
            border-radius: var(--box1-corner);

            color: var(--color-99);
            font-family: var(--heading-font);
            font-weight: 600;
            
            vertical-align: middle;
        }
        #comparison .table td:nth-child(2) { 
            background-color: #e7f3fe; 
        }
        #comparison .table .bi-check-circle-fill {
            color: var(--secondary-color);
            font-size: 1.2rem;
        }
        #comparison .table .bi-x-circle-fill {
            color: #dc3545; 
            font-size: 1.2rem;
        }

        /* FAQs Section */
        #faqs {
             background-color: var(--neutral-light-color);
        }
        #faqs i {
             color: var(--color-10);
             margin: 0 10px 0 0;
        }        
        #faqs .accordion-button {
            font-family: var(--heading-font);
            font-weight: 600;
            color: var(--neutral-dark-color);
        }
        #faqs .accordion-button:not(.collapsed) {
            background-color: #e7f3fe; 
            color: var(--primary-color);
            box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
        }
        #faqs .accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
        }
        #faqs .accordion-body {
            font-size: 0.95rem;
        }

        /* CTA Section (TL;DR) */
        #cta-tldr {
            background-color: var(--neutral-dark-color);
            color: var(--text-light);
            text-align: center;
        }
        #cta-tldr h3 {
            font-family: var(--secondary-heading-font);
            font-weight: 700;
            font-size: 1.8rem;
            color: var(--text-light);
            margin-bottom: 30px;
        }
         @media (max-width: 768px) {
            #cta-tldr h3 {
                font-size: 1.5rem;
            }
         }
        #cta-tldr a {
            background-color: #FFC107;
            color: var(--color-00);
            border: 2px solid var(--color-60);
            transition: 0.5s ease;
        }
        #cta-tldr a:hover,
        #cta-tldr a:active {
            background-color: var(--color-60);
            color: var(--color-99);
            border: 2px solid #FFC107;
        }
        
        /* Pricing Plans */
        #pricing .card {
            border: 2px solid var(--color-30);
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        #pricing .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
        }
        #pricing .card-header {
            background-color: var(--color-30);
            color: var(--text-light);
            font-family: var(--heading-font);
            font-size: 1.5rem;
            font-weight: 600;
        }
        #pricing .card-title { 
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin: 20px 0;
        }
         #pricing .card-title small {
            font-size: 0.9rem;
            color: #6c757d;
         }
        #pricing .list-group-item {
            border: none;
            padding: 0.75rem 1.25rem;
        }
        #pricing .list-group-item .bi {
            color: var(--secondary-color);
            margin-right: 8px;
        }
        #pricing .card.highlight { 
            border: 2px solid var(--color-60);
        }
         #pricing .card.highlight .card-header {
            background-color: var(--color-60);
         }

        /* Contact Us Section */
        #contact {
            background-color: var(--neutral-light-color);
        }
        #contact .form-control {
            margin-bottom: 15px;
            padding: 12px;
        }
        #contact .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
        }
        #contact .contact-info i {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-right: 15px;
            vertical-align: middle;
        }
        #contact .contact-info p {
            margin-bottom: 10px;
        }

        /* Footer Section */
        footer {
            background-color: var(--neutral-dark-color);
            color: rgba(255, 255, 255, 0.7);
            padding: 40px 0 20px;
            font-size: 0.9rem;
        }
        footer h5 {
            color: var(--text-light);
            font-family: var(--heading-font);
            margin-bottom: 15px;
        }
        footer a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        footer a:hover {
            color: var(--text-light);
        }
        footer .list-unstyled li {
            margin-bottom: 8px;
        }
        footer .social-icons a {
            font-size: 1.5rem;
            margin-right: 15px;
            color: rgba(255, 255, 255, 0.7);
        }
        footer .social-icons a:hover {
            color: var(--primary-color);
        }
        footer .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            margin-top: 20px;
            text-align: center;
        }
        footer figure {
            padding: 10px;
        }
    
/* -------------------------------------------------------------
>>> TEST
------------------------------------------------------------- */
/* Sobrescribe el margen para el contenedor site-content */
div#content.site-content.container,
site-content container,
.site-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* O para todos los lados: */
    /*margin: 0 !important;*/
    padding: 0 !important;
    
    
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    
    width: 100% !important;
	margin: 0 auto !important;
}




/* -------------------------------------------------------------
>>> TEST
------------------------------------------------------------- */
/* -------------------------------------------------------------
>>> Background Body
------------------------------------------------------------- */
body {
    /*    background-color: rgba(29,29,29,0) !important; */
    background-color: #131313 !important;
    /*    background-image: url('https://2.bp.blogspot.com/-2nWa7gO5k0o/WbweBEUrZVI/AAAAAAAAANw/A6-Fs4fp8TYW0OVwLo9EpuQTC432eiETACK4BGAYYCw/s0/bk-web-site.jpg') !important; */
    background-image: url('../assets/img/bk-website-1.jpg') !important;
    /* --    background-repeat: no-repeat !important; */
    /*    background-repeat: repeat !important; */
    background-attachment: fixed !important;
    background-position: top center !important;
    /* --   background-size:cover; */
    /*    background-size:contain; */
    background-repeat: no-repeat !important;
    background-size: 1390px 595px;
    -webkit-animation: mymove 3s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
    animation: mymove 3s infinite;
    animation-delay: 2s;
    }
    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes mymove {
    /*    50% {background-size: 1440px 645px;} */
    50% {background-size: 1440px 645px;}
    }
    @keyframes mymove {
    /*    50% {background-size: 1440px 645px;} */
    50% {background-size: 1440px 645px;}
}

body::before {
    content: ''; /* Requerido para que el pseudo-elemento se genere */
    position: fixed; /* Lo fija a la ventana gráfica, cubriendo todo */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--solid-overlay-1);
    /* backdrop-filter: blur(10px); /* The magic happens here */
    /* webkit-backdrop-filter: blur(10px); /* For Safari support */
    z-index: -1; 
}
