/*
 Theme Name: Iniciativas Innovadoras
 Theme URI: https://iniciativas-innovadoras.es
 Description: Child theme mínimo para Divi 5 (funciona también con Divi 4). Incluye colas de estilos/JS y media queries base.
 Author: Jaime Zubiaur | Digital Design
 Author URI: https://digitaldesign.es
 Template: Divi
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: iniciativas-innovadoras
*/



body {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1.5em;
}

.normal-text h1 {
  font-family: "neue-haas-unica", sans-serif;
  font-style: normal;
}

.normal-weight h1 {
  font-weight: 400 !important;
}

.et_pb_section {
  padding: 0;
  background-color: transparent;
}

.et_pb_row {margin: 0;}

h1, .parrafo-con-titulo-black.parrafo-con-titulo-contact .pct-title, .cta-text, .title-primary {
  font-family: "pragmatica-extended", sans-serif;
  font-size: 35px;
  font-weight: 900 !important;
  font-style: normal;
  line-height: 1.2em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1, .parrafo-con-titulo-black.parrafo-con-titulo-contact .pct-title, .cta-text, .title-primary {
    font-size: 40px;
  }
}

@media (min-width: 981px) {
  h1, .parrafo-con-titulo-black.parrafo-con-titulo-contact .pct-title, .cta-text, .title-primary {
    font-size: 45px;
  }
}

@media (min-width: 1680px) {
  h1, .parrafo-con-titulo-black.parrafo-con-titulo-contact .pct-title, .cta-text, .title-primary {
    font-size: 50px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  word-break: normal;      /* evita break-all heredados */
  overflow-wrap: normal;   /* no romper dentro de palabras */
  hyphens: none;           /* sin guiones automáticos */
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h:last-child {
  padding-bottom: 0;
}

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

#main-content {
  background-color: #f0f0f0 !important;
  transition: background-color 0.5s ease;
}

#main-content.bg-black {
    background-color: #222 !important;
}


.block-card:hover .link {
  color: #FFFFFF;
}

.block-card:hover .link::before {
  opacity: 0;
}

.block-card:hover .link::after {
  opacity: 1;
  width: 100%;
}

.language-menu,
.link {
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-transform: uppercase;
}




.link-img {
  display: block;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .link-img {
    margin-bottom: 30px !important;
  }
}

.link-img img {
  display: block;
  z-index: 1;
  transition: clip-path 0.44s cubic-bezier(0.33, 0.04, 0.1, 1), transform 0.44s cubic-bezier(0.33, 0.04, 0.1, 1), opacity 0.76s 0.28s, -webkit-clip-path 0.44s cubic-bezier(0.33, 0.04, 0.1, 1);
}

.twi-image .link-hover,
.link-img .link-hover {
  background: #222222;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.link-img {
  margin-bottom: 50px;
}

@media all and (max-width: 1366px) {
  .link-img {
    margin-bottom: calc(50px/1.5);
  }
}

@media all and (max-width: 1024px) {
  .link-img {
    margin-bottom: calc(50px/2);
  }
}

@media all and (max-width: 920px) {
  .link-img {
    margin-bottom: calc(50px/2.70);
  }
}




/* Botones
-------------------------------------------------- */

.et_button_no_icon .et_pb_button:not(.btn):not(.et_pb_contact_submit),
.et_button_no_icon .et_pb_button:not(.btn):not(.et_pb_contact_submit):hover {padding: 0 10px 0 0 !important;}

