/* 
Theme Name: Conecta Cultura
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Conecta cultura */
/* Nelson Velasco - 2025 */

:root {
	--main-color-mora: #7087FA;
  --main-color-rosa: #F171FA;
  --main-color-agua: #72FAF9;
  --main-color-amarillo: #FAF570;
  --fondo-osc-color-1: #1a1b4c;
  --fondo-osc-color-2: #212630;
  --fondo-osc-color-3: #374255;
  --fondo-osc-color-4: #404D64;
  --text-color: #ffffff;
}

body{ min-height: 100vh; }


/*PRELOADER*/
  .preloader {
  	align-items: center;
  	background-color: var(--main-color-mora);
  	display: flex;
  	height: 100%;
    justify-content: center;
  	left: 0;
  	overflow: hidden;
  	position: fixed;
  	top: 0;	
    width: 100%;
    z-index: 999;
  }
  .preloader .text-container {
  	display: flex;
      flex-direction: row;
      gap: 1em;
      overflow: hidden;
      color: white;
      visibility: hidden;
  }
  .preloader .text-container h1 {
    	padding: 0;
    	margin: 0;
  }
/**/

/*HEADER*/
  #header_conecta{
  	height: 70px;
  	left: 0;
  	position: fixed;
  	top: 0;
  	transition: all 0.3s;
  	width: 100%;
  	z-index: 10;
  }
  #header_conecta.shrink{ height:50px; }
  .container_header{
  	display: flex;
  	height:90px;
  	justify-content: center;
  	transition: all 0.3s;
  	width: 100%;
  }
  #header_conecta.shrink .container_header{ height:100%; }
  .inner_header{
  	align-items: center;
  	display: flex;
  	flex-direction: row;
  	height: 100%;
  	justify-content: space-between;
  }
  .region_logo{
  	height: 90px; 
  	transition: all 0.3s; 
  }
  .region_logo img{ transition: all 0.3s; }
  #header_conecta.shrink .region_logo{ 
  	height:100%;
  	border-top-left-radius: 8px;
  	border-bottom-left-radius: 8px;
  	border-top-right-radius: 8px;
  	border-bottom-right-radius: 8px; 
  }
  #header_conecta.shrink .region_logo a{
  	align-items: center;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  }
  #header_conecta.shrink .region_logo a,
  #header_conecta.shrink .region_logo div{ height:100%; }
  #header_conecta.shrink .region_logo img{ max-height: 90%; }
  .cnt_hamburger {
    align-items: center;
    display: none;
    /*display: flex;*/
    flex-wrap: inherit;
    height: 100%;
    justify-content: center;
  }
  #ctn_menu_responsive{ 
  	display: none;
  	transition: all 0.5s; 
  }
  #ctn_menu_responsive.active{ display: flex; }
  .hamburger {
    cursor: pointer;
    transition: 0.7s;
  }
  .line {
    background: #fff;
    border-radius: 5px;
    display: flex;
    height: 3px;
    margin: 6px;
    position: relative;
    transition: all 0.3s;
    width: 35px;
  }
  .hamburger.active .line:nth-of-type(1) { transform: translate(0px, 10px) rotate(45deg); }
  .hamburger.active .line:nth-of-type(2) { opacity: 0; }
  .hamburger.active .line:nth-of-type(3) { transform: translate(0px, -8px) rotate(-45deg); }
  #header_conecta nav,
  #header_conecta nav > div{ height: 100%; }
  #header_conecta nav ul{
  	display: flex;
  	flex-direction: row;
  	gap: 16px;
  	list-style: none;
  	height: 100%;
  	padding: 0;
  }
  #header_conecta nav ul li{ height: 100%; }
  #header_conecta nav ul li a{
  	align-items: center;
  	color: #FFFFFF;
  	display: flex;
  	font-family: 'Nunito';
  	height: 100%;
  	padding: 0 10px;
  	transition: all 0.3s;
  }
  #header_conecta nav ul li a:hover{ color: #74FFFE; }
  @media (max-width: 1080px) {
  	#busca_conecta,#menu_conecta{ display:none }
  	.cnt_hamburger { display: flex; }
  	.region_logo{
  		padding-left: 0;
  		padding-right: 0;
  		padding-bottom: 0;
  		padding-top: 0; 
  		width: 50%; 
  	}
  	.region_logo img{ max-height: 90%; }
  }
/**/

