/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

* p {

  font-style: normal !important;
  letter-spacing: 0px !important;
}

header {
  padding:0px !important; 
}

.cell_1761714404439-vertical-alignment {
    flex-direction: row;
    justify-content: center !important;
  }
.header-top-module-5-flexbox-positioning{
  align-items: center !important;
}

.ft-header--btn, .ft-header--phone, .ft-lang-switcher, .ft-search{
 margin-inline-end: 10px !important; 
}

/* .row-fluid [class*='span']{
 margin-left:0px !important; 
}*/

@media (min-width: 992px) {
    .header .menu .menu__wrapper .menu__item--depth-1 {
        /*     padding: 15px 20px; */
        padding: 15px 10px !important;
    }
}


.ft-header  {
  background: #fff;
}

.header .ft-logo {
  max-width: 254px;
  padding: 20px 0;
}

#search-widget { position:relative; z-index:1002; }

.titulo {
  font-size: 65px !important; 
  letter-spacing: .5px !important; 
  line-height: 65px !important;
}

.ft-header--btn .ft-button {
  padding-block: 12px;
  border-radius: 12px;
}

.ft-button--filled {
  background: #2c2b74;
  border: 2px solid #fff;
}

.ft-footer__menu-heading h6:after{
  background-color:#fff; 
}




.ft-button {
  border-radius: 0;
  font-size: 18px;
  line-height: 24px;
  padding: 12px;
  text-transform: uppercase;
  border-radius:12px;
}

.header .menu__item--depth-1>.menu__link.menu__link--active-link, .header .menu__item--depth-1>.menu__link:active {
  color:#2c2774;
}

.header .ft-mega-menu__wrapper a, .header .menu__item--depth-1>.menu__link:not(.ft-button), .header .menu__link{
  color:#23539e; 
}

.header .menu__item--depth-1>.menu__link.menu__link--active-link,.header .menu__item--depth-1>.menu__link:hover {
  color: #2c2774 !important;
}


.header .hs-menu-item a:focus,.header .hs-menu-item a:hover,.header .menu .menu__wrapper .menu__submenu .menu__item:focus>.menu__link,.header .menu .menu__wrapper .menu__submenu .menu__item:hover>.menu__link,.header__menu-submenu .header__menu-link:focus,.header__menu-submenu .header__menu-link:hover {
  color:#23539e !important;
}

.header .menu__item--depth-1:after, .header .menu__item--depth-1:before{
  color:#23539e !important; 
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {

  color: #23539e !important;
}

.header .ft-menu-toggler,.header .ft-menu-toggler--close {
  top: 10px!important;
} 


.header .menu__item--depth-1:after,.header .menu__item--depth-1:before {
  background-color: #2c2774 !important;
}

/* -------------------------
   Icon list (horizontal)
   ------------------------- */
.icon-list {
  display: flex;
  gap: 5px;                 /* reducido para pantallas pequeñas */
  align-items: center;
  justify-content: center;   /* mantener centrado por defecto */
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;         /* importante: evitar quiebre en varias filas */
  overflow-x: auto;          /* permite scroll horizontal si falta espacio */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;     /* ocultar scrollbar en Firefox */
}

/* opcional: ocultar la barra de scroll en WebKit */
.icon-list::-webkit-scrollbar { display: none; }

.icon-list__item {
  display: inline-block;
  min-width: 44px;           /* asegura área táctil mínima */
  box-sizing: border-box;
  text-align: center;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;           /* leve reducción para consistencia */
  line-height: 1;
  transition: color 150ms ease, transform 120ms ease;
  -webkit-tap-highlight-color: transparent;
  padding: 6px 4px;          /* área táctil extra sin romper layout */
  white-space: nowrap;       /* evita que el texto se parta en varias líneas */
}

/* icono */
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex: 0 0 20px;
  fill: currentColor;
  transition: transform 140ms ease;
}

/* hover / focus */
.icon-link:hover,
.icon-link:focus {
  color: #ffd400;
  outline: none;
}

.icon-link:active .icon { transform: scale(.95); }

