@charset "UTF-8";
/*!
Theme Name: RCD Piensa en Grandes
Theme URI: http://underscores.me/
Author: Agencia Rompecabeza Digital
Author URI: http://underscores.me/
Description: Rediseño sitio Piensa en Grandes 2025.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rcd_piensa_en_grandes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* BASES */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham-light-webfont.woff2") format("woff2"), url("fonts/gotham-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Regular.woff2") format("woff2"), url("fonts/Gotham-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-boldOffice.woff2") format("woff2"), url("fonts/Gotham-boldOffice.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
:root {
  --peg-primary: #F15D31;
  --peg-secondary: #8EC73E;
  --peg-banner-color: #F5D051;
  --peg-banner-bg: #168F98;
  --peg-primary-bg: #FCF3F0;
  --peg-gray: #75797B;
  --peg-gray-dark: #2D2D2D;
  --peg-gray-light: #E3E3E3;
  --peg-gray-bg: #F3F3F5;
  --peg-gray-inactive: #C0C0C0;
  --peg-white: #FFFDFC;
  --peg-black: #000000;
  --peg-body-color: #FAFAFA;
  --peg-font-color: #434343;
  --peg-body-font: "Montserrat", sans-serif;
  --peg-headings-font: "Gotham", sans-serif;
  --peg-border-radius: 1.25rem;
  --peg-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
}

/* reset */
*, ::after, ::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html, body {
  margin: 0;
  padding: 0;
}

.site-main {
  padding-top: 1.5rem;
}

body {
  background-color: var(--peg-body-color);
  color: var(--peg-font-color);
  font-family: var(--peg-body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

a {
  color: var(--peg-primary);
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

p {
  margin: 0;
  margin-bottom: 1rem;
}

ul, ol {
  padding-left: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 0.875em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--peg-headings-font);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
}
h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b {
  font-weight: 700;
}
h1 .title-highlight-primary,
h1 .title-highlight-secondary, h2 .title-highlight-primary,
h2 .title-highlight-secondary, h3 .title-highlight-primary,
h3 .title-highlight-secondary, h4 .title-highlight-primary,
h4 .title-highlight-secondary, h5 .title-highlight-primary,
h5 .title-highlight-secondary, h6 .title-highlight-primary,
h6 .title-highlight-secondary {
  font-weight: 700;
  font-size: 142%;
  text-transform: uppercase;
}
h1 .title-highlight-primary, h2 .title-highlight-primary, h3 .title-highlight-primary, h4 .title-highlight-primary, h5 .title-highlight-primary, h6 .title-highlight-primary {
  color: var(--peg-primary);
}
h1 .title-highlight-secondary, h2 .title-highlight-secondary, h3 .title-highlight-secondary, h4 .title-highlight-secondary, h5 .title-highlight-secondary, h6 .title-highlight-secondary {
  color: var(--peg-secondary);
}
@media screen and (min-width: 992px) {
  h1 .title-highlight-primary,
  h1 .title-highlight-secondary, h2 .title-highlight-primary,
  h2 .title-highlight-secondary, h3 .title-highlight-primary,
  h3 .title-highlight-secondary, h4 .title-highlight-primary,
  h4 .title-highlight-secondary, h5 .title-highlight-primary,
  h5 .title-highlight-secondary, h6 .title-highlight-primary,
  h6 .title-highlight-secondary {
    font-size: 177%;
  }
}

h1 {
  font-size: 34px;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 18px;
  }
}

img, iframe {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

img,
svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
  border-color: inherit;
  cursor: pointer;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

/* base styles */
main > section,
main > article {
  padding: 1.875rem 0;
}
@media screen and (min-width: 992px) {
  main > section,
  main > article {
    padding: 3.75rem 0;
  }
}

.row .col-img img {
  margin: 1rem 0;
  width: 100%;
}
.row .col-img-rounded img {
  border-radius: var(--peg-border-radius);
  margin: 1rem 0;
  width: 100%;
}
.row .col-title h1, .row .col-title h2 {
  margin-bottom: 0;
}
.row .col-text p:last-child {
  margin-bottom: 0;
}
.row .col-sep {
  position: relative;
  margin-bottom: 1rem;
}
.row .col-sep span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--peg-gray);
}
.row:not(:last-child) {
  margin-bottom: 2.5rem;
}
.row > div:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .row .col-img img {
    margin: 0;
  }
  .row .col-img-rounded img {
    margin: 0;
  }
  .row .col-sep {
    margin-bottom: 0;
  }
  .row .col-sep span {
    width: 3px;
    height: 80px;
  }
  .row > div:not(:last-child) {
    margin-bottom: 0;
  }
}