/*BANNER PRINCIPAL HOME*/
  #intro_home{
  	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  	background-size: 400% 400%;
  	animation: gradient 15s ease infinite;
  }
  @keyframes gradient {
  	0% {
  		background-position: 0% 50%;
  	}
  	50% {
  		background-position: 100% 50%;
  	}
  	100% {
  		background-position: 0% 50%;
  	}
  }
  #intro_home h2 span{ color:#FFF948; }

  .cnt_bubbles{
  	height: 100%;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
  }
  .bubbles {
  	position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .bubble {
    animation: float-up var(--bubble-float-duration) var(--bubble-float-delay) ease-in infinite;
    border-radius: 50%;
    bottom: -75%;
    display: block;
    left: var(--bubble-left-offset);
    height: var(--bubble-radius);  
    position: absolute;
    width: var(--bubble-radius);
  }
  .bubble::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(136, 246, 251, 0.3);*/
    /*background: rgba(112, 135, 250, 0.3);*/
    background: rgba(114, 250, 249, 0.3);
    border-radius: inherit;
    animation: var(--bubble-sway-type) var(--bubble-sway-duration) var(--bubble-sway-delay) ease-in-out alternate infinite;
  }
  .bubble:nth-child(0) {
    --bubble-left-offset: 55vw;
    --bubble-radius: 8vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(1) {
    --bubble-left-offset: 88vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(2) {
    --bubble-left-offset: 58vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(3) {
    --bubble-left-offset: 45vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(4) {
    --bubble-left-offset: 4vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(5) {
    --bubble-left-offset: 67vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(6) {
    --bubble-left-offset: 38vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
  }

  @keyframes float-up {
    to { transform: translateY(-175vh); }
  }
  @keyframes sway-left-to-right {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
  }
  @keyframes sway-right-to-left {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
  }
/**/

/* SEARCH */
  #btn_search{
  	align-items: center;
  	border: 1px solid #F280FA;
  	border-radius: 100%;
  	cursor: pointer;
  	display: flex;
  	height: 40px;
  	justify-content: center;
  	width: 40px;
  }
  #btn_search svg{
  	fill: #FFFFFF;
  	height: auto;
  	width: 40%;
  }
  #form_search{
  	background-color: rgba(0, 0, 0, 0.8);
  	position: fixed;
    	width: 100vw;
    	height: 100vh;
    	opacity: 0;
    	visibility: hidden;
    	transition: all 0.3s ease;
    	top: 0;
    	left: 0;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	z-index: 1;
  }
  #form_search.open{
  	visibility: visible;
    	opacity: 1;
    	transition-delay: 0s;
  }
  #form_search input{
  	background-color: transparent;
  	border: 1px solid #F280FA;
  	border-radius: 32px;
  	height: 70px;
  	width: 60vh;
  }
  .inner_form_search{
  	align-items: center;
  	display: flex;
  	justify-content: center;
  	height: 100%;
  	position: relative;
  	width: 100%;
  }
  #close_search{
  	align-items: center;
  	cursor: pointer;
  	display: flex;
  	height: 40px;
  	justify-content: center;
  	position: absolute;
  	right: 20px;
  	top: 20px;
  	width: 40px;
  }
  #close_search svg{
  	fill: #ffffff;
  	height: auto;
  	width: 60%;
  }
/**/

