  @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
  .crea-proyecto p {
    margin: 0px !important;
  } 
  /* ------------------------------- Botones de categoría --------------------------------- */
  .cp-cat-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .cp-cat-buttons button {
    padding: 8px 14px;
    border-radius: 8px;
    border: 2px solid;
    cursor: pointer;
  }
  .cp-cat-buttons button.active {
    background: #2b6cb0;
    color: #fff;
    border-color: #2b6cb0;
  } 
  /* Colores botones por categoría */
  .cp-cat-buttons button[data-cat="videojuegos"] {
    background: #cce8e3;
    border-color: #cce8e3;
  }
  .cp-cat-buttons button[data-cat="series"] {
    background: #d5d5e6;
    border-color: #d5d5e6;
  }
  .cp-cat-buttons button[data-cat="transmedia"] {
    background: #fdead3;
    border-color: #fdead3;
  }
  .cp-cat-buttons button[data-cat="etnicos"] {
    background: #ffcdcd;
    border-color: #ffcdcd;
  } 
  /* Colores activos por categoría*/
  .cp-cat-buttons button[data-cat="videojuegos"].active {
    background: #008e74;
    border-color: #008e74;
    color: #000;
  }
  .cp-cat-buttons button[data-cat="series"].active {
    background: #2d2e83;
    border-color: #2d2e83;
    color: #fff;
  }
  .cp-cat-buttons button[data-cat="transmedia"].active {
    background: #f49825;
    border-color: #f49825;
    color: #fff;
  }
  .cp-cat-buttons button[data-cat="etnicos"].active {
    background: #ff7979;
    border-color: #ff7979;
    color: #fff;
  } 
  /* Colores de fondo por categoría */
  .cp-cat-videojuegos {
    background: #cce8e3;
  }
  .cp-cat-series {
    background: #d5d5e6;
  }
  .cp-cat-transmedia {
    background: #fdead3;
  }
  .cp-cat-etnicos {
    background: #ffcdcd;
  } 
  /* ------------------------------- Inputs--------------------------------- */
  .cp-input {
    width: 100%;
    padding: 8px;
    margin: 6px 0 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
  } 
  /*------------------------------- Acordeón --------------------------------- */
  .cp-accordion h3 {
    background: #f7fafc;
    padding: 10px;
    margin: 0 0 6px;
    cursor: pointer;
    border-radius: 6px;
  }
  .cp-accordion .panel {
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 6px;
    display: none;
    background: #fff;
    margin-bottom: 8px;
  }
  .cp-accordion .panel.open {
    display: block;
  }
  /*-------------FORMULARIO----------------*/
  .cp-formulario {
    padding: 10px;
  } 
  /*===================================== ACORDEÓN FRONTEND====================================== */
  .elementor-widget-container .crea-proyecto {
    width: 1526px;
  }
  .crea-proyecto {
    background-color: #fff;
    font-family: "Nunito", sans-serif !important;
  }
  .cp-front-acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height;
  } 
/* ABIERTO */
  .cp-front-accordion.open .cp-front-acc-content {
    max-height: 100%;
    margin-top: 38px;
  } 
