/*
Theme Name: ISOTools 2022
Theme URI: https://esginnova.com
Description: Rediseño de la página de ISOTools.
Author: Antonio Navajas
Author URI: https://esginnova.com
Template: Total
Version: 1.3
*/

/*
    VARIABLES
*/

:root {
  --main-corporative-color: #0069a7;
  --main-corporative-color-dark: #005c91;
  --secondary-corporative-color: #ff9900;
  --secondary-corporative-color-dark: #ec6d26;
  --main-dark-color: #333;
  --secondary-dark-color: #616161;
  --main-light-color: #fbfbfb;
  --secondary-light-color: #ebebeb;
}

/*
    HELPERS & RESETS
*/

body,
p,
li {
  color: var(--main-dark-color);
  font-size: 16px;
}

ol {
  counter-reset: item;
}

ol li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: 600 !important;
  text-align: right;
  content: counters(item, ".") ".";
  counter-increment: item;
}

ol li::marker {
  display: none;
  content: "";
}

h1 {
  font-size: 1.846em;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

::selection {
  color: #fff;
  background: var(--main-corporative-color);
}

.texto-corporativo {
  color: var(--main-corporative-color) !important;
}

.texto-corporativo-secundario {
  color: var(--secondary-corporative-color) !important;
}

.texto-blanco h1,
.texto-blanco h2,
.texto-blanco h3,
.texto-blanco h4,
.texto-blanco h5,
.texto-blanco h6,
.texto-blanco span,
.texto-blanco p,
.texto-blanco ul,
.texto-blanco li,
.texto-blanco a,
.texto-blanco div {
  color: #fff !important;
}

.w-100 {
  width: 100%;
}

.lista-check li {
  list-style: none;
  padding: 5px 0 5px 35px;
  position: relative;
}

.lista-check li:before {
  background: url("img/sprite.webp") no-repeat -10px -195px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 23px;
}

.texto-blanco .lista-check li:before {
  background: url("img/sprite.webp") no-repeat -47px -195px;
}

.superposicion-top-80 {
  top: -80px;
  margin-bottom: -50px;
}

.superposicion-top-40 {
  top: -40px;
  margin-bottom: -20px;
}

.dn {
  display: none !important;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.z1 {
  z-index: 1 !important;
}

.z2 {
  z-index: 2 !important;
}

.z3 {
  z-index: 3 !important;
}

.z4 {
  z-index: 4 !important;
}

.z5 {
  z-index: 5 !important;
}

.z6 {
  z-index: 6 !important;
}

.z7 {
  z-index: 7 !important;
}

.z8 {
  z-index: 8 !important;
}

.z9 {
  z-index: 9 !important;
}

.d-inline-block {
  display: inline-block !important;
  vertical-align: middle;
}

/*
    ELEMENTOS DE UI
*/

.theme-button {
  font-size: 16px;
}

.vcex-multi-buttons .theme-txt-link {
  display: inline-block;
  position: relative;
}

.vcex-multi-buttons .theme-txt-link:not(:last-child):after {
  content: "";
  height: 21px;
  width: 2px;
  background-color: rgba(255 255 255 / 0.3);
  position: absolute;
  right: -10px;
  top: 4px;
}

.vcex-breadcrumbs {
  font-size: 20px;
}

span.breadcrumb_last {
  font-weight: bold;
  color: var(--main-corporative-color);
}

.breadcrumb-blanco span.breadcrumb_last {
  font-weight: bold;
  color: #fff;
}

.breadcrumb-blanco a {
  color: #fff;
}

p.titulo_seccion_ficha,
.titular-seccion h2,
.titular-seccion h4 {
  color: var(--main-corporative-color);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0 !important;
}

h4.big,
p.big,
.titular-seccion h1,
.titular-seccion h3,
.titular-seccion .formato-h3 {
  color: var(--main-dark-color);
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.texto-blanco .titular-seccion h1,
.texto-blanco .titular-seccion h2,
.texto-blanco .titular-seccion h3,
.texto-blanco .titular-seccion h4,
.texto-blanco .titular-seccion .formato-h3 {
  color: #fff;
}

.separador-azul {
  background: url("img/sprite.webp") no-repeat -11px -133px;
  height: 20px !important;
  margin: 20px auto;
  width: 83px;
}

.separador-blanco {
  background: url("img/sprite.webp") no-repeat -11px -156px;
  height: 7px;
  margin: 20px auto;
  width: 83px;
}

.separador-naranja {
  background: url(img/sprite.webp) no-repeat -112px -133px;
  height: 7px !important;
  margin: 20px auto;
}

.separador-naranja.centrado {
  width: 83px;
}

.btn-secondary-color a {
  background-color: var(--secondary-corporative-color) !important;
}

.btn-secondary-color a:hover {
  background-color: var(--secondary-corporative-color-dark) !important;
  background-image: none;
}

.imagen-cabecera-desbordada {
  text-align: center;
}

.imagen-cabecera-desbordada img {
  height: auto;
  margin-bottom: -200px;
  width: auto;
}

@media (max-width: 728px) {
  .imagen-cabecera-desbordada img {
    margin-bottom: -100px;
  }
}

.container,
.boxed-main-layout #wrap {
  max-width: 90%;
  width: 1280px !important;
}

.sectores-menu,
.sectores-menu li ul,
.sectores-menu li ul li,
.sectores-menu li ul li a,
.sectores-menu li ul li a img {
  padding: 0 !important;
  margin: 0 !important;
}

.ubermenu-main .ubermenu-item-level-0.prueba-gratis > .ubermenu-target {
  color: #fff;
}

.prueba-gratis a {
  margin-bottom: 22px !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  background: var(--secondary-corporative-color) !important;
  color: #fff;
}

.prueba-gratis a {
  background-color: var(--secondary-corporative-color-dark);
}

.prueba-gratis .ubermenu-target.ubermenu-item-layout-default:hover,
.prueba-gratis .ubermenu-target.ubermenu-item-layout-default:hover span {
  color: #fff !important;
}

.home.page-template-default
  .is-sticky
  .prueba-gratis.ubermenu-item-level-0
  > .ubermenu-target,
.is-sticky .prueba-gratis.ubermenu-item-level-0 > .ubermenu-target {
  color: #fff !important;
}

#site-header {
  height: auto;
}

.ubermenu-row-id-113433
  .ubermenu-item-normal
  > .ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
  padding: 15px !important;
}

.sectores-menu li ul li a img {
  position: absolute;
  z-index: 1;
}

.sectores-menu li ul li a span.ubermenu-target-text {
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding: 0 15%;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
  z-index: 2;
}

.ubermenu-target.ubermenu-item-layout-default {
  background: #fff;
  transition: background 0.2s ease-in;
}

.ubermenu-target.ubermenu-item-layout-default:hover {
  background: rgba(0 0 0 / 0.03);
  transition: background 0.2s ease-in;
}

.ubermenu-target.ubermenu-item-layout-default:hover span {
  color: var(--main-corporative-color) !important;
}

.ubermenu-target.ubermenu-item-layout-default.ubermenu-target-with-image:hover
  span {
  color: #fff !important;
}

.ubermenu-mobile-view
  .ubermenu-nav
  > .ubermenu-item
  .ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_above {
  max-height: 100px;
  overflow: hidden;
  padding-top: 0 !important;
}

ul#ubermenu-nav-main-2213-main_menu > .ubermenu-active > a {
  background: var(--main-corporative-color);
  color: #fff;
}

ul#ubermenu-nav-main-2213-main_menu > .ubermenu-active > a:hover span {
  color: #fff !important;
}

.ubermenu-responsive.ubermenu-mobile-view
  .ubermenu-submenu-bkg-img
  a.ubermenu-target {
  background: rgba(255 255 255 / 0.85);
}

/*
    CARACTERÍSTICAS PRINCIPALES
*/

#caracteristicas-principales
  .caracteristica-principal
  .vc_column-inner
  > .wpb_wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 15px;
}

#caracteristicas-principales .vc_column_container > .vc_column-inner {
  padding: 0;
}

#caracteristicas-principales .caracteristica-principal img {
  height: 100px;
  width: 100px;
}

#caracteristicas-principales .caracteristica-principal p.big,
#caracteristicas-principales .caracteristica-principal h3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

#caracteristicas-principales .caracteristica-principal p {
  font-size: 22px;
  font-weight: 300;
}

#caracteristicas-principales .caracteristica-principal {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
  position: relative;
}
@media (min-width: 768px) {

  #caracteristicas-principales .caracteristica-principal:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #fff;
  } 
}

@media (max-width: 768px) {
  #caracteristicas-principales {
    margin-top: 0 !important;
  }
}

/*
    HEADER
*/

/*Para que la cabecera se ajuste a la caja*/
.home .not-sticky #social-flex a {
  color: #fff;
}

.not-sticky #social-flex .language-selector a {
  color: var(--main-corporative-color);
}

.language-selector img {
  /*filter: invert(1);*/
  margin-left: 10px;
  margin-bottom: 2px;
}

.header-flex .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#site-header-inner {
  /*width: 100% !important;*/
  width: 1280px !important;
  max-width: 90% !important;
}

#social-flex p {
  margin-bottom: 0 !important;
}

#social-flex a {
  color: #000;
}

#social-flex a:hover {
  color: var(--main-corporative-color);
}

@media screen and (max-width: 450px) {
  .header-flex .wpb_wrapper {
    flex-direction: column;
  }
  #social-flex {
    padding-right: 0;
  }
  #social-flex .wpb_wrapper {
    flex-direction: row;
  }
}

.columna-derecha {
  text-align: right;
}

.columna-derecha .wpex-social-btns {
  margin-right: 15px !important;
}

.columna-derecha .wpex-social-btn {
  margin-bottom: 0 !important;
}

.columna-derecha .glink.nturl {
  display: inline-block;
  vertical-align: text-bottom;
  margin-top: 1px;
  margin-right: 5px;
}

.columna-derecha p {
  margin-bottom: 0 !important;
}

.claimTop {
  margin-top: 3px;
}

@media (max-width: 768px) {
  .columna-derecha,
  .columna-izquierda {
    text-align: center !important;
  }

  .columna-izquierda {
    display: none !important;
  }
}

.ubermenu-item-level-0 .ubermenu-target-title.ubermenu-target-text {
  text-transform: uppercase !important;
}

.ubermenu-item-level-1 .ubermenu-target-title.ubermenu-target-text,
.ubermenu-item-level-2 .ubermenu-target-title.ubermenu-target-text,
.ubermenu-item-level-3 .ubermenu-target-title.ubermenu-target-text {
  text-transform: none !important;
}

#barra-logo {
  top: -78px;
}

.gran-claim-portada {
  font-size: 48px;
  color: #fff;
}

.soluciones-isotools {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

#logotipo-isotools img {
  display: block;
  margin: 10px 0;
  /* padding-top: 10px; */
  max-width: 148px !important;
}

#barra-menu {
  background: #fff;
  z-index: 1;
  align-items: center;
  display: flex;
}

#site-header-sticky-wrapper.is-sticky #site-header {
  box-shadow: 0px 10px 5px rgb(0 0 0 / 10%);
}

#ubermenu-nav-main-2213-main_menu > .ubermenu-item > .ubermenu-target {
  font-weight: 600;
  padding-bottom: 32px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 31px;
}

.ubermenu a span {
  font-size: 14px;
}

@media screen and (max-width: 1440px) {
  #ubermenu-nav-main-2213-main_menu > .ubermenu-item > .ubermenu-target {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ubermenu a span {
    font-size: 14px;
  }
}

.ubermenu-main .ubermenu-item-normal > .ubermenu-target {
  text-transform: none !important;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  box-shadow: 0 0 30px rgb(0 0 0 / 25%) !important;
}

.ubermenu-submenu {
  border: 0 !important;
}

.ubermenu-submenu .ubermenu-item a[href="#"] {
  cursor: default;
}

.ubermenu-submenu .ubermenu-item a[href="#"]:hover {
  background: transparent;
}

.ubermenu .ubermenu-submenu-grid.ubermenu-submenu-id-50675 {
  padding-right: 0 !important;
}
.ubermenu-submenu-id-50675 {
  min-width: 310px;
}
.ubermenu-submenu-id-50675 ul li ul li {
  clear: both;
}

.ubermenu li.search-toggle-li.wpex-menu-extra.menu-item {
  display: none;
}

.ubermenu-skin-minimal .ubermenu-submenu-type-tabs-group {
  border-color: var(--main-corporative-color) !important;
  background: var(--main-corporative-color) !important;
}

.ubermenu-skin-minimal .ubermenu-submenu-type-tabs-group .ubermenu-target span,
.ubermenu-skin-minimal .ubermenu-submenu-type-tabs-group .ubermenu-target i {
  color: #fff;
}

.ubermenu-skin-minimal .ubermenu-submenu-type-tabs-group .titulo-panel-menu {
  clear: both;
}

.ubermenu-skin-minimal
  .ubermenu-submenu-type-tabs-group
  .titulo-panel-menu
  span {
  font-weight: 900;
}

.ubermenu-skin-minimal
  .ubermenu-submenu-type-tabs-group
  .titulo-panel-menu::after {
  background: var(--secondary-corporative-color);
  bottom: 0;
  content: "";
  height: 4px;
  left: 20px;
  position: absolute;
  width: 40px;
}

.ubermenu-skin-minimal
  .ubermenu-submenu-type-tabs-group
  .ubermenu-submenu-type-tab-content-panel
  .ubermenu-target
  span {
  color: #333;
}

.ubermenu-skin-minimal
  .ubermenu-submenu-type-tabs-group
  .ubermenu-submenu-type-tab-content-panel {
  box-shadow: inset 0 20px 20px rgb(0 0 0 / 10%);
}

.ubermenu .ubermenu-submenu-type-tabs-group .ubermenu-target {
  padding: 20px;
  padding-left: 60px;
}

.ubermenu
  .ubermenu-submenu-type-tab-content-panel
  .ubermenu-submenu-type-stack
  > .ubermenu-item-normal
  > .ubermenu-target {
  padding-bottom: 15px;
  padding-top: 15px;
}

.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
  border-width: 0 !important;
}

.ubermenu-skin-minimal
  .ubermenu-submenu
  .ubermenu-tab.ubermenu-active
  > .ubermenu-target {
  background: rgba(0 0 0/ 0.2) !important;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 19%,
    rgba(0, 0, 0, 0.3) 100%
  ) !important;
}

.ubermenu-skin-minimal
  .ubermenu-submenu
  .ubermenu-tab.ubermenu-active
  > .ubermenu-target
  span {
  color: #fff !important;
}

.ubermenu-sub-indicators
  .ubermenu-has-submenu-drop
  > .ubermenu-target
  > .ubermenu-sub-indicator {
  margin-top: -8px !important;
}

.ubermenu
  .ubermenu-submenu-type-stack.ubermenu-submenu-id-53940
  > .ubermenu-item-normal
  > .ubermenu-target,
.ubermenu
  .ubermenu-submenu-type-stack.ubermenu-submenu-id-50719
  > .ubermenu-item-normal
  > .ubermenu-target {
  padding: 20px;
}

.ubermenu
  .ubermenu-item-type-column
  > .ubermenu-submenu-type-stack
  > .ubermenu-item-normal:first-child {
  margin-top: 0 !important;
}

.ubermenu .ubermenu-submenu-id-50675 .ubermenu-image {
  object-fit: cover;
  width: 100%;
}

.divider div {
  padding: 5px 0 5px 10px !important;
}

.divider hr {
  border-top: thin solid rgba(255 255 255 / 0.3);
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 1095px) {
  #texto-precabecera p {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 958px) {
  #texto-precabecera p {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 889px) {
  #texto-precabecera p {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  #social-flex {
    padding-right: 50px;
  }

  .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    right: 0 !important;
    /*top: 14px !important;*/
  }
}

/*
    MENÚ EN HOME
*/

#barra-precabecera,
#top-bar,
#barra-menu {
  max-width: 100%;
  /*  width: 90% !important;
    margin: 0 auto; */
}

#barra-precabecera,
#barra-menu {
  left: 0 !important;
  padding: 0 !important;
}

.home.page-template-default #seccion-hero-portada {
  margin-top: -137px;
}

#seccion-hero-portada {
  min-height: 80vh;
}

#logotipo-isotools {
  display: none;
}

#logotipo-isotools-sticky {
  /* margin-top: 15px; */
  margin-top: 10px;
}

.home.page-template-default .not-sticky #logotipo-isotools {
  display: block;
}

.home.page-template-default .not-sticky #logotipo-isotools-sticky {
  display: none;
}

.home.page-template-default .is-sticky #logotipo-isotools {
  display: none;
}

.home.page-template-default .is-sticky #logotipo-isotools-sticky {
  display: block;
}

.home.page-template-default
  .not-sticky
  .ubermenu-skin-minimal.ubermenu-responsive-toggle
  .fa-bars:before {
  color: #fff;
}

.home.page-template-default
  .ubermenu-main
  .ubermenu-item-level-0
  > .ubermenu-target,
.home.page-template-default
  .ubermenu-skin-minimal
  .ubermenu-item-level-0
  > .ubermenu-target,
.home.page-template-default .ubermenu-skin-minimal .ubermenu-target {
  /*color: #FFF !important;*/
}

.home.page-template-default
  .ubermenu.ubermenu-main
  .ubermenu-item-level-0
  > .ubermenu-target,
.home.page-template-default #barra-menu {
  background: transparent;
}