.icon-link:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 208, 64, 0.14);
  border-radius: 6px;
}

/* -------------------------
   Responsive: reducir aún más en pantallas muy pequeñas
   ------------------------- */
@media (max-width: 420px) {
  .icon-list { gap: 5px; padding:0px; }
  .icon-link { font-size: 14px; gap: 6px; }
  .icon { width: 18px; height: 18px; flex: 0 0 18px; }
}

/* En pantallas muy angostas: esconder labels (solo iconos) para evitar overflow.
   Ajusta el max-width según el ancho mínimo donde se rompa en tu Samsung. */
@media (max-width: 360px) {
           /* oculta texto dejando iconos visibles */
  .icon-link .icon { width: 22px; height: 22px; } /* agranda ligeramente iconos */
  .icon-link span { display: none !important; }   /* ocultar spans con texto */
}


#hs_cos_wrapper_header-top-module-5 .menu__item--depth-1:hover > .menu__link { 
  color: #2c2774; 
}

#hs_cos_wrapper_header-top-module-5 .menu__item:hover .menu__child-toggle-icon,
#hs_cos_wrapper_header-top-module-5 .menu__item:hover .menu__child-toggle-icon:focus {
  border-top-color: #2c2774 !important;
  border-bottom-color: #2c2774 !important;
  border-right-color: #2c2774 !important;
}

#hs_cos_wrapper_header-top-module-5 .menu .menu__link:active { 
  color: #2c2774; 
}


#module_17698760696095 .ft-tabs--tab-container{
 margin-bottom:20px !important; 
}


@media (max-width: 850px) {
  
  /* top header */
.header__top {
    display: inline !important ;
}
  
  #widget_1761858539467 .ft-tabs__content-text, #widget_1761858539467 .ft-tabs__content-media .ft-title-content{
    text-align:justify !important;
  }
  
  .titulo {
   
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .ft-button--filled {
    margin-top:20px;

  }

  .header .ft-logo {
    max-width: 180px;
    padding: 10px 10px;
  }

  .ft-header{
    padding:0px;
  }

  a.menu__link.menu__link--toggle {
    position: relative;
  }

  span.menu__child-toggle-icon {
    right: 15px;
  }

  .header .menu .menu__wrapper .menu__item--depth-1>.menu__child-toggle {
    position: absolute !important;
    right: 0;
    top: 20px !important;
    width: 100%;
    height: 40px;
    margin-left: auto;
  }
  .header .ft-menu-toggler.ft-toggle-open {
    display: none !important;
    opacity: 0;
  }
 
}

#widget_1761858539467 .ft-tabs--tab-container{
 margin-bottom:10px !important; 
  
}

footer{
  background:#2c2774 !important;
}

#header-top-module-7 .lang_list_class li a{
color:#696969 !important;
}


@media (max-width: 992px) {
    .ft-header--phone, .ft-lang-switcher {
        display: block !important;
    }
}
  
.white-bullets {
    list-style: none; /* Quitamos bullets originales */
    padding-left: 0;
}

.white-bullets li {
    position: relative;
    padding-left: 25px; /* Espacio para el icono */
}

.white-bullets li::before {
    content: "✓";
    color: #fff ; /* Cambia el color aquí */
    font-weight: bold;
    position: absolute;
    left: 0;
}

.x-bullets {
    list-style: none;
    padding-left: 0;
}

.x-bullets li {
    position: relative;
    padding-left: 25px;
}

.x-bullets li::before {
    content: "✕"; /* Cambiado de ✓ a X */
    color: red;
    font-weight: bold;
    position: absolute;
    left: 0;
}

#widget_1771874956434 .ft-tabs--tab-container{
 margin-bottom:10px !important; 
  
}

  .header .ft-lang-switcher .lang_list_class {
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    left: -100px;
    min-width: 150px;
    padding: 6px 12px;
    text-align: left;
    top: 33px;
    transform: none;
}
  .header div{
  line-height:0;
  }
  .ft-on-scroll .ft-header {
    background: #FFFFFF;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    z-index:88 !important;
}
}

.ft-header--btn .ft-button{
  padding-block:10px !important;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/