/* Icono + / - */
  .cp-front-acc-title::after {
    content: "+";
    font-size: 74px;
    position: absolute;
    right: 25px;
    top: 40px;
    transition: transform 0.3s ease;
  }
  .cp-front-accordion.open .cp-front-acc-title::after {
    content: "-";
  }
  .cp-header {
    display: flex;
    justify-items: start;
    flex-direction: row;
    align-items: center;
    gap: 128px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    padding: 30px;
    min-height: 198px;
  }
  .cp-header .info {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .cp-title {
    font-size: 55px;
    font-weight: bold;
    line-height: 72px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0;
    max-width: 65%;
  }
  .project_category {
    font-size: 32px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: -1px;
    text-transform: capitalize;
  }
  .empresa-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 17.5px;
    gap: 5px;
  } 
  /*====================================== TARJETAS (CARDS)====================================== */
  .cp-grid .cp-card {
    border-radius: 30px;
    padding: 66px 54px;
    color: #272725;
  }
  .cp-card-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0;
  } 
  /* ======================================GRID INTERNO ====================================== */
  .box p {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -1px;
  }
  .cp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px !important;
  }
  .cp-grid .tree {
    grid-column: span 3;
    display: flex;
    gap: 83px;
    flex-direction: row;
    align-items: flex-start;
  }
  .cp-grid .tree .box {
    gap: 60px;
  }
  .cp-grid .two {
    grid-column: span 2;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
.cp-card .target{
	gap:52px
}
.cp-card .impacto{
	gap:132px;
}
.cp-card .estado{
	gap:60px;
}
  .cp-grid .two .box {
    gap: 23px;
  }
  .cp-grid .one {
    grid-column-start: 3;
    display: flex;
    flex-direction: column;
    gap: 55px;
  }
  .cp-grid .one-long {
    grid-row: span 2;
    grid-column-start: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  } 
  /*------------INVERSION-----------------*/
  .inversion-one,
  .cp-card .festivales-one {
    grid-column: span 3 / span 3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .inversion-one .box {
    gap: 59px;
    height: 100%;
    max-width: 781px;
  }
  .inversion-two {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-row-start: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .inversion-two .box {
    gap: 23px;
    height: 100%;
  }
  .inversion-three {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 40px;
  }
  .inversion-four {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
    height: 100%;
  }
  .inversion-five {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-row-start: 5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .inversion-six {
    grid-row: span 4 / span 4;
    grid-column-start: 3;
    grid-row-start: 6;
    display: flex;
    flex-direction: column;
    gap: 90px;
    justify-content: space-between;
    height: 100%;
  }
  .financiacion-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .inversion-six .box-plataformas {
    width: 100%;
  }
  .inversion-seven {
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
    grid-row-start: 8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .inversion-seven .box {
    gap: 40px;
    height: auto;
  }
  .inversion-seven .box div {
    gap: 15px;
  }
  .inversion-eight {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 83px;
  }
  .inversion-nine {
    grid-column: span 3 / span 3;
    grid-row-start: 12;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .inversion-nine .box {
    gap: 41px;
    max-width: 604px;
  }
  .inversion-nine .box div {
    display: flex;
    flex-direction: column;
    gap: 41px;
  }
  .inversion-nine .box .laber-negocio {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -1px;
  }
  .inversion-nine .box p {
    font-size: 25px;
    font-weight: 400 !important;
    line-height: 30.6px;
    letter-spacing: 0px;
  }
  .inversion-ten {
    grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
    gap: 77px;
  }
  .inversion-ten .box-plataformas {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 166px;
  }
  .label-plataformas,
  .cp-card .festivales-two .label-plataformas {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -1px;
  }
  .inversion-ten .box-plataformas .box {
    gap: 50px;
  }
  .cp-card .festivales-two .box, .cp-card .festivales-two .box, .cp-card .festivales-two .box div{
    max-width: 863px;
  }
  .inversion-ten .box-plataformas strong,
  .cp-card .festivales-two .box div strong p {
    font-size: 25px;
    font-weight: 400 !important;
    line-height: 30.6px;
  }
  .inversion-eleven {
    grid-column: span 3 / span 3;
  }
  .financiacion-box .one-box {
    gap: 79px !important;
  }
  .financiacion-box .one-box div {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .impacto-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 20px;
    max-width: 570px;
  }
  .impacto-box .impacto-parrafo {
    gap: 15px;
  } 
  /*-----FESTIVALES------------------------*/
  .cp-card .festivales-one {
    gap: 100px;
  }
  .cp-card .festivales-one .box {
    gap: 50px;
    max-width: 100%;
  }
  .cp-card .festivales-one .cp-tags {
    flex-direction: row;
    max-width: 100%;
	margin-left:0px;
  }
  .festivales-two {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
  .festivales-two .box {
    justify-content: flex-start;
    gap: 45px;
  }
  .festivales-two .box div {
    height: auto;
    gap: 12px;
  }
  .cp-card .festivales-three {
    grid-column-start: 3;
    grid-row-start: 2;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .cp-card .festivales-four {
    grid-row: span 3 / span 3;
    grid-row-start: 3;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .cp-card .festivales-four .box-tec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 18px;
  }
  .cp-card .festivales-four .box-tec .label,
  .cp-card .festivales-six .one-box .label {
    font-size: 20px;
    font-weight: 400;
    line-height: 35.5px;
  }
  .cp-card .festivales-three .one-box .label strong,
  .cp-card .festivales-four .box-tec .label strong,
  .cp-card .festivales-six .one-box .label strong, .inversion-four .one-box strong {
    font-size: 32px;
    line-height: 35.7px;
    letter-spacing: 0px;
	  font-weight:700;
  }
  .festivales-five {
    grid-row: span 2 / span 2;
    grid-row-start: 3;
    display: flex;
    flex-direction: column;
    gap: 79px;
  }
  .festivales-six {
    grid-row: span 2 / span 2;
    grid-row-start: 3;
    display: flex;
    flex-direction: column;
    gap: 45px;
    justify-content: space-between;
  }
  .cp-card .festivales-six .one-box {
    gap: 67px;
  }
  .cp-card .festivales-seven {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 5;
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
  .cp-card .festivales-seven .one-box {
    gap: 45px;
  }
  .cp-card .festivales-eight {
    grid-column: span 3 / span 3;
    grid-row-start: 6;
    display: flex;
    flex-direction: row;
    gap: 86px;
  }
.cp-card .festivales-eight .cp-card-title{
	max-width:220px;
}
  .cp-card .festivales-eight .box {
    gap: 42px;
  }
  .cp-card .festivales-eight .box div {
    gap: 15px;
  }
   /*-----------------------------*/
  .impacto-parrafo .label {
    font-weight: 600 !important;
	font-size:25px !important;
	line-height:30px !important;
	letter-spacing:0px !important;
  }
  .impacto-parrafo p {
    font-size: 25px;
    line-height: 30.6px;
    font-weight: 400;
  }
  .one-box {
    display: flex;
    flex-direction: column;
    gap: 33px;
  }
  .email {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -1px;
  }
  .box {
    display: flex;
    flex-direction: column;
   max-width: 588px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
  }
  .cp-grid .label {
    font-size: 20px;
    font-weight: 400;
    line-height: 29.5px;
    letter-spacing: 0px;
  }
  .label strong,
  #plataforma-text strong {
    font-size: 55px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -1px;
  }
  .materiales-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 18px;
  }
  .crea-proyecto a {
    color: #272725 !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -1px;
  }
  .materiales-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
  .materiales-img span svg {
    width: 45px;
    height: 45px !important;
  }
  .materiales-img span svg path {
    fill: currentColor;
  }
  .box-plataformas {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 50%;
    gap: 36px;
  }
  .big-label {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -1px;
  }
  .big-label strong {
    font-size: 25px;
    font-weight: 400 !important;
    line-height: 30.6px;
    letter-spacing: 0px;
  }
  .transmedia-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 44px;
  }
  .transmedia-box-inside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap:100px;
  }
 .transmedia-box-inside .cp-card-title{	
	max-width:430px;
	}
  .transmedia-box-inside p,   .transmedia-box-inside strong{
    max-width: 742px;
    font-size: 25px;
    line-height: 30.6px;
    letter-spacing: 0px;
  } 
  /*======================================TAGS====================================== */
  .cp-tags {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    max-width: 219px;
    width: 100%;
	  margin-left:45px;
    flex-wrap: wrap; 
    gap: 15px;
  }
  .cp-tags span {
    display: inline-block;
    background: transparent;
    padding: 10px;
    border-radius: 12px;
    font-size: 20px;
    line-height: 17.5px;
  }
  .box-plataformas .cp-tags-plataformas {
    flex-direction: row !important;
    justify-content: space-between !important;
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
  }
  .box-plataformas .cp-tags-plataformas span {
    display: inline-block;
    background: transparent;
    padding: 10px;
    border-radius: 12px;
    font-size: 20px;
    line-height: 17.5px;
  } 
/* ============== COLORES PORCATEGORÍA ====================================== */
 /* VIDEOJUEGOS */
  .crea-proyecto.cp-cat-videojuegos .cp-header.cp-front-acc-title {
    background-color: #008e74 !important;
  }
  .crea-proyecto.cp-cat-videojuegos .cp-grid .cp-card {
    background-color: #cce8e3;
  }
  .crea-proyecto.cp-cat-videojuegos hr {
    border: none;
    background-color: #008e74;
    height: 2px;
  }
  .crea-proyecto.cp-cat-videojuegos .cp-tags span,
  .crea-proyecto.cp-cat-videojuegos .box-plataformas .cp-tags-plataformas span {
    color: #008e74;
    border: 2px #008e74 solid;
  }
  .crea-proyecto.cp-cat-videojuegos .materiales-img .icon svg {
    color: #008e74;
  } /* SERIES */
  .crea-proyecto.cp-cat-series .cp-header.cp-front-acc-title {
    background-color: #2d2e83 !important;
  }
  .crea-proyecto.cp-cat-series .cp-grid .cp-card {
    background-color: #d5d5e6;
  }
  .crea-proyecto.cp-cat-series hr {
    border: none;
    background-color: #2d2e83;
    height: 2px;
  }
  .crea-proyecto.cp-cat-series .cp-tags span,
  .crea-proyecto.cp-cat-series .box-plataformas .cp-tags-plataformas span {
    color: #2d2e83;
    border: 2px #2d2e83 solid;
  }
  .crea-proyecto.cp-cat-series .materiales-img .icon svg {
    color: #2d2e83;
  } /* TRANSMEDIA */
  .crea-proyecto.cp-cat-transmedia .cp-header.cp-front-acc-title {
    background-color: #f49825 !important;
  }
  .crea-proyecto.cp-cat-transmedia .cp-grid .cp-card {
    background-color: #fdead3;
  }
  .crea-proyecto.cp-cat-transmedia hr {
    border: none;
    background-color: #f49825;
    height: 2px;
  }
  .crea-proyecto.cp-cat-transmedia .cp-tags span,
  .crea-proyecto.cp-cat-transmedia .box-plataformas .cp-tags-plataformas span {
    color: #f49825;
    border: 2px #f49825 solid;
  }
  .crea-proyecto.cp-cat-transmedia .materiales-img .icon svg {
    color: #f49825;
  } /* ETNICOS */
  .crea-proyecto.cp-cat-etnicos .cp-header.cp-front-acc-title {
    background-color: #ff7979 !important;
  }
  .crea-proyecto.cp-cat-etnicos .cp-grid .cp-card {
    background-color: #ffcdcd;
  }
  .crea-proyecto.cp-cat-etnicos hr {
    border: none;
    background-color: #ff7979;
    height: 2px;
  }
  .crea-proyecto.cp-cat-etnicos .cp-tags span,
  .crea-proyecto.cp-cat-etnicos .box-plataformas .cp-tags-plataformas span {
    color: #ff7979;
    border: 2px #ff7979 solid;
  }
  .crea-proyecto.cp-cat-etnicos .materiales-img .icon svg {
    color: #ff7979;
  } /*
====================================== RENDER LISTADO====================================== */
  .cp-proyectos-listado {
    display: flex;
    flex-direction: column;
    gap: 85px;
    margin: 55px 0;
    align-items: center;
  }