.home.page-template-default
  .not-sticky
  .ubermenu-main
  .ubermenu-item-level-0
  > .ubermenu-target,
.home.page-template-default
  .not-sticky
  .ubermenu-target.ubermenu-item-layout-default:hover
  span {
  color: white !important;
}

.home.page-template-default
  .not-sticky
  .ubermenu-main.ubermenu-mobile-view
  .ubermenu-item-level-0
  > .ubermenu-target {
  color: #333;
}

.home.page-template-default
  .is-sticky
  .ubermenu-main
  .ubermenu-item-level-0
  > .ubermenu-target,
.home.page-template-default
  .is-sticky
  .ubermenu-target.ubermenu-item-layout-default:hover
  span {
  color: var(--main-dark-color) !important;
}

.home.page-template-default
  .is-sticky
  .ubermenu-main
  .prueba-gratis.ubermenu-item-level-0
  > .ubermenu-target {
  color: #fff !important;
}

.home.page-template-default
  .is-sticky
  .ubermenu-main
  .ubermenu-item-level-0.ubermenu-active
  > .ubermenu-target {
  color: #fff !important;
}

.wpex-border-b {
  border-bottom-width: 0px;
}

.home.page-template-default
  .not-sticky
  .ubermenu-item-level-2
  .ubermenu-target-with-image.ubermenu-target.ubermenu-item-layout-default:hover
  span,
.home.page-template-default
  .not-sticky
  .ubermenu-item-level-2
  .ubermenu-target-with-image.ubermenu-target.ubermenu-item-layout-default:hover
  span,
.home.page-template-default
  .ubermenu-item-level-2
  .ubermenu-target-with-image
  .ubermenu-target-title.ubermenu-target-text:hover,
.home.page-template-default
  .ubermenu-item-level-2
  .ubermenu-target-with-image:hover
  .ubermenu-target-title.ubermenu-target-text,
.home.page-template-default
  .ubermenu-item-level-2
  .ubermenu-target-with-image
  .ubermenu-target-title.ubermenu-target-text,
.ubermenu-item-level-2
  .ubermenu-target-with-image
  .ubermenu-target-title.ubermenu-target-text:hover,
.ubermenu-item-level-2
  .ubermenu-target-with-image:hover
  .ubermenu-target-title.ubermenu-target-text,
.ubermenu-item-level-2
  .ubermenu-target-with-image
  .ubermenu-target-title.ubermenu-target-text {
  color: #fff !important;
}

.ubermenu-item-level-2 .ubermenu-target-title.ubermenu-target-text {
  color: var(--main-dark-color) !important;
}

.home.page-template-default
  .not-sticky
  .ubermenu-item-level-3
  .ubermenu-target.ubermenu-item-layout-default:hover
  span,
.home.page-template-default
  .not-sticky
  .ubermenu-item-level-2
  .ubermenu-target.ubermenu-item-layout-default:hover
  span,
.home.page-template-default
  .ubermenu-skin-minimal
  .ubermenu-item-level-2
  .ubermenu-target-title.ubermenu-target-text:hover {
  color: var(--main-corporative-color) !important;
}

.sector-boton
  .ubermenu-target.ubermenu-target-with-image:hover
  .ubermenu-target-title.ubermenu-target-text,
.sector-boton
  .ubermenu-target.ubermenu-target-with-image
  .ubermenu-target-title.ubermenu-target-text {
  color: #fff !important;
}

@media (max-width: 768px) {
  #site-header-sticky-wrapper.is-sticky #barra-menu {
    background-color: #fff;
  }
}

/*
    BLOQUES AZULES
*/

#texto-principal h2,
#texto-principal p,
#texto-principal span {
  color: #fff;
}

#texto-principal h2 {
  font-size: 38px;
}

#texto-principal p {
  font-size: 22px;
  font-weight: 300;
}

/*
    PESTAÑAS 
*/

span.vc_tta-title-text {
  font-size: 14px;
}

.vc_tta.vc_general .vc_tta-icon {
  color: var(--secondary-corporative-color);
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active > a {
  background-color: #fff !important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  background-color: #fff !important;
  box-shadow: 0 10px 10px rgb(0 0 0 / 30%);
}

.vc_tta.vc_general .vc_tta-panel-body {
  overflow: visible !important;
}

/*
    ISOTOOLS
*/

.banderas-sedes .vc_column-inner {
  padding: 10px;
}

.banderas-sedes .vc_column-inner p {
  font-size: 20px;
}

.banderas-sedes .vc_column-inner:hover {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

/*
    SOLUCIONES
*/

#soluciones .h3,
#soluciones h3 {
  color: var(--main-corporative-color);
  font-size: 23px;
  font-weight: 400;
}

.contenido-plantilla-seccion #soluciones p.h3 {
  font-size: 28px;
}

#soluciones h2 {
  color: var(--main-dark-color);
  font-size: 38px;
  margin-bottom: 50px !important;
}

#soluciones .vc_tta-panel-body h2 {
  margin-bottom: 0 !important;
}

#soluciones span.vc_tta-title-text {
  font-size: 1.2em;
  font-weight: bold;
}

#soluciones .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  background-color: var(--secondary-corporative-color);
  color: #fff;
}

#soluciones .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  overflow: hidden;
  border-bottom: 2px solid var(--secondary-corporative-color);
}

.elemento-solucion .vc_column-inner {
  padding: 20px;
  background: transparent;
  border-radius: 20px;
  position: relative;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.elemento-solucion:hover .vc_column-inner {
  transform: translateY(-20px);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

@media (max-width: 1024px) {
  .elemento-solucion:hover .vc_column-inner {
    transform: none;
    box-shadow: none;
    background: transparent;
  }
}

.elemento-solucion .vc_column-inner .separador-azul {
  margin: 20px auto 0;
}

.elemento-solucion .vc_column-inner .separador-azul,
.elemento-solucion .vc_column-inner .btn-acceso-solucion {
  display: none;
}

.elemento-solucion:hover .vc_column-inner .separador-azul,
.elemento-solucion:hover .vc_column-inner .btn-acceso-solucion {
  display: block;
}

.elemento-solucion p {
  text-align: center;
}

/*
    PIE GENERAL
*/

.footer-builder-content {
  max-width: 90% !important;
  width: 1280px !important;
}

#pie,
#pie h1,
#pie h2,
#pie h3,
#pie h4,
#pie p {
  color: #fff;
}

#pie h3 {
  font-size: 23px;
  margin-bottom: 30px;
  margin-top: 0;
}

.logotipo-pie img {
  height: auto;
  width: 250px;
}

.info-pie a {
  color: var(--secondary-corporative-color);
  margin-bottom: 20px !important;
  display: inline-block;
}

#footer-builder {
  margin-top: 20px;
}

.titulo-pie {
  color: #fff;
  display: inline-block;
  font-size: 20px !important;
  font-weight: 400;
  margin-bottom: 10px !important;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px;
  text-transform: uppercase;
}

footer .widget ul li a {
  color: rgba(255 255 255 / 0.7);
  display: block;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
}

#pie-legal p {
  color: #fff;
  font-size: 14px;
  margin-left: 2px;
}

#pie-legal #aviso-legal li {
  display: inline-block;
}

#pie-legal #menu-2022-legal-footer {
  text-align: right;
}

footer .ticon {
  color: #152c50;
}

#logos {
  text-align: right;
}

#logos .wpb_single_image {
  display: inline-block;
}

#logos img {
  margin-right: 10px;
  width: auto;
}

.mapa-pie .h4 {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  margin-top: -7px;
  margin-left: 16px;
}

.mapa-pie .datos-pie p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.3em;
}

.mapa-pie .datos-pie p strong {
  font-size: 1.6em;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
  color: var(--main-corporative-color);
  border-color: #fff;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover {
  color: #fff;
  border-color: #99c3dc;
  background-color: #99c3dc;
}

/*
    TESTIMONIOS
*/

.testimonial-entry-content {
  border-radius: 10px;
  filter: drop-shadow(0 5px 5px rgba(0 0 0 / 0.2));
}

.testimonial-entry-bottom {
  margin-left: 20px;
}

.testimonial-caret {
  left: 30px;
}

.wpex-carousel.arrwstyle-slim .owl-prev .ticon-chevron-left:before,
.wpex-carousel.arrwstyle-slim .owl-next .ticon-chevron-right:before {
  color: #fff;
}

/*
    PLANTILLAS CONTENIDO
*/

.titulo-plantilla-seccion h1 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .titulo-plantilla-seccion h1 {
    text-align: center;
  }
}

.contenido-plantilla-seccion #soluciones p,
.contenido-plantilla-seccion #soluciones li {
  font-size: 16px;
}

.contenido-plantilla-seccion #soluciones h2 {
  font-size: 34px;
  margin-bottom: 15px !important;
}

.contenido-plantilla-seccion #soluciones .wpex-post-cards-grid h2 {
  font-size: 1.231em;
}

/*
    SIDEBAR 2022
*/

.menu-2022-sidebar-container ul li a {
  background: var(--main-light-color);
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgba(0 0 0 / 0.2);
  color: var(--secondary-corporative-color);
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
  padding: 8px 10px;
  padding-left: 20px;
  text-decoration: none;
  transform: translateX(0);
  transition: transform 0.2s ease-in;
  width: 100%;
}

.menu-2022-sidebar-container ul li a:hover {
  transform: translateX(25px);
  transition: transform 0.2s ease-in;
}

.menu-2022-sidebar-container ul li ul li a {
  color: var(--main-corporative-color);
  font-size: 14px;
  font-weight: 600;
  padding-left: 30px;
}

.menu-2022-sidebar-container ul li ul li ul li a {
  color: var(--main-dark-color);
  font-weight: 400;
  text-decoration: none;
  padding-left: 40px;
}

/*
    FORMULARIOS DEL PIE
*/

.formulario {
  margin: 0 auto;
}

.formulario iframe {
  margin: 0 auto;
  max-width: 500px;
}

.formulario .hs-input {
  /*height: 0;*/
  font-size: 13px;
}

.formulario .field label.hs-error-msg {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 4px;
}

.formulario legend.hs-field-desc {
  color: #aaa;
  font-size: 11px;
  font-weight: bold;
}

.formulario .hs-input::placeholder {
  color: #ccc;
  font-weight: 400;
}

.formulario .hs-form-required {
  color: red;
}

.formulario .hs-input[type="checkbox"] {
  height: 13px;
}

.formulario .hs-button.primary.large {
  font-family: "Lato";
  font-size: 0.923em;
  line-height: 1.65em;
}

.formulario .hs_submit.hs-submit,
.formulario fieldset {
  margin: 0 auto !important;
}

.formulario .hs_submit.hs-submit {
  text-align: center;
}

/*
    FORMULARIOS HUBSPOT
*/

.hbspt-form {
  background: var(--main-light-color);
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
}

.hbspt-form form {
  margin-bottom: 0;
}

.hbspt-form form .field input[type="tel"],
.hbspt-form form .field input[type="text"],
.hbspt-form form .field input[type="email"],
.hbspt-form form .field input[type="password"],
.hbspt-form form .field input[type="number"] {
  background: #fff !important;
  border-radius: 3px !important;
  border: thin solid var(--secondary-light-color) !important;
  box-sizing: border-box !important;
  padding: 5px !important;
  width: 100% !important;
}

.hbspt-form form .field {
  margin-bottom: 10px;
}

.hbspt-form form .field select {
  border: thin solid var(--secondary-light-color) !important;
  height: 40px !important;
  width: 100% !important;
}

.hbspt-form form ul.inputs-list,
.hbspt-form form ul.no-list {
  list-style: none;
  margin: 0;
}

.hbspt-form form ul.inputs-list input[type="checkbox"] {
  margin-right: 10px;
}

.hbspt-form form .field label {
  font-weight: 700;
  font-size: 13px;
}

.hbspt-form .hs_submit.hs-submit {
  text-align: center;
}

.hbspt-form .hs_submit.hs-submit .actions {
  margin: 0;
  padding: 0;
}

.hbspt-form .hs_submit.hs-submit .actions input.hs-button.primary.large {
  background: var(--main-corporative-color);
  border-radius: 10px !important;
  border: 1px solid #fff !important;
  box-sizing: border-box;
  font-weight: 600;
  padding: 20px 40px;
  text-shadow: none;
  transition: background 0.2s ease-in;
  width: 100%;
}

.hbspt-form .hs_submit.hs-submit .actions input.hs-button.primary.large:hover {
  background: #fff !important;
  transition: background 0.2s ease-in;
  color: var(--main-corporative-color);
  border: 1px solid var(--main-corporative-color-dark) !important;
}

#formulariocontacto .hbspt-form {
  background: transparent;
  box-shadow: none;
}

#formulariocontacto
  .hbspt-form
  .hs_submit.hs-submit
  .actions
  input.hs-button.primary.large {
  background: var(--main-corporative-color) !important;
  max-width: 500px;
}

#formulariocontacto
  .hbspt-form
  .hs_submit.hs-submit
  .actions
  input.hs-button.primary.large:hover {
  background: var(--main-corporative-color-dark) !important;
  transition: background 0.2s ease-in;
}
/*
    SEDE
*/

#titulo-sede h1 {
  color: #fff;
}

.bloque-contenido-sede h3 {
  color: var(--main-corporative-color);
  font-size: 28px;
  margin-bottom: 40px !important;
  margin: 0;
}

.bloque-contenido-sede .vc_acf {
  font-size: 14px;
  margin-bottom: 40px;
}

.bloque-contenido-sede .cta-contacto-sede {
  background-color: var(--main-corporative-color) !important;
}

/*
    NUBE
*/

.cloud-benefit,
.cloud-benefit p {
  text-align: center;
  color: #fff;
}

/*
    FIX
*/

.custom-singular-template.entry.wpex-clr p:first-child {
  /*margin: 0;*/
}

#soluciones .vc_tta-tab {
  margin-top: 0;
  margin-bottom: -1px !important;
}

p:empty {
  margin: 0 !important;
}

.wpb_single_image.svg-size-80 img {
  height: 80px !important;
  max-width: 80px !important;
  width: 80px !important;
}

.wpb_single_image.svg-size-100 img {
  height: 100px !important;
  max-width: 100px !important;
  width: 100px !important;
}

.wpb_single_image.svg-size-200 img {
  height: 200px !important;
  max-width: 200px !important;
  width: 200px !important;
}

.vcex-ib-button span {
  background: var(--main-corporative-color) !important;
  color: #fff !important;
  font-style: normal !important;
  padding: 10px 30px !important;
}

.vcex-ib-button span:hover {
  background: var(--main-corporative-color-dark) !important;
  color: #fff !important;
  font-style: normal !important;
  padding: 10px 30px !important;
}

.parent-pageid-38466 .vcex-post-content figure.wpb_wrapper,
.parent-pageid-38466
  .vcex-post-content
  figure.wpb_wrapper
  .vc_single_image-wrapper,
.parent-pageid-38466 .vcex-post-content .wpb_single_image img {
  width: 100% !important;
}

.grid-33 {
  display: inline-block;
  width: 33%;
}

#sabermas.vc_row.wpb_row.vc_row-fluid.contenedor-formulario.vc_row-o-content-middle.vc_row-flex.wpex-vc-row-stretched {
  text-align: left !important;
}

/*
    COOKIES
*/

#cookie-law-info-bar p,
#cookie-law-info-bar a {
  color: #fff;
}

/*
    CTAs Hubspot
*/

.hs-cta-wrapper {
  display: block;
  text-align: center;
}

/*
    MENÚ PRUEBA ANCHO COMPLETO
*/

@media screen and (max-width: 500px) {
  .wpb_single_image img {
    max-width: 100% !important;
  }
}

.ubermenu
  .ubermenu-item
  .ubermenu-submenu-drop.ubermenu-submenu.ubermenu-submenu-type-mega {
  position: fixed;
  width: 100%;
}

.ubermenu .ubermenu-tab-content-panel {
  background-size: 304px 277px !important;
}

/*
    404
*/

.divcasosexito .widgettitle,
#entradas-recientes-404 h2.widgettitle {
  display: none;
}

/*
    CASOS DE ÉXITO
*/

#caso-exito-bloque p {
  margin-bottom: 20px !important;
}

#caso-exito-bloque ul li {
  margin-bottom: 10px !important;
}

/*
    BLOG
*/

#titulo-post {
  top: -100px;
}

@media (max-width: 768px) {
  #titulo-post {
    top: -0;
  }
}

.wpex-card-blog_1 {
  /* border-radius: 20px;*/
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
  overflow: hidden;
}

.wpex-card-blog_1 .wpex-card-excerpt,
.wpex-card-blog_1 .wpex-card-meta,
.wpex-card-blog_1 .wpex-card-title.wpex-heading {
  padding-left: 20px;
  padding-right: 20px;
}

.wpex-post-cards-grid .wpex-card-blog_1 {
  background-color: #f7f7f7;
}