/* PAGINACIÓN - SWIPER */
.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: var(--peg-gray-inactive);
  opacity: 1;
  margin: 0 6px;
  border-radius: 20px;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 14px;
  background-color: var(--peg-primary);
}
.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

main > section .swiper-initialized .swiper-pagination {
  position: relative;
  padding-top: 1rem;
  bottom: unset !important;
}

.fade {
  transition: opacity 0.2s linear;
}
.fade:not(.show) {
  opacity: 0;
}

/* botones */
.btn {
  color: var(--peg-font-color);
  background-color: inherit;
  border-radius: 3.5rem;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.625rem 2rem;
  transition: background-color 0.2s ease;
}
.btn:after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: inherit;
  margin-left: 0.5rem;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  transition: margin-left 0.2s ease;
}
.btn:hover::after {
  margin-left: 1.5rem;
}
.btn.no-arrow::after {
  display: none;
}
.btn.btn-primary {
  background-color: var(--peg-primary);
  border: 1px solid var(--peg-primary);
  color: var(--peg-white);
  font-weight: 700;
  font-size: 16px;
}
.btn.btn-primary:hover {
  background-color: var(--peg-white);
  color: var(--peg-primary);
}
.btn.btn-secondary {
  background-color: var(--peg-secondary);
  border: 1px solid var(--peg-secondary);
  color: var(--peg-white);
  font-weight: 700;
  font-size: 16px;
}
.btn.btn-secondary:hover {
  background-color: var(--peg-white);
  color: var(--peg-secondary);
}
.btn.btn-white {
  background-color: var(--peg-white);
  border: 1px solid var(--peg-white);
  color: var(--peg-primary);
  font-weight: 700;
  font-size: 16px;
}
.btn.btn-white:hover {
  background-color: var(--peg-primary);
  color: var(--peg-white);
}
.btn.btn-outline-white {
  background-color: transparent;
  border: 1px solid var(--peg-white);
  color: var(--peg-white);
  font-weight: 700;
  font-size: 16px;
}
.btn.btn-outline-white:hover {
  background-color: var(--peg-primary);
  border-color: var(--peg-primary);
}

/* breadcrumb */
.breadcrumb {
  opacity: 0.8;
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb span.active {
  font-weight: 700;
}

/* cards */
.card {
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  width: 400px;
  max-width: 100%;
}
.card .card-body {
  padding: 1.5rem;
}
.card .card__img {
  background-color: var(--peg-gray);
  border-radius: inherit;
  display: block;
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.card .card__title {
  position: relative;
  color: var(--peg-font-color);
  font-weight: 700;
  margin-bottom: 1rem;
}
.card .card__text {
  position: relative;
  color: var(--peg-font-color);
}
.card .card__text p:last-child {
  margin-bottom: 0;
}
.card .card__text p span {
  color: var(--peg-primary);
  font-weight: 700;
}
.card .card__toggle {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  z-index: 2;
}
.card .card__toggle .btn-toggle {
  background-color: var(--peg-primary);
  border-radius: 50%;
  border: none;
  color: var(--peg-white);
  height: 50px;
  width: 50px;
  transform: rotate(325deg);
  transition: transform 0.2s ease;
}
.card .card__toggle .btn-toggle .icon {
  font-size: 2rem;
}
.card .card__toggle .btn-toggle.active {
  background-color: var(--peg-secondary);
  transform: rotate(225deg);
}
.card.card-proyecto {
  background-color: var(--peg-white);
  justify-content: center;
  min-height: 110px;
  height: auto;
  box-shadow: var(--peg-box-shadow);
}
.card.card-proyecto .card__img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}
.card.card-proyecto .card__title {
  color: var(--peg-font-color);
  font-size: 1.125rem;
  margin-bottom: 0;
}
.card.card-proyecto .card__text {
  color: var(--peg-font-color);
  padding-top: 1rem;
}
.card.card-proyecto .card__text__cta .btn {
  width: auto;
}
.card.card-proyecto .card__text__cta .btn.btn-primary:hover {
  background-color: transparent;
  border-color: var(--peg-white);
  color: var(--peg-white);
}
.card.card-equipo .card-body, .card.card-directorio .card-body {
  padding: 1.25rem 0 1rem;
}
.card.card-equipo .card__title, .card.card-directorio .card__title {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.card.card-equipo .card__text, .card.card-directorio .card__text {
  font-size: 0.875rem;
}
.card.card-equipo .card__text p, .card.card-directorio .card__text p {
  position: relative;
  margin-bottom: 0;
  padding-left: 0.75rem;
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
}
.card.card-equipo .card__text p::before, .card.card-directorio .card__text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--peg-primary);
  border-radius: 1rem;
  max-height: 2.25rem;
  height: 100%;
  width: 3px;
}
.card.card-tema {
  width: 160px;
}
.card.card-tema .card__img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: contain;
  margin: 0 auto;
}
.card.card-tema .card__text {
  text-align: center;
}
.card.card-tipo {
  background-color: var(--peg-gray);
  width: 600px;
}
.card.card-tipo .card__title {
  color: var(--peg-white);
}
.card.card-tipo .card__title span {
  display: block;
  font-weight: 400;
}
.card.card-tipo .card__text {
  color: var(--peg-white);
}
.card.card-premio {
  width: 216px;
}
.card.card-premio .card__img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: contain;
  margin: 0 auto;
}
.card.card-premio .card__text {
  text-align: center;
}
.card.card-paso {
  width: 216px;
}
.card.card-paso .card__img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: contain;
  margin: 0 auto;
}
.card.card-paso .card__title {
  font-size: 1.125rem;
  text-align: center;
}
.card.card-paso .card__text {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .card .card__toggle {
    bottom: 3rem;
    right: 2rem;
    transform: none;
  }
  .card.card-proyecto .card-body {
    padding: 3rem 2rem;
  }
  .card.card-proyecto .card__text {
    padding-bottom: 0;
  }
  .card.card-tipo .card-body {
    padding: 3rem 3.5rem;
  }
  .card.card-tipo .card__title {
    font-size: 1.5rem;
  }
}