.link,
.et_pb_button:not(.btn):not(.et_pb_contact_submit) {
  display: inline-flex !important;
  align-items: center;
  padding: 0 10px 0 0 !important;
  position: relative;
  z-index: 0;
  transition: color 0.2s linear 0.3s;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.link::before,
.et_pb_button:not(.btn):not(.et_pb_contact_submit)::before {
  transition: opacity 0.2s cubic-bezier(0.16, 0.85, 0.45, 1);
  content: "";
  background: #222222;
  display: inline-block;
  margin-right: 20px;
  height: 2px;
  width: 99px;
  opacity: 1;
  position: relative;
  margin-left: 0;
}

.lang-fr .link::before,
.lang-fr .et_pb_button:not(.btn):not(.et_pb_contact_submit)::before {
  width: 59px;
}

@media (max-width: 1024px) {
  .link::before
  .et_pb_button:not(.btn):not(.et_pb_contact_submit)::before {
    width: 62px;
  }
}

@media (max-width: 768px) {
  .link::before,
  .et_pb_button:not(.btn):not(.et_pb_contact_submit)::before {
    width: 50px;
  }
}

.link::after,
.et_pb_button:not(.btn):not(.et_pb_contact_submit)::after {
  display: block !important;
  background: #222222;
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: all 0.2s linear 0.2s;
  margin-left: 0;
}

.link:hover,
.et_pb_button:not(.btn):not(.et_pb_contact_submit):hover {
  border: 0 !important;
  color: #FFFFFF;
}

.link:hover::before,
.et_pb_button:not(.btn):not(.et_pb_contact_submit):hover::before {
  opacity: 0;
}

.link:hover::after,
.et_pb_button:not(.btn):not(.et_pb_contact_submit):hover::after {
  opacity: 1;
  width: 100%;
}

.link.link-reverse,
.et_pb_button.link-reverse:not(.btn) {
  color: #FFFFFF;
}

.link.link-reverse::after,
.link.link-reverse::before,
.et_pb_button.link-reverse:not(.btn)::after,
.et_pb_button.link-reverse:not(.btn)::before {
  background: #FFFFFF;
}

.link.link-reverse:hover,
.et_pb_button.link-reverse:not(.btn):hover {
  color: #222222;
}

.link-reverse.et_pb_bg_layout_dark:hover,
.et_pb_button.et_pb_bg_layout_dark:not(.btn):hover {
  color: #222 !important;
}

.link-reverse::before,
.link-reverse::after,
.et_pb_button.et_pb_bg_layout_dark:not(.btn)::before,
.et_pb_button.et_pb_bg_layout_dark:not(.btn)::after {
  background: #fff;
}




/* Botón PRIMARY (el elemento debe llevar las clases 'btn btn-primary btn-primary-top')
--------------------------------------------------------------------------------------- */

button:focus {
  outline: none !important;
}

.et_pb_button.btn,
.et_button_no_icon .et_pb_contact_submit {
  transition: all 0.2s cubic-bezier(0.16, 0.85, 0.45, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  outline: none;
  overflow: hidden;
  padding: 0 45px !important;
  position: relative;
  height: 55px;
}

.et_pb_button.btn:hover,
.et_button_no_icon .et_pb_contact_submit:hover {
  padding: 0 45px !important;
  border-width: 1px !important;
}  

@media (max-width: 768px) {
  .et_pb_button.btn,
  .et_pb_contact_submit {
    padding: 0 30px;
  }
}

.et_pb_button.btn-primary {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}

.et_pb_button.btn-primary:hover,
.et_pb_button.btn-primary:active,
.et_pb_button.btn-primary:focus {
  color: #222222 !important;
}

.et_pb_button.btn-primary:hover:after,
.et_pb_button.btn-primary:active:after,
.et_pb_button.btn-primary:focus:after {
  height: 180px;
}

.et_pb_button.btn-primary:after {
  content: "";
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  height: 0;
  width: 100%;
  transition: height 0.2s ease-in-out;
  z-index: -1;
}

.et_pb_button.btn-primary-top:after {
  border-radius: 0 0 50% 50%/0 0 75% 75%;
  top: 0;
}

.et_pb_button.btn-primary-bottom:after {
  border-radius: 50% 50% 0 0/75% 75% 0 0;
  bottom: 0;
}

/* BOTÓN ENVÍO FORMULARIO */

.et_pb_button.et_pb_contact_submit {
  background-color: #222 !important;
  border-color: #222 !important;
  color: #fff !important;
}

.et_pb_button.et_pb_contact_submit:hover,
.et_pb_button.et_pb_contact_submit:active,
.et_pb_button.et_pb_contact_submit:focus {
  color: #222 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.et_pb_button.et_pb_contact_submit:hover:after,
.et_pb_button.et_pb_contact_submit:active:after,
.et_pb_button.et_pb_contact_submit:focus:after {
  height: 180px;
}

.et_pb_button.et_pb_contact_submit:after {
  content: "";
  background-color: #222;
  display: block;
  position: absolute;
  height: 0;
  width: 100%;
  transition: height 0.2s ease-in-out;
  z-index: -1;
}

.et_pb_button.et_pb_contact_submit-top:after {
  border-radius: 0 0 50% 50%/0 0 75% 75%;
  top: 0;
}

.et_pb_button.et_pb_contact_submit-bottom:after {
  border-radius: 50% 50% 0 0/75% 75% 0 0;
  bottom: 0;
}

.et_contact_bottom_container {
  float: none;
  margin-top: 2rem;
}


/* Botón SECONDARY (el elemento debe llevar las clases 'btn btn-secondary btn-secondary-top')
--------------------------------------------------------------------------------------- */

.et_pb_button.btn-secondary-transparent {
    background-color: transparent;
    border-color: #222222;
    color: #222222;
}

.et_pb_button.btn-secondary-transparent:hover, 
.et_pb_button.btn-secondary-transparent:active, 
.et_pb_button.btn-secondary-transparent:focus {
    background-color: #222222 !important;
    color: #FFFFFF !important;
}




/* Header
-------------------------------------------------- */

.cabecera .et_pb_column {
  column-gap: 0;
}


header .logo svg {
  transition: all 0.2s cubic-bezier(0.16, 0.85, 0.45, 1);
}

header .logo svg path {
  fill: #222 !important
}

@media (max-width: 980px) {

  header .logo svg {
    width: auto;
    max-height: 23px;
  }

  

}

/* Social media
-------------------------------------------------- */

.et_pb_social_media_follow .et_pb_social_icon a.icon,
body.et-db #et-boc .et-l .et_pb_social_icon a.icon {
  background-color: transparent !important;
}

.et_pb_social_media_follow li.et-social-twitter a.icon:before {
  font-size: 14px;
}

.et_pb_social_media_follow li.et-social-linkedin a.icon:before {
  font-size: 18px;
}

.et_pb_social_media_follow li::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 1px;
  right: -5px;
  height: 20px;
  width: 1px;
}

@media (max-width: 981px) {
  .et_pb_social_media_follow li a.icon:before {
    color: #222;
  } 
}

@media (max-width: 1366px) {
  .et_pb_social_media_follow li::after {
      background-color: rgba(34, 34, 34, 0.4);
  }
}

/* Teléfono
-------------------------------------------------- */

.telefono {
  margin: 2px 17px 0 6px;
  padding-right: 10px;
}

.telefono a {
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 0;
  color: #fff;
  font-size: 16px;
}

.telefono a svg {
  margin-top: 5px;
}

.telefono a span {
  position: relative;
  letter-spacing: 0.02em;
  margin-left: 10px;
}

.underline::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
}