.wpex-post-cards-grid .wpex-card-blog_1 .wpex-card-title {
  color: var(--main-dark-color);
  font-size: 18px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.wpex-post-cards-grid .wpex-card-blog_1 .wpex-card-more-link {
  padding: 20px;
  text-align: center;
}

.wpex-card-blog_1 .wpex-card-meta {
  font-size: 0.6em;
}

.wpex-card-date,
.wpex-card-primary-term,
.wpex-card-author {
  display: none;
}

.wpex-card-blog_1 .wpex-card-more-link {
  padding-bottom: 20px;
  text-align: center;
}

.single.single-post .widget {
  padding: 20px 0;
}

.single.single-post h2.widgettitle {
  display: none;
}

.single.single-post .cta_button,
.single.single-post .hs-cta-img {
  margin-bottom: 20px;
  margin-top: 20px;
}

.single.single-post h1,
.single.single-post h2,
.single.single-post h3,
.single.single-post h4,
.single.single-post h5,
.single.single-post h6 {
  margin-bottom: 20px;
  margin-top: 20px;
}

/* A LO MEJOR ESTO FUNCIONA */

.imagen-post {
  height: 20vh;
  overflow: hidden;
}

.imagen-post img {
  -webkit-mask-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  filter: blur(2px) brightness(1) saturate(0%);
  height: 100%;
  mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  object-fit: cover;
  width: 100%;
}

@media (max-width: 900px) {
  .imagen-post {
    height: 50vh;
    overflow: hidden;
  }
}

.post-header-container .vcex-post-content {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  z-index: 99;
  justify-content: center;
}

.vcex-post-media.wpex-clr.imagen-post:before {
  background: -webkit-linear-gradient(
    left,
    rgb(177, 177, 177, 1) 0%,
    rgb(177, 177, 177, 1) 36%,
    rgba(97, 97, 97, 0.8) 100%
  ) !important;
  background: linear-gradient(
    to right,
    rgb(177, 177, 177, 1) 0%,
    rgb(177, 177, 177, 1) 36%,
    rgba(97, 97, 97, 0.8) 100%
  ) !important;
  content: "";
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

.single.single-post .vcex-post-content h1.single-post-title {
  color: #fff;
  font-size: 40px !important;
  font-weight: 900;
  text-align: left;
  padding: 20px;
  padding-left: 0;
  width: 1280px;
  max-width: 90%;
}

.page-template-default .vcex-post-content h1.single-post-title.entry-title,
.single.single-post .vcex-post-content h1.single-post-title {
  color: #fff;
  font-size: 40px !important;
  font-weight: 900;
  text-align: left;
  padding: 20px;
  padding-left: 0;
  max-width: 1280px;
}

@media screen and (max-width: 768px) {
  .page-template-default .vcex-post-content h1.single-post-title.entry-title,
  .single.single-post .vcex-post-content h1.single-post-title {
    font-size: 30px !important;
  }
}

/*.single.single-post .vcex-post-content h1.single-post-title {
  color: var(--main-corporative-color);
  font-size: 35px !important;
  font-weight: 900;
  text-align: left;
  padding-left: 0;
}*/

#ez-toc-container {
  border: thin solid #ebebeb;
  box-shadow: 0 10px 10px rgba(0 0 0 / 20%);
}

.widget_recent_entries.widget ul li a {
  background-color: var(--secondary-light-color);
  border-radius: 5px;
  display: inline-block;
  line-height: 20px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  padding: 20px;
  transition: background-color 0.2s ease-in;
  width: 100%;
  word-wrap: break-word;
}

.widget_recent_entries.widget ul li a:hover {
  background-color: #ea762c !important;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
}

.widget_recent_entries.wpex-bordered-list li:first-child,
.widget_recent_entries.wpex-bordered-list li {
  border: none;
}

/*
    TESTIMONIOS
*/

.contenedor-testimonio .col-izq {
  text-align: right;
}

.contenedor-testimonio .col-izq #post-media img {
  filter: drop-shadow(3px 3px 2px rgba(0 0 0 / 0.2));
}

.contenedor-testimonio .col-izq #post-media {
  margin-bottom: 0;
}

.contenedor-testimonio .col-izq .vcex-custom-field {
  font-size: 14px;
}

/*
    TEST DE MENÚ RESPONSIVE
*/

@media screen and (max-width: 768px) {
  .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    position: absolute;
    right: 0;
    top: -60px;
  }
}

@media screen and (max-width: 1230px) and (min-width: 768px) {
  .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    position: absolute;
    right: -20px;
    top: 5px;
  }
}

.ubermenu-mobile-view .ubermenu-nav > .ubermenu-item .ubermenu-target {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.ubermenu-mobile-view
  .ubermenu-nav
  > .ubermenu-item
  .ubermenu-tab-content-panel
  .ubermenu-target {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.ubermenu-mobile-view .ubermenu-nav > .ubermenu-item-type-custom hr {
  display: none !important;
}

.ubermenu-skin-minimal.ubermenu-responsive-toggle .fa-bars:before {
  content: "\f0c9";
  font-size: 20px;
  color: var(--main-corporative-color);
}

.ubermenu-mobile-view #ubermenu-nav-main-2213-main_menu {
  max-height: 98vh !important;
  overflow-y: scroll !important;
  padding-bottom: 90px;
}

/* 
    PREVIO EVENTOS
*/

.iconos-webinar {
  box-shadow: 0 -15px 15px rgb(0 0 0 / 10%);
  margin-top: -125px !important;
}

/*
    INTERACTIVO DE FUNCIONALIDADES
*/

#divesquemafuncionalidades {
  margin: 0 auto 30px auto;
  height: auto;
  overflow: hidden;
  clear: both;
  width: 680px;
}

.modulobase_func {
  width: 100%;
  height: 60px;
  float: left;
  background: #006fb1;
  border-radius: 3px;
  margin-top: 25px;
}

.modulobase_func span {
  float: left;
  font-family: Lato, sans-serif;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.imgmas_func {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.imgmas_func img {
  display: table;
  margin: auto;
}

.modulos_func {
  width: 100%;
  float: left;
}

.normas_func {
  float: left;
  text-align: left;
  width: 48%;
  padding-left: 15px;
  height: 44px;
  border-radius: 3px;
  line-height: 44px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background: url(/wp-content/uploads/2014/02/arrowfuncionalidades.png)
    no-repeat top right;
  background-color: #c5c42c;
  cursor: pointer;
}

.soluciones_func {
  float: right;
  text-align: left;
  width: 48%;
  padding-left: 15px;
  height: 44px;
  border-radius: 3px;
  line-height: 44px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background: url(/wp-content/uploads/2014/02/arrowfuncionalidades.png)
    no-repeat top right;
  background-color: #f2911c;
  cursor: pointer;
}

.divitemsmodulos {
  width: 100%;
  float: left;
  display: none;
  margin-top: 20px;
}

.itemnormas_func {
  width: 23%;
  height: 183px;
  float: left;
  margin-right: 18px;
  background: #e3e096;
  border-radius: 3px;
}

.itemnormas_func ul {
  float: left;
  width: 100%;
}

.itemnormas_func span {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #8e8d09;
  font-weight: 700;
}

.itemnormas_func ul li {
  float: left;
  width: 100%;
  text-align: center;
  background: 0 0 !important;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  color: #444;
  font-family: Lato, sans-serif;
  margin-bottom: 0;
}

.itemnormas_func ul li a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #444;
  font-family: Lato, sans-serif;
}

.itemnormas_func ul li a:hover {
  color: #fff;
}

.itemsoluciones_func {
  width: 23%;
  height: 253px;
  float: left;
  margin-right: 18px;
  background: #fdc689;
  border-radius: 3px;
}

.itemsoluciones_func ul {
  float: left;
  width: 100%;
}

.itemsoluciones_func span {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #ce7913;
  font-weight: 700;
}

.itemsoluciones_func ul li {
  float: left;
  width: 100%;
  text-align: center;
  background: 0 0 !important;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  color: #444;
  font-family: Lato, sans-serif;
  margin-bottom: 5px;
}

.itemsoluciones_func ul li a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #444;
  font-family: Lato, sans-serif;
}

.itemsoluciones_func ul li a:hover {
  color: #fff;
}

.divitemsmodulos.activo {
  display: block;
}

.divitemsmodulos > div:nth-child(4) {
  margin-right: 0 !important;
}

.sectores_func {
  width: 100%;
  height: 60px;
  float: left;
  background: #c4c4c4;
  border-radius: 3px;
  margin-top: 20px;
}

.sectores_func span {
  float: left;
  font-family: Lato, sans-serif;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.sectores_func span a {
  font-family: Lato, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.item768 {
  display: none;
}

#divesquemafuncionalidades ul {
  margin: 0;
}

#divesquemafuncionalidades ul li {
  list-style: none;
}

/*
    PÁGINAS WEBINARS
    https://esginnova.com/webinar-grc/
    https://esginnova.com/webinar-hse/
*/

.texto-extra-webinar {
  border: 2px dotted var(--main-corporative-color);
  padding: 10px;
  margin-bottom: 20px !important;
}

.acceso-webinars p {
  margin: 10px 0;
  color: var(--main-corporative-color);
  font-weight: 700;
}

.acceso-webinars h3 {
  margin: 0;
}

/* 
    EVENTOS AI1EC
*/

.single-ai1ec_event .banner_event_online_2019,
.single-ai1ec_event .widgettitle,
.single-ai1ec_event .eventtype {
  display: none;
}

.suscribeevent a {
  display: inline-block;
  margin-bottom: 10px !important;
  margin-top: -10px;
}

.suscribeevent a:hover {
  color: #fff !important;
  text-decoration: none;
}

.single-ai1ec_event .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

.div_timezone {
  min-height: 85px !important;
}

.div_timezone.fixed {
  left: 0;
}

.contentponentes .tituloponentes h2 {
  margin: 30px 0 20px 0 !important;
}

.single-ai1ec_event
  .custom-singular-template
  .vc_section.wpex-vc-row-stretched {
  z-index: 9;
}

.contentinstrucciones,
.contentinfoevento {
  margin-bottom: auto !important;
}

.contentinfoevento .iteminfo {
  margin: 0 10px;
}

@media (min-width: 600px) and (max-width: 768px) {
  .div_timezone.fixed {
    top: 135px !important;
  }

  .suscribeevent {
    display: block;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .div_timezone.fixed {
    top: 88px !important;
  }

  .suscribeevent {
    display: block;
    text-align: center;
  }
}

/*
    EVENTOS NUEVOS
*/

.vc_row.vc_column-gap-35 > .vc_column_container {
  padding: 0 !important;
}

#tribe-events-pg-template {
  margin: 0 auto;
  max-width: 1280px;
  /* padding: var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4); */
}

body.wpex-responsive .container {
  max-width: 100% !important;
}

body.single-tribe_events #primary,
body.post-type-archive-tribe_events #primary {
  width: 100%;
}

.tribe-common-l-container.tribe-events-l-container {
  padding-bottom: 60px !important;
  margin: 0 auto;
}

.tribe-events-single > .tribe_events {
  overflow: visible;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding-left: 0;
  padding-right: 0;
}

.tribe-common-g-row.tribe-events-calendar-list__event-row {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 1% !important;
  /*border-radius: 10px;*/
  /*background-color: #fbfbfb;*/
  overflow: hidden;
  position: relative;
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);*/
}

@media screen and (max-width: 1080px) {
  .tribe-common-g-row.tribe-events-calendar-list__event-row {
    width: 46%;
  }

  .tribe-events .tribe-events-calendar-list__event {
    padding: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .tribe-common-g-row.tribe-events-calendar-list__event-row {
    width: 98%;
  }
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events .tribe-events-calendar-list__event-title {
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
}

.tribe-events .tribe-events-calendar-list__event-wrapper {
  margin: 0 !important;
  width: 100% !important;
}

.tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
  padding: 2px 5px;
  border-radius: 10px;
  position: absolute;
  color: #666666;
  font-size: 16px;
  font-weight: 800;
  background: #ffffff;
  top: 100px;
  left: 18px;
  border: 1px solid #666666;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event {
  flex-direction: column !important;
  justify-content: flex-end !important;
  position: relative;
}

.tribe-events-c-subscribe-dropdown__container,
.tribe-events-header,
.tribe-events-calendar-list__event-datetime-recurring-icon,
.tribe-common-g-row .timezone,
.tribe-common-g-row
  .tribe-events-calendar-list__event-date-tag.tribe-common-g-col,
.tribe-events-calendar-list__event-venue,
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-description {
  display: none !important;
}

.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-g-row--gutters
  > .tribe-common-g-col,
.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
  padding: 0 !important;
}

.tribe-common .tribe-common-g-col,
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 100% !important;
}

.tribe-events .tribe-events-calendar-list__month-separator {
  margin-left: 10px;
  text-transform: capitalize;
  margin: 20px auto;
  color: var(--main-corporative-color);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
  display: none;
}

/*
    Estos eran los estilos anteriores a la 6.0.2 de Event Calendar
*/
.tribe-events-event-image,
#tribe-events-header,
.tribe-events-single-event-title,
.tribe-events-schedule,
.tribe-events-event-meta {
  display: none;
}

.tribe-events-venue-details {
  display: none !important;
}

.forzarProgramacionwebinar {
  background: #eaeaea !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.forzarProgramacion {
  background: #ebebeb !important;
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}

.forzarProgramacion .hvr-shadow:hover {
  box-shadow: none;
}

.single-tribe_events .tribe-events-cal-links {
  display: none;
  text-align: center;
}

.single-tribe_events .tribe-events-cal-links .tribe-events-button {
  background-color: transparent !important;
  display: inline-block;
  color: var(--main-corporative-color);
  margin: 0 5px;
  padding: 10px 20px;
  border-radius: 5px;
}

.single-tribe_events .tribe-events-cal-links .tribe-events-button:hover {
  background-color: transparent !important;
  color: var(--main-corporative-color-dark);
  text-decoration: none;
}

@media (max-width: 853px) {
  .tribe-events .tribe-events-c-nav__list {
    display: none;
  }
}
/*
    DEMO ISOTOOLS
*/

.items-texto * {
  text-shadow: 1px 1px 0 rgba(0 0 0 / 0.5);
}

.image-demo {
  position: absolute !important;
  top: -150px;
  left: -80px;
  z-index: 1 !important;
}

.image-demo img {
  max-width: 100vw;
  height: 800px;
  width: 800px;
  transition: all ease-in 0.3s;
}

@media (max-width: 1475px) {
  .image-demo {
    top: 0;
  }

  .image-demo img {
    height: 800px;
    width: 800px;
    transition: all ease-in 0.3s;
  }
}

@media (min-width: 1275px) and (max-width: 1475px) {
  .image-demo {
    top: 0;
  }

  .image-demo img {
    height: 700px;
    width: 700px;
    transition: all ease-in 0.3s;
  }
}

@media (min-width: 768px) and (max-width: 1275px) {
  .image-demo {
    top: 0;
  }

  .image-demo img {
    height: 600px;
    width: 600px;
    transition: all ease-in 0.3s;
  }
}

@media (max-width: 768px) {
  .vc_section.contenedor-inicial {
    padding-bottom: 80px !important;
    padding-top: 50px !important;
  }

  .image-demo img {
    display: none;
  }
}

a#cta_button_459117_c00855fe-726c-4a0e-8f0e-f0b3f37bd81b:hover {
  background-color: #333 !important;
}

#cta_button_459117_c00855fe-726c-4a0e-8f0e-f0b3f37bd81b div {
  text-align: center !important;
}

#cta_button_459117_34abb199-4b55-4e60-87f3-60fd02bc5d89 {
  background: var(--secondary-corporative-color) !important;
  color: #fff !important;
}

#cta_button_459117_34abb199-4b55-4e60-87f3-60fd02bc5d89:hover {
  background: #333 !important;
  color: #fff !important;
}

#cta_button_459117_34abb199-4b55-4e60-87f3-60fd02bc5d89:hover span {
  color: #fff !important;
}

.grid3column {
  display: inline-block;
}

#fecha-evento,
#hora-evento {
  display: inline-block;
}

#fecha-evento span {
  display: inline-block;
}

#fecha-evento span::first-letter {
  text-transform: uppercase;
}

#selector-evento select {
  background-color: var(--main-corporative-color);
  font-size: 0.8em;
  padding: 5px 10px;
  margin-top: 15px;
  border: none;
}

#datos-horario-evento .vc_icon_element {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

#datos-horario-evento * {
  color: var(--main-corporative-color) !important;
  font-size: 18px;
  font-weight: 700;
}

#datos-horario-evento select option,
#datos-horario-evento select {
  color: #fff !important;
  width: 100%;
}

@media (max-width: 768px) {
  #datos-horario-evento {
    margin-bottom: 20px;
  }

  #selector-evento select {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
  }
}

.lista-soluciones-distribuidor ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lista-soluciones-distribuidor ul li {
  margin-bottom: 10px;
}

.lista-soluciones-distribuidor ul li a {
  text-decoration: none !important;
}

