.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings:
      "wdth" 100;
  }
.open-sans-title {
  font-variation-settings:
    "wdth" 100;
    font-weight: 600;
}
.montserrat {
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;       
  }
  .montserrat-normal {   
    font-style: normal;
  }
  .montserrat-italy {
    font-optical-sizing: auto;    
    font-style: italic;
  }
.montserrat-title {
  font-family: "Montserrat", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
}
.montserrat-sub-title {   
    font-optical-sizing: auto;
    font-weight: 500;
  }
  .roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  .text-left{
    text-align: left;
  }
.f-w-600{
    font-weight: 600;
}

.opacity-70{
    opacity: 0.7;
}
.opacity-40{
    opacity: 0.7;
}
.radius-5{
    border-radius: 5px;
}
.bg-black{
    background-color: black;
}
.color-black{
    color: black;
}
/*.hidden{
    display: no;
}*/
.cuadricula {
    display: grid;
    grid-template-columns: repeat(3, 33.33333333%);
}
.cuadricula.lista:not(.cuadricula) .cuadricula, .u-blog:not(.cuadricula) .cuadricula, .u-products:not(.cuadricula) .cuadricula,.cuadricula {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
.cuadricula-int.lista:not(.cuadricula) .cuadricula-int, .u-blog:not(.cuadricula-int) .cuadricula-int, .u-products:not(.cuadricula-int) .cuadricula-int,.cuadricula-int {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
.cuadricula-item {
    display: flex;
    position: relative;
}

.bg-color-dark-3{
    color: #ffffff;
    background-color: #292d33;
}/* u-palette-5-dark-3*/

.ft-color-white{
    color: #ffffff;
}
.ft-color-azul{
    color:#082261;
}
.ft-color-grey-90{
    color: #ffffff;
    background-color: #1a1a1a;
}
.bg-color-amarillo{  
    background-color:#ffdc00;
}
.bg-color-azul{  
    background-color:#082261;
} 
.bg-azul-degrade{  
    background-color:rgba(8, 34, 97, 0.57);
} 



.hoja.hoja-1{    
    margin: auto;
}
.hoja:not(.u-image):not(.u-video) {
    pointer-events:visible;
}
.buton_contactanos {
    color: #ffffff !important;
    background-color: #082261 !important;
}
.bottom-left-radius-50{
    --border-bottom-left-radius: 50px;
}
.top-right-radius-50 {
    --border-top-right-radius: 50px;
}

.sj-align-middle-vertical {
    justify-content: center;
}
.align-left {
    text-align: left;
}
.aling-right{
    text-align: right;
}
.text-font-weight{
    font-weight: 700;
}
.text-amarillo{
    color:rgb(252, 210, 29);
    opacity: 1.8;
}

.sj-header {
    padding-top: 12px;padding-bottom: 12px;
    z-index: 20;
}

.sj-header .image-1 {
    width: 210px;
    height: 45px;
    margin: 0 20% 0 calc(((100% - 1400px) / 2));
}
.sj-overlap .sj-header.sj-sticky {
    position: fixed;
    background-color:rgba(8, 34, 97, 0.502);
}
.sj-overlap .sj-header.sj-sticky.scrolled {
    position: fixed;
    background-color: rgba(255, 255, 255) !important;
}
.sj-header.sj-sticky, .sj-overlap .sj-header {
    z-index: 20;
   
}
.sj-overlap .sj-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.sj-image.logo {
    display: table;
    white-space: nowrap;
}
.navbar {
    background-color:transparent;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; 
    z-index: 2000;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand a {
    color:rgb(252, 210, 29);
    text-decoration: none;
    font-size: 20px;
    margin-right: 20px; /* Espacio entre el logo y el botón hamburguesa */
    font-weight: 600;
}
.scrolled .navbar-brand a {
    color:#082261; 
    text-decoration: none;
    font-size: 20px;
    margin-right: 20px; /* Espacio entre el logo y el botón hamburguesa */
}
.nav-link {
    display: block; /* Hace que el enlace sea un bloque para ocupar todo el espacio */
    padding: 4px 40px; /* Espaciado interno para el botón */
    color: #343a40; /* Color del texto */
    text-decoration: none; /* Elimina el subrayado */
    font-size: 16px; /* Tamaño de fuente */
    text-align: center; /* Centra el texto */
    border-radius: 25px; /* Bordes redondeados para un aspecto de botón */
    transition: background-color 0.3s, color 0.3s, transform 0.3s; /* Transiciones suaves para el fondo y el color */
}
.nav-link:hover,
.nav-link:focus {
    background-color: #082261; /* Cambia el color de fondo al pasar el cursor */
    border-radius: 0 0 0 50px;
    color: #ffffff; /* Cambia el color del texto en el hover */
    transform: scale(1.05); /* Efecto de aumento al pasar el cursor */
    outline: none; /* Elimina el contorno por defecto del enfoque */
}
.scrolled .nav-link:hover,
.scrolled .nav-link:focus {
    background-color: rgb(252, 210, 29); /* Cambia el color de fondo al pasar el cursor */
    border-radius: 0 0 0 50px;
    color: #082261; /* Cambia el color del texto en el hover */
    transform: scale(1.05); /* Efecto de aumento al pasar el cursor */
    outline: none; /* Elimina el contorno por defecto del enfoque */
}

/* Estilo para el estado activo (cuando el enlace está activo) */
.nav-link.active {
    background-color: #28a745; /* Color de fondo cuando está activo */
    color: #ffffff; /* Color del texto cuando está activo */
}

/* Ajustes para mejorar la accesibilidad y la visualización */
.nav-link:focus {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5); /* Agrega un contorno visible en el enfoque */
}

.navbar-toggler {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: none; /* Oculto por defecto */
    margin-left: auto; /* Empuja el botón hamburguesa hacia la derecha */
}

.navbar-menu {
    list-style: none;
    display: flex;
    gap: 20px;
}
.navbar-menu .dropdown-menu {
   
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    padding: 0;
    margin: 0;
    width: 200px;
}

.navbar-menu .dropdown-menu li {
    display: block;
}

.navbar-menu .dropdown-menu a {
    padding: 10px;
}

.navbar-menu li {
    display: inline;
    background-color:transparent;
}

.navbar-menu a {
   /* color:rgb(247, 231, 4);*/
    text-decoration: none;
    opacity: 1.5;
}
.sj-overlap .sj-header.sj-sticky {
    position: fixed;
    background-color:rgba(80, 80, 180, 0.50) !important;
}

img.u-logo-image.u-logo-image-1{
    width: 100px;
    height: 100px;
}
.div_flag_productos{
    height: 110px;background-color:#082261;
  }
  img.img_prod_box_intro{
    width: 80%;
    height: auto;
  }
@media (min-width: 1575px) and (max-width: 1680px) {
    .sj-header {
        padding-top: 5px;padding-bottom: 5px;
    }
    
    .sj-header .image-1 {
        width: 210px;
        height: 45px;
        margin: 0 auto 0 calc(((100% - 1400px) / 2) + 60px);
    }
  
    .sj-header.sj-sticky, .sj-overlap .sj-header {
        z-index: 20;
       
    }
    .sj-overlap .sj-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .sj-image.logo {
        display: table;
    }
}
@media (min-width: 1441px) and (max-width: 1574px) {
    .sj-header {
        padding-top: 5px;padding-bottom: 5px;
    }    
    .sj-header .image-1 {
        width: 210px;
        height: 45px;
        margin: 0 auto 0 calc(((100% - 1400px) / 2) + 60px);
    }  
    .sj-header.sj-sticky, .sj-overlap .sj-header {
        z-index: 20;
       
    }
    .sj-overlap .sj-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .sj-image.logo {
        display: table;
        white-space: nowrap;
    }
}
@media (min-width: 1281px) and (max-width: 1440px) {
    .sj-header {
        padding-top: 5px;padding-bottom: 5px;
    }
    
    .sj-header .image-1 {
        width: 100px;
        height: 45px;
        margin: 0 auto 0 60px;
    }
    .u-logo-image.u-logo-image-1 { 
        width: 80px;
        height: 80px;
        margin-left: 40px;
    }
 
    .sj-header.sj-sticky, .sj-overlap .sj-header {
        z-index: 20;
       
    }
    .sj-overlap .sj-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .sj-image.logo {
        display: table;
        white-space: nowrap;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .sj-header {
        padding-top: 5px;padding-bottom: 5px;
        width: 100%;
    }
    
    .sj-header .image-1 {
        width: 120px;
       
        margin: 0 auto 0 60px;
    }
    img.u-logo-image.u-logo-image-1 { 
        width: 80px;
        height: 80px;
        margin-left: 5%;
    }
  
    .sj-header.sj-sticky, .sj-overlap .sj-header {
        z-index: 20;
       
    }
    .sj-overlap .sj-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .sj-image.logo {
        display: table;
        white-space: nowrap;
    }
    .navbar-menu {
        list-style: none;
        display: flex;
        gap: 0;
    }
    .div_flag_productos {
        height: 97px;
        background-color: #082261;
    }
} 
@media (min-width: 768px) and (max-width: 1024px) {
    .sj-header {
        padding-top: 5px;padding-bottom: 5px;
    }
    
    .sj-header {
        padding-top: 5px;padding-bottom: 5px;
    }
    img.u-logo-image.u-logo-image-1{
        width: 85px;
        height: 85px;
    }
    .div_flag_productos{
        height: 95px;;
      }
    .sj-header .image-1 {
        width: 120px;       
        margin: 0 auto 0 calc(((100% - 1025px) / 2) + 60px);
    }
    .sj-image.logo.image-1{
        width: 85px;
        height: 85px;
    }
    .sj-header .image-1 {
        width: 80px;
        height: auto;
        margin: 0 auto 0 30px;
    }
    .u-logo-image.u-logo-image-1 { 
        width: 80px;
        margin-left: 40px;
    }
    .navbar {
       /* background-color:#082261;      */ 
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        opacity: 1.5;
        z-index: 2000;
        
    }   
 
    .sj-header.sj-sticky, .sj-overlap .sj-header {
        z-index: 20;
       
    }
    .sj-overlap .sj-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .sj-image.logo {
        display: table;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
     .sj-header {
        padding-top: 5px;padding-bottom: 5px;
    }
    .sj-header .image-1 {
        width: 40%;
        height: auto;
        margin: 0 auto 0 60px;
    }
    .u-logo-image.u-logo-image-1 { 
        width: 90px;
        margin-left: 5%;
    }
   /* .div_flag_productos{
        height: 95px;;
      }*/
    .sj-overlap .sj-header.sj-sticky.scrolled {
        position: fixed;
        background-color: rgba(255, 255, 255) !important;
    }
    
    .sj-header.sj-sticky, .sj-overlap .sj-header {
        z-index: 20;
       
    }
    .sj-overlap .sj-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .sj-image.logo {
        display: table;
        white-space: nowrap;
    }  
}
@media (min-width: 481px) and (max-width: 575px) {
    .sj-header {
        padding-top: 5px;padding-bottom: 5px;
    }
    .sj-header .image-1 {
        width: 40%;
        height: auto;
        margin: 0 auto 0 calc(((100% - 576px) / 2) + 60px);
    }
    .u-logo-image.u-logo-image-1 { 
        width: 40%;
        margin-left: 10%;
    }  
     /*.div_flag_productos{
       height: 95px;
      }*/
    .sj-overlap .sj-header.sj-sticky.scrolled {
        position: fixed;
        background-color: rgba(255, 255, 255) !important;
    }
    
    .sj-header.sj-sticky, .sj-overlap .sj-header {
        z-index: 20;
       
    }
    .sj-overlap .sj-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .sj-image.logo {
        display: table;
        white-space: nowrap;
    }  
  
}
@media (max-width: 480px) {
    .sj-header {
        padding-top: 5px;padding-bottom: 5px;
    }   
    
    .sj-header .image-1 { 
        width: 80%;        
        padding-left: 20px;
        height: auto;
        margin: 0 auto 0 0;
    }
    img.u-logo-image.u-logo-image-1 {
        width: 60px;
        height: 60px;
    }
   
    .sj-overlap .sj-header.sj-sticky {
        position: fixed;
        background-color:rgba(8, 34, 97, 0.57) !important;
    }
    .sj-overlap .sj-header.sj-sticky.scrolled {
        position: fixed;
        background-color: rgba(255, 255, 255) !important;
    }
    
    .sj-header.sj-sticky, .sj-overlap .sj-header {
        z-index: 20;
       
    }
    .sj-overlap .sj-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .sj-image.logo {
        display: table;
        white-space: nowrap;
    }  
    .div_flag_productos{
        height: 70px;
      }
}
@media (max-width: 1024px) {
    .navbar {
        background-color:#082261;       
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        opacity: 1.5;
        z-index: 2000;
        
    }
    .navbar-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background-color:#082261;    
        width: 250px;
        padding:25px 20px;
        opacity: 1;
        color:rgb(247, 231, 4);
    }
    .navbar-menu li {
        display: inline;
        background-color:#082261;    
    }
    
    .navbar-menu.active {
        display: flex;
    }

    .navbar-toggler {
        display: block;
    }
    .scrolled .navbar-brand a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        margin-right: 20px;
    }
    
}

.clear-fix{
    clear: both;
}

/* Estilos generales para dispositivos grandes */
.hidden{
    display:none;
}
  /* Computadoras de escritorio ultraanchas */
  @media (min-width: 1441px) {
    .xl_indden{
        display:none;
   }
  }
   /* Computadoras de escritorio grandes */
   @media (min-width: 1280px) and (max-width: 1440px) {
    .lg_indden{
        display:none;
   }
   }
     /* Tabletas en orientación horizontal y computadoras de escritorio pequeñas */
  @media (min-width: 1025px) and (max-width: 1279px) {
    .md_indden{
        display:none;
   }
} 
  /* Tabletas en orientación vertical */
  @media (min-width: 768px) and (max-width: 1024px) {
   .sm_indden{
        display:none;
   }
  }
  /* Móviles y tabletas en orientación horizontal */
  @media (min-width: 481px) and (max-width: 767px) {
    .xs_indden{
        display:none;
   }
  }
  
  
  /* Móviles pequeños */
  @media (max-width: 480px) {
    .xxs_indden{
        display:none;
   }
  }


  footer.bjiyx {
    padding: 10px 0px 60px;
    background-color: rgb(8, 34, 97);
}
.jpAQsC{
    display: flex;
}
.gERHkS {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.kbFvOW {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 30px;
}
.feovDW {
    text-decoration: none;
    display: inline-block;
    margin: 0px;
}
.bjiyx .logo img {
    width: 128px;
    height: auto;
}
.kfSshf {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px;
}

.jpAQsC {
    color: rgb(252, 210, 29);
    font-size: 18px;
    font-family: Arial;
    text-align: center;
    line-height: 25px;
    margin-bottom: 5px;
}
.gbhhTG {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}
.dUVOFn {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
}
.eGwUtw {
    margin: 0px 18px;
}
.eGwUtw a {
    color: rgb(255, 255, 255);
    transition: 0.3s;
}
  

@media (min-width: 1220px) {
    .gERHkS {
        max-width: 1170px;
        width: 100%;
        
    }
    .foot-left{
        width: 100%;
        padding: 30px 20px;
    }
    .foot-right{
        width: 100%;
        padding: 30px 60px 30px 180px;
    }
}
@media (min-width: 992px) and (max-width: 1219px) {
    .gERHkS {
        max-width: 970px;
        width: 100%;
    }
    .foot-left{
        width: 50%;
        margin-left: 0;     
        padding-right: 50px;
    }
    .foot-right{
        width: 50%;
        padding-left: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gERHkS {
        max-width: 740px;
        width: 100%;
    }
    .foot-left{
        width: 50%;
        margin-left: 30px;
        margin-right: auto;
        padding-right: 50px;
    }
    .foot-right{
        width: 50%;
        margin-right: auto;
        padding-left: 50px;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    .gERHkS {
        max-width: 96%;
        width: 96%;
    }
    .foot-left{
        width: 50%;
        margin-left: 30px;
        margin-right: auto;
        padding-right: 50px;
    }
    .foot-right{
        width: 50%;
        margin-right: auto;
        padding-left: 50px;
    }

}
@media (min-width: 481px) and (max-width: 574px) {
    .bjiyx .logo img {
        width: 100px;
        height: auto;
    }
    .jpAQsC{
        display: block;
    }
    .gERHkS {
        max-width: 300px;
        width: 100%;
    }
    .foot-left, .foot-right{
        width: 100%;
        margin-top: 30px;
    }

}
@media (max-width: 480px) {
    .bjiyx .logo img {
        width: 100px;
        height: auto;
    }
    .jpAQsC{
        display: block;
    }
    .gERHkS {
        max-width: 300px;
        width: 100%;
    }
    .foot-left, .foot-right{
        width: 100%;
        margin-top: 30px;
    }
}