/* tabs */
.tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tabs .nav-tabs .nav-link {
  display: block;
  background: none;
  border-color: transparent transparent var(--peg-gray) transparent;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: var(--peg-gray-inactive);
  font-family: var(--peg-headings-font);
  font-size: 1rem;
  font-weight: 400;
  padding: 0.875rem 1.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.tabs .nav-tabs .nav-link.active {
  color: var(--peg-primary);
  border-color: var(--peg-primary);
  font-weight: 700;
}
.tabs .tab-content {
  padding-top: 2rem;
}
.tabs .tab-content > .tab-pane {
  display: none;
}
.tabs .tab-content > .active {
  display: block;
}
@media screen and (min-width: 992px) {
  .tabs .nav-tabs .nav-link {
    font-size: 1.5rem;
  }
}

/* HEADER */
.site-header {
  padding: 1rem 1rem;
  background-color: #ffffff;
}
.site-header .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.site-header .site-branding {
  display: flex;
  align-items: center;
}
.site-header .site-branding img {
  height: 50px;
  width: auto;
  display: block;
}
.site-header .main-navigation {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.site-header .main-navigation li:last-child > a {
  display: inline-block;
  background-color: var(--peg-primary);
  color: var(--peg-white);
  flex-grow: 1;
  padding: 0.6rem 1.5rem;
  border-radius: 20px;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-top: 0.5rem;
  text-align: center;
  white-space: nowrap;
  width: auto;
}
.site-header .main-navigation li:last-child > a:hover {
  background-color: var(--peg-secondary);
  color: var(--peg-white);
}
.site-header .main-navigation li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation li > a {
  text-align: left;
  padding: 0.75rem 1rem;
  color: var(--peg-font-color);
  transition: color 0.2s ease;
}
.site-header .main-navigation li > a:hover {
  color: var(--peg-primary);
}
.site-header .main-navigation li .sub-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  box-shadow: var(--peg-box-shadow);
  padding: 0.5rem 0;
  z-index: 50;
}
.site-header .main-navigation li .sub-menu a {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--peg-font-color);
  font-weight: 400;
  text-align: center;
  transition: color 0.2s ease;
}
.site-header .main-navigation li .sub-menu a:hover {
  color: var(--peg-primary);
}
.site-header .main-navigation li .sub-menu li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation li .submenu-toggle {
  cursor: pointer;
  font-size: 1rem;
  padding: 0.5rem;
}
.site-header .main-navigation li:focus-within > .sub-menu,
.site-header .main-navigation li .menu-cloned {
  display: flex !important;
}
.site-header .main-navigation li.menu-item-has-children:focus-within > .sub-menu {
  display: none !important;
}
.site-header .main-navigation.open {
  display: flex;
  flex-basis: 100%;
}
.site-header .mobile-menu-toggle {
  display: block;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: var(--peg-font-color);
  padding: 0;
}
@media screen and (min-width: 992px) {
  .site-header .header-container {
    flex-wrap: nowrap;
    gap: 2rem;
  }
  .site-header .site-branding {
    justify-content: flex-start;
    width: auto;
  }
  .site-header .site-branding img {
    height: 80px;
  }
  .site-header .submenu-toggle,
  .site-header .mobile-menu-toggle {
    display: none;
  }
  .site-header .main-navigation {
    display: block;
    margin-left: auto;
    width: auto;
  }
  .site-header .main-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: auto;
  }
  .site-header .main-navigation li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
  }
  .site-header .main-navigation li > a {
    padding: 0.5rem 0.625rem;
    color: var(--peg-font-color);
    font-weight: 400;
    text-align: center;
    transition: color 0.2s ease;
  }
  .site-header .main-navigation li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEuNzE2NTVMNSA1LjcxNjU1TDkgMS43MTY1NSIgc3Ryb2tlPSIjMjkyOTI5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    vertical-align: middle;
    float: none;
  }
  .site-header .main-navigation li.menu-item-has-children:hover > a::after, .site-header .main-navigation li.menu-item-has-children:focus-within > a::after {
    transform: rotate(180deg);
  }
  .site-header .main-navigation li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: var(--peg-box-shadow);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 50;
  }
  .site-header .main-navigation li:hover > .sub-menu, .site-header .main-navigation li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .site-header .main-navigation li > .sub-menu li {
    width: 100%;
  }
  .site-header .main-navigation li > .sub-menu a {
    padding: 0.5rem 1rem;
    color: var(--peg-font-color);
    font-weight: 400;
    text-align: center;
    transition: color 0.2s ease;
  }
  .site-header .main-navigation li > .sub-menu a:hover {
    color: var(--peg-primary);
  }
  .site-header .main-navigation li:last-child > a {
    margin-top: 0;
    margin-left: 0.625rem;
    text-align: center;
  }
}