.lista-soluciones-distribuidor ul li strong {
  display: inline-blocks;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.columna-derecha-evento h4 {
  margin-bottom: 0;
}

/* 
    HOME
*/

.titulo-llamativo-portada {
  color: var(--main-corporative-color);
  font-size: 42px;
  font-weight: 700;
  line-height: 1em;
}

.subtitulo-llamativo-portada {
  font-size: 24px;
  font-weight: 700;
}

.contador-portada {
  margin: 0 0 20px;
  padding: 0 20px;
}

.contador-portada.no-border {
  border-right: none;
}

.contadores-portada {
  text-align: center;
}

.contador-portada .vcex-milestone-number,
.contador-portada .vcex-milestone-caption {
  display: inline-block;
  vertical-align: middle;
}

.contador-portada .vcex-milestone-number {
  font-size: 40px;
  margin-right: 10px;
}

.contenedor-dos-colores {
  background: rgb(235, 235, 235);
  background: linear-gradient(
    90deg,
    rgba(235, 235, 235, 1) 0%,
    rgba(235, 235, 235, 1) 50%,
    rgba(0, 105, 167, 1) 50%,
    rgba(0, 105, 167, 1) 100%
  );
}

@media (min-width: 575px) and (max-width: 768px) {
  .contenedor-dos-colores {
    background: linear-gradient(
      -180deg,
      rgba(235, 235, 235, 1) 0%,
      rgba(235, 235, 235, 1) 50%,
      rgba(0, 105, 167, 1) 50%,
      rgba(0, 105, 167, 1) 100%
    );
  }
}

@media (max-width: 575px) {
  .contenedor-dos-colores {
    background: linear-gradient(
      -180deg,
      rgba(235, 235, 235, 1) 0%,
      rgba(235, 235, 235, 1) 46%,
      rgba(0, 105, 167, 1) 46%,
      rgba(0, 105, 167, 1) 100%
    );
  }
}

.vc_progress_bar .vc_single_bar{
  border-radius: 50px;
}

/* Etiqueta dentro del progress bar */
.contadores-portada .vc_progress_bar .vc_single_bar .vc_label {
  font-size: 0.677em;
}

/* Estilo general del progress bar en la Home */
.contadores-portada .vc_progress_bar .vc_single_bar, .vc_progress_bar .vc_single_bar .vc_bar.animated {
  border-radius: 50px;
  border: 1px solid #006fb1;
  margin-bottom: 20px;
  overflow: hidden; /* recomendable para redondeado perfecto */
}


/* Barra interior animada */
.vc_progress_bar .vc_bar.animated {
  border-radius: 50px; /* opcional si quieres mantenerlo redondeado */
}

/*
    EVENTOS
*/

#tribe-bar-filters-wrap #tribe-bar-collapse-toggle {
  display: none;
}

.post-type-archive-tribe_events .page-header.wpex-supports-mods {
  background-color: var(--main-corporative-color);
  border: none !important;
  padding-top: 60px;
  padding-bottom: 40px;
}

.post-type-archive-tribe_events .page-header.wpex-supports-mods h1 {
  color: #fff;
}

.tribe-events-title-bar {
  display: none;
}

#tribe-bar-filters-wrap button,
#tribe-bar-filters-wrap #tribe-bar-filters,
#tribe-bar-filters-wrap .tribe-bar-date-filter,
#tribe-bar-filters-wrap .tribe-bar-search-filter,
#tribe-bar-filters-wrap .tribe-bar-submit {
  display: inline-block;
  margin-right: 10px;
}

#tribe-bar-views {
  display: none;
}

.tribe-events-loop {
  vertical-align: top;
}

.tribe-events-loop .tribe-events-event-image,
.tribe-events-loop .tribe-events-event-meta {
  display: block;
}

.recurringinfo {
  display: none !important;
}

.tribe-events-loop .tribe-event-date-start {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  background: var(--secondary-corporative-color);
  display: inline-block;
  padding: 0 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
}

.tribe-events-loop .type-tribe_events {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 20px 1%;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 20px;
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
  overflow: hidden;
  padding-top: 140px;
  position: relative;
}

@media (min-width: 500px) and (max-width: 768px) {
  .tribe-events-loop .type-tribe_events {
    width: 46%;
    margin: 20px 1%;
  }
}

@media (max-width: 500px) {
  .tribe-events-loop .type-tribe_events {
    width: 98%;
    margin: 20px 1%;
  }
}

.tribe-events-loop .type-tribe_events .timezone {
  display: none;
}

.tribe-events-loop .type-tribe_events .tribe-events-list-event-title {
  font-weight: 400;
}

.tribe-events-loop .type-tribe_events.tribe-events-first {
  padding-top: 140px;
}

.tribe-events-ical {
  display: none;
}

.tribe-events-read-more {
  display: inline-block;
  border-radius: 10px;
  background-color: var(--secondary-corporative-color);
  color: #ffffff;
  border-style: none;
  font-size: 16px;
  padding: 0.538em 1.077em;
}

.tribe-events-list-event-title a {
  font-size: 18px;
}

.tribe-events-read-more:hover {
  background-color: var(--secondary-corporative-color-dark);
  text-decoration: none;
}

.tribe-events-list-event-description {
  text-align: center;
}

.tribe-events-list-event-description p {
  text-align: left;
}

.tribe-events-loop .tribe-events-event-image {
  position: absolute;
  border-radius: 20px 20px 0 0;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}

.tribe-events-loop .tribe-events-event-image a {
  width: 100%;
}

.tribe-events-loop .tribe-events-event-image a img {
  width: 100%;
  height: auto;
}

.tribe-events-nav-pagination .tribe-events-nav-previous a,
.tribe-events-nav-pagination .tribe-events-nav-next a {
  display: inline-block;
  border-radius: 10px;
  background-color: var(--secondary-corporative-color);
  color: #ffffff;
  border-style: none;
  font-size: 16px;
  padding: 0.538em 1.077em;
}

.tribe-events-nav-pagination .tribe-events-nav-previous a:hover,
.tribe-events-nav-pagination .tribe-events-nav-next a:hover {
  background-color: var(--secondary-corporative-color-dark);
  text-decoration: none;
}

/*
    TIMELINE
*/

h2.cd-timeline-item-title {
  font-size: 20px !important;
}

.the-excerpt p {
  font-size: 14px !important;
}

#cd-timeline .cd-timeline-content {
  background-color: #fff !important;
}

.cd-timeline-content::before {
  border-left-color: #fff !important;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  border-right-color: #fff !important;
  border-left-color: transparent !important;
}

/*
    BÚSQUEDA
*/

#search-entries article.search-entry {
  background-color: #f7f7f7;
  /*border-radius: 20px;*/
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  display: inline-flex;
  margin: 20px 20px 20px 0;
  overflow: hidden;
  padding: 20px;
  padding-top: 160px;
  position: relative;
  width: calc(50% - 40px);
}

#search-entries .post.type-post .search-entry-inner {
  flex-direction: column;
}

.search-entry-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 140px;
  overflow: hidden;
}

.search-entry-excerpt {
  min-height: 135px;
}

.search-entry-header-title {
  font-size: 18px;
  min-height: 75px;
}

.search.search-results .centered-minimal-page-header.wpex-supports-mods {
  background-color: var(--main-corporative-color);
  border: none !important;
  padding-top: 60px;
  padding-bottom: 40px;
}

.search.search-results .centered-minimal-page-header.wpex-supports-mods h1 {
  color: #fff;
}

.tribe-events-nav-next,
.tribe-events-nav-previous,
.tribe-events-list-event-description {
  display: none !important;
}

/* 
    ACCELERATOR
*/
.clip-accelerator {
  position: absolute;
  top: 1px;
  left: 2px;
  z-index: 1;
  max-width: 98% !important;
}

.mask-accelerator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: auto;
}

.cta-accelerator video {
  max-width: 100%;
  height: auto;
}

.cta-accelerator ::marker {
  content: "\f0da";
  color: var(--secondary-corporative-color);
  font-family: "ticons";
  font-size: 24px;
}

.cta-accelerator li {
  padding-left: 10px !important;
}

@media screen and (max-width: 468px) {
  .column-mask-accelerator {
    min-height: 230px;
  }
}

/* 
    FIX
*/

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
  z-index: 100 !important;
}

.responsivevoice-button {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .reverse-column {
    flex-direction: column-reverse;
  }

  .page .vc_custom_1652339600410,
  .page .vc_custom_1651757984005 {
    background-image: none !important;
  }
}

.single.single-post .no-margin .widget {
  padding: 0;
}

.no-margin .wpex-mb-30 {
  margin-bottom: 0;
}

.page-template-default p {
  margin-bottom: 0;
}

.tribe_events-template-default h1.wpex-heading strong {
  font-size: 24px !important;
  display: block !important;
  font-weight: 300 !important;
}

/*Cabecera Agenda*/

.banner-summit img {
  max-width: 500px;
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.banner-summit .athird {
  width: calc(100% / 2);
  display: inline-block;
  vertical-align: middle;
}

.banner-summit .athird.tl {
  text-align: left;
}

.banner-summit .athird.tc {
  text-align: center;
}

.banner-summit .athird.tr {
  text-align: right;
}

.banner-summit .athird.tc .letra-summit {
  font-size: 27px;
}

.banner-summit {
  display: block;
  margin: 0 auto;
  background: url(https://www.esginnova.com/wp-content/uploads/2025/10/Cabecera-Summit.png) center no-repeat;
  background-size: cover;
  margin-top: 50px !important;
}

.banner-summit .btn-summit {
  background: var(--main-corporative-color);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top:  20px;
  letter-spacing: 2px;
}

@media screen and (max-width: 920px) {
  .banner-summit .athird {
    text-align: center !important;
    width: 100%;
  }

}

@media screen and (max-width: 1024px) {
  .banner-summit {
    background: url(https://isotools.org/wp-content/uploads/2025/03/Summit-ESG.png)
      center no-repeat;
    /*padding: 150px 25px !important;*/
    background-size: cover !important;
  }

  .banner-summit img {
    max-width: 400px;
  }
}

@media screen and (max-width: 720px) {
  .banner-summit {
    background: url(https://isotools.org/wp-content/uploads/2025/03/Summit-ESG.png)
      center no-repeat;
    /*padding: 200px 25px !important;*/
    background-size: cover !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .banner-summit img {
    max-width: 300px;
  }
}

@media screen and (max-width: 440px) {
  .banner-summit .athird.tc .letra-summit {
    font-size: 20px;
  }

  .banner-summit img {
    max-width: 300px;
  }
}

@media screen and (max-width: 400px) {

  .banner-summit img {
    max-width: 200px;
  }
}

.single-tribe_events.events-single .tribe-events-before-html .banner-summit {
  display: none !important;
}

/*Fin Cabecera Agenda*/

.search-no-results .wpex-bg-gray-100,
.wpex-hover-bg-gray-100:hover {
  background-color: var(--main-corporative-color);
}

.search-no-results .wpex-bg-gray-100 h1,
.wpex-hover-bg-gray-100:hover h1 {
  color: #fff;
}

.search-results .page-header.default-page-header {
  background: var(--main-corporative-color);
}

.search-results .page-header.default-page-header h1 {
  color: #fff;
}

#ez-toc-container {
  background: #ffffff;
  display: table;
  margin-bottom: 1em;
  padding: 20px;
  position: relative;
  width: 100%;
}

div#ez-toc-container p.ez-toc-title {
  font-size: 120%;
  color: #006fb1;
}

#ez-toc-container a.ez-toc-toggle {
  color: #006fb1;
}

.ez-toc-btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
  border-color: #006fb1;
  border-color: #006fb1;
}

.ez-toc-btn-default {
  color: #333;
  background-color: #fff !important;
}

nav.ez-toc-list ez-toc-list-level-1 {
  margin-left: 10px !important;
}

#ez-toc-container.counter-flat ul,
#ez-toc-container.counter-hierarchy ul,
.ez-toc-widget-container.counter-flat ul,
.ez-toc-widget-container.counter-hierarchy ul {
  counter-reset: item;
  margin: 10px;
}

/* ESTILOS CSS PARA LA NUEVA HOME 2023 */
.subrayado {
  display: inline-block;
  position: relative;
  color: #fff;
  cursor: pointer;
  line-height: 1.4;
  font-family: sans-serif;
}

.subrayado:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 20px;
  background: rgba(255, 131, 8, 0.6);
  transition: width 600ms cubic-bezier(0.8, 0, 0.2, 1);
  z-index: -1;
}

.subrayado:hover:after {
  width: 100%;
}

@keyframes typing {
  from { width: 0; }
  to { width: 30ch; }
}

@keyframes cursor {
  50% { border-color: transparent; }
}

.soluciones-isotools p,
.soluciones-isotools-mb p {
  border-right: solid 3px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
  font-family: "Lato";
}

.soluciones-isotools p { font-size: 24px; }
.soluciones-isotools-mb p { font-size: 20px; }

/* Animation */
.soluciones-isotools p {
  animation: typing 4s steps(30, end) 1s 1 normal both,
             cursor 600ms steps(1, end) infinite;
}

.soluciones-isotools-mb p {
  animation: typing 4s steps(22, end) 1s 1 normal both,
             cursor 600ms steps(1, end) infinite;
}

/* text animation */

@keyframes animated-text {
  from {
    width: 0;
  }
  to {
    width: 400px;
  }
}

@keyframes animated-text-mb {
  from {
    width: 0;
  }
  to {
    width: 350px;
  }
}

/* cursor animations */

@keyframes animated-cursor {
  from {
    border-right-color: rgba(255, 131, 8, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}

/*** ESTILOS BOTÓN ***/
.conocer-mas {
  border: 2px solid #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feccb1+0,ff912b+50,ff8308+51,fb955e+100 */
  background: #feccb1; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #feccb1 0%,
    #ff912b 50%,
    #ff8308 51%,
    #fb955e 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #feccb1 0%,
    #ff912b 50%,
    #ff8308 51%,
    #fb955e 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #feccb1 0%,
    #ff912b 50%,
    #ff8308 51%,
    #fb955e 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
  /* color de fondo */
  color: #ffffff; /* color de fuente */
  padding: 16px 20px;
  border-radius: 15px; /* redondear bordes */
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 0px 7px 29px -10px rgba(0, 112, 177, 1);
  -moz-box-shadow: 0px 7px 29px -10px rgba(0, 112, 177, 1);
  box-shadow: 0px 7px 29px -10px rgba(0, 112, 177, 1);
  -webkit-transition: transform .3s ease, background-color .3s ease; /* Safari y Chrome */
  -moz-transition: transform .3s ease, background-color .3s ease; /* Firefox */
  -o-transition: transform .3s ease, background-color .3s ease; /* IE 9 */
  -ms-transition: transform .3s ease, background-color .3s ease; /* Opera */
}
.conocer-mas:before,
.conocer-mas:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b679e+0,007cad+50,006fb1+51,7db9e8+100 */
  background: #3b679e; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #3b679e 0%,
    #007cad 50%,
    #006fb1 51%,
    #7db9e8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #3b679e 0%,
    #007cad 50%,
    #006fb1 51%,
    #7db9e8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #3b679e 0%,
    #007cad 50%,
    #006fb1 51%,
    #7db9e8 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  /* color de fondo hover */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.conocer-mas:after {
  left: 100%;
}
.conocer-mas:hover {
  color: #fff; /* color de fuente hover */
  text-decoration: none;
  -webkit-transition: transform .3s ease, background-color .3s ease; /* Safari y Chrome */
  -moz-transition: transform .3s ease, background-color .3s ease; /* Firefox */
  -o-transition: transform .3s ease, background-color .3s ease; /* IE 9 */
  -ms-transition: transform .3s ease, background-color .3s ease; /* Opera */
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.conocer-mas:hover:before {
  left: 0;
}
.conocer-mas:hover:after {
  left: 50%;
}

.botones-cta {
  border: 2px solid #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 3px;
  background: #ff8308; /* color de fondo */
  color: #ffffff; /* color de fuente */
  padding: 16px 20px;
  border-radius: 15px; /* redondear bordes */
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
}
.botones-cta:before,
.botones-cta:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -50%;
  background-color: #006fb1; /* color de fondo hover */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.botones-cta:after {
  left: 100%;
}
.botones-cta:hover {
  color: #fff; /* color de fuente hover */
  text-decoration: none;
  -webkit-transition: transform .3s ease, background-color .3s ease; /* Safari y Chrome */
  -moz-transition: transform .3s ease, background-color .3s ease; /* Firefox */
  -o-transition: transform .3s ease, background-color .3s ease; /* IE 9 */
  -ms-transition: transform .3s ease, background-color .3s ease; /* Opera */
}
.botones-cta:hover:before {
  left: 0;
}
.botones-cta:hover:after {
  left: 50%;
}

/* FIN DE BOTONES */

.reducir-logo {
  width: 250px;
}

.acceleratorprogram {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,ffffff+30,dddddd+30,dddddd+50,dddddd+70,ffffff+70,ffffff+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 30%,
    #ffffff 30%,
    #dddddd 30%,
    #dddddd 50%,
    #dddddd 70%,
    #ffffff 70%,
    #ffffff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 30%,
    #ffffff 30%,
    #dddddd 30%,
    #dddddd 50%,
    #dddddd 70%,
    #ffffff 70%,
    #ffffff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 30%,
    #ffffff 30%,
    #dddddd 30%,
    #dddddd 50%,
    #dddddd 70%,
    #ffffff 70%,
    #ffffff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.descripcionacelerator {
  -webkit-box-shadow: 2px 2px 25px 0px rgba(0, 112, 177, 0.35);
  -moz-box-shadow: 2px 2px 25px 0px rgba(0, 112, 177, 0.35);
  box-shadow: 2px 2px 25px 0px rgba(0, 112, 177, 0.35);
}

.barradeprogreso {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
}

.logoaniv {
  width: 200px;
  height: auto;
  margin: 0 auto;
}

#soluciones .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  background-color: #006fb1;
  color: #fff;
  border-radius: 0px 15px 0px 0px;
}

#soluciones .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  border-bottom: 2px solid #006fb1;
}

.menosizquierda {
  margin-right: -150px !important;
  z-index: 2;
}

/* AQUI ACABAN LOS ESTILOS DE LA NUEVA HOME 2023 */

/* ESTILOS FORMULARIO COLOMBIA PADDING*/

#formulario-colombia-padding .hbspt-form form .field input[type="tel"],
.hbspt-form form .field input[type="text"],
.hbspt-form form .field input[type="email"],
.hbspt-form form .field input[type="password"],
.hbspt-form form .field input[type="number"] {
  padding: 2px !important;
}