.underline-white::before {
    background: #FFFFFF;
}

@media (max-width: 980px) {
  .telefono span {
    display: none;
  }
}

@media (min-width: 981px) {

  .telefono::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 1px;
    right: -5px;
    height: 20px;
    width: 1px;
  }

}

@media (max-width: 981px) {
  .telefono a svg path {
    fill: #222;
  } 
}

@media (max-width: 1366px) {
  .telefono::after {
      background-color: rgba(34, 34, 34, 0.4);
  }
}

/* Selector de idioma 
-------------------------------------------------- */

.language-menu {
  font-family: pragmatica-extended, sans-serif;
  display: flex;
  list-style: none;
  position: relative;
  list-style: none !important;
  padding: 0 !important;
}

.language-menu::marker {
  display: none;
}

.language-menu li {
  cursor: pointer;
}

.language-menu li:not(:last-of-type)::after {
  content: '|';
  display: inline-block;
}

.language-menu li.decoration {
  opacity: 0.2;
  display: none;
}

.language-menu li a {
  color: #fff;
}

.language-menu li a:not(.active) {
  opacity: 0.2;
}

.language-menu li a:not(.active):hover {
  opacity: 1;
}

.language-menu li a:not(.active).active:hover {
  opacity: 0.2;
}

.language-menu li:first-of-type {
  text-align: left;
}

.language-menu li:last-of-type {
  text-align: right;
}

.language-menu li:not(:last-of-type) {
  margin-right: 7px;
  padding-right: 20px;
  position: relative;
}

.language-menu li:not(:last-of-type)::after {
  content: "|";
  display: block;
  margin: auto;
  line-height: 0;
  opacity: 0.2;
  position: absolute;
  top: 12px;
  bottom: 1px;
  right: 0;
  color: #fff;
}



@media (max-width: 980px) {

  .cabecera .language-menu {
    display: none;
  }

  .language-menu li a {
    color: #fff;
  }

  .et-l--header.open .cabecera .language-menu {
    display: flex;
    position: fixed;
    bottom: 2rem;
    left: 0;
    padding-right: 80px !important;
    padding-left: 80px !important;
    width: 100%;
  }

  .et-l--header.open .cabecera .language-menu li:not(:last-of-type)::after {
    display: none;
  }



}

