@charset "UTF-8";
/* LICENSE & DETAILS
==================================================

Theme Name: La Charito Films Theme
Author: Edu Richard
Author URI: https://edurichard.com/
Description: Plantilla custom Edu Richard
Version: 1.0
License: Edu Richard - All rights reserved
Text Domain: edu-theme


================================================== */
/* ==============================
	START - BREAKPOINTS
============================== */
/*

@include breakpoint-down(tablet){

}
*/
.border-radius-20 {
  border-radius: 20px !important;
  overflow: hidden;
}
.border-radius-30 {
  border-radius: 30px !important;
  overflow: hidden;
}
.min-h-3em {
  min-height: 3em !important;
}
.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.wp-block-separator {
  opacity: 1;
  border-top: 1px solid;
}
/* Back to top */
#backToTop {
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  opacity: 0.6;
  padding: 3px 11px 7px;
}
#backToTop:hover {
  cursor: pointer;
}
/* IMG */
img {
  max-width: 100%;
  height: auto;
}
.img-wrap img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: auto;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: cover;
  transition: all 700ms;
  -moz-transition: all 700ms;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
}
a:hover .img-wrap img, a.img-wrap:hover img {
  min-height: 115%;
  min-width: 115%;
}
.img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.clear {
  clear: both;
}
.wp-block-image.size-full img {
  width: 100% !important;
}
/* Pagination */
.page-item.active .page-link {
  background-color: #313D38;
  border-color: #313D38;
  color: #fff;
}
.page-link {
  color: #313D38;
  border-radius: 0 !important;
  padding: 0.25rem 1.25rem;
  border: 0;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .page-link {
    padding: 0.25rem 0.7rem;
  }
}
.page-link:hover {
  color: #313D38;
  background-color: #33DE96;
  border-color: #33DE96;
  text-decoration: none;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 243, 240, 0.5);
}
@media (max-width: 575.98px) {
  li.page-item.prev, li.page-item.next {
    display: none;
  }
  .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 80%;
  }
  .page-link img {
    width: 80%;
  }
}
/* Shortcode Partial collapse */
.partialcollapse .collapse:not(.show), .partialcollapse .collapsing:not(.show) {
  position: relative;
  display: block;
  height: 125px;
  overflow: hidden;
}
a[aria-expanded=false].btnleer .leermenos {
  display: none;
}
a[aria-expanded=true].btnleer .leermas {
  display: none;
}
.leermenos img, .leermenos svg {
  transform: rotate(180deg);
}
.btn-expand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.btnleer {
  text-decoration: none;
}
.leermenos, .leermas {
  width: 26px;
  height: 26px;
  display: block;
  position: relative;
}
.leermenos svg path, .leermas svg path {
  fill: #313D38 !important;
}
.list-check, .list-check-rounded {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.list-check li, .list-check-rounded li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.list-check li::before, .list-check-rounded li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  background-image: url("assets/img/ico-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.list-check-rounded li {
  padding-left: 40px;
  margin-bottom: 15px;
}
.list-check-rounded li::before {
  background-image: url("assets/img/ico-check-rounded.svg");
  width: 30px;
  height: 30px;
  top: 3px;
}
.card-hover {
  position: relative;
  height: 200px;
  perspective: 1000px;
  margin-bottom: 1.5rem;
}
.card-hover .card-front, .card-hover .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card-hover .card-front {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 2;
  transform: rotateY(0deg);
}
.card-hover .card-back {
  background-color: #33DE96;
  transform: rotateY(180deg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
.card-hover .card-front h3 {
  max-width: 385px;
}
.card-hover .card-description {
  margin-bottom: 1rem;
  max-width: 385px;
}
.card-hover .card-back-title {
  margin-top: auto;
}
.card-hover .card-back-title a {
  color: #313D38;
  text-decoration: none;
  font-weight: bold;
}
.card-hover:hover .card-front {
  transform: rotateY(-180deg);
}
.card-hover:hover .card-back {
  transform: rotateY(0deg);
}
.card-hover .card-more {
  margin-top: auto !important;
  margin-left: auto !important;
}
.card-hover .card-more img {
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 480px) {
  .arte-cta .wp-block-cover {
    background: #f1f1f1;
  }
  .arte-cta .wp-block-cover img {
    padding-top: 300px;
    object-position: 80% 50%;
  }
  .arte-cta .wp-block-cover .wp-block-buttons {
    margin-top: 200px;
    margin-bottom: 30px;
  }
}
/* FONTS */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
}
p {
  margin-bottom: 0.5rem;
}
h1, .h1 {
  font-size: clamp(48px, 8vw, 120px);
  line-height: 95%;
  font-weight: 600;
}
h2, .h2 {
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.1;
  font-weight: 600;
}
h3, .h3 {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 120%;
}
h4, .h4 {
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 120%;
}
h5, .h5 {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 140%;
}
h6, .h6 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.single-post .content-area, .page-template-header-container-estrecho .content-area, .page-template-header-container .content-area {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 140%;
}
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold, strong {
  font-weight: 600;
}
.fw-black {
  font-weight: 700;
}
.fs-10 {
  font-size: 0.625rem;
}
.fs-11 {
  font-size: 0.688rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-13 {
  font-size: 0.8125rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-15 {
  font-size: 0.938rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-17 {
  font-size: 1.063rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-19 {
  font-size: 1.188rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-21 {
  font-size: 1.313rem;
}
.fs-22 {
  font-size: 1.375rem;
}
.fs-23 {
  font-size: 1.438rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-25 {
  font-size: 1.565rem;
}
.fs-26 {
  font-size: 1.625rem;
}
.fs-27 {
  font-size: 1.688rem;
}
.fs-28 {
  font-size: 1.75rem;
}
.fs-29 {
  font-size: 1.813rem;
}
.fs-30 {
  font-size: 1.875rem;
}
.fs-31 {
  font-size: 1.938rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-35 {
  font-size: 2.188rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-40 {
  font-size: 2.5rem;
}
.fs-44 {
  font-size: 2.75rem;
}
.fs-45 {
  font-size: 2.813rem;
}
.fs-50 {
  font-size: 3.125rem;
}
.fs-60 {
  font-size: 3.75rem;
}
.rfs-1 {
  font-size: 0.15rem;
}
.rfs-2 {
  font-size: 0.3rem;
}
.rfs-3 {
  font-size: 0.45rem;
}
.rfs-4 {
  font-size: 0.6rem;
}
.rfs-5 {
  font-size: 0.75rem;
}
.rfs-6 {
  font-size: 0.9rem;
}
.rfs-7 {
  font-size: 1.05rem;
}
.rfs-8 {
  font-size: 1.2rem;
}
.rfs-9 {
  font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
  .rfs-9 {
    font-size: 1.35rem;
  }
}
.rfs-10 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .rfs-10 {
    font-size: 1.5rem;
  }
}
.rfs-11 {
  font-size: calc(1.29rem + 0.48vw);
}
@media (min-width: 1200px) {
  .rfs-11 {
    font-size: 1.65rem;
  }
}
.rfs-12 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  .rfs-12 {
    font-size: 1.8rem;
  }
}
.rfs-13 {
  font-size: calc(1.32rem + 0.84vw);
}
@media (min-width: 1200px) {
  .rfs-13 {
    font-size: 1.95rem;
  }
}
.rfs-14 {
  font-size: calc(1.335rem + 1.02vw);
}
@media (min-width: 1200px) {
  .rfs-14 {
    font-size: 2.1rem;
  }
}
.rfs-15 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .rfs-15 {
    font-size: 2.25rem;
  }
}
.rfs-16 {
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  .rfs-16 {
    font-size: 2.4rem;
  }
}
.rfs-17 {
  font-size: calc(1.38rem + 1.56vw);
}
@media (min-width: 1200px) {
  .rfs-17 {
    font-size: 2.55rem;
  }
}
.rfs-18 {
  font-size: calc(1.395rem + 1.74vw);
}
@media (min-width: 1200px) {
  .rfs-18 {
    font-size: 2.7rem;
  }
}
.rfs-19 {
  font-size: calc(1.41rem + 1.92vw);
}
@media (min-width: 1200px) {
  .rfs-19 {
    font-size: 2.85rem;
  }
}
.rfs-20 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .rfs-20 {
    font-size: 3rem;
  }
}
.rfs-21 {
  font-size: calc(1.44rem + 2.28vw);
}
@media (min-width: 1200px) {
  .rfs-21 {
    font-size: 3.15rem;
  }
}
.rfs-22 {
  font-size: calc(1.455rem + 2.46vw);
}
@media (min-width: 1200px) {
  .rfs-22 {
    font-size: 3.3rem;
  }
}
.rfs-23 {
  font-size: calc(1.47rem + 2.64vw);
}
@media (min-width: 1200px) {
  .rfs-23 {
    font-size: 3.45rem;
  }
}
.rfs-24 {
  font-size: calc(1.485rem + 2.82vw);
}
@media (min-width: 1200px) {
  .rfs-24 {
    font-size: 3.6rem;
  }
}
.rfs-25 {
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .rfs-25 {
    font-size: 3.75rem;
  }
}
.rfs-26 {
  font-size: calc(1.515rem + 3.18vw);
}
@media (min-width: 1200px) {
  .rfs-26 {
    font-size: 3.9rem;
  }
}
.rfs-27 {
  font-size: calc(1.53rem + 3.36vw);
}
@media (min-width: 1200px) {
  .rfs-27 {
    font-size: 4.05rem;
  }
}
.rfs-28 {
  font-size: calc(1.545rem + 3.54vw);
}
@media (min-width: 1200px) {
  .rfs-28 {
    font-size: 4.2rem;
  }
}
.rfs-29 {
  font-size: calc(1.56rem + 3.72vw);
}
@media (min-width: 1200px) {
  .rfs-29 {
    font-size: 4.35rem;
  }
}
.rfs-30 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .rfs-30 {
    font-size: 4.5rem;
  }
}
.rfs-31 {
  font-size: calc(1.59rem + 4.08vw);
}
@media (min-width: 1200px) {
  .rfs-31 {
    font-size: 4.65rem;
  }
}
.rfs-32 {
  font-size: calc(1.605rem + 4.26vw);
}
@media (min-width: 1200px) {
  .rfs-32 {
    font-size: 4.8rem;
  }
}
.rfs-33 {
  font-size: calc(1.62rem + 4.44vw);
}
@media (min-width: 1200px) {
  .rfs-33 {
    font-size: 4.95rem;
  }
}
.rfs-34 {
  font-size: calc(1.635rem + 4.62vw);
}
@media (min-width: 1200px) {
  .rfs-34 {
    font-size: 5.1rem;
  }
}
.rfs-35 {
  font-size: calc(1.65rem + 4.8vw);
}
@media (min-width: 1200px) {
  .rfs-35 {
    font-size: 5.25rem;
  }
}
.rfs-36 {
  font-size: calc(1.665rem + 4.98vw);
}
@media (min-width: 1200px) {
  .rfs-36 {
    font-size: 5.4rem;
  }
}
.rfs-37 {
  font-size: calc(1.68rem + 5.16vw);
}
@media (min-width: 1200px) {
  .rfs-37 {
    font-size: 5.55rem;
  }
}
.rfs-38 {
  font-size: calc(1.695rem + 5.34vw);
}
@media (min-width: 1200px) {
  .rfs-38 {
    font-size: 5.7rem;
  }
}
.rfs-39 {
  font-size: calc(1.71rem + 5.52vw);
}
@media (min-width: 1200px) {
  .rfs-39 {
    font-size: 5.85rem;
  }
}
.rfs-40 {
  font-size: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .rfs-40 {
    font-size: 6rem;
  }
}
.rfs-41 {
  font-size: calc(1.74rem + 5.88vw);
}
@media (min-width: 1200px) {
  .rfs-41 {
    font-size: 6.15rem;
  }
}
.rfs-42 {
  font-size: calc(1.755rem + 6.06vw);
}
@media (min-width: 1200px) {
  .rfs-42 {
    font-size: 6.3rem;
  }
}
.rfs-43 {
  font-size: calc(1.77rem + 6.24vw);
}
@media (min-width: 1200px) {
  .rfs-43 {
    font-size: 6.45rem;
  }
}
.rfs-44 {
  font-size: calc(1.785rem + 6.42vw);
}
@media (min-width: 1200px) {
  .rfs-44 {
    font-size: 6.6rem;
  }
}
.rfs-45 {
  font-size: calc(1.8rem + 6.6vw);
}
@media (min-width: 1200px) {
  .rfs-45 {
    font-size: 6.75rem;
  }
}
.rfs-46 {
  font-size: calc(1.815rem + 6.78vw);
}
@media (min-width: 1200px) {
  .rfs-46 {
    font-size: 6.9rem;
  }
}
.rfs-47 {
  font-size: calc(1.83rem + 6.96vw);
}
@media (min-width: 1200px) {
  .rfs-47 {
    font-size: 7.05rem;
  }
}
.rfs-48 {
  font-size: calc(1.845rem + 7.14vw);
}
@media (min-width: 1200px) {
  .rfs-48 {
    font-size: 7.2rem;
  }
}
.rfs-49 {
  font-size: calc(1.86rem + 7.32vw);
}
@media (min-width: 1200px) {
  .rfs-49 {
    font-size: 7.35rem;
  }
}
.rfs-50 {
  font-size: calc(1.875rem + 7.5vw);
}
@media (min-width: 1200px) {
  .rfs-50 {
    font-size: 7.5rem;
  }
}
/* COLORS */
body {
  color: #313D38;
  background-color: #F5F5F5;
}
a {
  color: #33DE96;
  text-decoration: none;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a:hover {
  color: #33DE96;
  opacity: 0.9;
  text-decoration: underline;
}
.swiper-button-next, .swiper-button-prev {
  color: #33DE96 !important;
  height: 30px !important;
}
.text-default, .text-default a {
  color: #313D38 !important;
}
.text-primary, .text-primary a {
  color: #33DE96 !important;
}
.bg-primary {
  background-color: #33DE96 !important;
}
.text-secondary, .text-secondary a {
  color: #15A084 !important;
}
.bg-secondary {
  background-color: #15A084 !important;
}
.bg-neutro-fondo {
  background-color: #292D2C;
}
.bg-neutro-claro {
  background-color: #F5F5F5;
}
.bg-neutro-claro-hover {
  background-color: #F5F5F5;
  position: relative;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 20px;
  transition: all 300ms;
}
.bg-neutro-claro-hover:hover {
  background-color: #E0EEE9;
  box-shadow: 0 9px 10px 2px rgba(0, 0, 0, 0.2);
}
.bg-green {
  background-color: #7feabd !important;
}
.bg-green-light {
  background-color: #A8DDC7 !important;
}
.bg-green-lighter {
  background-color: #E0EEE9 !important;
}
.black, .black a {
  color: #000 !important;
}
.bg-black {
  background-color: #000;
}
.white, .white a, .white:hover {
  color: white !important;
}
.bg-white {
  background-color: white;
}
.bg-white-hover {
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 20px;
  transition: all 300ms;
}
.bg-white-hover:hover {
  background-color: #E0EEE9;
  box-shadow: 0 9px 10px 2px rgba(0, 0, 0, 0.2);
}
button {
  cursor: pointer;
  border: 0;
  background: transparent;
}
.btn, .button .wp-block-button__link {
  border-radius: 10px;
  text-shadow: none;
  font-size: inherit;
  text-decoration: none;
  padding: 15px 40px;
}
.btn.focus, .btn:focus, button:focus, .button .wp-block-button__link.focus, .button .wp-block-button__link:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
.btn-primary, .button-primary .wp-block-button__link {
  color: #313D38;
  background-color: #33DE96;
  border-color: #33DE96;
  border-width: 1px;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .button-primary .wp-block-button__link:hover, .button-primary .wp-block-button__link:focus {
  color: #313D38;
  background-color: #15A084;
  border-color: #15A084;
  opacity: 1;
  text-decoration: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #8E9E98;
  border-color: #8E9E98;
}
.btn-secondary, .button-secondary .wp-block-button__link {
  color: #313D38;
  background-color: #33DE96;
  border-color: #33DE96;
  border-width: 1px;
}
.btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .button-secondary .wp-block-button__link:hover, .button-secondary .wp-block-button__link:focus {
  color: #8E9E98;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  opacity: 1;
  text-decoration: none;
}
.btn-terciary, .button-terciary .wp-block-button__link {
  color: #8E9E98;
  background-color: #E0EEE9;
  border-color: #E0EEE9;
  border-width: 1px;
}
.btn-terciary:hover, .btn-terciary.focus, .btn-terciary:focus, .button-terciary .wp-block-button__link:hover, .button-terciary .wp-block-button__link:focus {
  color: #313D38;
  background-color: #33DE96;
  border-color: #33DE96;
  opacity: 1;
  text-decoration: none;
}
.btn-white, .button-white .wp-block-button__link {
  color: #313D38;
  background-color: #fff;
  border-width: 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover, .btn-white.focus, .btn-white:focus, .button-white .wp-block-button__link:hover, .button-white .wp-block-button__link:focus {
  color: #313D38;
  background-color: #33DE96;
  opacity: 1;
  text-decoration: none;
}
.button-white-check {
  width: 100%;
}
.button-white-check .wp-block-button__link {
  font-size: clamp(18px, 2vw, 20px);
  color: #313D38;
  background-color: #fff;
  border-width: 0;
  padding: 30px 40px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.button-white-check .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  margin-top: -4px;
  background-color: #33DE96;
  -webkit-mask: url("assets/img/ico-check-rounded.svg") no-repeat center;
  mask: url("assets/img/ico-check-rounded.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.button-white-check .wp-block-button__link:hover, .button-white-check .wp-block-button__link:focus {
  color: #313D38;
  background-color: #33DE96;
  opacity: 1;
  text-decoration: none;
}
.button-white-check .wp-block-button__link:hover::before {
  background-color: currentColor;
  /* cambia automáticamente el color del icono */
}
.btn-guia {
  color: #33DE96;
  background-color: transparent;
  border: 1px solid #33DE96;
  border-radius: 30px;
  padding: 3px 15px;
}
@media (max-width: 767px) {
  .btn-guia {
    padding: 0;
    height: 32px;
    width: 32px;
  }
}
.btn-guia:hover {
  color: #313D38;
  background-color: #33DE96;
  border-color: #33DE96;
}
.btn-guia span {
  display: none;
}
@media (min-width: 768px) {
  .btn-guia span {
    display: inline;
  }
}
.btn-guia svg {
  margin-left: 2px;
  margin-top: -3px;
}
@media (min-width: 768px) {
  .btn-guia svg {
    margin-left: 7px;
  }
}
.btn-enviar {
  padding: 19px 40px;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  text-align: left;
  width: 50%;
}
.comments-area {
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.comments-area .media-body {
  overflow: auto;
}
.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
}
.comments-area .comment-list > li {
  border-bottom: 1px solid #dee2e6 !important;
  padding: 2.5rem 4rem;
}
.comments-area .comment-list ul.children {
  list-style: none;
  padding-left: 2rem;
}
.comments-area .comment-list ul.children li {
  padding: 2.5rem 0 0;
}
.comments-area .comment-list .comment-respond {
  padding: 2.5rem 4rem;
}
.comments-area .comments-title {
  padding: 2.5rem 4rem;
  border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .comment-navigation {
  padding: 1rem 4rem 0;
  border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .wb-comment-form {
  padding: 2.5rem 0;
}
.comments-area .wb-cancel-reply {
  margin-left: 2rem;
}
.comments-area .logged-in-as {
  padding-left: 15px;
  font-size: 0.9rem;
}
.comments-area .logged-in-as a {
  color: #6c757d;
}
.comments-area .logged-in-as a:hover {
  color: #212529;
  text-decoration: none;
}
.comments-area .wb-comment-notes {
  font-size: 0.9rem;
}
.comments-area .no-comments {
  padding: 1rem 4rem;
}
.comments-area small {
  font-size: 0.9rem;
}
.comments-area p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.comments-area .comment-reply-link, .comments-area .comment-edit-link {
  margin-right: 1rem;
  color: #6c757d;
}
.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover {
  color: #212529;
  text-decoration: none;
}
.comments-area .comment-author a:hover {
  text-decoration: none;
  color: #212529;
}
/* Igualar color del placeholder en todos los campos del formulario CF7 */
.wpcf7 form ::placeholder {
  color: #313D3859;
  opacity: 1;
}
/* Igualar color inicial del select */
.wpcf7 form select.form-select {
  color: #313D3859;
}
/* Cuando el usuario selecciona una opción, el texto vuelve a color normal */
.wpcf7 form select.form-select option:not(:first-child) {
  color: #212529;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group hr {
  border-top: 1px solid #33DE96;
}
.form-control {
  border-radius: 10px;
  border: 0;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
}
.form-control.wpcf7-not-valid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select {
  border-radius: 10px;
  border: 0;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
}
.form-check {
  padding-left: 0.5em;
}
.form-check .form-check-input[type=checkbox] {
  border: 0;
  border-radius: 3px;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
}
.form-check .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: 10px 0 0 15px;
}
.has-spinner {
  order: 2;
}
.wpcf7-spinner {
  order: 1;
}
.btn-newsletter .wpcf7-spinner {
  position: absolute;
  top: 20px;
  right: 23px;
  margin: 0;
}
/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
body#tinymce {
  margin: 12px !important;
}
body.admin-bar .navbar.fixed-top {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar.scroll-position-at-top .navbar.fixed-top {
    top: 46px;
  }
  body.admin-bar.scroll-position-not-at-top .navbar.fixed-top {
    top: 0;
  }
}
/* Navbar principal */
.custom-navbar {
  padding: 30px 0;
}
.custom-navbar .navbar-brand {
  color: #313D38;
}
/* Botón toggler personalizado */
.custom-toggler {
  border: none;
  padding: 8px;
  background: transparent !important;
  position: relative;
  width: 40px;
  height: 40px;
}
.custom-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}
/* Icono del toggler */
.hamburger-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.hamburger-icon {
  color: #313D38;
  opacity: 1;
}
/* Menú colapsable personalizado */
.custom-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 370px;
  height: auto;
  background: linear-gradient(175deg, #000 3.98%, #313D38 99.28%);
  padding: 60px 30px 30px;
  border: none;
  overflow-y: auto;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
/* Estado expandido del menú */
.custom-menu.show {
  transform: translateX(0);
}
/* Botón cerrar dentro del menú */
.close-menu-btn {
  position: absolute;
  top: 15px;
  right: 23px;
  color: #fff;
  background: transparent;
  border: none;
  padding: 8px;
  width: 40px;
  height: 40px;
  z-index: 10000;
}
.close-menu-btn img {
  width: 24px;
  height: 24px;
  color: #ffffff;
}
/* Estilos para los elementos del menú */
.custom-menu .navbar-nav {
  width: 100%;
  margin-bottom: 30px;
}
.custom-menu .menu-item.separator {
  border-bottom: 1px solid #33DE96;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.custom-menu .menu-item > a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 0;
  transition: color 0.3s ease;
}
.custom-menu .menu-item.current-menu-item > a {
  color: #33DE96;
}
.custom-menu .menu-item > a:hover, .custom-menu .menu-item > a:focus {
  color: #8E9E98;
  text-decoration: none;
}
.custom-menu .button.menu-item > a {
  color: #313D38 !important;
  background-color: #33DE96;
  border-color: #33DE96;
  border-width: 1px;
  border-radius: 10px;
  text-shadow: none;
  font-size: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 50px;
  margin: 15px 0;
}
.custom-menu .button.menu-item > a:hover {
  color: #313D38;
  background-color: #15A084;
  border-color: #15A084;
}
.custom-menu ul.sub-menu {
  list-style: none;
}
/* Responsive */
@media (max-width: 991.98px) {
  .custom-menu {
    width: 100%;
    height: 100vh;
  }
}
.financiacion-navigation .financiacion-menu .menu-item a {
  color: #8E9E98;
  margin-right: 20px;
}
.financiacion-navigation .financiacion-menu .button a {
  border-radius: 10px;
  text-shadow: none;
  font-size: 16px;
  text-decoration: none;
  padding: 8px 20px;
  margin: 0 5px;
  color: #8E9E98;
  background-color: #E0EEE9;
  border-color: #E0EEE9;
  border-width: 1px;
}
.financiacion-navigation .financiacion-menu .button a:hover, .financiacion-navigation .financiacion-menu .button a.focus, .financiacion-navigation .financiacion-menu .button a:focus {
  color: #313D38;
  background-color: #33DE96;
  border-color: #33DE96;
}
.financiacion-navigation .financiacion-menu .button.current-menu-item a {
  color: #313D38;
  background-color: #33DE96;
  border-color: #33DE96;
}
.home .custom-navbar.light .navbar-brand, .home .custom-navbar.light .hamburger-icon {
  color: #ffffff;
}
.footer-widgets {
  background-color: #292D2C;
  color: #fff;
  padding: 30px;
  border-radius: 30px;
}
.footer-widgets a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-widgets .footer-logo img {
  margin-bottom: 50px;
}
.footer-widgets .wp-block-list li {
  margin-bottom: 10px;
}
.footer-widgets .borderless td {
  border: 0;
  padding: 0 0 10px;
}
.footer-widgets .borderless td:first-child {
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  padding-right: 10px;
}
.footer-widgets .borderless td a {
  color: #33DE96;
}
.footer-widgets .separator-vertical {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #33DE96;
}
.footer-widgets .separator-horizontal {
  width: 100%;
  height: 1px;
  background-color: #33DE96;
  margin: 2rem auto;
}
@media (min-width: 992px) {
  .footer-widgets {
    padding: 30px 100px;
  }
  .footer-widgets .content-left {
    padding-right: 1rem;
  }
  .footer-widgets .content-right {
    padding: 70px 0 0 2rem;
  }
}
.separator-horizontal {
  width: 100%;
  height: 1px;
  background-color: #33DE96;
  margin: 2rem auto;
}
.site-info a {
  font-size: 16px;
  line-height: 150%;
  color: #8E9E98;
}
.site-info a:hover {
  color: #8E9E98;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .site-info {
    padding-left: 50px;
  }
}
/* YouTube Modal Styles */
#guiaModal {
  z-index: 1060;
  /* Asegurar que los controles del video sean visibles */
}
#guiaModal .modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
}
#guiaModal .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
#guiaModal .modal-content {
  background: transparent;
  border: none;
  position: relative;
}
#guiaModal .btn-close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1000;
  opacity: 1;
  background-size: 1.5rem;
  background-color: transparent;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
#guiaModal .btn-close:hover {
  opacity: 0.7;
}
#guiaModal .ratio-16x9 {
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
#guiaModal #guiaVideo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
#guiaModal #guiaVideo::-webkit-media-controls-panel {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}
@media (max-width: 600px) {
  #caso-exito .wp-block-media-text__media img {
    width: auto;
    margin: 0 auto 30px;
    display: block;
  }
}
@media (max-width: 600px) {
  #caso-exito .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start;
    padding: 0 8%;
  }
}
.featured-header .h3 {
  font-size: clamp(20px, 3.5vw, 40px);
}
/* Estilos para el slider en móvil */
@media (max-width: 991.98px) {
  .mobile-swiper {
    overflow: hidden;
    width: 100%;
    /* Asegurar que las columnas dentro se comporten bien */
  }
  .mobile-swiper .swiper-wrapper {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
  .mobile-swiper .swiper-slide {
    height: auto;
    width: 100%;
    flex-shrink: 0;
    height: auto;
    display: flex;
    align-items: stretch;
    padding: 0px 30px;
  }
  .mobile-swiper .swiper-button-next {
    right: -10px !important;
  }
  .mobile-swiper .swiper-button-prev {
    left: -10px !important;
  }
  .mobile-swiper .swiper-slide > [class*="col-"] {
    width: 100%;
    max-width: 100%;
  }
}
.single-post {
  background-color: #fff;
}
.page-header {
  margin-top: 150px;
  padding-top: 50px;
  padding-bottom: 100px;
}
.page-header p {
  margin-bottom: 25px;
}
.page-header a {
  color: #313D38;
  text-transform: uppercase;
}
.page-header a:hover {
  text-decoration: underline;
}
.page-header h1.page-title {
  max-width: 700px;
}
.entry-categories-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.entry-categories-inner a {
  color: #8E9E98;
  background-color: #E0EEE9;
  border-color: #E0EEE9;
  border-width: 1px;
  border-radius: 20px;
  text-shadow: none;
  font-size: 12px;
  text-decoration: none;
  padding: 3px 15px;
  margin-left: 15px;
}
.entry-categories-inner a:hover {
  color: #313D38;
  background-color: #33DE96;
  border-color: #33DE96;
  opacity: 1;
  text-decoration: none;
}
.post-card .card {
  background-color: #F5F5F5;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 20px;
  transition: all 300ms;
}
.post-card .card:hover {
  background-color: #E0EEE9;
  box-shadow: 0 9px 10px 2px rgba(0, 0, 0, 0.2);
}
.post-card .card .card-body {
  padding: 30px;
}
.post-card .card .card-title {
  margin-bottom: 100px;
}
.post-card .card .card-title a {
  color: #313D38;
  font-weight: 600;
}
.post-card .card .object-fit-cover {
  max-height: 600px;
}
.post-card .card .card-footer {
  padding: 20px 30px;
}
.post-card .card .card-footer .post-categories a {
  background: rgba(142, 158, 152, 0.3);
  padding: 7px 15px;
  border-radius: 20px;
  color: rgba(49, 61, 56, 0.6);
  font-weight: 400;
  font-size: 16px;
}
.post-card .card .card-footer .post-categories a:hover {
  opacity: 0.8;
}
.footer-post-area .block-newsletter, .footer-post-area .block-cta {
  margin-bottom: 50px;
}
.footer-post-area .block-related-posts {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .footer-post-area .block-newsletter, .footer-post-area .block-cta {
    margin-bottom: 70px;
  }
  .footer-post-area .block-related-posts {
    margin-bottom: 150px;
  }
}
.blog-filter .dropdown-menu {
  border-radius: 10px;
  padding: 10px 0;
}
.blog-filter .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
}
.post-type-archive-dt_portfolio, .tax-dt_portfolio_category, .single-dt_portfolio, body.producciones {
  background: linear-gradient(176deg, rgba(0, 0, 0, 0) 5.72%, #000 20.55%), #313D38;
  color: #fff;
}
.post-type-archive-dt_portfolio .custom-navbar .navbar-brand, .post-type-archive-dt_portfolio .custom-navbar .hamburger-icon, .tax-dt_portfolio_category .custom-navbar .navbar-brand, .tax-dt_portfolio_category .custom-navbar .hamburger-icon, .single-dt_portfolio .custom-navbar .navbar-brand, .single-dt_portfolio .custom-navbar .hamburger-icon, body.producciones .custom-navbar .navbar-brand, body.producciones .custom-navbar .hamburger-icon {
  color: #ffffff;
}
.post-type-archive-dt_portfolio .footer-widgets, .tax-dt_portfolio_category .footer-widgets, .single-dt_portfolio .footer-widgets, body.producciones .footer-widgets {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #33DE96;
  border-top: 1px solid #33DE96;
}
.proyectos-header {
  padding-top: 180px;
  padding-bottom: 150px;
  margin-top: 0;
}
/* ============================================
   Portfolio Slider - Estilos específicos del slider
   ============================================ */
.portfolio-slider {
  margin-bottom: 80px;
  /* Alturas específicas para el slider */
}
.portfolio-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.portfolio-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.portfolio-slider .portfolio-item-image {
  height: 600px;
  min-height: 600px;
}
@media (max-width: 768px) {
  .portfolio-slider .portfolio-item-image {
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .portfolio-slider .portfolio-item-image {
    height: 300px;
    min-height: 300px;
  }
}
/* ============================================
   Portfolio Item Template - Estilos base
   ============================================ */
.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
.portfolio-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10px;
}
.portfolio-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: transform 0.4s ease;
  min-height: 300px;
}
.portfolio-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.82) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  padding: 40px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 2;
}
.portfolio-item-content {
  text-align: center;
  color: #fff;
  transform: translateY(20px);
  transition: transform 0.4s ease 0.1s;
  width: 100%;
  max-width: 90%;
  padding-top: 20%;
}
.portfolio-item-title {
  margin: 0 0 20px 0;
  color: #33DE96;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.portfolio-item-link-wrapper {
  width: 100%;
  text-align: center;
  margin-top: auto;
  padding-bottom: 20px;
}
.portfolio-item-link {
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: underline;
}
/* Efectos hover del template */
.portfolio-item:hover .portfolio-item-overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio-item:hover .portfolio-item-content {
  transform: translateY(0);
}
.portfolio-item:hover .portfolio-item-image {
  transform: scale(1.05);
}
.portfolio-item:hover .portfolio-item-link {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
/* Responsive del template */
@media (max-width: 768px) {
  .portfolio-item-overlay {
    padding: 30px 20px;
  }
  .portfolio-item-content {
    padding-top: 35%;
  }
}
@media (max-width: 480px) {
  .portfolio-item-overlay {
    padding: 20px 15px;
  }
  .portfolio-item-content {
    padding-top: 25%;
  }
}
.proyecto-title {
  margin-bottom: 40px;
  color: #33DE96;
}
/* Estilos para el grid de proyectos */
.portfolio-grid-item {
  height: 100%;
}
.portfolio-grid-item a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.portfolio-grid-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
/* Estilos Modal video proyecto */
.proyecto-header {
  position: relative;
  padding-top: 120px;
  margin-bottom: 60px;
  /* Modal de video */
  /* Responsive */
}
.proyecto-header .proyecto-header-inner {
  border-radius: 30px;
  overflow: hidden;
}
.proyecto-header .video-container {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background-color: #000;
}
.proyecto-header .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proyecto-header .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 40px;
  box-sizing: border-box;
}
.proyecto-header .play-icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
.proyecto-header .play-icon {
  width: 80px;
  height: 80px;
  color: #313D38;
  fill: white;
  opacity: 0.8;
  transition: opacity 0.3s, transform 0.3s;
}
.proyecto-header .play-icon:hover {
  opacity: 1;
  transform: scale(1.1);
}
.proyecto-header .video-title h1 {
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.proyecto-header .video-title p {
  font-size: 1.2rem;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.proyecto-header .description-container {
  background-color: #33DE96;
  color: #313D38;
  padding: 40px 0;
}
.proyecto-header .description-content h2 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.proyecto-header .description-content p {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 140%;
}
.proyecto-header .description-content .partialcollapse {
  margin-bottom: 1.5rem;
}
.proyecto-header .video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.proyecto-header .video-modal.active {
  display: flex;
}
.proyecto-header .modal-content {
  position: relative;
  width: 90%;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.proyecto-header .modal-content video {
  width: 100%;
  max-height: 100vh;
  border-radius: 10px;
}
.proyecto-header .close-modal {
  position: absolute;
  top: -40px;
  right: -40px;
  background: none;
  border: none;
  color: white;
  font-size: 4rem;
  cursor: pointer;
  transition: color 0.3s;
}
.proyecto-header .close-modal:hover {
  color: #33DE96;
}
@media (max-width: 768px) {
  .proyecto-header .video-overlay {
    padding-bottom: 40px;
  }
  .proyecto-header .video-logos {
    margin-top: 20px;
  }
  .proyecto-header .play-icon {
    width: 60px;
    height: 60px;
  }
}
.proyecto-participacion {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.proyecto-participacion span {
  font-weight: bold;
  color: #8E9E98;
  margin-right: 20px;
}
.proyecto-participacion ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.proyecto-participacion ul li {
  margin-left: 10px;
  background-color: #313D38;
  border-radius: 20px;
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .proyecto-participacion {
    justify-content: start;
  }
  .proyecto-participacion ul {
    margin-top: 10px;
  }
  .proyecto-participacion ul li {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.block-premios-project {
  margin-bottom: 100px;
}
.block-premios-project .premios-slider-container .swiper {
  padding: 0 50px;
}
.destacados-project .featured .featured-item {
  border-radius: 20px;
  overflow: hidden;
  padding: 35px;
  border: 1px solid #33DE96;
}
.destacados-project .featured .featured-item p:last-child {
  margin: 0;
}
.destacados-project .comentarios .comentario-item {
  border-radius: 20px;
  overflow: hidden;
  padding: 35px;
  background-color: #fff;
  color: #313D38;
}
.destacados-project .comentarios .comentario-item blockquote {
  margin: 0;
  position: relative;
  padding-left: 4rem;
}
@media (max-width: 576px) {
  .destacados-project .comentarios .comentario-item blockquote {
    padding-left: 0;
    padding-top: 50px;
  }
}
.destacados-project .comentarios .comentario-item blockquote::before {
  content: "“";
  font-size: 10rem;
  line-height: 1;
  margin-right: 10px;
  position: absolute;
  top: -20px;
  left: -10px;
  color: #33DE96;
}
.destacados-project .comentarios .comentario-item .autor span {
  font-weight: bold;
  color: #33DE96;
  margin-right: 5px;
}
.destacados-project .comentarios .comentario-item p:last-child {
  margin: 0;
}
.block-images-project {
  margin-bottom: 100px;
}
.block-images-project .galeria-slider-container .swiper {
  padding: 0 50px;
}
.block-images-project .image-container {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.block-images-project .galeria-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