/*formulario contacto para que esté por encima de colombia*/
#formulariocontacto .hbspt-form form .field input[type="tel"],
.hbspt-form form .field input[type="text"],
.hbspt-form form .field input[type="email"],
.hbspt-form form .field input[type="password"],
.hbspt-form form .field input[type="number"] {
  padding: 5px !important;
}

/*.......... start timeline style ..........*/

section.timeline {
  margin-top: 50px;
}

.timeline > h3 {
  text-align: center;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem;
}

.timeline > .column {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}

.timeline > .column::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  border: 1px solid #888;
  height: calc(100% / 5 * 3.9);
  z-index: -1;
}

.timeline > .column > .row {
  display: flex;
}

/* row text */
.timeline > .column > .row > .text {
  flex: 1 1 calc(50% - 50px);
  position: relative;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding: 20px;
  border-radius: 0 10px 0 10px;
}
.timeline > .column > .row h3 {
  color: #fff;
  /*background-color: black;*/
  padding: 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.timeline > .column > .row p {
  padding: 0 1rem 1rem 1rem;
  color: rgba(51, 51, 51, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.timeline > .column > .row span {
  padding: 1rem;
  font-size: 11px;
  float: right;
  color: white;
  border-radius: 10px;
  background-color: #ff9900;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 14%);
  font-weight: bold;
}

/* row icon */
.timeline > .column > .row > .icon-par {
  flex: 1 1 100px;
}

.timeline > .column > .row > .icon-impar {
  flex: 1 1 100px;
}

.timeline > .column > .row > .icon-par > .circulo-par {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  background: #fff;
  /*box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);*/
  position: relative;
  border: 1px solid #888;
}

.timeline > .column > .row > .icon-impar > .circulo-impar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  background: #888;
  /*box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);*/
  position: relative;
  /*border: 3px solid #afafaf;*/
}

.timeline > .column > .row > .icon-impar > .circulo-impar i {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline > .column > .row > .icon-par > .circulo-par i {
  display: block;
  font-size: 1.5rem;
  color: #888;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* row time */
.timeline > .column > .row > .time {
  flex: 1 1 calc(50% - 50px);
  padding-top: 1rem;
}

.timeline > .column > .row:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline > .column > .row:nth-child(even) > div:last-child {
  text-align: end;
}

.timeline > .column > .row:nth-child(even) h3::before {
  content: "";
  position: absolute;
  left: -20px;
  border: 10px solid rgba(0, 0, 0, 0);
  border-right-color: #fff;
}
.timeline > .column > .row:nth-child(odd) h3::after {
  content: "";
  position: absolute;
  right: -20px;
  border: 10px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
}

/* mobile version */
@media screen and (max-width: 768px) {
  .timeline > .column::before {
    left: 50px;
    height: calc(100% / 5 * 4);
    top: 50px;
  }

  .timeline > .column > .row {
    flex-flow: column wrap;
    height: 250px;
  }

  .timeline > .column > .row:nth-child(even) {
    flex-direction: column;
  }

  .timeline > .column > .row:nth-child(even) > .time:last-child {
    text-align: start;
  }

  .timeline > .column > .row > .icon-impar {
    order: 1;
    flex: 1 1 100%;
    padding-top: 50px;
    width: 100px;
  }

  .timeline > .column > .row > .icon-par {
    order: 1;
    flex: 1 1 100%;
    padding-top: 50px;
    width: 100px;
  }

  .timeline > .column > .row > .time {
    order: 2;
    flex: 1 1 50px;
    width: calc(100% - 100px);
  }

  .timeline > .column > .row > .text {
    order: 3;
    flex: 1 1 calc(100% - 50px);
    width: calc(100% - 100px);
  }

  .timeline > .column > .row:nth-child(odd) h3::before {
    content: "";
    position: absolute;
    left: -20px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right-color: #fff;
  }
  .timeline > .column > .row:nth-child(odd) h3::after {
    border: none;
  }
  .timeline > .column > .row > .text > .subtitulo {
    display: none;
  }
}

@media screen and (max-width: 488px) {
  .timeline > .column > .row h3 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 391px) {
  .timeline > .column > .row h3 {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 367px) {
  .timeline > .column > .row h3 {
    font-size: 12px !important;
  }
}
/*.......... end timeline style ..........*/

/*
    Pestañas Eventos Clientes   
*/

#pest-eventos-clientes h3 {
  color: var(--main-corporative-color);
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 5px;
}

#pest-eventos-clientes h3 span {
  color: #ff9900;
  font-size: 18px;
  /* font-weight: 400; */
  background-color: transparent;
  float: none;
  box-shadow: none;
}

#pest-eventos-clientes h2 {
  color: var(--main-dark-color);
  font-size: 38px;
  margin-bottom: 50px !important;
}

#pest-eventos-clientes
  .vc_tta-color-white.vc_tta-style-flat
  .vc_tta-tab
  > a
  > span {
  font-size: 1.2em;
  font-weight: 300;
}

#pest-eventos-clientes
  .vc_tta-color-white.vc_tta-style-flat
  .vc_tta-tab.vc_active
  > a
  > span {
  font-size: 1.2em;
  font-weight: bold;
}

#pest-eventos-clientes
  .vc_tta-color-white.vc_tta-style-flat
  .vc_tta-tab.vc_active
  > a {
  background-color: var(--main-corporative-color);
  color: #fff;
}

#pest-eventos-clientes .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  overflow: hidden;
  border-bottom: 2px solid var(--main-corporative-color);
}

/* ESTILOS PÁGINA INFORMACIÓN HSE */

#pestañas-laterales-inf .vc_tta-tabs-container {
  width: 25%;
  color: #ffffff;
  background-color: var(--main-corporative-color);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 2px 2px 25px 0px rgba(0, 112, 177, 0.35);
}

#pestañas-laterales-inf .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: 0;
}

#pestañas-laterales-inf li.vc_tta-tab.vc_active {
  background-color: #ffffff;
  color: var(--main-corporative-color);
}

#pestañas-laterales-inf .vc_active span.vc_tta-title-text {
  font-weight: bold;
  line-height: 1;
  color: var(--main-corporative-color);
}

#pestañas-laterales-inf span.vc_tta-title-text {
  color: #fff;
}

#pestañas-laterales-inf .vc_tta.vc_general .vc_tta-icon {
  font-size: 0.55em;
}

#pestañas-laterales-inf li::marker {
  color: #ff8308;
}

#pestañas-laterales-inf .vc_tta-panel-body li {
  padding-bottom: 15px;
}

#pestañas-laterales-inf ul,
li {
  list-style-position: inherit;
}
#pestañas-laterales-inf .vc_tta-tab:nth-child(even) {
  background-color: #3a81b3;
}
.border-letras {
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.1);
}

.iconos-redes-pie {
  padding-top: 20px;
}

.menu-pie-legal {
  padding-top: 45px;
}
/* FIN DE ESTILOS PÁGINA INFORMACIÓN HSE */

/*FORM NEWSLETTER PIE DE PÁGINA, EN LA LANDING DE HSE*/
.form-newsletter h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.form-newsletter h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.formularioNewsletter
  #hsForm_95302431-6743-485d-a0c8-131243585d3a
  .hs_firstname,
.formularioNewsletter #hsForm_95302431-6743-485d-a0c8-131243585d3a .hs_email,
.formularioNewsletter #hsForm_95302431-6743-485d-a0c8-131243585d3a .hs_pais {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  max-width: 32%;
  padding: 10px 20px;
  vertical-align: bottom;
  width: 32%;
}

.formularioNewsletter
  #hsForm_95302431-6743-485d-a0c8-131243585d3a
  .hs_terminos {
  color: #fff;
  font-size: 12px;
  padding-left: 22px;
  padding-top: 5px;
}

.formularioNewsletter #hsForm_95302431-6743-485d-a0c8-131243585d3a .hs-submit {
  text-align: center;
}

.formularioNewsletter .hbspt-form {
  background: transparent;
  margin-bottom: 0px;
}

.formularioNewsletter
  #hsForm_95302431-6743-485d-a0c8-131243585d3a
  .hs-submit
  input {
  display: inline-block;
  background: transparent;
  /* border-radius: 10px; */
  border: 1px solid #fff !important;
  box-shadow: none;
  color: #fff !important;
  font-family: "lato", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  height: auto;
  line-height: 28px !important;
  margin: 10px auto 50px;
  max-width: 100%;
  padding: 18px 25px;
  text-shadow: none;
  text-transform: uppercase;
}

.formularioNewsletter
  #hsForm_95302431-6743-485d-a0c8-131243585d3a
  .hs-submit
  input:hover {
  background: var(--main-corporative-color) !important;
  border: 1px solid var(--main-corporative-color) !important;
}

.formularioNewsletter
  #hsForm_95302431-6743-485d-a0c8-131243585d3a
  .hs_submit.hs-submit
  .actions
  input.hs-button.primary.large {
  width: auto;
}

.formularioNewsletter
  #hsForm_95302431-6743-485d-a0c8-131243585d3a
  .hs_terminos
  span {
  font-size: 12px;
  color: white;
}

.formularioNewsletter
  #hsForm_95302431-6743-485d-a0c8-131243585d3a
  .hs_terminos
  span
  a {
  color: white;
  font-weight: bold;
}

.formularioNewsletter #hsForm_95302431-6743-485d-a0c8-131243585d3a legend {
  font-size: 11px;
}

.formularioNewsletter
  #hsForm_95302431-6743-485d-a0c8-131243585d3a
  input[type="text"],
.formularioNewsletter
  #hsForm_95302431-6743-485d-a0c8-131243585d3a
  input[type="email"],
.formularioNewsletter #hsForm_95302431-6743-485d-a0c8-131243585d3a select {
  font-size: 14px;
  width: 100%;
}

#formulario-contacto-pie input[type="number"],
#formulario-contacto-pie input[type="email"],
#formulario-contacto-pie input[type="tel"],
#formulario-contacto-pie input[type="text"],
#formulario-contacto-pie select {
  background-color: #fff !important;
  color: var(--main-dark-color) !important;
  /* padding: 5px !important; */
  height: 40px !important;
}

.formularioNewsletter
  #hsForm_95302431-6743-485d-a0c8-131243585d3a
  .field
  label {
  font-weight: 700;
  font-size: 20px;
}
/*FIN FORM NEWSLETTER PIE DE PÁGINA, EN LA LANDING DE HSE*/

/*Clase para el H4 Evento Especial*/

.h4-especial {
  border: 1px solid #ff9900;
  padding: 20px;
}

@media (max-width: 1135px) {
  .cuadrado-banner-agenda-escuela {
    padding: 5px !important;
  }
  .h4-especial {
    padding: 5px !important;
  }
}

@media (max-width: 1124px) {
  .cuadrado-banner-agenda-escuela {
    padding: 5px !important;
    font-size: 14px !important;
  }
  .h4-especial {
    padding: 5px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 923px) {
  .cuadrado-banner-agenda-escuela {
    padding: 5px !important;
    font-size: 12px !important;
  }
  .h4-especial {
    padding: 5px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 453px) {
  .cuadrado-banner-agenda-escuela {
    padding: 5px !important;
    font-size: 10px !important;
  }
  .h4-especial {
    padding: 5px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 388px) {
  .cuadrado-banner-agenda-escuela {
    display: none;
  }
  .h4-especial {
    display: none;
  }
}

/*Clases para evento*/

.recuadro-evento-especial {
  border: 2px solid var(--main-corporative-color);
  padding-bottom: 0;
}

/*Formulario evento dentro de los eventos*/

#form-evento .hbspt-form {
  font-family: "Lato";
  color: #fff;
  font-size: 16px;
  background: #aaa;
  border-radius: 0px 0px 0px 0px;
  box-shadow: inset 0 0 1px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 35px 35px 60px 35px;
  box-shadow: 0px 0px 30px 0px #ddd;
}

#form-evento fieldset {
  max-width: 100% !important;
}

#form-evento .form-columns-3 .hs-form-field {
  width: 33.333% !important;
  margin-bottom: 25px !important;
}

/*#form-evento .form-columns-1 .hs-form-field {
  margin-bottom: 25px !important;
}*/

#form-evento
  .hbspt-form
  .hs_submit.hs-submit
  .actions
  input.hs-button.primary.large {
  text-align: center;
  background: #ff8308 !important;
  color: #fff;
  border: 1px solid #fff !important;
  padding: 16px 40px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Lato";
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}

#form-evento
  .hbspt-form
  .hs_submit.hs-submit
  .actions
  input.hs-button.primary.large:hover {
  background-color: #fff !important;
  color: var(--main-corporative-color);
}

#form-evento .hbspt-form form .field select {
  border: thin solid var(--secondary-light-color) !important;
  height: 38px !important;
  width: 100% !important;
  color: #999;
}

#form-evento .hbspt-form form .field input[type="tel"],
.hbspt-form form .field input[type="text"],
.hbspt-form form .field input[type="email"],
.hbspt-form form .field input[type="password"],
.hbspt-form form .field input[type="number"] {
  font-family: "Lato";
  color: #999;
  font-size: 16px;
}

#form-evento .hbspt-form form .field label {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #form-evento .form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}

.wpex-border-accent {
  border-color: var(--main-corporative-color) !important;
}
.wpex-badge {
  background: var(--main-corporative-color);
}

/*Clases para el apartado de Programa en el EVENTO*/

div#bloque-eventos-webinar {
  padding-top: 80px;
  padding-bottom: 120px;
  box-shadow: rgba(0, 111, 177, 0.2) 0px 0px 90px;
}

.icono-programa-webinar {
  margin-bottom: 0;
}

.inscribirme {
  text-align: center;
  background: #006fb1; /* color de fondo */
  color: #ffffff; /* color de fuente */
  border: 2px solid #006fb1; /* tamaño y color de borde */
  padding: 16px 40px;
  border-radius: 5px; /* redondear bordes */
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Lato";
  width: 100%;
}
.inscribirme:hover {
  color: #fff; /* color de fuente hover */
  text-decoration: none;
  border: 2px solid #ff8308;
}
.inscribirme::after {
  content: "";
  background: #ff8308; /* color de fondo hover */
  text-decoration: none;
  border: 2px solid #ff8308;
  position: absolute;
  z-index: -1;
  padding: 16px 20px;
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  bottom: -100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.inscribirme:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#selecthorario {
  background-color: var(--main-corporative-color);
  text-align: center;
  border: none;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}

.separador-ciudad,
.separador-bloque-programa {
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.vc_separator h4 {
  color: #666666;
  font-weight: 700;
}

.hora-webinar {
  display: inline-block;
  box-sizing: border-box;
  background: #006fb1;
  padding: 5px 10px;
  font-weight: 800;
  width: 120px;
  margin-right: 8px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}

.contenedor-evento-webinar h4 {
  color: var(--main-corporative-color);
  margin-top: 0;
}

.programa-padding {
  padding-left: 210px !important;
  padding-right: 210px !important;
}

.contenedor-evento-webinar {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 140px);
}

.ticon.ticon-arrow-right {
  color: var(--main-corporative-color);
}

@media screen and (max-width: 520px) {
  .contenedor-evento-webinar {
    width: 100%;
  }
  .hora-webinar {
    width: auto;
  }
}

@media screen and (max-width: 800px) {
  .programa-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.hover-oscuro:hover {
  transition: all 0.5s ease-in;
  background-color: #fff !important;
  box-shadow: 2px 2px 25px 0px rgba(171, 171, 171, 0.349);
}
.hover-oscuro:hover strong {
  transition: all 0.5s ease-in;
  color: #fff !important;
}

#cta_button_459117_34abb199-4b55-4e60-87f3-60fd02bc5d89:hover {
  background-color: #333 !important;
  box-shadow: 2px 2px 25px 0px rgba(171, 171, 171, 0.349);
}

#cta_button_459117_34abb199-4b55-4e60-87f3-60fd02bc5d89:hover span {
  transition: all 0.5s ease-in;
  color: #666 !important;
}

/* 
  SELECTOR DE IDIOMA 
*/

.language-selector {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
}

.language-selector:hover ul,
.language-selector:focus ul {
  display: block;
  background-color: #fff;
  margin-left: -71px;
}

.language-selector ul {
  display: none;
  list-style: none;
  position: absolute;
  box-shadow: 2px 2px 25px 0px rgba(170, 170, 170, 0.35);
}

.language-selector ul li a {
  padding: 5px 10px;
  display: block !important;
  text-align: left !important;
  font-size: 14px;
}

.language-selector ul li a img {
  display: none;
}

.preCabecera {
  z-index: 2;
}

/* FIX LOGO ESGGROUP */

.columna-izquierda img {
  margin-top: 2px;
}

div#site-header-sticky-wrapper {
  max-height: 170px;
}

/* FIX ALTO CARRUSEL */
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
  max-height: 450px;
}

/* ALINEAR TITULO ENTRADA BLOG */

@media screen and (max-width: 1358px) {
  .post-header-container h1 {
    margin-left: 65px;
  }
}

@media screen and (max-width: 1150px) {
  .post-header-container h1 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1044px) {
  .post-header-container h1 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 880px) {
  .post-header-container h1 {
    margin-left: 45px;
  }
}

@media screen and (max-width: 880px) {
  .post-header-container h1 {
    margin-left: 30px;
  }
}

.ubermenu-submenu.ubermenu-submenu-id-47239 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  left: calc((100% - 1280px) / 2) !important;
}