@media (max-width: 767px) {

  .et-l--header.open .cabecera .language-menu {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

@media (max-width: 1366px) {

  .language-menu {
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }

  .language-menu li.decoration {
    display: block;
  }

  .language-menu li:not(:last-of-type) {
    margin-right: 0;
    padding-right: 10px;
  }

}






/* Hamburger
-------------------------------------------------- */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger-wrapper {
  cursor: pointer;
  position: fixed;
  left: 60px;
  z-index: 9999;
}

@media (max-width: 980px) {
  .hamburger-wrapper {
    left: 30px;
    top: 15px;
  }
}

.hamburger-wrapper .hamburger {
  padding: 0;
  height: 15px;
}

.hamburger-wrapper .hamburger:focus {
  outline: none;
}

.hamburger-wrapper .hamburger-box {
  height: 15px;
  width: 30px;
}

@media (max-width: 980px) {
  .hamburger-wrapper .hamburger-box {
    width: 25px;
  }
}

.hamburger-wrapper .hamburger.open .hamburger-inner:after,
.hamburger-wrapper .hamburger.open .hamburger-inner:before {
  opacity: 0;
}

.hamburger-wrapper .hamburger-inner {
  height: 2px;
  width: 30px;
}

@media (max-width: 980px) {
  .hamburger-wrapper .hamburger-inner {
    width: 25px;
  }
}

.hamburger-wrapper .hamburger-inner:before {
  top: -7px;
}

.hamburger-wrapper .hamburger-inner:after {
  bottom: -7px;
}

.hamburger-wrapper .hamburger-inner:before,
.hamburger-wrapper .hamburger-inner:after {
  transition: opacity 0.2s cubic-bezier(0.16, 0.85, 0.45, 1);
  height: 2px;
  width: 30px;
}

@media (max-width: 980px) {
  .hamburger-wrapper .hamburger-inner:before,
  .hamburger-wrapper .hamburger-inner:after {
    width: 25px;
  }
}

@media (min-width: 981px) {

  header .hamburger-wrapper {
    top: 49px;
  }

  .et-l--header .hamburger-inner,
  .et-l--header .hamburger-inner::before,
  .et-l--header .hamburger-inner::after {
    transition: background-color 0.2s cubic-bezier(0.16, 0.85, 0.45, 1);
    background-color: #fff;
  }
  
}

.mobile-content.open {
  opacity: 1;
  pointer-events: inherit;
}

.mobile-content.open .et_pb_menu {
  transition: transform 0.5s cubic-bezier(0.16, 0.85, 0.45, 1);
  transform: translate3d(0, 0, 0);
}

body.lock-scroll { overflow: hidden; }




/* Menú
-------------------------------------------------- */

.et_mobile_nav_menu {
  display: none !important;
}

.et_pb_menu .et_pb_menu__menu {
  display: block;
}

.et_pb_module.et_pb_text_align_right-phone {
  text-align: left !important;
}

.mobile-content {
  transition: opacity 0.5s cubic-bezier(0.16, 0.85, 0.45, 1);
  background: rgba(34, 34, 34, 0.96);
  overflow: auto;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
}

.mobile-content .et_pb_menu {
  transition: transform 0.5s cubic-bezier(0.16, 0.85, 0.45, 1);
  transform: translate3d(-120vw, 0, 0);
  height: 100vh;
  display: flex ;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 120px;
  padding: 0 15px;
}

.mobile-content .et-menu-nav > ul {
}

.mobile-content .et_pb_menu__menu .et-menu-nav > ul > li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}

.mobile-content .et-menu-nav > ul > li:not(:last-of-type) {
  margin: 0 0 1.25em;
}

.mobile-content .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
  padding-bottom: 0;
  line-height: 1.2em;
}

.mobile-content .et-menu-nav > ul > li:before {
  background: #FFFFFF;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: width 0.3s ease;
}

.mobile-content .et-menu-nav > ul > li:hover:before {
  width: 35px;
}

.mobile-content .et-menu-nav > ul > li a {
  color: #FFFFFF;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}

.mobile-content .et-menu-nav:hover > ul > li a {
  opacity: .2;
}

.mobile-content .et-menu-nav > ul > li:hover a, 
.mobile-content .et-menu-nav > ul > li:active a, 
.mobile-content .et-menu-nav > ul > li:focus a {
      transform: translate3d(50px, 0, 0);
    opacity: 1;
}

.mobile-content .et-menu-nav > ul > li:before a {
  transform: translate3d(50px, 0, 0);
  opacity: 1;
}




/* Migas de pan
-------------------------------------------------- */

.breadcrumbs {
  padding-top: 10px !important; 
  padding-bottom: 0 !important;
  list-style: none !important;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05rem;
  color: #666;
}

.breadcrumbs li:not(:last-child):after {
  display: inline-block;
  padding: 0 0.6rem;
  content: '/'; 
  color: #222;
  font-family: "pragmatica-extended", sans-serif;
}

.breadcrumbs li a {
  border-bottom: 1px solid;
  text-transform: uppercase;
  color: #222;
  text-shadow: none;
}
.breadcrumbs li a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .breadcrumbs li {
    font-size: 16px;
  } 
}