/* FOOTER */
.site-footer {
  background-color: #F1F1F1;
  padding: 1.5rem;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.site-footer .site-branding img {
  max-width: 160px;
  height: auto;
  display: block;
}
.site-footer .footer-left {
  width: 100%;
}
.site-footer .footer-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  padding-top: 1rem;
}
.site-footer .footer-partners .footer-partner-logo {
  max-height: 40px;
  width: auto;
  display: block;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.site-footer .footer-partners .footer-partner-logo:hover {
  opacity: 1;
}
.site-footer .footer-right {
  width: 100%;
}
.site-footer .footer-menu-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.site-footer .footer-navigation .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}
.site-footer .footer-navigation .menu > .menu-item > a {
  color: var(--peg-font-color);
  transition: color 0.2s ease;
}
.site-footer .footer-navigation .menu > .menu-item > a:hover {
  color: var(--peg-primary);
}
.site-footer .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 1rem;
}
.site-footer .footer-contact .footer-contact-title {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--peg-font-color);
  margin: 0;
}
.site-footer .footer-contact .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-footer .footer-contact .footer-contact-icon {
  height: 20px;
  width: auto;
}
.site-footer .footer-contact .footer-contact-link {
  color: var(--peg-font-color);
  text-decoration: underline;
  transition: color 0.2s ease;
}
.site-footer .footer-contact .footer-contact-link:hover {
  color: var(--peg-primary);
}
.site-footer .footer-social {
  margin-top: 1rem;
  width: 100%;
}
.site-footer .footer-social .footer-social-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: var(--peg-font-color);
}
.site-footer .footer-social .footer-social-icon-link img {
  height: 20px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding: 3rem 1.5rem;
  }
  .site-footer .site-branding img {
    max-width: 300px;
  }
  .site-footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    min-height: 240px;
  }
  .site-footer .footer-partners {
    justify-content: flex-start;
    gap: 1rem;
    margin-top: auto;
  }
  .site-footer .footer-partners .footer-partner-logo {
    max-height: 57px;
  }
  .site-footer .footer-left,
  .site-footer .footer-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .site-footer .footer-right {
    align-items: flex-end;
  }
  .site-footer .footer-menu-contact {
    flex-direction: row;
    flex-grow: 1;
    gap: 2rem;
    width: auto;
  }
  .site-footer .footer-contact {
    margin-top: 0;
  }
  .site-footer .footer-social {
    margin-bottom: 1rem;
    text-align: right;
  }
}