/* MAPA DIVERSIDAD */
  .mp_mainresults_cnt,
  .mp_mainmap_cnt{
    align-items: center;
    display: none;
    flex-direction: column;
    font-family: 'Nunito';
    justify-content: center;
    padding: 32px 16px;
    width: 100%;
  }
  .mp_mainresults_cnt.active,
  .mp_mainmap_cnt.active{ display:flex; }
  .md_info{ 
    left: 10%;
    position:absolute;
    top: 10%; 
  }
  .cnt_md_info{
    align-items: center;
    background-color: #fff;
    border: 1px solid #25D4D4;
    border-radius: 8px;
    display: flex; 
    justify-content: center;
    padding: 16px;
    position:relative; 
  }
  .icon_md_info{
    align-items: center;
    background-color: #fff;
    border: 1px solid #25D4D4;
    border-radius: 100%;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    top: -10px;
    width: 24px;
  }
  .icon_md_info svg{
    fill: #232A4E; 
    height: 80%;
    width: auto; 
  }
  /**/
  .lbl_region{
    /*color: #A8A8A8;*/
    color: #25D4D4;
    font-size: 18px;
    font-style: italic;
  }
  .lbl_departamento{ margin:0; }
  .menu_mapa_cc23 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2px;
    margin: 80px 0 40px 0;
    padding: 0;
    width: 100%;
  }
  .menu_mapa_cc23 li {
    background-color: #9549a3;
    list-style: none;
    width: 100%;
  }

  .menu_mapa_cc23 li a {
    align-items: center;
    color: #fff !important;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    padding: 5px 0;
    transition: all 0.5s;
    width: 100%;
  }

  .menu_mapa_cc23 .first_link,
  .menu_mapa_cc23 li:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .menu_mapa_cc23 .last_link,
  .menu_mapa_cc23 li:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .menu_mapa_cc23 li a:hover,
  .menu_mapa_cc23 li a.active {
    background-color: #FBC1FF;
    color: #9549a3 !important;
  }

  .cnt_col_mapa_cc23 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #listaResultados {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .cnt_resultmapa_cc23 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  /**/
  #mapaDiversidadFrame h2 {
    color: #232a4e !important;
    font-size: 32px;
    text-align: left !important;
  }
  #mapaDiversidadFrame p {
    color: #232a4e !important;
    font-size: 14px;
  }
  #creadoresDepartamento .card-body { 
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center; 
  }
  #creadoresDepartamento #departamento {
    color: #25D4D4;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
  }
  #creadoresDepartamento .card-text {
    color: #A8A8A8;
    font-size: 14px;
  }
  #listaTarjetas {  
    border: none;
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto auto; 
    padding: 0 0.5em;
    margin: 0;
    width: 100%; 
  }
  #listaTarjetas .crd_item_creador {
    background-color: #FFF;
    border: none;
    /*border: 1px solid #351b8f;*/
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    color: #232A4E;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
  }
   #listaTarjetas .crd_item_creador span {
    display: block;
    text-align: right;
    color: #351b8f;
  }
  #listaTarjetas .crd_item_creador:hover span { color: #f8448c; }
  #mapaDiversidadFrame .iconoTarjeta::before {
    background: none !important;
    content: none !important;
  }
  .modal-header-cc23,
  .cnt_header_card_cc23 {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    width: 100%;
  }
  .modal-header-cc23 svg,
  .cnt_header_card_cc23 svg {
    fill: #F280FA;
    width: 60px;
  }
  .modal-header-cc23 h4,
  .cnt_header_card_cc23 h5 {
    color: #232A4E !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 10px;
  }
  #listaTarjetas .crd_item_creador p{ margin: 0; }
  #listaTarjetas .crd_item_creador span {
    color: #25D4D4 !important;
    font-weight: bold;
    text-align: right;
    width: 100%;
  }
  #svganchor path { cursor: pointer; }
  .map_no_select {
    color: #25D4D4;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    width: 100%;
  }
  .map_no_select span {
    color: #666;
    font-size: 16px;
    font-weight: 400;
  }
  .cnt_noresults {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .cnt_noresults.ocultar{ display:none; }

  .cnt_noresults svg {
    fill: #A8A8A8;
    height: auto;
    width: 150px;
  }

  .cnt_sel_mapa_cc23 label {
    width: 100%;
  }

  .sel_cc23 {
    border: 1px solid #25D4D4;
    border-radius: 40px;
    height: 40px;
    padding: 0 10px;
    width: 100%;
  }

  /* descarga */
  .icon_descarga_cc23 {
    width: 70px;
  }

  .icon_descarga_cc23 svg {
    fill: #F280FA;
    width: 100%;
  }

  /* paginacion */
  #paginador {
    margin: 0 !important;
    padding: 20px 0 0 0;
  }

  .btn_pagina_mapa_cc23 {
    border: 1px solid #dee2e6;
    color: #25D4D4;
    cursor: pointer;
    font-weight: 700;
    padding: 5px 20px;
    transition: all 0.5s;
  }

  .prev_page_cc23 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .next_page_cc23 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* modal */
  .cnt_mdv_modal{
    align-items: center;
    background-color: rgba(37,212,212,0.4);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .cnt_mdv_modal.active{ display:flex; }

  .page-node-133 .modal-backdrop {
    background-color: rgba(111, 159, 158, 0.95);
    mix-blend-mode: multiply;
    opacity: 1;
  }
  .cnt_mdv_modal .modal-content {
    background-color: #fff;
    /*border: none;*/
    border-color: #351b8f;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 32px;
    width: fit-content;
  }
  .cnt_mdv_modal .modal-content:hover,
  .cnt_mdv_modal .modal-content:active { 
    /*color: #f8448c;*/
    color: #351b8f; 
  }
  .cnt_mdv_modal .modal-header { border-color: #351b8f; }
  .cnt_mdv_modal .modal-title { color: #f8448c; }
  .modal-header-cc23 {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
  }
  .cnt_mdv_modal .modal-content h5 {
    color: #232A4E !important;
    font-size: 16px;
    line-height: 16px;
  }
  .btn_mad{
    border-bottom: 1px solid #f171fa;
    color: #f171fa;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    width: fit-content;
  }
  .cnt_mdv_modal .modal-footer button {
    background-color: #fff;
    /*background: #351b8f;*/
    border: 1px solid #25D4D4;
    /*border: none;*/
    border-radius: 16px;
    /*border-radius: 1.5em;*/
    color: #25D4D4;
    margin: 0;
    padding: 0.25em 1em;
    transition: all 0.5s;
    width: 100%;
  }
  .cnt_mdv_modal .modal-footer button:hover {
    background-color: #25D4D4;
    color: #fff;
  }

  /* Conexiones diversas */
  .cnt_sections_ejes_cc23 {
    border-bottom: 1px solid #25D4D4;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .cnt_item_section_cc23 {
    padding: 10px;
  }

  .eje_equidad_cc23 {
    background-color: #FDF4FF;
  }

  .eje_participa_cc23 {
    background-color: #FFFEE8;
  }

  .eje_reconocimiento_cc23 {
    background-color: #E8FFFF;
  }

  .eje_equidad_cc23, .eje_participa_cc23, .eje_reconocimiento_cc23 {
    border-radius: 10px;
  }

  .cnt_regiones_cc23 {
    display: grid !important;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cnt_itemregion_cc23 {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .cnt_descarga_cc23 {
    background-color: #FFFEE8;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: calc(-50vw + 50%);
    margin: 0;
    max-width: none;
    padding: 20px 50px;
    position: relative;
    width: 100vw;
  }

  .cnt_inner_descarga_cc23 {
    background-color: #FFFEE8;
    display: flex;
    flex-direction: row;
    gap: 20px;
    max-width: 1280px;
    padding: 20px 50px;
    width: 100%;
  }

  .cnt_titledescarga_cc23 {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .cnt_titledescarga_cc23 h5 {
    font-weight: 700;
    padding-left: 20px;
  }

  .cnt_icondescarga_cc23 {
    width: 100px;
  }

  .cnt_icondescarga_cc23 svg {
    fill: #F280FA;
    width: 100%;
  }

  .cnt_links_descarga_cc23 {
    display: flex;
    flex-direction: column;
  }

  .menu_region_cc23 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .menu_region_cc23 li {
    list-style: none;
  }

  .menu_region_cc23 a {
    color: #232A4E !important;
    padding: 0 10px;
    transition: all 0.5s;
  }

  .menu_region_cc23 a:hover,
  .menu_region_cc23 a.active {
    color: #25D4D4 !important;
    text-decoration: underline !important;
  }

  #galeriaRegionesMAD {
    background-color: #fff !important;
  }

  /* canales */
  .cnt_canal_cc23 {
    display: grid !important;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cnt_itemcanal_cc23 { padding: 10px; }
  .cnt_itemcanal_cc23 img {
    height: 80px;
    max-width: 100%;
    width: auto;
  }
  .cnt_itemcanal_cc23 h3{ text-transform: capitalize; }
  .modal_filtros{
    display: none;
    flex-direction: column;
  }
  .modal_filtros.active{ display:flex }
  #mapaDiversidadFrame { margin: 0 0 4em; }
  #mapaDiversidadFrame p,
  #mapaDiversidadFrame small {
      color: #495057;
  }

  #mapaDiversidadFrame h2 {
      font-weight: bold;
      color: #f8448c;
  }

  #mapaDiversidadFrame h3,
  #mapaDiversidadFrame h4,
  #mapaDiversidadFrame h5 {
      font-weight: bold;
      color: #351b8f;
  }

  #mapaDiversidadFrame h2,
  #infoMapa h3 {
      text-align: center;
  }

  #contenedorMapa {
      margin: 0 0 1em;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
  }

  @media only screen and (max-width: 840px) {
      #contenedorMapa {
          flex-wrap: wrap;
      }
  }

  #infoMapa {
      display: flex;
      flex-direction: column;
      row-gap: 2em;
  }

  #infoMapa .card {
      border: none;
  }

  #infoMapa .card:not(:last-child) {
      padding-bottom: 1.5em;
      border-bottom: 1px solid #351b8f;
      border-radius: 0;
  }
  #creadoresDepartamento { width: 100%; }

  #mapaDiversidadFrame .filtroRegion .card-text,
  #mapaDiversidadFrame .filtroOrganizacion .card-text {
      padding: 0 0 0 1em;
  }

  #mapaDiversidadFrame input[type="radio"] {
      accent-color: #f8448c;
  }

  #paginador {
      margin: 0 0 2em;
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 1em;
      flex-wrap: wrap;
      row-gap: 1em;
  }

  #paginador label,
  #paginador input {
      margin: 0;
      color: #351b8f;
  }

  #filtroPagina {
      width: 3em;
  }

  #listaResultados {
      margin: 0 0 1.5em;
      display: flex;
      justify-content: space-between;
      column-gap: 2em;
      flex-wrap: wrap;
  }

  #mapaDiversidadFrame .iconoTarjeta {
      display: flex;
      align-items: center;
      font-weight: bold;
  }

  #mapaDiversidadFrame .iconoTarjeta::before {
      height: 24px;
      width: 35px;
      margin: 0 0.75em 0 0;
      content: '';
      background: url(/mapa-de-la-diversidad/media/iconos/iconoCamara.png), #351b8f;
  }

  #mapaDiversidadFrame .objetoInvisible {
      visibility: hidden;
  }