/* Cabeceras de la plantilla "Cabecera"
-------------------------------------------------- */

.page-template-page-imagen .breadcrumbs li {
  color: #ddd;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.page-template-page-imagen .breadcrumbs li a {
  color: #fff;
}

.page-template-page-imagen .breadcrumbs li:after {
  color: #fff;
}

@media (min-width: 981px) {

  .et-l--header:not(.open) svg path {
    fill: #222 !important;
  }

  .page-template-page-imagen .et-l--header:not(.open) svg path {
    fill: #fff !important;
  }

  .et-l--header:not(.open) .et_pb_social_media_follow li a.icon:before {
    color: #222 !important;
  }

  .page-template-page-imagen .et-l--header:not(.open) .et_pb_social_media_follow li a.icon:before {
    color: #fff !important;
  }

  .et-l--header:not(.open) .et_pb_social_media_follow li::after {
      background-color: rgba(34, 34, 34, 0.4);
  }

  .page-template-page-imagen .et-l--header:not(.open) .et_pb_social_media_follow li::after {
      background-color: rgba(255, 255, 255, 0.4);
  }

  .et-l--header:not(.open) .telefono a span {
    color: #222 !important;
  }

  .page-template-page-imagen .et-l--header:not(.open) .telefono a span {
    color: #fff !important;
  }

  .et-l--header:not(.open) .telefono .underline-white::before {
    background-color: #222;
  }

  .page-template-page-imagen .et-l--header:not(.open) .telefono .underline-white::before {
    background-color: #fff;
  }

  .et-l--header:not(.open) .telefono a svg path {
    fill: #222 !important;
  }

  .page-template-page-imagen .et-l--header:not(.open) .telefono a svg path {
    fill: #fff !important;
  }

  .et-l--header:not(.open) .telefono::after {
      background-color: rgba(34, 34, 34, 0.4);
  }

  .page-template-page-imagen .et-l--header:not(.open) .telefono::after {
      background-color: rgba(255, 255, 255, 0.4);
  }

  .et-l--header:not(.open) .language-menu li a {
    color: #222 !important;
  }

  .page-template-page-imagen .et-l--header:not(.open) .language-menu li a {
    color: #fff !important;
  }

  .et-l--header:not(.open) .language-menu li:not(:last-of-type)::after {
    color: #222 !important;
  } 

  .page-template-page-imagen .et-l--header:not(.open) .language-menu li:not(:last-of-type)::after {
    color: #fff !important;
  }

  .et-l--header:not(.open) .hamburger-wrapper .hamburger-inner,    
  .et-l--header:not(.open) .hamburger-wrapper .hamburger-inner:before,
  .et-l--header:not(.open) .hamburger-wrapper .hamburger-inner:after {
    background-color: #222;
  }

  .page-template-page-imagen .et-l--header:not(.open) .hamburger-wrapper .hamburger-inner,    
  .page-template-page-imagen .et-l--header:not(.open) .hamburger-wrapper .hamburger-inner:before,
  .page-template-page-imagen .et-l--header:not(.open) .hamburger-wrapper .hamburger-inner:after {
    background-color: #fff;
  }

}




/* Header tras el scroll 
-------------------------------------------------- */


@media (min-width: 981px) {


  .et-l--header.white:not(.open)>.et_builder_inner_content>.et_pb_section.cabecera {
    background-color: #fff !important
  }

  .et-l--header.white:not(.open) .et_pb_column:last-child {
    padding: 22px 0 16px !important;
  }

  .et-db #et-boc .et-l.et-l--header.white:not(.open) .et_pb_code.logo,
  .et-l--header.white:not(.open) .logo {
    margin-top: 8px !important;
  }

  .et-l--header.white:not(.open) .logo svg {
      height: auto;
      width: 130px;
  }

  .et-l--header.white:not(.open) svg path {
    fill: #222 !important;
  }

  .et-l--header.white:not(.open) .et_pb_social_media_follow li a.icon:before {
    color: #222 !important;
  }

  .et-l--header.white:not(.open) .et_pb_social_media_follow li::after {
      background-color: rgba(34, 34, 34, 0.4);
  }

  .et-l--header.white:not(.open) .telefono a span {
    color: #222 !important;
  }

  .et-l--header.white:not(.open) .telefono .underline-white::before {
    background-color: #222;
  }

  .et-l--header.white:not(.open) .telefono a svg path {
    fill: #222 !important;
  }

  .et-l--header.white:not(.open) .telefono::after {
      background-color: rgba(34, 34, 34, 0.4);
  }

  .et-l--header.white:not(.open) .language-menu li a {
    color: #222 !important;
  }

  .et-l--header.white:not(.open) .language-menu li:not(:last-of-type)::after {
    color: #222 !important;
  } 

  .et-l--header.white:not(.open) .hamburger-wrapper {
    transition: top 0.2s cubic-bezier(0.16, 0.85, 0.45, 1);
    top: 3px;
  }

  .et-l--header.white:not(.open) .hamburger-wrapper .hamburger-inner,    
  .et-l--header.white:not(.open) .hamburger-wrapper .hamburger-inner:before,
  .et-l--header.white:not(.open) .hamburger-wrapper .hamburger-inner:after {
        height: 1px;
        background-color: #222;
    }
}




