/*
 * AACCENTIA - Responsive CSS
 * Añade aquí tus reglas para manejar el responsive del theme.
 */


/* Color del título sobre el hero en la página de pago en inglés (Post ID 3588) */
.post-3588 .et_pb_heading_0 .et_pb_heading_container h1 {
  color: #FFFFFF !important;
}


/** QUITAR ANIMACIONES A LOS BOTONES DEL HEADER */
#et-boc * {
  transition: unset !important;
}

.oculto {
  display: none !important;
}

/** BOTON CTA HAZTE SOCIO HEADER */
.haztesocio_btn {
  animation: wiggle 10s linear infinite;
  cursor: pointer;
}

/* Keyframes con microvariaciones más naturales */
@keyframes wiggle {

  /* Animación activa (1.5s ≈ 9% del timeline) */
  0% {
    transform: rotateZ(0deg);
  }

  70% {
    transform: rotateZ(0deg);
  }

  71% {
    transform: rotateZ(-5deg);
  }

  72% {
    transform: rotateZ(4deg);
  }

  73% {
    transform: rotateZ(-3deg);
  }

  74% {
    transform: rotateZ(2deg);
  }

  75% {
    transform: rotateZ(-1deg);
  }

  76% {
    transform: rotateZ(1deg);
  }

  77% {
    transform: rotateZ(0deg);
  }

  99% {
    transform: rotateZ(0deg);
  }

  /* Mantener quieto el resto del tiempo (15s) */
  100% {
    transform: rotateZ(0deg);
  }
}

.link_del_footer a {
  white-space: nowrap;
}

/** tamaño del contenedor del footer */
#et-main-area>footer>div>div>div.et_pb_row.et_pb_row_0_tb_footer.et_pb_equal_columns.et_pb_gutters2 {
  width: 45%;
}

/** pegar email al icono */
#et-main-area>footer>div>div>div.et_pb_row.et_pb_row_0_tb_footer.et_pb_equal_columns.et_pb_gutters2>div.et_pb_column.et_pb_column_2_5.et_pb_column_1_tb_footer.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_module.et_pb_blurb.et_pb_blurb_0_tb_footer.et_pb_text_align_left.et_pb_blurb_position_left.et_pb_bg_layout_light>div>div.et_pb_blurb_container {
  padding-left: 0px !important;
}

@media only screen and (max-width: 980px) {
  /* Ajustes generales para tablets y móviles */

  /** HEADER SUPERIOR */
  #et-boc>header>div>div.et_pb_section.et_pb_section_0_tb_header.solo-en.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child,
  #et-boc>header>div>div.et_pb_section.et_pb_section_1_tb_header.solo-es.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    position: absolute;
  }

  /** todo el conjunto de menús sociales y socios */
  #et-boc>header>div>div.et_pb_section.et_pb_section_0_tb_header.solo-en.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_row_sticky.et_pb_column_single,
  #et-boc>header>div>div.et_pb_section.et_pb_section_1_tb_header.solo-es.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_row_sticky.et_pb_column_single {
    margin-bottom: 10px !important;
  }

  /** hamburguesa menu */
  #et-boc>header>div>div.et_pb_section.et_pb_section_3_tb_header.solo-en.et_pb_with_background.et_section_regular.et_pb_section--with-menu>div>div>div>div>div,
  #et-boc>header>div>div.et_pb_section.et_pb_section_2_tb_header.solo-es.et_pb_with_background.et_section_regular.et_pb_section--with-menu>div>div>div>div>div {
    justify-content: end !important;
    -webkit-box-pack: end !important;
  }

  #mobile_menu1,
  #mobile_menu2 {
    background-color: #fff !important;
  }

  .et_mobile_menu li a {
    padding: 6px 5% !important;
  }

  /** FOOTER */
  #et-main-area>footer>div>div>div.et_pb_row.et_pb_row_0_tb_footer.et_pb_equal_columns.et_pb_gutters2 {
    width: 80%;
    display: flex;
  }

  /** no colapsar el menu del footer */
  footer .et_pb_menu__menu {
    display: unset !important;
  }

  /** ocultar la hamburguesa del menú móvil */
  footer .et_mobile_nav_menu {
    display: none !important;
  }

}