/*------------------------------------------------------------
# Páginas
------------------------------------------------------------*/
/* HOME */
/* banner */
.banner-home {
  position: relative;
  background-color: var(--peg-banner-bg);
  width: 100%;
}
.banner-home .banner-slider {
  height: auto;
  width: 100%;
  z-index: 0;
}
.banner-home .banner-slider .swiper-slide {
  width: 100%;
}
.banner-home .banner-slider .swiper-pagination {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.banner-home .banner-home-bg img {
  display: block;
  object-fit: cover;
  object-position: top;
  height: auto;
  width: 100%;
}

/* sección quienes somos */
.nosotros-home {
  background: var(--peg-white) url("images/vector-naranja.svg") center/160% no-repeat;
  position: relative;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  margin-top: -2rem;
}
.nosotros-home .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nosotros-home {
    margin-top: -5%;
    border-top-left-radius: 3.75rem;
    border-top-right-radius: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .nosotros-home .btn {
    width: fit-content;
  }
}

/* sección proyectos */
.proyectos-home {
  background-color: var(--peg-gray-bg);
}
.proyectos-home .card-proyecto {
  width: 100%;
}
.proyectos-home .swiper-slider-desktop .swiper-slide {
  width: 100%;
}
.proyectos-home .swiper-slider-desktop .swiper-slide .card-proyecto {
  background-color: var(--peg-gray);
  width: 100%;
}
.proyectos-home .swiper-slider-desktop .swiper-slide .card-proyecto .card__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--peg-border-radius);
  filter: brightness(0.6);
  margin-bottom: 0;
  z-index: 0;
}
.proyectos-home .swiper-slider-desktop .swiper-slide .card-proyecto .card__text {
  display: none;
  color: var(--peg-white);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 6rem;
  z-index: 1;
}
.proyectos-home .swiper-slider-desktop .swiper-slide .card-proyecto .card__title {
  color: var(--peg-white);
}
.proyectos-home .swiper-slider-desktop .swiper-slide.expanded .card-proyecto {
  justify-content: flex-start;
}
.proyectos-home .swiper-slider-desktop .swiper-slide.expanded .card-proyecto .card__img {
  display: none;
}
.proyectos-home .swiper-slider-desktop .swiper-slide.expanded .card-proyecto .card__text {
  display: block;
  max-height: 100%;
  opacity: 1;
}
.proyectos-home .btn {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .proyectos-home .swiper-slider-desktop .swiper-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .proyectos-home .swiper-slider-desktop .swiper-slide {
    width: calc(33% - 10px);
    transition: width 0.2s ease-in-out;
  }
  .proyectos-home .swiper-slider-desktop .swiper-slide .card-proyecto {
    height: 560px;
    justify-content: flex-end;
  }
  .proyectos-home .swiper-slider-desktop .swiper-slide .card-proyecto .card__title {
    font-size: 1.5rem;
  }
  .proyectos-home .swiper-slider-desktop .swiper-slide.expanded {
    width: calc(50% - 10px);
  }
  .proyectos-home .swiper-slider-desktop .swiper-slide.expanded .card-proyecto .card__title {
    padding-top: 3rem;
  }
  .proyectos-home .swiper-slider-desktop .swiper-slide.expanded .card-proyecto .card__text {
    padding-top: 3rem;
  }
  .proyectos-home .swiper-slider-desktop .swiper-slide.expanded .card-proyecto .card__text__cta {
    padding-top: 3rem;
  }
  .proyectos-home .swiper-slider-desktop .swiper-slide.compressed {
    width: calc(16.66666667% - 17.5px);
  }
  .proyectos-home .swiper-slider-desktop .swiper-slide.compressed .card-proyecto .card__title {
    margin: 0;
    writing-mode: sideways-lr;
    text-orientation: mixed;
  }
  .proyectos-home .swiper-slider-desktop .swiper-slide:not(.expanded):not(.compressed) .card-proyecto .card__title {
    max-width: 80%;
  }
  .proyectos-home .btn {
    width: fit-content;
  }
}

.video-home {
  background: var(--peg-white) url("images/vector-amarillo.svg") center/180% no-repeat;
}
.video-home .video-container iframe, .video-home .video-container video {
  aspect-ratio: 5/3;
  border-radius: 1.25rem;
  width: 100%;
}