/* Footer
-------------------------------------------------- */

#footer .et_pb_row,
#footer .et_flex_column {
  row-gap: 0;
}

@media (max-width: 768px) {
  #footer .row,
  #footer .parrafo ul,
  .parrafo #footer ul {
    flex-direction: column;
    justify-content: center;
  }

  #footer .row > div:first-child,
  #footer .parrafo ul > div:first-child,
  .parrafo #footer ul > div:first-child {
    order: 3;
  }

  #footer .row > div:nth-child(2),
  #footer .parrafo ul > div:nth-child(2),
  .parrafo #footer ul > div:nth-child(2) {
    order: 1;
    margin-bottom: 20px;
    text-align: center;
  }

  #footer .row > div:last-child,
  #footer .parrafo ul > div:last-child,
  .parrafo #footer ul > div:last-child {
    order: 2;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #footer .footer-icon {
    display: none;
  }
}

#footer a {
  position: relative;
}

#footer a::before {
  background: #222222;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

#footer address {
  margin-bottom: 1.2em;
}

#footer ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

#footer .footer-data svg {
  margin-right: 8px;
}

#footer .footer-data li:nth-of-type(3) {
  margin-top: 10px;
}

@media (max-width: 768px) {
  #footer .footer-legal {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    text-align: center;
  }
}

#footer .footer-legal ul.et-menu:before {
  display: inline-block;
  content: '© Copyright |';
  font-size: 14px;
  color: #222;
}

#footer .footer-legal span,
#footer .footer-legal a:not(:last-of-type) {
  margin-right: 8px;
  position: relative;
}

@media (max-width: 768px) {
  #footer .footer-legal span,
  #footer .footer-legal a:not(:last-of-type) {
    margin-bottom: 5px;
    margin-right: 0;
  }
}

#footer ul li:not(:last-of-type) {
  margin-bottom: 5px;
  padding-right: 7px;
  padding-left: 7px;
}

#footer .footer-legal ul.et-menu > li {
    margin-bottom: 5px;
    padding-right: 7px;
    padding-left: 7px;
  }

#footer .footer-legal span::after,
#footer .footer-legal li:not(:last-of-type) a::after {
  content: "|";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 1px;
  right: -9px;
}

#footer .footer-legal li a {
  font-size: 14px;
}

@media (max-width: 980px) {
  #footer {
    text-align: center;
  }

  #footer .footer-legal span::after,
  #footer .footer-legal li:not(:last-of-type) a::after {
    display: none;
  }

 #footer .et_pb_menu .et_pb_menu__menu>nav>ul {
  align-items: center;
    flex-direction: column;
 }

  #footer .et_pb_menu_0_tb_footer .et_pb_menu__wrap {
    justify-content: center !important;
  }
}

@media (min-width: 981px) {
  #footer .footer-legal ul.et-menu:before,
  #footer .footer-legal li a {
    font-size: 16px;
  }
}


/* Widgets */

#footer .et_pb_widget_area_left {
  border: 0;
  padding-right: 0;
}

#footer .et_pb_widget .title {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 18px;
}

#footer .et_pb_widget .textwidget {
  color: #222;
  font-size: 14px;
}

#footer .et_pb_widget .textwidget address {
  font-style: normal;
}

#footer .et_pb_widget .textwidget svg {
  margin-right: 8px;
}

@media (min-width: 768px) {
  #footer .et_pb_widget .textwidget {
    font-size: 16px;
  }
}

@media (max-width: 980px) {
  .et_pb_column .et_pb_widget {
    width: 100%;
  }
  .et_pb_column .et_pb_widget {
    margin: 0;
  }
}


    

/* Casos de éxito
-------------------------------------------------- */

.casos-de-exito {
  --gap: 24px;
  --gap-lg: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
}

@media (min-width: 981px){
  .casos-de-exito {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gap-lg);
  }
}