/**/

.cnt_pros{
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 1440px;
	width: 100%;
}
.item_pro{
	border: 1px solid #666666;
	border-radius: 8px;
	display: flex;
	padding: 40px 60px;
}

/* RELATOS POLIFONICOS PAIS */
  #cnt_menu_rp {
    /*display: flex;*/
    display: none;
    transition: all 0.5s; 
  }
  #cnt_menu_rp.active{ display: flex; }
  .btn_itemmenu_rp{ cursor:pointer; }
  /*.btn_itemmenu_rp:hover{
  	background-color: #ffffff;
  	transition: all 0.3s;
  }*/
  .cnt_menu_rp svg{ overflow:unset; }
  /*.btn_itemmenu_rp:hover div p{ color: #1A1B4C; }*/
  .cnt_section_scroll{ display: none; }
  .cnt_section_scroll.active{ display:flex; }
  .mapa_rp path{
  	cursor: pointer; 
  	fill:#9bb395;
  }
  .mapa_rp path:hover{ fill:#567e4c; }
  .section_dept_rp{display: none;}
  .section_dept_rp.active{display: flex;}
  .tr_section{ 
  	opacity:0.6;
  	transition: all 0.3s; 
  }
  .tr_section:hover{ opacity:1; }
/**/

/* LIST CHILD PROS */
  .lista_pros_hijos{
    display: flex; 
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    width: 100%;
  }
  .lista_pros_hijos a{
  	align-items: center;
  	border: 1px solid #25D4D4;
  	border-radius: 8px;
  	color: #212630;
  	display: flex;
  	font-size: 14px;
  	font-weight: 600;
  	justify-content: space-between;
  	line-height: 100%;
  	padding: 10px;
    width: 100%;
  }
  .cnt_filtro_proyectos{
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .sel_pros{
    background-color: #fff;
    border: 1px solid #25D4D4;
    border-radius: 8px;
    width: fit-content;
  }
  .enlace-padre a{
    color: #7087FA;
    font-size: 18px;
    /*text-transform: uppercase;*/
  }
  .pro_list_item{ display:none; }
  .pro_list_item.show{ display:flex; }
/**/


/* DETALLE AUDIO */
#cnt_playlist_cc23 {
  background-color: #EDFFFF;
  padding: 40px !important;
  width: 100%;
}

#player_cc23 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  padding: 25px;
  width: 100%;
}
.cnt_title_playercc23 {
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
  word-break: break-all;
}
.cnt_title_item_cc23{ word-break: break-all; }
.cnt_title_playercc23 svg {
  fill: #FF0088;
  margin-right: 20px;
  width: 40px;
}
.cnt_title_playercc23 h2 {
  color: #FF0088;
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.cnt_controls_playercc23 {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 15px;
}

.cnt_controls_playercc23 svg {
  fill: #25D4D4;
  transition: all 0.5s;
}

.cnt_controlsbtn_playercc23 {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.cnt_ctrl_playercc23 {
  display: none;
}

.btn_vol_cc23, .cnt_ctrl_playercc23, .cnt_ctrlplay_playercc23 {
  cursor: pointer;
}

.btn_vol_cc23:hover svg,
.cnt_ctrlplay_playercc23:hover svg,
.cnt_ctrl_playercc23:hover svg {
  fill: #9549A3;
}

.cnt_ctrl_playercc23 svg {
  width: 40px;
}

.cnt_ctrlplay_playercc23 svg {
  width: 80px;
}

.cnt_lineplayer_cc23 {
  background-color: lightgrey;
  height: 10px;
  margin: 0 20px;
  position: relative;
  width: 100%;
}

.progressbar_cc23 {
  background-color: #25D4D4;
  height: 100%;
  position: absolute;
  transition: all 0.3s;
  width: 0%;
}

.btn_vol_cc23 {
  width: 40px;
}

#btn_vol_cc23 .cnt_vol_off_cc23,
#btn_vol_cc23.active .cnt_vol_up_cc23 {
  display: flex;
}

#btn_vol_cc23 .cnt_vol_up_cc23,
#btn_vol_cc23.active .cnt_vol_off_cc23 {
  display: none;
}