.impacto-home .dato-impacto {
  border-radius: 1.25rem;
  background: var(--peg-primary-bg);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.impacto-home .dato-impacto__icon {
  text-align: center;
  width: 30%;
}
.impacto-home .dato-impacto__icon img {
  height: auto;
  width: 120px;
}
.impacto-home .dato-impacto__content {
  width: 70%;
}
.impacto-home .dato-impacto__content__num {
  color: var(--peg-primary);
  font-size: 2.5rem;
  font-weight: 700;
}
.impacto-home .dato-impacto__content__desc {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .impacto-home .dato-impacto {
    padding: 1.5rem;
    height: 100%;
  }
  .impacto-home .dato-impacto__content {
    flex-basis: 60%;
    flex-grow: 1;
  }
  .impacto-home .dato-impacto__content__num {
    font-size: 3.75rem;
  }
  .impacto-home .dato-impacto__content__desc {
    font-size: 1.25rem;
  }
}

.peg-proposito {
  background: transparent url("images/vector-naranja-2.svg") center/cover no-repeat;
}
.peg-proposito__box {
  background-color: var(--peg-white);
  border-radius: var(--peg-border-radius);
  padding: 1.25rem 0.75rem;
}
.peg-proposito__box .row .col-sep span {
  background-color: var(--peg-secondary);
}
@media screen and (min-width: 992px) {
  .peg-proposito {
    background: transparent url("images/vector-naranja-2.svg") 50% 160%/100% no-repeat;
  }
  .peg-proposito__box {
    padding: 3rem 6%;
  }
  .peg-proposito__box .row .col-text {
    padding-left: 4rem;
  }
}

.peg-equipo {
  background-color: var(--peg-gray-bg);
}
.peg-equipo h2 {
  position: relative;
}
.peg-equipo h2 .title-highlight-primary {
  padding-left: 0.75rem;
}
.peg-equipo h2 .title-highlight-primary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--peg-primary);
  border-radius: 1rem;
  height: 100%;
  max-height: 3rem;
  width: 4px;
}
.peg-equipo .swiper-slider-mobile .swiper-slide {
  width: auto;
  max-width: 100%;
  height: auto;
}
.peg-equipo .swiper-slider-mobile .swiper-slide .card-equipo, .peg-equipo .swiper-slider-mobile .swiper-slide .card-directorio {
  width: 100%;
  height: 100%;
}
.peg-equipo .swiper-slider-mobile .swiper-slide .card-equipo .card__img, .peg-equipo .swiper-slider-mobile .swiper-slide .card-directorio .card__img {
  background-color: var(--peg-gray-light);
  aspect-ratio: 1/1;
  height: 100%;
}
.peg-equipo .swiper-slider-mobile .swiper-slide .card-directorio {
  width: 320px;
}
.peg-equipo .swiper-slider-mobile .swiper-slide .card-equipo {
  width: 200px;
}
.peg-equipo .swiper-slider-mobile .swiper-slide .card-equipo .card__img {
  border-radius: 50%;
}
.peg-equipo .swiper-slider-mobile .swiper-slide:first-child .card-directorio .card__img {
  background-color: transparent;
  aspect-ratio: 3/4;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .peg-equipo .swiper-slider-mobile .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    place-items: center;
  }
  .peg-equipo .swiper-slider-mobile .swiper-slide {
    height: 100%;
    width: 100%;
  }
  .peg-equipo .swiper-slider-mobile .swiper-slide .card-directorio {
    width: 100%;
  }
  .peg-equipo .swiper-slider-mobile.directorio-slider .swiper-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .peg-equipo .swiper-slider-mobile.equipo-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
  }
  .peg-equipo .swiper-slider-mobile.equipo-slider .swiper-slide {
    width: auto;
  }
}