/* Alinear estrellas entradas blog */

.kk-star-ratings.kksr-align-right {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

/* Imagen de la entrada de blog 100% */

.gradientgris {
  background: #ffffff;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 30%,
    #ffffff 30%,
    #eeeeee 30%,
    #eeeeee 50%,
    #eeeeee 70%,
    #ffffff 70%,
    #ffffff 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 30%,
    #ffffff 30%,
    #eeeeee 30%,
    #eeeeee 50%,
    #eeeeee 70%,
    #ffffff 70%,
    #ffffff 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 30%,
    #ffffff 30%,
    #eeeeee 30%,
    #eeeeee 50%,
    #eeeeee 70%,
    #ffffff 70%,
    #ffffff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* DEMO GENERAL */

.reducir-logo {
  width: 200px;
  text-align: center;
}

.textojustificado {
  text-align: justify;
  hyphens: auto;
}

.sombragris {
  -webkit-box-shadow: 2px 2px 25px 0px rgba(170, 170, 170, 0.35);
  -moz-box-shadow: 2px 2px 25px 0px rgba(178, 197, 69, 0.35);
  box-shadow: 2px 2px 25px 0px rgba(170, 170, 170, 0.35);
  background-color: #fff;
}

/*
** EVENTOS ANTIGUOS
*/

.ai1ec-actions,
.ai1ec-hidden.dt-start,
.ai1ec-hidden.dt-end,
.ai1ec-categories.ai1ec-row,
.ai1ec-location.ai1ec-row {
  display: none;
}

.ai1ec_event-template-default img {
  width: auto !important;
}

.ai1ec_event-template-default .grid3columnbig {
  width: 100% !important;
}

.ai1ec_event-template-default .area-arbitrary {
  width: 200px;
  float: left;
}

.ai1ec_event-template-default .ai1ec-time.ai1ec-row {
  margin-top: 40px;
}

.ai1ec_event-template-default .divhorariopais {
  display: none;
}

.ai1ec-field-label.ai1ec-col-sm-3 {
  display: none;
}

/*Redimensionar tamaño imagen esg innova group*/
.redimensionar-imagen-grupo {
  width: 120px;
}

/* 
**
** Menu productos
**
*/

#menu-item-114002 .ubermenu-submenu-type-tabs-group,
#menu-item-47239 .ubermenu-submenu-type-tabs-group {
  background-color: #fff !important;
}

#menu-item-114002.ubermenu-submenu-type-tabs-group,
#menu-item-47239 .ubermenu-submenu-type-tabs-group {
  color: #333 !important;
}

#menu-item-114002 .ubermenu-submenu-type-tabs-group .ubermenu-target,
#menu-item-47239 .ubermenu-submenu-type-tabs-group .ubermenu-target {
  padding: 10px 40px !important;
}

#menu-item-114002
  .ubermenu-submenu-type-tabs-group
  .ubermenu-submenu-type-tab-content-panel
  .ubermenu-target,
#menu-item-47239
  .ubermenu-submenu-type-tabs-group
  .ubermenu-submenu-type-tab-content-panel
  .ubermenu-target {
  padding: 15px 40px !important;
  border-bottom: thin solid #ebebeb;
  margin-right: 20px;
}

#menu-item-114002 .ubermenu-submenu-type-tabs-group .ubermenu-target span,
#menu-item-47239 .ubermenu-submenu-type-tabs-group .ubermenu-target span {
  font-size: 16px !important;
  color: #333 !important;
  font-weight: 600;
}

#menu-item-114002 .ubermenu-submenu-type-tabs-group .custom-titulo,
#menu-item-47239 .ubermenu-submenu-type-tabs-group .custom-titulo {
  font-size: 28px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  color: var(--main-corporative-color) !important;
}

#menu-item-114002 .ubermenu-submenu-type-tabs-group .custom-texto,
#menu-item-47239 .ubermenu-submenu-type-tabs-group .custom-texto {
  color: #333;
}
#menu-item-114002
  .ubermenu-submenu-type-tabs-group
  .ubermenu-submenu-type-tab-content-panel,
#menu-item-47239
  .ubermenu-submenu-type-tabs-group
  .ubermenu-submenu-type-tab-content-panel {
  padding: 20px 40px;
  box-shadow: none !important;
}

#menu-item-114002
  .ubermenu-submenu-type-tabs-group
  .ubermenu-submenu-type-tab-content-panel
  .ubermenu-target
  span,
#menu-item-47239
  .ubermenu-submenu-type-tabs-group
  .ubermenu-submenu-type-tab-content-panel
  .ubermenu-target
  span {
  font-size: 16px !important;
  color: #333 !important;
  font-weight: 400;
}

#menu-item-114002 .ubermenu-tab.ubermenu-active > .ubermenu-target,
#menu-item-114002 .ubermenu-tab.ubermenu-active > .ubermenu-target:hover,
#menu-item-47239 .ubermenu-tab.ubermenu-active > .ubermenu-target,
#menu-item-47239 .ubermenu-tab.ubermenu-active > .ubermenu-target:hover {
  background: #ebebeb !important;
  box-shadow: none !important;
  color: #333 !important;
}

#menu-item-114002 #menu-item-50675,
#menu-item-47239 #menu-item-115736 {
  margin-bottom: 20px;
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  #menu-item-114002
    .ubermenu-submenu-type-tabs-group
    .ubermenu-submenu-type-tab-content-panel
    .ubermenu-target {
    padding: 15px 40px 15px 0 !important;
  }
  #menu-item-47239
    .ubermenu-submenu-type-tabs-group
    .ubermenu-tab-content-panel
    .ubermenu-target {
    padding-left: 0 !important;
  }
  .ubermenu .ubermenu-nav .ubermenu-column-1-2 {
    width: 100% !important;
  }
}

hr.custom-divider {
  width: 100%;
  margin: 0px 20px;
}

.ubermenu-submenu.ubermenu-submenu-id-114002 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  left: calc((100% - 1280px) / 2) !important;
}

#menu-item-114040,
#menu-item-114030 {
  margin-bottom: 20px;
}

#menu-item-50700 {
  clear: both;
}

.columna-logo {
}

.bloque-menu .wpb_wrapper {
  justify-content: center;
}

.botones-menu .wpb_wrapper {
  justify-content: end;
}

.btn-demo-menu,
.btn-contacto-menu {
  margin-bottom: 0 !important;
  margin-left: 10px;
}

.btn-demo-menu a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background-color: var(--main-corporative-color);
  border: solid 2px var(--main-corporative-color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.btn-contacto-menu a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background-color: #fff;
  border: solid 2px var(--main-corporative-color);
  color: var(--main-corporative-color);
  font-size: 16px;
  font-weight: 600;
}

@media screen and (min-width: 1231px) {
  .ubermenu.ubermenu-main.ubermenu-horizontal
    .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar.ubermenu-submenu-id-47239,
  .ubermenu.ubermenu-main.ubermenu-horizontal
    .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar.ubermenu-submenu-id-115619 {
    left: -200px;
  }
}
@media screen and (max-width: 1420px) {
  .btn-demo-menu a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 14px;
    padding: 14px 10px;
  }

  .btn-contacto-menu a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 14px;
    padding: 14px 10px;
  }
}

@media screen and (max-width: 1230px) {
  .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    position: relative;
    top: 0 !important;
    right: 0 !important;
  }
  #menu-flex nav {
    position: fixed;
    left: 0;
    top: 105px;
    background: #fff;
  }
  .bloque-menu,
  .columna-logo {
    width: 50%;
  }
  #barra-menu {
    flex-wrap: wrap;
  }
  .botones-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .botones-menu .wpb_wrapper {
    justify-content: center;
  }

  #logo-flex {
    width: 100% !important;
  }
  .bloque-menu .wpb_wrapper {
    justify-content: end;
  }
}

@media screen and (max-width: 1025px) {
  #menu-flex nav {
    top: 105px;
  }
}

@media screen and (max-width: 760px) {
  #menu-flex nav {
    top: 88px;
  }
}

@media screen and (max-width: 336px) {
  #menu-flex nav {
    top: 100px;
  }
}

@media screen and (max-width: 450px) {
  #ubermenu-nav-main-2213-main_menu > .ubermenu-item > .ubermenu-target {
    padding-left: 20px;
  }
  .btn-demo-menu a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 14px;
    padding: 14px 10px;
  }

  .btn-contacto-menu a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 14px;
    padding: 14px 10px;
  }
}

/* Página Sectores */

.texto-sectores p {
  text-align: center;
  font-size: 21px;
}

.texto-sectores a {
  color: #666666;
}

@media screen and (max-width: 1150px) {
  .texto-sectores p {
    font-size: 15px;
  }
}

@media screen and (max-width: 850px) {
  .texto-sectores p {
    font-size: 13px;
  }
}

@media screen and (max-width: 450px) {
  .botones-menu .wpb_wrapper {
    flex-direction: row;
  }
  .btn-demo-menu a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
  .btn-contacto-menu a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 12px;
    padding: 12px 8px;
  }
}

/*Formulario exclusivo para summit*/

.form-evento-summit .hbspt-form {
  font-family: "Lato";
  color: #006fb1;
  font-size: 16px;
  background: #ffffff;
  border-radius: 0px 0px 15px 15px;
  box-shadow: inset 0 0 1px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 50px 50px 50px 62px;
  box-shadow: 0px 0px 30px 0px #999;
}

.form-evento-summit fieldset {
  max-width: 100% !important;
}

.form-evento-summit .form-columns-3 .hs-form-field {
  width: 33.333% !important;
  margin-bottom: 25px !important;
}

.form-evento-summit .form-columns-1 .hs-form-field {
  margin-bottom: 25px !important;
}

.form-evento-summit
  .hbspt-form
  .hs_submit.hs-submit
  .actions
  input.hs-button.primary.large {
  text-align: center;
  background: #006fb1;
  color: #ffffff;
  border: 2px solid #006fb1;
  font-size: 16px;
  padding: 16px 40px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Lato";
  width: 100%;
  text-transform: uppercase;
}

.form-evento-summit
  .hbspt-form
  .hs_submit.hs-submit
  .actions
  input.hs-button.primary.large:hover {
  background-color: #ff8308 !important;
}

.form-evento-summit .hbspt-form form .field select {
  border: thin solid var(--secondary-light-color) !important;
  height: 38px !important;
  width: 100% !important;
  color: #999;
}

.form-evento-summit .hbspt-form form .field input[type="tel"],
.hbspt-form form .field input[type="text"],
.hbspt-form form .field input[type="email"],
.hbspt-form form .field input[type="password"],
.hbspt-form form .field input[type="number"] {
  font-family: "Lato";
  color: #999;
  font-size: 16px;
}

.form-evento-summit .hbspt-form form .field label {
  font-size: 16px;
}

/* Fin de Formulario */

@media screen and (max-width: 768px) {
  #form-evento .form-columns-3 .hs-form-field {
    width: 100% !important;
  }

  .postid-114364 .vc_custom_1699970943001 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 800px) {
  .programa-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .single-tribe_events .botones-menu {
    display: none;
  }
}

/*Evento Presencial Tour*/

.postid-114925 #datos-horario-evento {
  margin-top: 25px;
  margin-bottom: 25px;
  border: thin solid #dddddd;
}

.imagen-cabecera-tour {
  margin-top: 50px;
}

.texto-ubicacion {
  display: inline-block;
}

/* Cambio las columnas del blog a flexbox */
.page-id-2 .vc_col-sm-8 .wpex-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-id-2 .vc_col-sm-8 .wpex-row .col {
  flex: 1 1 50%;
}
.page-id-2 .vc_col-sm-8 .wpex-post-cards-grid .wpex-card-blog_1 {
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page-id-2 .vc_col-sm-8 .wpex-row .col {
    flex: 1 1 100%;
  }
}

#site-scroll-top.show {
  visibility: visible;
  opacity: 1;
  margin-right: 40px;
  margin-bottom: 70px;
}

.page-id-111337 .joinchat,
.page-id-111337 .joinchat,
.page-id-111337 #tikket-button,
.page-id-111337 #messageWelcome,
.page-id-111337 #Widget-tikket {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .joinchat {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #tikket-button, 
  #messageWelcome,
  #Widget-tikket {
    display: none !important;
  }
  .joinchat {
    display: block !important;
    right: 20px !important;
  }
} 

/*Pagina nueva Demo 01-10/2024*/

.texto-previo-logos,
.texto-proximas-fechas,
.texto-simplicar-gestion {
  text-align: right;
}

.texto-simplicar-gestion {
  text-transform: uppercase;
}

@media screen and (max-width: 1370px) {
  .fechas-demo {
    margin: 0 10% !important;
  }
}

@media screen and (max-width: 768px) {
  .fila-fechas-demo,
  .fila-texto-demo {
    width: 83.3% !important;
  }

  .fila-logos-demo {
    text-align: center;
  }

  .texto-proximas-fechas,
  .texto-simplicar-gestion {
    text-align: left;
    padding-left: 65px;
  }

  .texto-previo-logos {
    text-align: center !important;
    margin-bottom: 30px !important;
  }

  .span-icono-logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .texto-vas-a-perder {
    margin: 0 10%;
  }
}

@media screen and (max-width: 907px) {
  .botones-cta.demo-btn {
    font-size: 15px;
  }
}

/* Estilos nuevos encabezados (h1, h2,h3....) */

.parrafo {
  color: var(--main-corporative-color);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0 !important;
}

.h2 {
  color: var(--main-dark-color);
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

#caracteristicas-principales .caracteristica-principal .h3,
.h3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}

/*popup robot navidad*/

.go812842568 {
  margin-top: 50px !important;
}

@media screen and (max-width: 1024px) {

  .go812842568 {
    margin-top: 130px !important;
  }
}

/*Botón asesor experto páginas software*/

.btn-ase-exp a{
  font-size: 20px;
}

/*Poner en dos columnas los logos de la página de demos*/
@media screen and (max-width: 767px) {
  .filas-logos .vc_column_container {
    max-width: 50%;
  }

  .hitos-demos div {
    text-align: center;
  }
}
/*Fin Poner en dos columnas los logos de la página de demos*/

/*Página de clientes, alineamos al medio en responsive la cabecera*/
@media screen and (max-width: 767px) {
  #titulo-solucion-interior div{
    text-align: center;
  }

  .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item{
    display: inline-block;
    width:25%;
  }
}

/*Fin Página de clientes, alineamos al medio en responsive la cabecera*/

/*Estilos Formulario página contacto nuevo 28-03-2025*/

#form-contacto .hs-form-field .hs-input.hs-fieldtype-intl-phone {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#form-contacto .hs-form-field .hs-input.hs-fieldtype-intl-phone select {
  width: 34% !important;
}

#form-contacto .hs-form-field .hs-input.hs-fieldtype-intl-phone input {
  width: 65% !important;
}

#form-contacto .hs-input,
#form-contacto .hbspt-form form .field input[type="text"], #form-contacto .hbspt-form form .field input[type="email"],#form-contacto .hbspt-form form .field input[type="password"],#form-contacto .hbspt-form form .field input[type="number"] {
  padding: 8px !important;
  padding-top: 8px !important;
  padding-right: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 8px !important;
  font-size: 14px !important;
  color: #666666 !important;
}

#form-contacto .hbspt-form form .field select {
  border: thin solid var(--secondary-light-color) !important;
  height: 41px !important;
  width: 100% !important;
  border-radius: 5px;
}

#form-contacto .hbspt-form label span {
  color: #666666 !important;
  margin-left:4px;
}

#form-contacto .hbspt-form .hs_submit.hs-submit .actions input.hs-button.primary.large {
  padding: 20px !important;
}

#form-contacto label.hs-form-checkbox-display span {
  font-size: 13px;
}

#form-contacto .hbspt-form .hs_submit.hs-submit .actions input.hs-button.primary.large {
  background: var(--main-corporative-color);
}

#columna-formulario-isotools fieldset {
  max-width: 100%;
}

#columna-formulario-isotools fieldset.form-columns-2 .input,
#columna-formulario-isotools fieldset.form-columns-1 .input {
  margin-right: 4px;
  margin-left: 4px;
}

.plataformaesg h4{
  font-size:30px!important;
  line-height:1.2em;
  letter-spacing:1px;
  font-weight:300;
  border:1px solid #888888;
  padding: 15px 40px !important;
}

#form-contacto .hbspt-form {
  background: #ffffff;
  border-radius: 0;
  box-shadow: inset 0 0 1px rgb(0 0 0 / 30%);
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px 30px 50px 30px;
}

#form-contacto .hbspt-form form .field label {
  font-weight: 700;
  font-size: 16px;
}

#form-contacto .hs-field-desc{
  font-size: 14px !important;
  color: #666666 !important;
}
#form-contacto .hs-form-checkbox-display,
#form-contacto .hs-form-checkbox-display a,
#form-contacto .hs-richtext *,
#form-contacto .hbspt-form form{
  color: #666666 !important;
}

/*Fin Estilos Formulario página contacto nuevo 28-03-2025*/

/* Estilos Agenda */

.tribe-events .tribe-events-calendar-list__month-separator {
  justify-content: space-around;
}

span.tribe-event-date-start {
  margin-left: 40px;
  margin-right: 40px;
}

/*.tribe-events-calendar-list {
  background-image: url(https://isotools.org/wp-content/uploads/2025/03/iso-isotipo-70.png);
  background-repeat: no-repeat;
  background-position: top center;
}*/