@media only screen and (max-width: 767px) {
  /* Ajustes específicos para móviles */

  /** contenedor botones hazte socio y acceso socios */
  #et-boc>header>div>div.et_pb_section.et_pb_section_0_tb_header.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_row_inner.et_pb_row_inner_0_tb_header {
    margin-bottom: 8px !important;
  }

  /** div hazte socio y acceso socios */
  #et-boc>header>div>div.et_pb_section.et_pb_section_1_tb_header.solo-es.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_row_inner.et_pb_row_inner_3_tb_header>div,
  #et-boc>header>div>div.et_pb_section.et_pb_section_0_tb_header.solo-en.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_row_inner.et_pb_row_inner_1_tb_header>div {
    display: flex;
    flex-direction: column-reverse;
  }

  /** boton acceso socios **/
  #et-boc>header>div>div.et_pb_section.et_pb_section_0_tb_header.soloe-en.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_row_inner.et_pb_row_inner_1_tb_header>div>div.et_pb_button_module_wrapper.et_pb_button_0_tb_header_wrapper.et_pb_button_alignment_right.et_pb_module,
  #et-boc>header>div>div.et_pb_section.et_pb_section_1_tb_header.solo-es.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_row_inner.et_pb_row_inner_3_tb_header>div>div.et_pb_button_module_wrapper.et_pb_button_2_tb_header_wrapper.et_pb_button_alignment_right.et_pb_module {
    margin-right: -5px !important;
  }

  /** menu social y socios */

  #et-boc>header>div>div.et_pb_section.et_pb_section_1_tb_header.solo-es.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_row_inner.et_pb_row_inner_3_tb_header>div,
  #et-boc>header>div>div.et_pb_section.et_pb_section_0_tb_header.solo-en.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_row_inner.et_pb_row_inner_1_tb_header>div {
    padding-top: 10px !important;
  }

  /** FOOTER */
  #et-main-area>footer>div>div>div.et_pb_row.et_pb_row_0_tb_footer.et_pb_equal_columns.et_pb_gutters2 {
    width: 90%;
    display: unset;
  }

  /** contenedor de menu y links */
  #et-main-area>footer>div>div>div.et_pb_row.et_pb_row_1_tb_footer.et_pb_row--with-menu {
    margin-top: 20px;
  }

  /** glyphs sociales, links idiomas y email */
  #et-main-area>footer>div>div>div.et_pb_row.et_pb_row_0_tb_footer.et_pb_equal_columns.et_pb_gutters2>div.et_pb_column.et_pb_column_2_5.et_pb_column_1_tb_footer.et_pb_css_mix_blend_mode_passthrough.et-last-child * {
    text-align: center !important;
  }

  /** contenedor de emil y glyph */
  #et-main-area>footer>div>div>div.et_pb_row.et_pb_row_0_tb_footer.et_pb_equal_columns.et_pb_gutters2>div.et_pb_column.et_pb_column_2_5.et_pb_column_1_tb_footer.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_module.et_pb_blurb.et_pb_blurb_0_tb_footer.et_pb_text_align_left.et_pb_blurb_position_left.et_pb_bg_layout_light>div {
    width: unset !important;
  }

}

/** subir y bajar los elementos que acompañan al logo en el header */
@media only screen and (max-width: 480px) {

  #et-boc>header>div>div.et_pb_section.et_pb_section_1_tb_header.solo-es.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_row_inner.et_pb_row_inner_2_tb_header.contenedor_header,
  #et-boc>header>div>div.et_pb_section.et_pb_section_0_tb_header.solo-en.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_row_inner.et_pb_row_inner_0_tb_header {
    margin-top: -10px;
  }

  #et-boc>header>div>div.et_pb_section.et_pb_section_1_tb_header.solo-es.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_row_inner.et_pb_row_inner_3_tb_header,
  #et-boc>header>div>div.et_pb_section.et_pb_section_0_tb_header.solo-en.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child>div.et_pb_row_inner.et_pb_row_inner_1_tb_header {
    margin-top: 48px;
  }

  #et-boc>header>div>div.et_pb_section.et_pb_section_0_tb_header.solo-en.et_section_specialty.et_pb_section_sticky>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_row_sticky.et_pb_column_single {
    margin-bottom: 35px !important;
  }

}

/** ajustar cabecera inglés */
#et-boc>header>div>div.et_pb_section.et_pb_section_0_tb_header.solo-en.et_section_specialty.et_pb_section_sticky {
  padding: 0px !important;
}

/** ANCHO DE MENUS en pantalla grandes*/
@media only screen and (min-width: 980px) {

  .sub-menu {
    width: 340px !important;

    li a {
      width: 300px !important;
    }

    .sub-menu {
      left: 340px !important;
    }

  }
}