/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760018591
Updated: 2025-10-09 14:03:11

*/
/* ========== General ========== */
strong {
	color: #0D9982 !important;	
}

/* ========== Home ========== */
.partner-logos-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 30px;
  align-items: center;
}

.partner-logos-grid .elementor-widget-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}

.partner-logos-grid .partner-logo img {
  width: 100%;
  max-width: 150px;
  max-height: 54px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .partner-logos-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .partner-logos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
  }

  .partner-logos-grid .partner-logo img {
    max-width: 130px;
    max-height: 46px;
  }
}


.partner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
}

.partner-logo-item img {
  width: auto;
  max-width: 150px;
  max-height: 52px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .partner-logo-item {
    min-height: 50px;
  }

  .partner-logo-item img {
    max-width: 120px;
    max-height: 42px;
  }
}

.home-partner-cpt-logos .elementor-loop-container {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 36px;
  column-gap: 30px;
}

.home-partner-cpt-logos .elementor-loop-container {
  display: grid !important;
  grid-template-columns: repeat(30, 1fr) !important;
  column-gap: 30px !important;
  row-gap: 34px !important;
  align-items: center !important;
}

.home-partner-cpt-logos .e-loop-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: none !important;
}

/* Primera fila: 5 logos */
.home-partner-cpt-logos .e-loop-item:nth-child(-n+5) {
  grid-column: span 6 !important;
}

/* Segunda fila: 6 logos */
.home-partner-cpt-logos .e-loop-item:nth-child(n+6) {
  grid-column: span 5 !important;
}

.home-partner-cpt-logos .elementor-widget-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-partner-cpt-logos img {
  width: auto !important;
  max-width: 150px !important;
  max-height: 52px !important;
  object-fit: contain !important;
}

@media (max-width: 1024px) {
  .home-partner-cpt-logos .elementor-loop-container {
    grid-template-columns: repeat(3, 1fr) !important;
    row-gap: 28px !important;
  }

  .home-partner-cpt-logos .e-loop-item:nth-child(n) {
    grid-column: span 1 !important;
  }

  .home-partner-cpt-logos img {
    max-width: 130px !important;
    max-height: 48px !important;
  }
}

@media (max-width: 767px) {
  .home-partner-cpt-logos .elementor-loop-container {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 24px !important;
  }

  .home-partner-cpt-logos .e-loop-item:nth-child(n) {
    grid-column: span 1 !important;
  }

  .home-partner-cpt-logos img {
    max-width: 115px !important;
    max-height: 42px !important;
  }
}

/* ========== Equip ========== */
.card-persona { position: relative; }

.card-persona .logo-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

.card-persona .logo-badge img.logo-equip {
  max-width: 40px !important;
  height: auto;
  display: block;
}

.card-persona .card-persona-img {
	background-size: cover;
}

.card-persona .e-n-accordion-item-title-text {
	font-size: 16px !important;
	line-height: 1em;
	font-family: 'Source Sans Pro';
	font-weight: 700;
	text-transform: uppercase;
}


/* ========== Deliverables ========== */
.deliverable-no-file .deliverable-pdf-button .elementor-button {
  background-color: #b8b8b8 !important;
  border-color: #b8b8b8 !important;
  color: #ffffff !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.75;
}

.deliverable-no-file .deliverable-pdf-button .elementor-button-icon {
  opacity: 0.6;
}

/* ========== Publications ========== */
.publication-no-file .publication-pdf-button .elementor-button {
  background-color: #b8b8b8 !important;
  border-color: #b8b8b8 !important;
  color: #ffffff !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.75;
}

.publication-no-file .publication-pdf-button .elementor-button-icon {
  opacity: 0.6;
}