.peg-proyectos-apoyados .proyectos-tabs .nav-tabs {
  width: 100%;
}
.peg-proyectos-apoyados .proyectos-tabs .nav-tabs .nav-item {
  flex-grow: 1;
}
.peg-proyectos-apoyados .proyectos-tabs .nav-tabs .nav-link {
  width: 100%;
}
.peg-proyectos-apoyados .swiper-slider .swiper-slide {
  height: auto;
  width: auto;
  padding-right: 4px;
  padding-bottom: 10px;
}
.peg-proyectos-apoyados .swiper-slider .swiper-slide .card-proyecto {
  min-height: 360px;
  height: 100%;
}
.peg-proyectos-apoyados .swiper-slider .swiper-slide .card-proyecto:hover {
  background-color: var(--peg-gray);
}
.peg-proyectos-apoyados .swiper-slider .swiper-slide .card-proyecto:hover .card__title {
  color: var(--peg-white);
}
.peg-proyectos-apoyados .swiper-slider .swiper-slide .card-proyecto:hover .card__text {
  color: var(--peg-white);
}
@media screen and (min-width: 992px) {
  .peg-proyectos-apoyados .swiper-slider .swiper-slide {
    width: calc(33% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .peg-proyectos-apoyados .swiper-slider .swiper-slide {
    width: calc(25% - 15px);
  }
}

.peg-proyectos-apoyados--proyecto {
  background: transparent url("images/vector-naranja-2.svg") center/cover no-repeat;
}
.peg-proyectos-apoyados--proyecto .row .col-content p span {
  color: var(--peg-primary);
  font-weight: 700;
}
.peg-proyectos-apoyados--proyecto .row .col-content .infobox {
  background-color: var(--peg-primary-bg);
  border-radius: var(--peg-border-radius);
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
  padding: 1.5rem;
}
.peg-proyectos-apoyados--proyecto .row .col-content .infobox img {
  height: 56px;
  width: 56px;
  object-fit: contain;
}
.peg-proyectos-apoyados--proyecto .row .col-content .infobox p {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .peg-proyectos-apoyados--proyecto {
    background: transparent url("images/vector-naranja-2.svg") right center/120% no-repeat;
  }
  .peg-proyectos-apoyados--proyecto .row .col-content {
    padding-right: 4rem;
  }
}

.peg-fondos__box {
  background: var(--peg-white) url("images/vector-naranja-2.svg") center/cover no-repeat;
  border-radius: var(--peg-border-radius);
  padding: 1.25rem 0.75rem;
}
.peg-fondos__box .row .col-sep span {
  background-color: var(--peg-primary);
}
@media screen and (min-width: 992px) {
  .peg-fondos__box {
    background: var(--peg-white) url("images/vector-naranja-2.svg") center/100% no-repeat;
    padding: 3rem 6rem;
  }
  .peg-fondos__box .row .col-sep span {
    height: 200px;
  }
}

.peg-fondos-tipos {
  background-color: var(--peg-gray-bg);
}
.peg-fondos-tipos .row .card-tipo {
  width: 100%;
  height: 100%;
}

.peg-fondos-premios {
  background: transparent url("images/vector-amarillo.svg") center/180% no-repeat;
}
.peg-fondos-premios__box {
  background-color: var(--peg-white);
  border-radius: var(--peg-border-radius);
  padding: 1.25rem 0.75rem;
}
.peg-fondos-premios__box .row .col-sep span {
  background-color: var(--peg-primary);
}
.peg-fondos-premios .swiper-slider .swiper-slide {
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .peg-fondos-premios__box {
    padding: 3rem 6%;
  }
  .peg-fondos-premios__box .row .col-text {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .peg-fondos-premios .swiper-slider .swiper-slide {
    width: calc(20% - 17.5px);
  }
}

.peg-fondos-postulacion .row .col-sep span {
  background-color: var(--peg-secondary);
}
.peg-fondos-postulacion .swiper-slider .swiper-slide {
  width: auto;
  max-width: 100%;
}
.peg-fondos-postulacion .swiper-slider .swiper-slide:not(:last-child) .card-paso {
  position: relative;
}
.peg-fondos-postulacion .swiper-slider .swiper-slide:not(:last-child) .card-paso::after {
  content: "";
  background-color: var(--peg-secondary);
  position: absolute;
  top: 30px;
  left: 50%;
  height: 1px;
  width: calc(100% + 20px);
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .peg-fondos-postulacion .swiper-slider .swiper-slide {
    width: calc(20% - 17.5px);
  }
}

.peg-fondos-descargables {
  background: transparent url("images/vector-naranja-2.svg") center/cover no-repeat;
}
.peg-fondos-descargables .row .col-dd .dd-archivo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.peg-fondos-descargables .row .col-dd .dd-archivo__nombre {
  list-style-type: disc;
  padding-right: 1rem;
}
.peg-fondos-descargables .row .col-dd .dd-archivo__enlace {
  list-style-type: none;
}
.peg-fondos-descargables .row .col-dd:last-child .dd-archivo {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .peg-fondos-descargables {
    background: transparent url("images/vector-naranja-2.svg") center/100% no-repeat;
  }
  .peg-fondos-descargables .row .col-dd .dd-archivo {
    margin-bottom: 1.25rem;
  }
  .peg-fondos-descargables .row .col-dd .dd-archivo__nombre {
    font-size: 1.5rem;
  }
}

.page-noticias a {
  display: inline;
}

.page-noticias .bg-curva-amarilla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.section-noticias .peg-noticias {
  background-color: #fff;
  border-radius: var(--peg-border-radius);
}
.section-noticias .peg-noticias .container-noticias {
  padding-bottom: 40px;
}

.grid-noticias {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px 20px;
  margin-top: 40px;
}

.card-noticia {
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E5E5;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
}
.card-noticia:hover .card-noticia__figure img {
  transform: scale(1.05);
}
.card-noticia .card-noticia__figure {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin: 0;
}
.card-noticia .card-noticia__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.card-noticia .card-noticia__content {
  display: flex;
  flex-direction: column;
  padding: 15px;
  flex-grow: 1;
}
.card-noticia .card-noticia__content .card-noticia__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #434343;
}
.card-noticia .card-noticia__content .card-noticia__excerpt {
  font-size: 16px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-noticia .card-noticia__content .card-noticia__date {
  font-size: 14px;
  font-weight: 300;
  color: #252626;
}
.card-noticia .card-noticia__content .card-noticia__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}
.card-noticia .card-noticia__content .card-noticia__meta p {
  margin: 0;
  font-size: 14px;
}
.card-noticia .card-noticia__content .card-noticia__read-more {
  padding: 8px 4px;
  border-radius: 50%;
}
.card-noticia .card-noticia__content .card-noticia__read-more:hover {
  background-color: rgba(0, 0, 0, 0.1294117647);
}
.card-noticia .circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #434343;
  display: inline-block;
  margin: 2px 4px;
}

.card-noticia-destacada {
  border: none;
  border-radius: none;
}
.card-noticia-destacada .card-noticia__figure {
  border-radius: 20px;
}
.card-noticia-destacada .card-noticia__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.card-noticia-destacada .card-noticia__content .card-noticia__title {
  font-size: 24px;
}
.card-noticia-destacada .card-noticia__content .card-noticia__excerpt {
  display: block;
}

.pagination {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 5px;
}
.pagination .page-numbers {
  font-size: 16px;
  color: #434343;
  border: 1px solid #E5E5E5;
  padding: 2px;
  width: 28px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.pagination .current {
  background-color: var(--peg-primary);
  color: #fff;
}

.post-content-custom {
  width: 100%;
  max-width: 1029px;
  margin: 0 auto;
}
.post-content-custom .post-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--peg-primary);
  text-transform: uppercase;
}
.post-content-custom .post-thumbnail img {
  display: block;
  height: 342px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.post-content-custom p, .post-content-custom h2, .post-content-custom h3, .post-content-custom h4, .post-content-custom h5, .post-content-custom h6 {
  margin: 0 0 20px;
}
.post-content-custom h2, .post-content-custom h3, .post-content-custom h4, .post-content-custom h5, .post-content-custom h6 {
  font-weight: 600;
}
.post-content-custom h2 {
  font-size: 26px;
}
.post-content-custom h3 {
  font-size: 24px;
}
.post-content-custom h4 {
  font-size: 22px;
}
.post-content-custom h5 {
  font-size: 20px;
}
.post-content-custom h6 {
  font-size: 18px;
}
.post-content-custom p, .post-content-custom li, .post-content-custom a {
  font-size: 16px;
}
.post-content-custom ul, .post-content-custom ol {
  margin: 20px 0;
}
.post-content-custom ul li:not(:last-child), .post-content-custom ol li:not(:last-child) {
  margin-bottom: 10px;
}
.post-content-custom table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
.post-content-custom table th, .post-content-custom table td {
  border: 1px solid #E5E5E5;
  padding: 10px;
  text-align: left;
}
.post-content-custom table th {
  background-color: #F5F5F5;
  font-weight: 500;
}
.post-content-custom table tr:nth-child(even) {
  background-color: #F5F5F5;
}
.post-content-custom figure {
  margin: 20px 0;
}
.post-content-custom img {
  display: block;
}

.bg-curva-single {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

@media (min-width: 992px) {
  .card-noticia-destacada {
    flex-direction: row;
  }
  .card-noticia-destacada .card-noticia__figure {
    width: 50%;
    height: 300px;
  }
  .card-noticia-destacada .card-noticia__content {
    width: 50%;
    padding: 20px;
  }
  .card-noticia-destacada .card-noticia__content .card-noticia__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .post-content-custom .post-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .card-noticia-destacada .card-noticia__figure {
    height: 330px;
  }
  .card-noticia-destacada .card-noticia__content {
    padding: 30px 40px;
  }
  .card-noticia-destacada .card-noticia__content .card-noticia__title {
    font-size: 36px;
  }
  .post-content-custom .post-title {
    font-size: 42px;
  }
}
@media (min-width: 1400px) {
  .grid-noticias {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 40px 20px;
    margin-top: 50px;
  }
  .post-content-custom .post-title {
    font-size: 48px;
  }
}

/*# sourceMappingURL=styles.css.map */