.tribe-events .tribe-events-calendar-list__month-separator-text {
  margin-top: 50px;
  font-family: "Lato";
  font-weight: bold;
  font-size: 30px;
}

.tribe-common--breakpoint-medium.tribe-events {
  display: block !important;
}

h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium:after {
  border-bottom: 2px solid #666666;
  content: "";
  height: 100%;
  display: block;
  width: 80px;
  margin-top: 20px;
  margin-bottom: -10px;
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link,
.tribe-events .tribe-events-calendar-list__event-featured-image {
  /* box-shadow: -1px -3px 19px 0px rgba(51, 51, 51, 0.4); */
}

@media (max-width: 1300px) {
  .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
    font-size: 17px;
    top: 160px;
  }
}

@media (max-width: 1120px) {
  .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
    top: 120px;
  }
}

@media (max-width: 1120px) {
  .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
    font-size: 15px;
    top: 80px;
  }
}

@media (max-width: 410px) {
  span.tribe-event-date-start {
    margin-left: 10px;
    margin-right: 10px;
  }
  .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
    font-size: 14px;
    top: 80px !important;
  }
}

@media (max-width: 240px) {
  span.tribe-event-date-start {
    margin-left: 10px;
    margin-right: 10px;
  }
  .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
    font-size: 10px;
  }
}

.tribe-events .tribe-events-c-nav__list {
  display: none;
}

/*.tribe-common-g-row.tribe-events-calendar-list__event-row:nth-child(odd of div):after {
  position: absolute;
  border-right: 1px solid #000;
  content: "";
  height: 100%;
  display: inline-block;
  right: -3%;
  top: 0;
}*/

@media screen and (max-width: 853px) {
  .tribe-common-g-row.tribe-events-calendar-list__event-row:nth-child(
      odd of div
    ):after {
    display: none;
  }
}

.tribe-common-g-row.tribe-events-calendar-list__event-row,
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__month-separator
  + .tribe-events-calendar-list__event-row,
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-row
  > .tribe-common-g-col {
  overflow: visible;
}

@media screen and (max-width: 853px) {
  .tribe-common-g-row.tribe-events-calendar-list__event-row:nth-child(
      even
    ):after,
  .tribe-common-g-row.tribe-events-calendar-list__event-row:after {
    display: none;
  }
  .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
    font-size: 18px;
    top: 160px;
  }
}

@media screen and (max-width: 550px) {
  .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
    top: 110px;
  }
}

.post-type-archive-tribe_events .page-header.wpex-supports-mods{
  display: none !important;
}

/*Estilos Especiales Eventos Presenciales*/
.post-122084 .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2{
  display:none;
}
.post-122084 h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium{
  background-color: #a2bc34;
}
.post-122084 h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium a{
  color: #fff;
}
.post-122084 h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium::after{
  display: none;
}

.post-122128 .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2{
  display:none;
}
.post-122128 h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium{
  background-color: #006fb1;
  padding-left: 10px;
  padding-right: 10px;
}
.post-122128 h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium a{
  color: #fff;
}
.post-122128 h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium::after{
  display: none;
}
/*Fin Estilos Especiales Eventos Presenciales*/

/*Acordeon para preguntas frecuentes*/
.faq .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq .content {
  height: 0px;
  overflow-y: hidden;
  transition: height 0.25s ease-in;
  border-bottom: 1px solid #afafaf;
}

.faq .head svg {
  transition: transform 0.25s ease-in;
}

.faq.active .head svg {
  transform: rotate(180deg);
}

.faq.active .content {
  height: auto;
}

.faq .head h3 {
    font-size: 16px;
}

.faq .head svg path{
  fill:#006fb1;
}

/*Fin Acordeon para preguntas frecuentes*/
/*Styles del chat de n8n integrado*/

.n8n-chat pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}

.n8n-chat code.hljs {
  padding: 3px 5px
}

.n8n-chat .hljs {
  color: #24292e;
  background: #fff
}

.n8n-chat .hljs-doctag,.n8n-chat .hljs-keyword,.n8n-chat .hljs-meta .hljs-keyword,.n8n-chat .hljs-template-tag,.n8n-chat .hljs-template-variable,.n8n-chat .hljs-type,.n8n-chat .hljs-variable.language_ {
  color: #d73a49
}

.n8n-chat .hljs-title,.n8n-chat .hljs-title.class_,.n8n-chat .hljs-title.class_.inherited__,.n8n-chat .hljs-title.function_ {
  color: #6f42c1
}

.n8n-chat .hljs-attr,.n8n-chat .hljs-attribute,.n8n-chat .hljs-literal,.n8n-chat .hljs-meta,.n8n-chat .hljs-number,.n8n-chat .hljs-operator,.n8n-chat .hljs-variable,.n8n-chat .hljs-selector-attr,.n8n-chat .hljs-selector-class,.n8n-chat .hljs-selector-id {
  color: #005cc5
}

.n8n-chat .hljs-regexp,.n8n-chat .hljs-string,.n8n-chat .hljs-meta .hljs-string {
  color: #032f62
}

.n8n-chat .hljs-built_in,.n8n-chat .hljs-symbol {
  color: #e36209
}

.n8n-chat .hljs-comment,.n8n-chat .hljs-code,.n8n-chat .hljs-formula {
  color: #6a737d
}

.n8n-chat .hljs-name,.n8n-chat .hljs-quote,.n8n-chat .hljs-selector-tag,.n8n-chat .hljs-selector-pseudo {
  color: #22863a
}

.n8n-chat .hljs-subst {
  color: #24292e
}

.n8n-chat .hljs-section {
  color: #005cc5;
  font-weight: 700
}

.n8n-chat .hljs-bullet {
  color: #735c0f
}

.n8n-chat .hljs-emphasis {
  color: #24292e;
  font-style: italic
}

.n8n-chat .hljs-strong {
  color: #24292e;
  font-weight: 700
}

.n8n-chat .hljs-addition {
  color: #22863a;
  background-color: #f0fff4
}

.n8n-chat .hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0
}

:root {
  --chat--color-primary: #e74266;
  --chat--color-primary-shade-50: #db4061;
  --chat--color-primary-shade-100: #cf3c5c;
  --chat--color-secondary: #20b69e;
  --chat--color-secondary-shade-50: #1ca08a;
  --chat--color-white: #ffffff;
  --chat--color-light: #f2f4f8;
  --chat--color-light-shade-50: #e6e9f1;
  --chat--color-light-shade-100: #c2c5cc;
  --chat--color-medium: #d2d4d9;
  --chat--color-dark: #101330;
  --chat--color-disabled: #777980;
  --chat--color-typing: #404040;
  --chat--spacing: 1rem;
  --chat--border-radius: .25rem;
  --chat--transition-duration: .15s;
  --chat--window--width: 350px;
  --chat--window--height: 400px;
  --chat--textarea--height: 50px;
  --chat--message--bot--background: var(--chat--color-white);
  --chat--message--bot--color: var(--chat--color-dark);
  --chat--message--user--background: var(--chat--color-secondary);
  --chat--message--user--color: var(--chat--color-white);
  --chat--message--pre--background: rgba(0, 0, 0, .05);
  --chat--toggle--background: var(--chat--color-primary);
  --chat--toggle--hover--background: var(--chat--color-primary-shade-50);
  --chat--toggle--active--background: var(--chat--color-primary-shade-100);
  --chat--toggle--color: var(--chat--color-white);
  --chat--toggle--size: 64px;
  --chat--heading--font-size: 2em
}

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}

code.hljs {
  padding: 3px 5px
}

/*!
Theme: GitHub
Description: Light theme as seen on github.com
Author: github.com
Maintainer: @Hirse
Updated: 2021-05-15

Outdated base version: https://github.com/primer/github-syntax-light
Current colors taken from GitHub's CSS
*/
.hljs {
  color: #24292e;
  background: #fff
}

.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_ {
  color: #d73a49
}

.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_ {
  color: #6f42c1
}

.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id {
  color: #005cc5
}

.hljs-regexp,.hljs-string,.hljs-meta .hljs-string {
  color: #032f62
}

.hljs-built_in,.hljs-symbol {
  color: #e36209
}

.hljs-comment,.hljs-code,.hljs-formula {
  color: #6a737d
}

.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo {
  color: #22863a
}

.hljs-subst {
  color: #24292e
}

.hljs-section {
  color: #005cc5;
  font-weight: 700
}

.hljs-bullet {
  color: #735c0f
}

.hljs-emphasis {
  color: #24292e;
  font-style: italic
}

.hljs-strong {
  color: #24292e;
  font-weight: 700
}

.hljs-addition {
  color: #22863a;
  background-color: #f0fff4
}

.hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0
}

body[data-theme=dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}

body[data-theme=dark] code.hljs {
  padding: 3px 5px
}

body[data-theme=dark] .hljs {
  color: #adbac7;
  background: #22272e
}

body[data-theme=dark] .hljs-doctag,body[data-theme=dark] .hljs-keyword,body[data-theme=dark] .hljs-meta .hljs-keyword,body[data-theme=dark] .hljs-template-tag,body[data-theme=dark] .hljs-template-variable,body[data-theme=dark] .hljs-type,body[data-theme=dark] .hljs-variable.language_ {
  color: #f47067
}

body[data-theme=dark] .hljs-title,body[data-theme=dark] .hljs-title.class_,body[data-theme=dark] .hljs-title.class_.inherited__,body[data-theme=dark] .hljs-title.function_ {
  color: #dcbdfb
}

body[data-theme=dark] .hljs-attr,body[data-theme=dark] .hljs-attribute,body[data-theme=dark] .hljs-literal,body[data-theme=dark] .hljs-meta,body[data-theme=dark] .hljs-number,body[data-theme=dark] .hljs-operator,body[data-theme=dark] .hljs-variable,body[data-theme=dark] .hljs-selector-attr,body[data-theme=dark] .hljs-selector-class,body[data-theme=dark] .hljs-selector-id {
  color: #6cb6ff
}

body[data-theme=dark] .hljs-regexp,body[data-theme=dark] .hljs-string,body[data-theme=dark] .hljs-meta .hljs-string {
  color: #96d0ff
}

body[data-theme=dark] .hljs-built_in,body[data-theme=dark] .hljs-symbol {
  color: #f69d50
}

body[data-theme=dark] .hljs-comment,body[data-theme=dark] .hljs-code,body[data-theme=dark] .hljs-formula {
  color: #768390
}

body[data-theme=dark] .hljs-name,body[data-theme=dark] .hljs-quote,body[data-theme=dark] .hljs-selector-tag,body[data-theme=dark] .hljs-selector-pseudo {
  color: #8ddb8c
}

body[data-theme=dark] .hljs-subst {
  color: #adbac7
}

body[data-theme=dark] .hljs-section {
  color: #316dca;
  font-weight: 700
}

body[data-theme=dark] .hljs-bullet {
  color: #eac55f
}

body[data-theme=dark] .hljs-emphasis {
  color: #adbac7;
  font-style: italic
}

body[data-theme=dark] .hljs-strong {
  color: #adbac7;
  font-weight: 700
}

body[data-theme=dark] .hljs-addition {
  color: #b4f1b4;
  background-color: #1b4721
}

body[data-theme=dark] .hljs-deletion {
  color: #ffd8d3;
  background-color: #78191b
}

@media (prefers-color-scheme: dark) {
  body pre code.hljs {
      display:block;
      overflow-x: auto;
      padding: 1em
  }

  body code.hljs {
      padding: 3px 5px
  }

  body .hljs {
      color: #adbac7;
      background: #22272e
  }

  body .hljs-doctag,body .hljs-keyword,body .hljs-meta .hljs-keyword,body .hljs-template-tag,body .hljs-template-variable,body .hljs-type,body .hljs-variable.language_ {
      color: #f47067
  }

  body .hljs-title,body .hljs-title.class_,body .hljs-title.class_.inherited__,body .hljs-title.function_ {
      color: #dcbdfb
  }

  body .hljs-attr,body .hljs-attribute,body .hljs-literal,body .hljs-meta,body .hljs-number,body .hljs-operator,body .hljs-variable,body .hljs-selector-attr,body .hljs-selector-class,body .hljs-selector-id {
      color: #6cb6ff
  }

  body .hljs-regexp,body .hljs-string,body .hljs-meta .hljs-string {
      color: #96d0ff
  }

  body .hljs-built_in,body .hljs-symbol {
      color: #f69d50
  }

  body .hljs-comment,body .hljs-code,body .hljs-formula {
      color: #768390
  }

  body .hljs-name,body .hljs-quote,body .hljs-selector-tag,body .hljs-selector-pseudo {
      color: #8ddb8c
  }

  body .hljs-subst {
      color: #adbac7
  }

  body .hljs-section {
      color: #316dca;
      font-weight: 700
  }

  body .hljs-bullet {
      color: #eac55f
  }

  body .hljs-emphasis {
      color: #adbac7;
      font-style: italic
  }

  body .hljs-strong {
      color: #adbac7;
      font-weight: 700
  }

  body .hljs-addition {
      color: #b4f1b4;
      background-color: #1b4721
  }

  body .hljs-deletion {
      color: #ffd8d3;
      background-color: #78191b
  }
}

.chat-message-markdown {
  font-size: 125%;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  word-break: break-word
}

.chat-message-markdown *,.chat-message-markdown :before,.chat-message-markdown :after {
  box-sizing: border-box
}

.chat-message-markdown :before,.chat-message-markdown :after {
  text-decoration: inherit;
  vertical-align: inherit
}

.chat-message-markdown body,.chat-message-markdown dl dl,.chat-message-markdown dl ol,.chat-message-markdown dl ul,.chat-message-markdown ol dl,.chat-message-markdown ul dl,.chat-message-markdown ol ol,.chat-message-markdown ol ul,.chat-message-markdown ul ol,.chat-message-markdown ul ul,.chat-message-markdown button,.chat-message-markdown input,.chat-message-markdown select,.chat-message-markdown textarea {
  margin: 0
}

.chat-message-markdown hr {
  overflow: visible;
  height: 0
}

.chat-message-markdown main,.chat-message-markdown details {
  display: block
}

.chat-message-markdown summary {
  display: list-item
}

.chat-message-markdown nav ol,.chat-message-markdown nav ul {
  list-style: none;
  padding: 0
}

.chat-message-markdown pre,.chat-message-markdown code,.chat-message-markdown kbd,.chat-message-markdown samp, .chat-message-markdown p, .chat-message-markdown ul, .chat-message-markdown li {
  font-family: 'Lato';
  font-size: 13px;
}

.chat-message-markdown abbr[title] {
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

.chat-message-markdown b,.chat-message-markdown strong {
  font-weight: bolder
}

.chat-message-markdown small {
  font-size: 80%
}

.chat-message-markdown audio,.chat-message-markdown canvas,.chat-message-markdown iframe,.chat-message-markdown img,.chat-message-markdown svg,.chat-message-markdown video {
  vertical-align: middle
}

.chat-message-markdown iframe {
  border-style: none
}

.chat-message-markdown svg:not([fill]) {
  fill: currentColor
}

.chat-message-markdown svg:not(:root) {
  overflow: hidden
}

.chat-message-markdown button,.chat-message-markdown input {
  overflow: visible
}

.chat-message-markdown button,.chat-message-markdown select {
  text-transform: none
}

.chat-message-markdown button,.chat-message-markdown [type=button],.chat-message-markdown [type=reset],.chat-message-markdown [type=submit] {
  -webkit-appearance: button
}

.chat-message-markdown fieldset {
  border: 1px solid #666;
  padding: .35em .75em .625em
}

.chat-message-markdown legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

.chat-message-markdown progress {
  display: inline-block;
  vertical-align: baseline
}

.chat-message-markdown textarea {
  overflow: auto;
  resize: vertical
}

.chat-message-markdown [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}

.chat-message-markdown ::-webkit-inner-spin-button,.chat-message-markdown ::-webkit-outer-spin-button {
  height: auto
}

.chat-message-markdown ::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

.chat-message-markdown ::-webkit-search-decoration {
  -webkit-appearance: none
}

.chat-message-markdown ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

.chat-message-markdown ::-moz-focus-inner {
  border-style: none;
  padding: 0
}

.chat-message-markdown :-moz-focusring {
  outline: 1px dotted ButtonText
}

.chat-message-markdown :-moz-ui-invalid {
  box-shadow: none
}

.chat-message-markdown [aria-busy=true] {
  cursor: progress
}

.chat-message-markdown [aria-controls] {
  cursor: pointer
}

.chat-message-markdown [aria-disabled=true],.chat-message-markdown [disabled] {
  cursor: not-allowed
}

.chat-message-markdown [aria-hidden=false][hidden] {
  display: inline;
  display: initial
}

.chat-message-markdown [aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0,0,0,0);
  position: absolute
}

@media print {
  .chat-message-markdown a[href^=http]:after {
      content: " (" attr(href) ")"
  }
}

.chat-message-markdown :root {
  --background-main: #fefefe;
  --background-element: #eee;
  --background-inverted: #282a36;
  --text-main: #1f1f1f;
  --text-alt: #333;
  --text-inverted: #fefefe;
  --border-element: #282a36;
  --theme: #7a283a;
  --theme-light: hsl(0, 25%, 65%);
  --theme-dark: hsl(0, 25%, 45%)
}

.chat-message-markdown body {
  margin: auto;
  max-width: 36rem;
  min-height: 100%;
  overflow-x: hidden
}

.chat-message-markdown h1,.chat-message-markdown h2,.chat-message-markdown h3,.chat-message-markdown h4,.chat-message-markdown h5,.chat-message-markdown h6 {
  margin: 3.2rem 0 .8em
}