.cnt_vol_up_cc23,
.cnt_vol_off_cc23 {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.cnt_vol_off_cc23 svg, .cnt_vol_up_cc23 svg {
  width: 100%;
}

.cnt_ctrlplay_playercc23 .iconPause {
  display: none;
}

.cnt_ctrlplay_playercc23 .iconPlay {
  display: flex;
}

.cnt_ctrlplay_playercc23.play .iconPause {
  display: flex;
}

.cnt_ctrlplay_playercc23.play .iconPlay {
  display: none;
}

.item_playlist_cc23 {
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  color: #232A4E;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
  transition: all 0.2s;
}

.item_playlist_cc23:hover,
.item_playlist_cc23.active {
  color: #FF0088;
  font-weight: 600;
}

.item_playlist_cc23 svg {
  fill: #232A4E;
  margin-right: 10px;
  width: 20px;
}

.item_playlist_cc23:hover svg,
.item_playlist_cc23.active svg {
  fill: #FF0088;
  width: 25px;
}

.item_playlist_cc23 .cnt_iconcheck_item_cc23 {
  display: none;
}

.item_playlist_cc23 .cnt_iconplay_item_cc23 {
  display: flex;
}

.item_playlist_cc23.active .cnt_iconcheck_item_cc23 {
  display: flex;
}

.item_playlist_cc23.active .cnt_iconplay_item_cc23 {
  display: none;
}

.field--name-field-subir-audio { display: none; }



/* TAB */
  .tab_content_cc button[aria-selected="true"]{ background-color:#7087FA!important; }
  .tab_content_rosa_cc button[aria-selected="true"]{ background-color:#F171FA!important; }
/**/

/* ACCORDION */
  .elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title{ background-color: #c9fefd; }
  .elementor-widget-n-accordion .e-n-accordion-item-title{ background-color:#effefd; }
  .elementor-widget-n-accordion .e-n-accordion-item-title-text{
    color: #0d5762;
    font-size: 16px;
    font-weight: bold;
  }
/**/

/*EFFECTS*/
  /* Grow */
  .hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .hvr-grow:hover,.hvr-grow:focus,.hvr-grow:active { transform: scale(1.1); }
  /**/
  /* Icon Wobble Horizontal */
  @-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
      -webkit-transform: translateX(6px);
      transform: translateX(6px);
    }
    33.3% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes hvr-icon-wobble-horizontal {
    16.65% {
      -webkit-transform: translateX(6px);
      transform: translateX(6px);
    }
    33.3% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-icon-wobble-horizontal svg {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .hvr-icon-wobble-horizontal:hover svg, .hvr-icon-wobble-horizontal:focus svg, .hvr-icon-wobble-horizontal:active svg {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  /**/
  /* Rotate */
  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  /* Bob */
  @-webkit-keyframes hvr-bob {
    0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
    50% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  @keyframes hvr-bob {
    0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
    50% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  @-webkit-keyframes hvr-bob-float {
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  @keyframes hvr-bob-float {
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  .hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
/**/