/* Noticias
-------------------------------------------------- */

.block-card-list.lista-noticias {
  --gap: 24px;
  --gap-lg: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
}

@media (min-width: 981px){
  .block-card-list.lista-noticias {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--gap-lg);
  }
}

.descripcion-corta {
  font-size: 22px;
  color: #222;
  line-height: 1.25;
}

.entry-content div + h2,
.entry-content ul + h2,
.entry-content ol + h2,
.entry-content blockquote + h2,
.entry-content p + h2 {margin-top: 1.2em;}
.entry-content div + h3,
.entry-content ul + h3,
.entry-content ol + h3,
.entry-content blockquote + h3,
.entry-content p + h3 {margin-top: 1.2em;}
.entry-content div + h4,
.entry-content ul + h4,
.entry-content ol + h4,
.entry-content blockquote + h4,
.entry-content p + h4 {margin-top: 1.2em;}
.entry-content div + h5,
.entry-content ul + h5,
.entry-content ol + h5,
.entry-content blockquote + h5,
.entry-content p + h5 {margin-top: 1.2em;}
.entry-content div + h6,
.entry-content ul + h6,
.entry-content ol + h6,
.entry-content blockquote + h6,
.entry-content p + h6 {margin-top: 1.2em;}



/* Block card
-------------------------------------------------- */

.block-card-list .block-card {
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .block-card {
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .block-card {
    padding-bottom: 40px;
  }
}

.block-card-list .block-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.block-card-list .block-card .link-img {
  display: block;
  position: relative;
}

.block-card-list .block-card .img-fluid {
  width: 100%;
  height: auto;
  display: block;
}

/*.block-card-list .block-card .block-card-text {
  padding-top: 0.75rem;
}*/

.block-card h2 {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  text-transform: initial;
}

.block-card a {
  display: block;
  position: relative;
}

.block-card .link {
  width: 40%;
  min-width: 120px;
  max-width: 170px;
}

.lang-fr .block-card .link {
  width: 56%;
  min-width: 130px;
  max-width: 260px;
}

.block-card:hover .link-img img {
  transform: translate(15px, -15px) !important;
}

.block-card:hover .link {
  color: #FFFFFF;
}

.block-card:hover .link::before {
  opacity: 0;
}

.block-card:hover .link::after {
  opacity: 1;
  width: 100%;
}

.block-card-text {
  padding-right: 2.5%;
}

.block-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-card h3 {
  line-height: 110%;
  font-size: 25px;
}

.block-card p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .block-card h3 {
    font-size: 20px;
  }
  .block-card p:last-of-type {
    margin-top: 20px;
  }
}




/* Casos de éxito / Single */

.single-casos_de_exito {}

.entry-content ul, 
.entry-content .et_pb_text_inner > ul {
  list-style-image: url("assets/images/check-primary.svg");
  padding-left: 40px;
}

.bg-black .entry-content ul, 
.bg-black .entry-content .et_pb_text_inner > ul {
  list-style-image: url("assets/images/check-primary-white.svg");
  padding-left: 40px;
}

.entry-content ul > li, 
.entry-content .et_pb_text_inner > ul > li {
  margin-bottom: 1.5em;
}

.entry-content ul > li > ul > li, 
.entry-content .et_pb_text_inner > ul > li > ul > li {
  margin-bottom: .5em;
}


.entry-content ul > li > ul, 
.entry-content .et_pb_text_inner > ul > li > ul {
  padding-left: 10%;
  list-style: disc;
  padding-top: 20px;
  padding-bottom: 0;
  line-height: 1.5;
}

.entry-content .et_pb_text_inner p + ol,
.entry-content .et_pb_text_inner p + ul {
  padding-top: 20px;
}

.bg-black .entry-content ul > li > ul, 
.bg-black .entry-content .et_pb_text_inner > ul > li > ul {
  color: #989898;
}


/* Equipo
-------------------------------------------------- */




.et_pb_blurb + .et_pb_social_media_follow {
  padding: 0;
}

.et_pb_blurb + .et_pb_social_media_follow li::after {
    display: none;
  }

@media (max-width: 980px) {
  .et_pb_blurb + .et_pb_social_media_follow {
    width: 100%;
    margin: 0 auto;
    /* text-align: left; */
    max-width: 550px;
  }
  .et_pb_blurb + .et_pb_social_media_follow .et-social-linkedin {
    margin: -1.4rem 0 0 -8px !important;
  }
  .et_pb_blurb + .et_pb_social_media_follow .et-social-line {
    display: none !important;
  }
}