.chat-message-markdown h1 {
  font-size: 2.441rem;
  line-height: 1.1
}

.chat-message-markdown h2 {
  font-size: 1.953rem;
  line-height: 1.15
}

.chat-message-markdown h3 {
  font-size: 1.563rem;
  line-height: 1.2
}

.chat-message-markdown h4 {
  font-size: 1.25rem;
  line-height: 1.3
}

.chat-message-markdown h5,.chat-message-markdown h6 {
  font-size: 1rem;
  line-height: 1.4
}

.chat-message-markdown p,.chat-message-markdown ul,.chat-message-markdown ol,.chat-message-markdown figure {
  margin: .6rem 0 1.2rem
}

.chat-message-markdown h1 span,.chat-message-markdown h2 span,.chat-message-markdown h3 span,.chat-message-markdown h4 span,.chat-message-markdown h5 span,.chat-message-markdown h6 span {
  display: block;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  margin-top: .3em
}

.chat-message-markdown h1 span {
  font-size: .6em
}

.chat-message-markdown h2 span {
  font-size: .7em
}

.chat-message-markdown h3 span {
  font-size: .8em
}

.chat-message-markdown h4 span {
  font-size: .9em
}

.chat-message-markdown small {
  font-size: 1em;
  opacity: .8
}

.chat-message-markdown mark {
  background: pink
}

.chat-message-markdown ins {
  text-decoration: none;
  font-weight: bolder
}

.chat-message-markdown blockquote {
  border-left: .3rem solid #7a283a;
  border-left: .3rem solid var(--theme);
  margin: .6rem 0 1.2rem;
  padding-left: 2rem
}

.chat-message-markdown blockquote p {
  font-size: 1.2em;
  font-style: italic
}

.chat-message-markdown figure {
  margin: 0
}

.chat-message-markdown body {
  background: #fefefe;
  background: var(--background-main);
  color: #1f1f1f;
  color: var(--text-main)
}

.chat-message-markdown a {
  color: #0069a7 !important;
  color: var(--theme);
  text-decoration: underline
}

.chat-message-markdown a:hover {
  color:#0069a7 !important;
  color: var(--theme-light)
}

.chat-message-markdown a:active {
  color:#0069a7 !important;
  color: var(--theme-dark)
}

.chat-message-markdown :focus {
  outline: 3px solid hsl(0,25%,65%);
  outline: 3px solid var(--theme-light);
  outline-offset: 3px
}

.chat-message-markdown input {
  background: #eee;
  background: var(--background-element);
  padding: .5rem .65rem;
  border-radius: .5rem;
  border: 2px solid #282a36;
  border: 2px solid var(--border-element);
  font-size: 1rem
}

.chat-message-markdown mark {
  background: pink;
  padding: .1em .15em
}

.chat-message-markdown kbd,.chat-message-markdown code {
  padding: .1em .25em;
  border-radius: .2rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.chat-message-markdown kbd>kbd {
  padding-left: 0;
  padding-right: 0
}

.chat-message-markdown pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

.chat-message-markdown pre code {
  display: block;
  padding: .3em .7em;
  word-break: normal;
  overflow-x: auto
}

.chat-message-markdown [tabindex="-1"]:focus {
  outline: none
}

.chat-message-markdown [hidden] {
  display: none
}

.chat-message-markdown [aria-disabled],.chat-message-markdown [disabled] {
  cursor: not-allowed!important;
  pointer-events: none!important
}

.chat-message-markdown a[href^="#"]:after {
  content: ""
}

.chat-message-markdown body>a:first-child {
  background: #7a283a;
  background: var(--theme);
  border-radius: .2rem;
  color: #fefefe;
  color: var(--text-inverted);
  padding: .3em .5em;
  position: absolute;
  top: -10rem
}

.chat-message-markdown body>a:first-child:focus {
  top: 1rem
}

.chat-button {
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  color: var(--chat--button--color, var(--chat--color-light));
  background-color: var(--chat--button--background, var(--chat--color-primary));
  border: 1px solid transparent;
  padding: var(--chat--button--padding, calc(var(--chat--spacing) * 1 / 2) var(--chat--spacing));
  font-size: 1rem;
  line-height: 1.5;
  border-radius: var(--chat--button--border-radius, var(--chat--border-radius));
  transition: color var(--chat--transition-duration) ease-in-out,background-color var(--chat--transition-duration) ease-in-out,border-color var(--chat--transition-duration) ease-in-out,box-shadow var(--chat--transition-duration) ease-in-out;
  cursor: pointer
}

.chat-button:hover {
  color: var(--chat--button--hover--color, var(--chat--color-light));
  background-color: var(--chat--button--hover--background, var(--chat--color-primary-shade-50));
  text-decoration: none
}

.chat-button:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40
}

.chat-button:disabled {
  opacity: .65
}

.chat-get-started {
  padding-top: var(--chat--spacing);
  padding-bottom: var(--chat--spacing);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.chat-powered-by {
  text-align: center
}

.chat-powered-by a {
  color: var(--chat--color-primary);
  text-decoration: none
}

.chat-get-started-footer {
  padding: var(--chat--spacing)
}

.chat-file[data-v-c15a8ecf] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  max-width: 15rem;
  padding: .5rem;
  border-radius: .25rem;
  gap: .25rem;
  font-size: .75rem;
  background: #fff;
  color: var(--chat--color-dark);
  border: 1px solid var(--chat--color-dark);
  cursor: pointer
}

.chat-file-name-tooltip[data-v-c15a8ecf] {
  overflow: hidden
}

.chat-file-name[data-v-c15a8ecf] {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0
}

.chat-file-delete[data-v-c15a8ecf],.chat-file-preview[data-v-c15a8ecf] {
  background: none;
  border: none;
  display: none;
  cursor: pointer;
  flex-shrink: 0
}

.chat-file:hover .chat-file-delete[data-v-c15a8ecf],.chat-file:hover .chat-file-preview[data-v-c15a8ecf] {
  display: block
}

.chat-input[data-v-2a7fb1c3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  position: relative
}

.chat-input *[data-v-2a7fb1c3] {
  box-sizing: border-box
}

.chat-inputs[data-v-2a7fb1c3] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.chat-inputs textarea[data-v-2a7fb1c3] {
  font-family: inherit;
  font-size: var(--chat--input--font-size, inherit);
  width: 100%;
  border: var(--chat--input--border, 0);
  border-radius: var(--chat--input--border-radius, 0);
  padding: .8rem;
  padding-right: calc(.8rem + var(--controls-count, 1) * var(--chat--textarea--height));
  min-height: var(--chat--textarea--height);
  max-height: var(--chat--textarea--max-height, var(--chat--textarea--height));
  height: 100%;
  background: var(--chat--input--background, white);
  resize: var(--chat--textarea--resize, none);
  color: var(--chat--input--text-color, initial);
  outline: none
}

.chat-inputs textarea[data-v-2a7fb1c3]:focus,.chat-inputs textarea[data-v-2a7fb1c3]:hover {
  border-color: var(--chat--input--border-active, 0)
}

.chat-inputs-controls[data-v-2a7fb1c3] {
  display: flex;
  position: absolute;
  right: .5rem
}

.chat-input-send-button[data-v-2a7fb1c3] {
  height: var(--chat--textarea--height);
  width: var(--chat--textarea--height);
  background: var(--chat--input--send--button--background, white);
  cursor: pointer;
  color: var(--chat--input--send--button--color, var(--chat--color-secondary));
  border: 0;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color var(--chat--transition-duration) ease
}

.chat-input-send-button svg[data-v-2a7fb1c3] {
  min-width: fit-content
}

.chat-input-send-button[data-v-2a7fb1c3]:hover,.chat-input-send-button[data-v-2a7fb1c3]:focus {
  background: var(--chat--input--send--button--background-hover, var(--chat--input--send--button--background));
  color: var(--chat--input--send--button--color-hover, var(--chat--color-secondary-shade-50))
}

.chat-input-send-button[disabled][data-v-2a7fb1c3] {
  cursor: no-drop;
  color: var(--chat--color-disabled)
}

.chat-files[data-v-2a7fb1c3] {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: .25rem;
  padding: var(--chat--files-spacing, .25rem)
}

.chat-layout {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  font-family: var(--chat--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif)
}

.chat-layout .chat-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  height: var(--chat--header-height, auto);
  padding: var(--chat--header--padding, var(--chat--spacing));
  background: #0069a7;
  color: var(--chat--header--color, var(--chat--color-light));
  border-top: var(--chat--header--border-top, none);
  border-bottom: var(--chat--header--border-bottom, none);
  border-left: var(--chat--header--border-left, none);
  border-right: var(--chat--header--border-right, none)
}

.chat-layout .chat-header h1 {
  font-size: var(--chat--heading--font-size);
  color: var(--chat--header--color, var(--chat--color-light))
}

.chat-layout .chat-header p {
  font-size: 16px !important;
  line-height: var(--chat--subtitle--line-height, 1.8);
  margin:0;
  background: url(./img/mujer.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  color: white;
}

.chat-inputs textarea {
    font-size: 14px;
}

.chat-layout .chat-body {
  background: var(--chat--body--background, var(--chat--color-light));
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  position: relative;
  min-height: 100px
}

.chat-layout .chat-footer {
  border-top: 1px solid var(--chat--color-light-shade-100);
  background: var(--chat--footer--background, var(--chat--color-light));
  color: var(--chat--footer--color, var(--chat--color-dark))
}

.chat-message {
  display: block;
  position: relative;
  max-width: 80%;
  font-size: var(--chat--message--font-size, 1rem);
  padding: var(--chat--message--padding, var(--chat--spacing));
  border-radius: var(--chat--message--border-radius, var(--chat--border-radius))
}

.chat-message .chat-message-actions {
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transform: translateY(-.25rem);
  display: flex;
  gap: 1rem
}

.chat-message.chat-message-from-user .chat-message-actions {
  left: auto;
  right: 0
}

.chat-message:hover .chat-message-actions {
  opacity: 1
}

.chat-message p {
  line-height: var(--chat--message-line-height, 1.8);
  word-wrap: break-word
}

.chat-message+.chat-message {
  margin-top: var(--chat--message--margin-bottom, calc(var(--chat--spacing) * 1))
}

.chat-message.chat-message-from-user+.chat-message.chat-message-from-bot,.chat-message.chat-message-from-bot+.chat-message.chat-message-from-user {
  margin-top: var(--chat--spacing)
}

.chat-message.chat-message-from-bot {
  color: var(--chat--message--bot--color);
  border-bottom-left-radius: 0
}

.chat-message.chat-message-from-bot:not(.chat-message-transparent) {
  background-color: var(--chat--message--bot--background);
  border: var(--chat--message--bot--border, none)
}

.chat-message.chat-message-from-user {
  color: var(--chat--message--user--color);
  margin-left: auto;
  border-bottom-right-radius: 0
}

.chat-message.chat-message-from-user:not(.chat-message-transparent) {
  background-color: white;
  border: 3px solid #0069a7;
}


.chat-message>.chat-message-markdown {
  display: block;
  box-sizing: border-box
}

.chat-message-markdown p {
    color: #000;
}

.chat-message>.chat-message-markdown>*:first-child {
  margin-top: 0
}

.chat-message>.chat-message-markdown>*:last-child {
  margin-bottom: 0
}

.chat-message>.chat-message-markdown pre {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre-wrap;
  box-sizing: border-box;
  padding: var(--chat--spacing);
  background: var(--chat--message--pre--background);
  border-radius: var(--chat--border-radius)
}

.chat-message .chat-message-files {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
  padding-top: .5rem
}

.chat-message-typing {
  max-width: 80px
}

.chat-message-typing.chat-message-typing-animation-scaling .chat-message-typing-circle {
  animation: chat-message-typing-animation-scaling .8s ease-in-out infinite;
  animation-delay: 3.6s
}

.chat-message-typing.chat-message-typing-animation-bouncing .chat-message-typing-circle {
  animation: chat-message-typing-animation-bouncing .8s ease-in-out infinite;
  animation-delay: 3.6s
}

.chat-message-typing .chat-message-typing-body {
  display: flex;
  justify-content: center;
  align-items: center
}

.chat-message-typing .chat-message-typing-circle {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--chat--color-typing);
  margin: 3px
}

.chat-message-typing .chat-message-typing-circle:nth-child(1) {
  animation-delay: 0ms
}

.chat-message-typing .chat-message-typing-circle:nth-child(2) {
  animation-delay: 333ms
}

.chat-message-typing .chat-message-typing-circle:nth-child(3) {
  animation-delay: 666ms
}

@keyframes chat-message-typing-animation-scaling {
  0% {
      transform: scale(1)
  }

  33% {
      transform: scale(1)
  }

  50% {
      transform: scale(1.4)
  }

  to {
      transform: scale(1)
  }
}

@keyframes chat-message-typing-animation-bouncing {
  0% {
      transform: translateY(0)
  }

  33% {
      transform: translateY(0)
  }

  50% {
      transform: translateY(-10px)
  }

  to {
      transform: translateY(0)
  }
}

.chat-messages-list {
  margin-top: auto;
  display: block;
  padding: var(--chat--messages-list--padding, var(--chat--spacing))
}

.chat-heading {
  display: none;
  /*justify-content: space-between;
  align-items: center*/
}

.chat-close-button {
  display: flex;
  border: none;
  background: none;
  cursor: pointer
}

.chat-close-button:hover {
  color: var(--chat--close--button--color-hover, var(--chat--color-primary))
}

.chat-window-wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  bottom: var(--chat--window--bottom, var(--chat--spacing));
  right: var(--chat--window--right, var(--chat--spacing));
  z-index: var(--chat--window--z-index, 9999);
  max-width: calc(100% - var(--chat--window--right, var(--chat--spacing)) * 2);
  max-height: calc(100% - var(--chat--window--bottom, var(--chat--spacing)) * 2)
}

.chat-window-wrapper .chat-window {
  display: flex;
  width: var(--chat--window--width);
  height: var(--chat--window--height);
  max-width: 100%;
  max-height: 100%;
  border: var(--chat--window--border, 1px solid var(--chat--color-light-shade-100));
  border-radius: var(--chat--window--border-radius, var(--chat--border-radius));
  margin-bottom: var(--chat--window--margin-bottom, var(--chat--spacing));
  overflow: hidden;
  transform-origin: bottom right
}

.chat-window-wrapper .chat-window .chat-layout {
  width: auto;
  height: auto;
  flex: 1
}

.chat-window-wrapper .chat-window-toggle {
  flex: 0 0 auto;
  background: #0069a7;
  color: var(--chat--toggle--color);
  cursor: pointer;
  width: var(--chat--toggle--width, var(--chat--toggle--size));
  height: var(--chat--toggle--height, var(--chat--toggle--size));
  border-radius: var(--chat--toggle--border-radius, 50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: transform var(--chat--transition-duration) ease,background var(--chat--transition-duration) ease
}

.chat-window-wrapper .chat-window-toggle:hover,.chat-window-wrapper .chat-window-toggle:focus {
  transform: scale(1.05);
  background: #0069a7;
}

.chat-window-wrapper .chat-window-toggle:active {
  transform: scale(.95);
  background: #0069a7;
}

.chat-window-transition-enter-active,.chat-window-transition-leave-active {
  transition: transform var(--chat--transition-duration) ease,opacity var(--chat--transition-duration) ease
}

.chat-window-transition-enter-from,.chat-window-transition-leave-to {
  transform: scale(0);
  opacity: 0
}

.chat-window-toggle-transition-enter-active,.chat-window-toggle-transition-leave-active {
  transition: opacity var(--chat--transition-duration) ease
}

.chat-window-toggle-transition-enter-from,.chat-window-toggle-transition-leave-to {
  opacity: 0
}


/*Ocultamos la descripción de los eventos en la agenda*/
.vc_gitem-acf.extracto-evento{
  display: none;
}

/*Ocultar el chat a partir de la resolución 768, para que salga el whatsapp*/
@media screen and (max-width: 768px) {
  .chat-window-wrapper .chat-window-toggle{
    display: none !important;
  }
}

/*Cambiar el color del boton y el fondo del rechazar todo de cookies*/
button.cky-btn.cky-btn-reject{
  color: #ffffff !important;
  border-color: #0069a7 !important;
  background-color: #0069a7 !important;
}

button.chat-input-send-button {
  background-color: #f2f4f8;
}

.chat-input-send-button path{
  color: #0069a7;
}

/*Ocultamos el chat anterior*/
#tikket-button, #Widget-tikket{
  display: none !important;
}

/*Margenes de las entradas de blog en responsive*/
@media screen and (max-width: 767px) {
  body.single-post .wpb_column.vc_column_container.vc_col-sm-8 {
      padding: 0 20px;
      box-sizing: border-box;
  }

  .titulo-digital {
      font-size:30px;
  }
}
/*Fin margenes responsive */

.plataformaisotools {
    padding: 0 30px 0 30px;
}

.titulo-digital {
    text-align:center;
    margin:0 0 30px;
    font-size:32px;
    font-weight:300;
    font-family:Lato;
    color:#333;
    line-height: 1;
}

@media screen and (max-width: 950px) {
  .titulo-digital {
      font-size:25px;
      margin:0 0 30px 0 !important;
  }
}

.titulo-digital span {
    background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 75%, rgba(255,131,8,0.17) 75%, rgba(246,131,16,0.17) 100%);
}