@media (min-width: 981px) {

  .et-social-line a.icon:before {
    content: "\f0e0";
  }

  .et_pb_blurb + .et_pb_social_media_follow {
    transition: opacity 0.2s cubic-bezier(0.16, 0.85, 0.45, 1);
    background: rgba(34, 34, 34, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 50%;
    width: 100%;
    margin: 0;
    padding: 0;
    aspect-ratio: 0.83;
    overflow: hidden;
    max-width: 515px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .equipo .et_pb_column:hover .et_pb_blurb + .et_pb_social_media_follow {
    opacity: 1;
}

  .et_pb_blurb + .et_pb_social_media_follow li a.icon {
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 10px;
    margin: 0 6px !important;
    transition: opacity 0.2s cubic-bezier(0.16, 0.85, 0.45, 1);
  }

  .et_pb_blurb + .et_pb_social_media_follow li a.icon:hover {
    opacity: 0.5;
  }

  .et_pb_blurb + .et_pb_social_media_follow li a.icon:before {
    font-size: 23px !important; 
  }
  


  .et_pb_blurb + .et_pb_social_media_follow {
  

  }
}

/* Proyectos
-------------------------------------------------- */

.block-card-list {
  --gap: 24px;
  --gap-lg: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
}

@media (min-width: 981px){
  .block-card-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gap-lg);
  }
}


@media (min-width: 981px){
  .block-card-list.proyectos-no-socios {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--gap-lg);
  }
}

.margin-bottom-80,
.pc-img-decoration,
.project-card {
  margin-bottom: 80px;
}

.pc-title {
  margin-bottom: 8px;
  padding-bottom: 0;
  color: #000;
  font-size: 20px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.pc-subtitle {
  margin-bottom: 25px;
  padding: 0;
  margin-top: 0 !important;
  font-size: 18px;
  line-height: 1.2em;
}

.pc-data {
  margin-bottom: 20px !important;
  color: #989898;
  font-size: 16px;
}

@media all and (max-width: 1366px) {
  .margin-bottom-80,
  .pc-img-decoration,
  .project-card {
    margin-bottom: calc(80px/1.5);
  }
  .pc-title {
    font-size: 18px;
  }
  .pc-subtitle {
    font-size: 16px;
  }
  .pc-subtitle {
    margin-bottom: calc(25px/1.5);
  }
}

@media all and (max-width: 1024px) {
  .margin-bottom-80,
  .pc-img-decoration,
  .project-card {
    margin-bottom: calc(80px/2);
  }
  .pc-subtitle {
    margin-bottom: calc(25px/2);
  }
}

@media all and (max-width: 920px) {
  .margin-bottom-80,
  .pc-img-decoration,
  .project-card {
    margin-bottom: calc(80px/2.70);
  }
  .pc-subtitle {
    margin-bottom: calc(25px/2.70);
  }
}


@media (max-width: 1024px) {
  .project-card {
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .project-card {
    padding-bottom: 40px;
  }
  .pc-title {
    font-size: 16px;
  }
  .pc-subtitle {
    font-size: 14px;
  }
}

.project-card:hover .link {
  color: #FFFFFF;
}

.project-card:hover .link::before {
  opacity: 0;
}

.project-card:hover .link::after {
  opacity: 1;
  width: 100%;
}

.project-card a {
  display: block;
  position: relative;
}

.project-card img {
  mix-blend-mode: multiply;
}

.pc-img-decoration {
  background: #222222;
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
}




.ii-nosocio-filters {display: flex}



.pc-filter .select {
  position: relative;
  margin-right: 2rem;
}

.pc-filter .select svg {
  margin: auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.pc-filter .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 15px;
  min-width: 375px;
  width: auto;
}

@media (max-width: 1024px) {
  .pc-filter .select select {
    min-width: 100%;
  }
}

.pc-filter .select select {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  display: block;
  width: 100%;
      font-size: 16px;
    color: #222;
}



.et_pb_contact p input,
.et_pb_contact p textarea,
.et_pb_contact p select {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  display: block;
  width: 100%;
      font-size: 16px;
    color: #222;
}

.et_pb_contact_field_checkbox i {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
      font-size: 16px;
    color: #222;
    margin-right: 11px !important;
}

.et_pb_contact_field_checkbox a {
  display: inline-block;
      padding-left: 4px;
}

.entry-content .et-pb-contact-message p {
  padding-bottom: 1rem;
}

.entry-content .et-pb-contact-message ul {
  padding: 0 0 13px 1em;
      list-style: none;
}

.entry-content .et-pb-contact-message ul li {
      margin-bottom: 0.5em;
}

.grecaptcha-badge {
  display: none;
}














