:root{
  --formulario: #fafafa;
}
.space-main-1{
  height: 41px;
}
.space-main-2{
  height: 90px;
}
#mainNav{
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  z-index: 6;
}
#mainNav .part-1{
  height: 41px;
  background: var(--azul);
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
#mainNav .part-1 p,
#mainNav .part-1 a {
  margin: 0;
  color: var(--blanco);
  font-size: 13px;
  text-align: center;
}
#mainNav .part-2{
  background: var(--blanco);
  width: 100%;
  position: relative;
}
#mainNav .part-2 .inner-0{
  align-items: center;
  height: 90px;
  padding: 0 50px;
}
#mainNav .bloque-menu{
  margin-left: auto;
}
#mainNav .bloque-menu .lista-nav{
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}
#mainNav .bloque-menu .lista-nav li{
  display: inline-block;
  margin: 0 7px;
  position: relative;
  padding: 15px 0;
}
#mainNav .bloque-menu .lista-nav li > a{
  text-decoration: none !important;
  color: var(--azul-oscuro);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  line-height: 1.15;
  position: relative;
}
#mainNav .bloque-menu .lista-nav li.current-menu-item > a::before{
  content: '';
  display: block;
  height: 1px;
  border-bottom: 1px solid var(--azul);
  width: calc(100% + -29px);
  width: -webkit-calc(100% + -29px);
  width: -moz-calc(100% + -29px);
  width: -o-calc(100% + -29px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
#mainNav .bloque-menu .lista-nav li:hover > a{
  background: var(--azul);
  color: var(--blanco)!important;
}
#mainNav .bloque-menu .lista-nav li.current-menu-item > a,
#mainNav .bloque-menu .lista-nav li.current-menu-ancestor > a,
#mainNav .bloque-menu .lista-nav li.current-menu-parent > a {
  color: var(--blanco)!important;
  background: var(--azul);
}
.single-mec-events .nocomments,
#mainNav .bloque-menu .lista-nav li:hover > a::before,
.wsp-pages-list .page-item-2368 {
  display: none;
}
.section-subscription .part-2 p a {
  color: var(--blanco);
  text-decoration: underline;
}
#mainNav .logo-0{
  max-width: 193px;
  height: auto;
}
#mainNav .btn-login{
  height: 36px;
  min-width: 60px;
  font-size: 15px;
  display: inline-block;
  background: var(--morado);
  border-radius: 6px;
  color: var(--blanco);
  text-align: center;
  padding: 6px 0;
  margin-left: 15px;
}
#mainNav .bloque-lateral .ico-search{
  width: 40px;
  height: 40px;
  padding: 10px;
}
#mainNav .bloque-lateral .lista-0 li{
  display: inline-block;
  position: relative;
}

.header-search-wrap{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--blanco);
  z-index: -1;
  opacity: 0;
  visibility: hidden;;
  transition: all linear 0.2s;
}
#mainNav.search-open .header-search-wrap{
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.header-search-wrap .container,
.header-search-wrap form,
.header-search-wrap form input{
  height: 100%;
  border:0;
}
.header-search-wrap form input{
  width: 100%;
  padding-left: 45px;
  padding-right: 40px;
  font-weight: 400;
}
.header-search-wrap .ico{
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  top: 50%;
  left: 22px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  max-width: 20px;
}
.header-search-wrap form input::placeholder,
.header-search-wrap form .ico{
  color: var(--negro);
}
.header-search-wrap .close-0{
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  top: 50%;
  right: 20px;
  position: absolute;
  z-index: 2;
  width: 26px;
  cursor: pointer;
}
.overlay-search{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  background: var(--negro);
  transition: all 0.3s;
  opacity: 0.1;
  display: none;
}

#mainNav.modo-fixed .part-1 {
  height: 0;
}
#mainNav .part-2 .item-mobile img {
  width: 28px;
  height: auto;
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

@media (max-width: 1480px){
  #mainNav .part-2 .inner-0 {
    padding: 0 25px;
    height: 80px;
  }
  .space-main-2 {
    height: 80px;
  }
  #mainNav .logo-0 {
    max-width: 180px;
  }
  #mainNav .part-1 p {
    font-size: 12px;
  }
}
@media (max-width: 1400px){
  #mainNav .logo-0 {
    max-width: 170px;
  }
  #mainNav .bloque-menu .lista-nav li {
    margin: 0 5px;
  }
}
@media (max-width: 1350px){
  #mainNav .btn-login {
    height: 32px;
    min-width: 58px;
    font-size: 14px;
    padding: 4px 0;
    margin-left: 8px;
  }
  #mainNav .logo-0 {
    max-width: 160px;
  }
}
@media (max-width: 1330px){
  #mainNav .bloque-menu .lista-nav li > a {
    font-size: 12px;
  }
}
@media (max-width: 1280px){
  #mainNav .part-2 .bloque-lateral{
    margin-left: auto;
  }
  #mainNav .part-2 .bloque-menu,
  #mainNav .part-2 .bloque-lateral .desktop{
      display: none !important;
  }
  #mainNav .part-2 .item-mobile {
    display: inline-block !important;
  }
  #mainNav .part-2 .inner-0,
  .space-main-2 {
    height: 70px;
  }
  #mainNav .logo-0 {
    max-width: 180px;
  }
}
@media (max-width: 767px){
  #mainNav .part-2 .inner-0,
  .space-main-2 {
    height: 60px;
  }
  #mainNav .logo-0 {
    max-width: 160px;
  }
}
@media (max-width: 550px){
  #mainNav .part-2 .inner-0 {
    padding: 0 15px;
  }
}
@media (max-width: 400px){
  #mainNav .logo-0 {
    max-width: 155px;
  }
  #mainNav .part-2 .inner-0,
  .space-main-2 {
    height: 60px;
  }
  #mainNav .part-1 p {
    font-size: 11px;
  }
}



.list-principal > .menu-item-has-children > a{
  padding-bottom: 33px;
  position: relative;
}
.list-principal > .menu-item-has-children > .sub-menu{
  position: absolute;
  background: var(--blanco);
  width: 220px;
  border-radius: 5px;
  margin-top: 60px;
  padding: 0;
  left: 48%;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: top .3s ease-in-out,opacity .3s ease-in-out;
  visibility: hidden;
  z-index: -1;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.list-principal > .menu-item-has-children > .sub-menu > li {
  padding: 0 !important;
  display: block;
  width: 100%;
  margin: 0 !important;
  position: relative;
}
.list-principal > .menu-item-has-children > .sub-menu li:nth-last-child(1) a{
  border-bottom: 0 !important;
}
.list-principal > .menu-item-has-children > .sub-menu li a{
  padding: 14px 25px 14px 15px!important;
  color: var(--azul-oscuro) !important;
  display: block !important;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px !important;
  border-radius: 0!important;
  position: relative!important;
}
#mainNav .list-principal > .menu-item-has-children:hover > .sub-menu,
#mainNav .list-principal > .menu-item-has-children > .sub-menu:hover{
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  animation-name: fade-in;
  animation-duration: 0.3s;
}

.list-principal > .menu-item.menu-item-has-children > a:after{
  display: inline-block;
  position: relative;
  content: "\f107";
  margin-left: 10px;
  top: 1px;
  transition: all 0.3s;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.list-principal > .menu-item.menu-item-has-children:hover > a:after{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-principal > .menu-item.menu-item-has-children:hover > a:after{
  opacity: 1;
}
.list-principal > .menu-item-has-children > .sub-menu li a:hover{
  background: var(--red);
  color: var(--red) !important;
}
.list-principal > .btn-dscto{
  margin: 0 5px;
}
.list-principal > .btn-dscto a{
  background: var(--red);
  padding: 6px 10px!important;
  color: var(--red)!important;
  border-radius: 5px;
}


.list-principal > .menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {
  display: inline-block;
  position: absolute;
  content: "\f107";
  top: 14px;
  right: 8px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.list-principal > .menu-item-has-children > .sub-menu > li > .sub-menu {
  background-color: var(--blanco)!important;
  position: absolute;
  left: 220px;
  top: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
.list-principal > .menu-item-has-children > .sub-menu > li:hover > .sub-menu{
  display: block!important;
}
.list-principal > .menu-item-has-children > .sub-menu > li > .sub-menu li{
  padding: 0 !important;
  width: 100%;
  margin: 0 !important;
}
.list-principal > .menu-item-has-children > .sub-menu > li > .sub-menu li a{
  border-bottom: 1px solid #f0f0f0!important;
  padding: 14px 15px!important;
}
.list-principal > .menu-item-has-children > .sub-menu > li > .sub-menu li:nth-last-child(1) a{
  border-bottom: 0!important;
}



/* Sidebar */ /* Sidebar */
.overlay-menu{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  z-index: 9999;
}
#sidebar-wrapper {
  width: 315px;
  height: 102vh;
  position: fixed;
  left: -120%;
  top: 0;
  padding-top: 35px;
  background: var(--blanco);
  z-index: 999999;
  transition: all 0.5s;
  padding-bottom: 100px;
  overflow: scroll;
}
#sidebar-wrapper.toggled{
  left: 0;
}
#sidebar-wrapper .logo-responsive{
  width: 110px;
  display: block;
  margin-top: -40px;
  margin-bottom: 10px;
}
#sidebar-wrapper .close-menu{
  width: 20px;
  position: absolute;
  z-index: 9999;
  top: 12px;
  right: 20px;
  cursor: pointer;
}
#sidebar-wrapper .logo{
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 75%;
}
#sidebar-wrapper .bloque-1{
  border-top: 1px solid #d2d2d2;
  padding-bottom: 0;
  margin-top: 0;
  position: relative;
}
#sidebar-wrapper li.parent-name {
  padding: 15px 13px !important;
  cursor: pointer;
  color: var(--blanco);
}
#sidebar-wrapper .bloque-1 .sub-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  position: relative;
  display: block !important;
  transition: all 0.4s;
}
#sidebar-wrapper .bloque-1 ul li {
  font-size: 14px;
  margin: 0;
  line-height: 1.3;
  padding: 0;
  border-bottom: 0;
  position: static;
}
#sidebar-wrapper .bloque-1 ul li a{
  color: var(--negro);
  padding: 14px 12px !important;
  display: table;
  text-align: left;
  width: 100%;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.4s;
  border-bottom: 1.5px solid #e7e7e7;
  font-size: 12px;
}
#sidebar-wrapper .bloque-1 ul.sub-menu li a {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  padding-right: 40px;
  border: 0;
}
#sidebar-wrapper .bloque-1 ul.sub-menu li{
  border:0 !important;
  border-bottom: 1.2px solid #eee!important;
  margin-bottom: 0;
}
#sidebar-wrapper .bloque-1{
  padding-bottom: 0;
  margin-top: 0;
  position: relative;
}
#sidebar-wrapper li.parent-name::before{
  content: "";
  display: inline-block;
  background-image: url(../../assets/img/arrow-right.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#sidebar-wrapper ul .menu-item.current-menu-item .sub-menu a{
  border-color:transparent;
  background-color: var(--azul);
  font-size: 12px;
}
#sidebar-wrapper .desplegable {
  position: absolute;
  top: 0;
  padding-left: 8px;
  cursor: pointer;
  height: 100%;
  z-index: 2;
  background: transparent;
  border: 1px solid transparent;
  right: 0;
  width: 38px;
  display: flex;
  align-items: center;
  background: #eee;
}
#sidebar-wrapper .desplegable::before{
  content: "";
  display: inline-block;
  background-image: url(../../assets/img/arrow-right.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}
#sidebar-wrapper .bloque-1 .sub-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--azul);
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 100%;
  z-index: 5;
}
#sidebar-wrapper .bloque-1{
  padding-bottom: 0;
  margin-top: 17px;
  position: relative;
  border-top: 0;
}
#sidebar-wrapper .bloque-1 .sub-menu li a{
  color: var(--blanco) !important;
}
#sidebar-wrapper .bloque-1 .menu-item.menu-item-has-children .sub-menu a::after{
  display: none;
}
#sidebar-wrapper ul li li .menu-item{
  background: var(--azul);
}
#sidebar-wrapper .bloque-idioma-mobile ul .wpml-ls-menu-item a{
  display: block;
  text-align: center;
}
#sidebar-wrapper .bloque-1 .open ~ .sub-menu{
  left:0;
}
@media only screen and (max-width: 380px){
  #sidebar-wrapper {
    width: 100%;
  }
}
#sidebar-wrapper .bloque-1 .bloque-2{
  margin-top: 30px
}

#sidebar-wrapper .btn-login {
  height: 36px;
  min-width: 60px;
  font-size: 15px;
  display: inline-block;
  background: var(--azul-oscuro);
  border-radius: 6px;
  color: var(--blanco)!important;
  border: 1px solid var(--azul-oscuro);
  text-align: center;
  padding: 5px 20px 6px 20px;
  margin-left: 15px;
  transition: all 0.3s;
}
/* Sidebar */ /* Sidebar */




/* ----- Hubert ----- */
.box_main_banner {
  padding: 0 !important;
  position: relative;
}
.box_main_banner .image_main_banner {
  width: 100%;

  background-position: center;
  background-size: cover;
}
.box_main_banner .image_main_banner_mobile {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  object-fit:cover;
}
@media ( max-width: 767px ) {
  .box_main_banner {
    padding-bottom: 100% !important;
  }
  .box_main_banner img.image_main_banner{ 
    display:none; 
  }
  .box_main_banner img.image_main_banner_mobile{ 
    display:block; height:100%; 
  }
}


.box_secondary_banner {
  min-height: 700px;
}
.box_secondary_banner .image_secondary_banner,
.box_secondary_banner .image_secondary_banner_mobile {
  width: 100%;
  min-height: 700px;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
}
.box_secondary_banner .image_secondary_banner_mobile {
  display: none;
}
@media ( max-width: 550px ) {
  .box_secondary_banner .image_secondary_banner_mobile {
    display: flex;
  }
  .box_secondary_banner .image_secondary_banner {
    display: none;
  }
}
.background_mobile {
  display: none;
}
@media ( max-width: 550px ) {
  .background_mobile {
    display: flex;
  }
  .background_desktop {
    display: none;
  }
}
.module_annual_reports .box-img {
  padding-top: 150%;
}
.module_simple_content .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.module_simple_content .background::before {
  content: '';
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb( 255, 255, 255, 0.6 );
}
.module_simple_content .background_mobile {
  display: none;
}
@media ( max-width: 550px ) {
  .module_simple_content .background_mobile {
    display: flex;
  }
  .module_simple_content .background_desktop {
    display: none;
  }
}
.module_buttons_row a {
  background-color: #8347AD;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 150px;
  height: 100%;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px 20px 45px 20px;
  position: relative;
}
.module_buttons_row a span {
  font-weight: 600;
}
.module_buttons_row a i {
  position: absolute;
  bottom: 9px;
  right: 20px;
  font-size: 25px;
  transition: 0.3s;
}
.module_buttons_row a:hover i {
  right: 15px;
}
/* ----- Hubert ----- */

#caja-mapa{
  position: relative;
  z-index: 0;
}
#caja-mapa .mapa-0{
  width:100%;
  z-index: 1;
  position: relative;
  pointer-events: none;
}
#caja-mapa .mapa-oculto{
  width:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
#caja-mapa .mapa-oculto.visible{
  opacity: 1 !important;
}
#caja-mapa .part-0{
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left:50%;
  top:50%;
  width: 5%;
  height: 5%;
  z-index: 3;
  position: absolute;
  opacity: 0.3;
  cursor: pointer;
}
#caja-mapa .part-0#PartMap-1{
  left: 20.5%;
  height: 65.5%;
  width: 24.5%;
  top: 67.5%;
}
#caja-mapa .part-0#PartMap-2{
  left: 14.5%;
  height: 36%;
  width: 29.5%;
  top: 17%;
}
#caja-mapa .part-0#PartMap-3{
  left: 40.5%;
  height: 31.5%;
  width: 22.5%;
  top: 15%;
}
#caja-mapa .part-0#PartMap-4{
  left: 69.5%;
  height: 31%;
  width: 36%;
  top: 15%;
}
#caja-mapa .part-0#PartMap-5{
  left: 50%;
  height: 17%;
  width: 24%;
  top: 39%;
}
#caja-mapa .part-0#PartMap-6{
  left: 50%;
  height: 39%;
  width: 24%;
  top: 65%;
}
#caja-mapa .part-0#PartMap-7{
  left: 80%;
  height: 71%;
  width: 37%;
  top: 58%;
}
.section-mapa .contenido-mapa{
  display: none;
  position: relative;
}
/*.section-mapa.activo .nivel-2{
  background: #dbf3fe;
}*/
.section-mapa.activo .content-text.inferior{
  display: none;
}
.section-mapa .contenido-mapa.visible{
  display: block !important;
}
.section-mapa .contenido-mapa .info-0{
  max-width: 800px;
  width: 100%;
  min-height: 200px;
  background: var(--morado);
  z-index: 5;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  bottom: 40px;
  position: absolute;
  padding: 12px 40px;
}
.section-mapa .regresar-mapa{
  content:'';
  display: block;
  background-image: url(../../assets/img/close-map.png);
  width: 42px;
  height: 42px;
  position: absolute;
  top: 12px;
  right: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
#ancla-mapa{
  position: relative;
  top:-90px;
}
.section-mapa .contenido-mapa .info-0 *{
  color: var(--blanco);
}
.section-mapa .contenido-mapa .info-0 .title{
  font-size: 24px;
  font-family: 'Aleo';
  padding-right: 25px;
}
.section-mapa .contenido-mapa .info-0 .label{
  font-size: 15px;
  margin: 0;
  line-height: 1.1;
}
.section-mapa .contenido-mapa .info-0 .value{
  font-size: 38px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  font-family: 'Aleo';
}
.section-mapa .contenido-mapa .info-0 .box{
  border-right: 1px solid #fff;
  padding-right: 40px;
  margin-right: 40px;
  text-align: center;
}
.section-mapa .contenido-mapa .info-0 .box-group .box:nth-last-child(1){
  border-right: 0;
  padding: 0;
  margin-right: 20px;
}
.section-mapa .contenido-mapa .info-0 .btn-blue{
  padding: 4px 15px 4px 12px;
}
.section-mapa .contenido-mapa .info-0 .btn-blue:hover {
  color: var(--azul-oscuro)!important;
  border-color: var(--blanco);
}
.section-mapa .contenido-mapa .info-0 .btn-blue .btn-blue:after{
  top: 1px;
}
.section-mapa .contenido-mapa .col-a,
.section-mapa .contenido-mapa .col-b{
  width: 100%;
}
.section-mapa .contenido-mapa .box-group{
  justify-content: center;
  padding-top: 20px;
}
@media (max-width: 1480px){
  .section-mapa .regresar-mapa {
    width: 40px;
    height: 40px;
  }
  .section-mapa .contenido-mapa .info-0 .value {
    font-size: 34px;
  }
}
@media (max-width: 991px){
  .section-mapa .contenido-mapa .info-0{
    background: rgba(131, 71, 173, 0.6);
  }
  .section-mapa .contenido-mapa .info-0 .value {
    font-size: 28px;
  }
  .section-mapa .contenido-mapa .info-0 .title {
    font-size: 22px;
  }
}
@media (max-width: 850px){
  .section-mapa .contenido-mapa .info-0 {
    max-width: 680px;
  }
}



.modulo-miembros {
  background: var(--celeste-0);
  padding: 60px 5px 30px 5px;
}
.modulo-miembros .container{
  max-width: 1150px;
}
.card-member .part-head{
  position: relative;
  padding-bottom: 100%;
}
.card-member{
  margin-bottom: 35px;
}
.card-member *{
  color: var(--azul-oscuro);
}
.card-member .part-body{
  padding-top: 20px;
}
.card-member .nombre{
  font-size: 24px;
  font-family: 'Aleo';
  font-weight: 700;
}
.card-member .cargo{
  font-size: 17px;
  font-weight: bold;
}
.modulo-miembros .titulo-0{
  color: var(--morado);
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media ( max-width: 650px ){
  .card-member .nombre {
    font-size: 20px;
  }
  .card-member .cargo {
    font-size: 15px;
  }
}
@media ( max-width: 500px ){
  .modulo-miembros{
    padding-top: 45px;
  }
  .modulo-miembros .titulo-0 {
    font-size: 22px;
  }
  .card-member {
    margin-bottom: 40px;
  }
}
@media ( max-width: 650px ){
  .card-member .nombre {
    font-size: 18px;
  }
  .card-member .cargo {
    font-size: 14px;
  }
}
.card-member-single {
  margin-top: 50px !important;
}
.card-member-single .perfil-img{
  height: auto;
  position: relative;
  width: 355px;
  padding-bottom: 102%;
}
.modulo-miembros-single {
  padding-top: 90px;
  padding-bottom: 140px;
  background: var(--gris-suave);
}
.titulo-36{
  font-family: 'Aleo';
  font-weight: 500;
  color: var(--azul-oscuro);
  font-size: 36px;
}
.card-member-single .detalles{
  padding-left: 70px;
  max-width: 710px;
}
.container-1150{
  max-width: 1150px;
}
.contenido-17{
  font-size: 17px;
  color: var(--azul-oscuro);
}
.card-member-single .contenido-17{
  margin-bottom: 25px;
}
.modulo-miembros-single{
  padding-left: 5px;
  padding-right: 5px;
}
.card-member-single .contenido-17 strong{
  font-weight: 600;
}
.card-member-single .contenido-17 a{
  color: var(--azul-oscuro);
  text-decoration: underline;
}
.card-member-single .contenido-17 strong a{
  font-weight: 600;
}
.card-member-single .contenido-17 ul,
.card-member-single .contenido-17 ol{
  padding-left: 25px;
}
.card-member-single .contenido-17 ol li,
.card-member-single .contenido-17 ul li{
  margin-bottom: 10px;
  line-height: 1.3;
}
@media ( max-width: 1150px ){
  .card-member-single .detalles {
    padding-left: 32px;
  }
}
@media ( max-width: 1080px ){
  .titulo-36 {
    font-size: 32px;
  }
}
@media ( max-width: 991px ){
  .contenido-17 {
    font-size: 16px;
  }
  .card-member-single .perfil-img {
    width: 310px;
  }
}
@media ( max-width: 767px ){
  .card-member-single .perfil-img {
    width: 270px;
  }
  .card-member-single .detalles {
    padding-left: 20px;
  }
  .card-member-single .titulo-36 {
    font-size: 28px;
  }
  .modulo-miembros-single {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media ( max-width: 600px ){
  .card-member-single .perfil-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .card-member-single{
    display: block !important;
    margin-top: 35px !important;
  }
  .card-member-single .detalles {
    padding-left: 0;
  }
}
@media (max-width: 499px) {
  .titulo-36 {
    font-size: 28px;
  }
  .card-member-single .titulo-36 {
    font-size: 26px;
  }
}
.modulo-tabla{
  padding: 100px 5px;
}
.modulo-tabla.azul{
  background-color: var(--azul);
}
.modulo-tabla.azul *{
  color: var(--blanco) !important;
}
.modulo-tabla table{
  width: 100% !important;
}
.modulo-tabla table,
.modulo-tabla table th,
.modulo-tabla table td{
  border: 1px solid #c7c7c7;
  border-collapse: collapse;
}
.modulo-tabla table strong{
  font-weight: 600;
}
.modulo-tabla.azul table,
.modulo-tabla.azul table th,
.modulo-tabla.azul table td{
  border-color: var(--blanco);
}
.modulo-tabla table td{
  padding: 10px 15px;
  font-size: 16px;
  width: 25% !important;
  line-height: 1.3;
}
.modulo-tabla table tr:nth-child(1) td{
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--azul);
  text-align: center;
}
.modulo-tabla table tr:not(:nth-child(1)) td:nth-child(1){
  color:var(--morado);
}
.modulo-tabla table td ul,
.modulo-tabla table td ol{
  padding-left: 20px;
  margin:0;
}
.modulo-tabla table td p{
  margin: 0;
}
@media (max-width: 1480px){
  .modulo-tabla{
    padding: 80px 5px;
  }
}
@media (max-width: 1080px){
  .modulo-tabla table tr:nth-child(1) td {
    height: 55px;
    font-size: 18px;
  }
  .modulo-tabla table td {
    font-size: 15px;
  }
}
@media (max-width: 991px){
  .modulo-tabla {
    padding: 60px 5px;
  }
}
@media (max-width: 900px){
  .modulo-tabla{
    padding: 90px 0;
  }
  .modulo-tabla .container{
    padding: 0;
  }
  .modulo-tabla .contenido-tabla{
    overflow-x: auto;
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .modulo-tabla .contenido-tabla table{
    width: 880px !important;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px){
  .modulo-tabla {
    padding: 40px 5px;
  }
  .modulo-tabla table tr:nth-child(1) td {
    font-size: 15px;
  }
  .modulo-tabla table td {
    font-size: 14px;
  }
  .modulo-tabla table tr:not(:nth-child(1)) td:nth-child(1) {
    font-size: 15px;
  }
}
@media (max-width: 500px){
  .modulo-tabla{
    padding-bottom: 80px;
  }
  .modulo-tabla .contenido-tabla table{
    width: 800px !important;
    margin-bottom: 10px;
  }
  .modulo-tabla table td {
    font-size: 14px;
  }
  .modulo-tabla table tr:nth-child(1) td {
    font-size: 16px;
  }
}
.modulo-tabla table p{
  margin: 0;
}
.modulo-tabla.datos table tr td{
  width: 15%!important;
  position: relative;
}
.modulo-tabla.datos table tr td:nth-child(1){
  width: 40%!important;
}
.modulo-tabla.datos table tr:not(:nth-child(1)) td:nth-child(1){
  font-size: 17px;
  color: var(--azul-oscuro);
}
.modulo-tabla.datos ul::after,
.modulo-tabla.datos ol::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: var(--celeste-0);
  display: block;
  top: 0;
  font-size: 0;
  z-index: -1;
}
.modulo-tabla.datos {
  padding-bottom: 100px !important;
}
.contenido-24{
  font-size: 24px;
}
.contenido-24.morado{
  color: var(--morado);
}
.modulo-tabla .contenido-24{
  margin-bottom: 60px;
}
@media (max-width: 900px){
  .modulo-tabla .contenido-24{
    padding: 0 20px;
  }
}
@media (max-width: 767px){
  .modulo-tabla.datos {
    padding-bottom: 70px !important;
  }
  .contenido-24{
    font-size: 22px;
  }
  .modulo-tabla .contenido-24{
    margin-bottom: 40px;
  }
}
@media (max-width: 500px){
  .modulo-tabla.datos table tr:not(:nth-child(1)) td:nth-child(1) {
    font-size: 14px;
    color: var(--azul-oscuro);
  }
  .contenido-24{
    font-size: 20px;
  }
  .modulo-tabla.datos .contenido-24{
    margin-bottom: 30px;
  }
}
.modulo-contenido .container{
  max-width: 1150px;
}
.modulo-contenido.azul{
  background: var(--azul);
}
.modulo-contenido.azul *{
  color: var(--blanco) !important;
}
.modulo-contenido img{
  max-width: 100%;
}
.modulo-contenido{
  padding-left: 5px;
  padding-right: 5px;
  font-size: 17px;
  color: var(--azul-oscuro);
  padding-top: 50px;
  padding-bottom: 50px;
}
.modulo-contenido a{
  color: inherit !important;
  text-decoration: underline;
  font-weight: 500;
}
.modulo-contenido ul,
.modulo-contenido ol{
  padding-left: 20px;
}
.modulo-contenido h1,
.modulo-contenido h2,
.modulo-contenido h3,
.modulo-contenido h4,
.modulo-contenido h5,
.modulo-contenido h6{
  font-family: 'Aleo';
  letter-spacing: 1.5px;
}
.modulo-contenido:not(.azul) + .modulo-contenido:not(.azul){
  padding-top: 0;
}
.modulo-contenido.azul + .modulo-contenido.azul{
  padding-top: 0;
}
.modulo-contenido ul li{
  position: relative;
  padding: 10px 0;
  line-height: 1.6;
  display: block;
}
.modulo-contenido ol li{
  position: relative;
  padding: 10px 0;
  line-height: 1.6;
}
.modulo-contenido ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 13px;
  display: block;
  position: absolute;
  top: 20px;
  left: -15px;
  background-color: var(--morado);
}
.modulo-contenido li::after{
  content:'';
  border-bottom: 1px solid #D0D3D5;
  display: block;
  width: 100%;
  position: absolute;
  bottom:0;
  left: -20px;
}
.modulo-contenido.azul li::before{
  background-color: var(--blanco);
}
.modulo-contenido.azul li::after{
  border-color: var(--blanco);
  opacity: 0.2;
}
.modulo-contenido .btn-purple{
  text-decoration: none !important;
  color: var(--blanco) !important;
  margin-top: 60px;
  display: table;
  height: auto;
  padding-right: 25px;
}
.modulo-contenido .btn-purple b{
  min-height: 70px;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-left: -10px;
  color: var(--blanco) !important;
}
.input-orden {
  border-top: 1px solid #d0d3d5;
  margin-top: 5px;
}
.input-orden input {
  border: 0;
  padding: 12px;
  font-weight: 500;
  color: var(--azul-oscuro);
}
.input-orden input::placeholder {
  color: var(--azul-oscuro);
}
.page-template-events .mec-event-grid-modern > .row {
  width: 33.33%;
  float: left;
  margin: 0;
}
.page-template-events .mec-event-grid-modern::after {
  content: '';
  display: block;
  clear: both;
}
.item-membership .descripcion p a {
  color: var(--negro);
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 767px){
  .modulo-contenido{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-template-events .mec-event-grid-modern > .row {
    max-width: 300px;
    width: 100%;
    float: none;
  }
  .post-type-archive-mec-events .mec-container {
    padding: 0;
  }
}
@media (max-width: 500px){
  .modulo-contenido .btn-purple{
    margin-top: 45px;
  }
}
@media (max-width: 480px){
  .modulo-contenido .btn-purple b {
    margin-left: 1px;
    min-height: 55px;
  }
}
.wpcf7-form .wpcf7-spinner{
  display: table;
  position: absolute;
  left:0;
}
.box-contacto input[type=file]::file-selector-button {
  border-radius: 5px;
  border: 0;
  padding: 5px 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--azul);
  counter-reset: pointer
}
.box-contacto input[type=file]{
  margin-top: 5px;
}
.box-contacto .wpcf7-response-output{
  color: var(--blanco);
}
.box-contacto .box-duo{
  position: relative;
}
.container-1415{
  max-width: 1415px;
}
.container-600{
  max-width: 600px;
}


.form-modul{
  padding-top: 60px;
  padding-bottom: 90px;
}
.form-modul p{
  margin-bottom: 10px;
}
.form-modul h1,
.form-modul h2,
.form-modul h3,
.form-modul h4,
.form-modul h5,
.form-modul h6{
  font-family: 'Aleo';
  color: var(--azul);
}
.item-input{
  position: relative;
  margin-bottom: 28px;
}
.item-input input,
.item-input textarea,
.item-input select,
#loginform > p > input {
  box-shadow: none !important;
  border: 0;
  border-bottom: 1px solid #979797 !important;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: 0 !important;
  height: 47px;
  font-size: 16px;
  font-weight: 400;
  padding-top: 14px;
  letter-spacing: 0.8px;
  width: 100%;
}
.item-input textarea{
  height: 140px;
}
.item-input label:not(.text){
  font-size: 16px;
  line-height: 1.400em;
  position: absolute;
  top: 18px;
  pointer-events: none;
  left: 0;
  -webkit-transition: font-size .3s linear, top .3s linear;
  -moz-transition: font-size .3s linear, top .3s linear;
  -ms-transition: font-size .3s linear, top .3s linear;
  -o-transition: font-size .3s linear, top .3s linear;
  transition: font-size .3s linear, top .3s linear;
  font-weight: 400;
  letter-spacing: 0.8px;
  width: 100%;
  background: #fff;
}
.item-input label.text{
  font-weight: 400;
  margin-top: 10px;
  font-size: 16px;
}
.item-input label.text ~ textarea{
  height: 120px;
}
.item-input input.lleno + label,
.item-input textarea.lleno + label,
.item-input select.lleno + label{
  top: -4px;
  font-size: 11px;
  color: #a1a1a1;
}
.item-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000;
}
.item-input input:-moz-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
  text-fill-color: #000;
}
.item-input input:-ms-input-placeholder {
  box-shadow: 0 0 0 1000px white inset !important;
}
.item-input input:required + label::after,
.item-input select:required + label::after,
.item-input textarea:required + label::after,
.label.required::after,
.text.required::after{
  content: '*';
  color: #E91E63;
  margin-left: 5px;
}
.item-input select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.6;
}
.item-input.select::before {
  content: '';
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  right: 3px;
  top: 18px;
  z-index: 3;
  pointer-events: none;
  background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right 10px center;
  background-size: cover;
  background-position: right;
}

.form-modul input[type='radio'] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.form-modul input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top:50%;
  left:50%;
}
.form-modul input[type='radio']:checked:before {
  background: var(--azul);
}
.form-modul input[type='radio']:checked{
  border-color: var(--azul);
}
.form-modul label + label{
  margin-left: 20px;
}
.grupo-radio p,
.grupo-textarea p{
  font-weight: 400;
}
.grupo-radio,
.grupo-textarea{
  border-bottom: 1px solid #979797 !important;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 28px;
  margin-top: 10px;
}
.grupo-textarea textarea{
  width: 100%;
}
.form-modul .nota{
  color: #969696;
  font-size: 13px;
  margin-top: 5px;
}
.form-modul .nota b{
  font-weight: 600;
}
.form-modul .accordion,
.form-modul .grupo{
  background: var(--formulario);
  margin: 0 0 25px 0;
  padding: 22px 10px 0 10px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  display: flex;
  flex-wrap: wrap;
}
.form-modul .accordion .item-input input,
.form-modul .accordion .item-input textarea,
.form-modul .accordion .item-input select,
.form-modul .accordion .item-input label:not(.text),
.form-modul .grupo .item-input input,
.form-modul .grupo .item-input textarea,
.form-modul .grupo .item-input select,
.form-modul .grupo .item-input label:not(.text){
  background: var(--formulario);
}
.form-modul .accordion p,
.form-modul .accordion .item-input label.text,
.form-modul .grupo p,
.form-modul .grupo .item-input label.text{
  color:#a1a1a1;
  font-size: 14px;
}
/* .form-modul input[type="file"]{
  height: auto;
  margin: 9px 0 10px 0;
  border: 1px solid #b9b9b9 !important;
  font-size: 14px !important;
  padding: 5px;
  display: table;
  width: auto;
  background: var(--blanco) !important;
  max-width: 100%;
} */
#loginform #wp-submit,
.btn-submit{
  border-radius: 5px;
  padding: 9px 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--azul);
  min-width: 180px;
  transition: all 0.3s;
  border: 1px solid var(--azul);
}
#loginform #wp-submit {
  max-width: 180px;
  margin: 0 auto;
  display: block;
}
.btn-submit:hover{
  background: var(--azul);
  color: #fff;
}
@media (max-width: 500px){
  .form-modul .grupo {
    padding: 22px 5px 0 5px;
  }
}
.bloque-desplegable {
  max-height: none !important;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.titulo-desplegable{
  margin-top: -13px;
  padding-top: 10px;
  padding-bottom: 7px;
  cursor: pointer;
  position: relative;
  padding-right: 35px;
}
.titulo-desplegable::before{
  content: "\f0d7";
  display: block;
  position: absolute;
  top: 7px;
  right: 12px;
  font-family: "Font Awesome 6 Pro";
  color: var(--azul);
  font-weight: 900;
  font-size: 22px;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.titulo-desplegable.cerrado::before{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.container-1390{
  max-width: 1390px !important;
}
.modul-member table a{
  font-weight: 400;
  text-decoration: none;
}
.modul-member table{
  font-size: 14px;
}
.item-date-0 h3 {
  font-size: 24px;
}
.general-acordeon li {
  margin-bottom: 14px !important;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
}
.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
  display: none;
}
.mec-event-grid-colorful .mec-event-article {
  min-height: 340px !important;
}
.mec-skin-slider-events-container .mec-owl-carousel {
  display: block;
}
.mec-skin-slider-events-container .mec-slider-t1 {
  height: initial;
  min-height: 500px;
  margin-bottom: 30px;
}
.mec-wrap.mec-skin-slider-container {
  margin-bottom: 40px;
}
.badge-voted {
  background: var(--morado);
  vertical-align: text-bottom;
}
.general-acordeon li:last-child {
  border-bottom: none;
}
.table-accordion-x1 .accordion-body ul li::before {
  height: 0;
  border-bottom: 3px solid;
}
.content-slider-x1::before {
  opacity: 0.6;
}
.module_grants.white {
  background-color: #fff;
}
.module_grants.white p,
.module_grants.white a,
.module_grants.white li {
  color: #000;
}
.module_grants .content-standar-white li::before {
  height: 0;
  border-bottom: 3px solid #fff;
}
.module_grants.white .content-standar-white li::before {
  border-bottom: 3px solid #000;
}
.module_grants.white .list-time li::before {
  background-color: #0E2B8D;
}
.module_grants.white .list-time li,
.module_grants.white h2 {
  color: #0E2B8D;
}
.module_grants.white .item-time {
  border-bottom: 1px solid #0E2B8D;
}

#subscribe .message.error {
  position: absolute;
  margin-top: 11px;
  width: max-content;
  max-width: 100%;
  background: #ff6262;
  border-radius: 5px;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 400;
  box-shadow: 0 0 5px rgb( 0, 0, 0, 1 );
  color: #fff;
}
#subscribe .message.error:before {
  content: '';
  display: flex;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid #ff6262;
  position: absolute;
  top: -5px;
  left: 8px;
}
#subscribe .message.successfull {
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #00ae42;
  font-size: 14px;
  padding: 15px;
  border-radius: 5px;
  font-weight: 500;
}
.mec-wrap .mec-event-grid-modern .col-md-4 h4 a {
  color: #fff !important;
}
.page-template-member-login .grupo {
  margin: 60px 0;
}
#logout {
  position: absolute;
  right: 0;
  top: 0;
  background: #0e2b8d;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 3px 7px;
  text-transform: uppercase;
}
.relative {
  position: relative;
}
.message_status .mce-toolbar.mce-menubar {
  display: none;
}
#comment_ifr {
  height: 240px !important;
}
.modulo-contenido ul.no-bullets {
  padding-left: 0;
  margin-top: -15px;
  margin-bottom: 20px;
}
.modulo-contenido ul.no-bullets li::before {
  display: none;
}
.modulo-contenido ul.no-bullets li::after {
  left: 0;
}
.pb-member{
  padding-bottom: 16px;
}



.slider-eventos .slick-next,
.slider-eventos .slick-prev{
  border: 0;
  font-size: 0;
  width: 55px;
  height: 55px;
  z-index: 3;
  padding: 6px;
}
.slider-eventos .slick-next::before,
.slider-eventos .slick-prev::before{
  width: 45px;
  height: 45px;
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.slider-eventos .slick-prev::before{
  background-image: url(../../assets/img/ico01-arrow.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-eventos .slick-next::before{
  background-image: url(../../assets/img/ico01-arrow.svg);
}
.slider-eventos .slick-next{
  right: 8px;
}
.slider-eventos .slick-prev{
  left: 5px;
}
@media (max-width: 1450px){
  .slider-eventos .slick-next::before,
  .slider-eventos .slick-prev::before{
    width: 38px;
    height: 38px;
  }
  .slider-eventos .slick-next{
    right: 0;
  }
  .slider-eventos .slick-prev{
    left: 0;
  }
}



.NewsPublicationsContent{
  height: 100%;
  background-color: #d6c4e4;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  position: relative;
}
.NewsPublicationsContent .HeaderInfoPurple{
  background-color:var(--morado);
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
}


.slider-news-recent .slick-next,
.slider-news-recent .slick-prev{
  border: 0;
  font-size: 0;
  width: 55px;
  height: 55px;
  z-index: 3;
  padding: 6px;
}
.slider-news-recent .slick-next::before,
.slider-news-recent .slick-prev::before{
  width: 35px;
  height: 35px;
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.slider-news-recent .slick-prev::before{
  background-image: url(../../assets/img/ico01-arrow.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-news-recent .slick-next::before{
  background-image: url(../../assets/img/ico01-arrow.svg);
}
.slider-news-recent .slick-next{
  right: -52px;
}
.slider-news-recent .slick-prev{
  left: -52px;
}
.slider-news-recent .slick-slide{
  margin: 0 10px;
}
.NewsPublicationsContent .block-news-slide .inner-0{
  background-color: var(--blanco);
  align-content: center;
}
.section-content-blue{
  padding: 45px 0 60px;
  overflow: hidden;
  position: relative;
}
.section-content-blue .bloque{
  background-color: var(--azul);
  padding: 50px 50px 40px 50px;
  border-radius: 40px;
}
@media (max-width: 767px){
  .section-content-blue .bloque {
      padding: 30px 30px;
  }
}
@media (max-width: 400px){
  .section-content-blue .bloque {
      padding: 25px 15px;
  }
}

.section-portada .bottom-0{
  position: absolute;
  bottom: -40px !important;
  left:0;
  z-index: 2;
}
.section-portada .FilaBoxIco-content{
  padding-bottom: 0;
}
.section-portada .FilaBoxIco-content .title{
  background: transparent !important;
  padding: 8px 12px 8px;
  font-size: 32px;
}
.section-portada.PortadaNewTitle{
    margin-bottom: 40px;
}

.PortadaNewTitle .FilaBoxIco-module .BoxIco .ico {
  width: 62%;
  height: 62%;
}
.PortadaNewTitle .FilaBoxIco-content {
    padding-left: 28px;
}
.PortadaNewTitle .FilaBoxIco-module .BoxIco {
  top: -12px;
  left: -28px;
  width: 90px;
  height: 90px;
}
.PortadaNewTitle .FilaBoxIco-module {
    padding-left: 70px;
}
@media (max-width: 1080px){
  .section-portada.PortadaNewTitle .FilaBoxIco-content .title{
    font-size: 42px;
    padding: 8px 12px 12px;
  }
  .PortadaNewTitle .FilaBoxIco-module .BoxIco {
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}
@media (max-width: 767px){
  .section-portada.PortadaNewTitle .FilaBoxIco-content .title{
    font-size: 38px;
  }
  .PortadaNewTitle .FilaBoxIco-module .BoxIco .ico {
    width: 50%;
    height: 50%;
  }
  .PortadaNewTitle .FilaBoxIco-module .BoxIco{
    width: 75px;
    height: 75px;
  }
  .PortadaNewTitle .FilaBoxIco-module {
    padding-left: 50px;
  }
}
@media (max-width: 580px){
  .section-portada.PortadaNewTitle .FilaBoxIco-content .title{
    text-align: left;
  }
}
@media (max-width: 480px){
  .section-portada.PortadaNewTitle .FilaBoxIco-content .title{
    font-size: 36px;
  }
}
@media (max-width: 400px){
  .section-portada.PortadaNewTitle .FilaBoxIco-content .title{
    font-size: 32px;
  }
  .PortadaNewTitle .FilaBoxIco-module .BoxIco .ico {
      width: 48%;
      height: 48%;
  }
  .PortadaNewTitle .FilaBoxIco-module .BoxIco {
      width: 65px;
      height: 65px;
  }
  .PortadaNewTitle .FilaBoxIco-module {
    padding-left: 35px;
  }
}

/* grid-colors */
.grid-colors{
  background-color: var(--celeste-0);
  padding: 60px 0;
}
.grid-colors .bloque-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.grid-colors .bloque-grid .item-grid {
  flex: 1 1 calc(50% - 1rem);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  min-height: 350px;
  transition: all 0.3s;
  padding-bottom: calc(75% - 75px);
}
.grid-colors .bloque-grid .item-grid:hover::before{
    opacity: 0!important;
}
.grid-colors .bloque-grid .item-grid .img-central {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
}
.grid-colors .bloque-grid .item-grid::before{
  content: "";
  position: absolute;
  inset: 0;
  background: var(--azul);
  opacity: 0.7;
  z-index: 1;
  transition: all 0.3s;
}
.item-grid .caplink{
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 0.3s;
}
.grid-colors .bloque-grid .item-grid .content-date img{
  transition: all 0.3s;
}
.grid-colors .bloque-grid .item-grid:hover .content-date img{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.grid-colors .bloque-grid .item-grid .content-date{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding: 18px 20px;
  box-sizing: border-box;
  background: rgba(14, 43, 141, 0.75);
  text-align: right;
  align-items: center;
  margin-left: auto;
  flex-direction: row;
}
.grid-colors .bloque-grid .item-grid:nth-child(2)::before,
.grid-colors .bloque-grid .item-grid:nth-child(6)::before,
.grid-colors .bloque-grid .item-grid:nth-child(10)::before{
  background: #00B0F0;
  opacity: 0.6;
}
.grid-colors .bloque-grid .item-grid:nth-child(2) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(6) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(10) .content-date{
  background: rgba(0, 176, 240, 0.6);
}
.grid-colors .bloque-grid .item-grid:nth-child(3)::before,
.grid-colors .bloque-grid .item-grid:nth-child(7)::before,
.grid-colors .bloque-grid .item-grid:nth-child(11)::before{
  background: rgba(93, 39, 131);
  opacity: 0.75;
}
.grid-colors .bloque-grid .item-grid:nth-child(3) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(7) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(11) .content-date{
  background: rgba(93, 39, 131, 0.72);
}


.grid-colors .bloque-grid .item-grid:nth-child(4)::before,
.grid-colors .bloque-grid .item-grid:nth-child(8)::before,
.grid-colors .bloque-grid .item-grid:nth-child(12)::before{
  background: #987ead;
  opacity: 0.62;
}
.grid-colors .bloque-grid .item-grid:nth-child(4) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(8) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(12) .content-date{
  background: rgba(152, 126, 173, 0.58);
}
.grid-colors .bloque-grid .item-grid .content-date img{
  width: 40px;
  height: auto;
}
.grid-colors .bloque-grid .item-grid .content-date h2 {
  color: var(--blanco);
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  padding: 0 10px;
}
/* Bordes específicos */
.grid-colors .bloque-grid .item-grid:nth-child(1),
.grid-colors .bloque-grid .item-grid:nth-child(5),
.grid-colors .bloque-grid .item-grid:nth-child(9) {
  border-top-left-radius: 50px;
}
.grid-colors .bloque-grid .item-grid:nth-child(2),
.grid-colors .bloque-grid .item-grid:nth-child(6),
.grid-colors .bloque-grid .item-grid:nth-child(10) {
  border-top-right-radius: 50px;
}
.grid-colors .bloque-grid .item-grid:nth-child(3),
.grid-colors .bloque-grid .item-grid:nth-child(7),
.grid-colors .bloque-grid .item-grid:nth-child(11) {
  border-bottom-left-radius: 50px;
}
.grid-colors .bloque-grid .item-grid:nth-child(4),
.grid-colors .bloque-grid .item-grid:nth-child(8),
.grid-colors .bloque-grid .item-grid:nth-child(12) {
  border-bottom-right-radius: 50px;
}
.grid-colors .bloque-grid .item-grid:nth-child(2) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(4) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(6) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(8) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(10) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(12) .content-date{
    justify-content: left;
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
}
.grid-colors .bloque-grid .item-grid:nth-child(3) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(4) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(7) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(8) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(11) .content-date,
.grid-colors .bloque-grid .item-grid:nth-child(12) .content-date{
  bottom: auto;
  top: 0;
}
@media (max-width: 767px){
  .grid-colors .bloque-grid .item-grid {
    min-height: 320px;
  }
  .grid-colors .bloque-grid .item-grid:nth-child(2) .content-date,
  .grid-colors .bloque-grid .item-grid:nth-child(4) .content-date,
  .grid-colors .bloque-grid .item-grid:nth-child(6) .content-date,
  .grid-colors .bloque-grid .item-grid:nth-child(8) .content-date,
  .grid-colors .bloque-grid .item-grid:nth-child(10) .content-date,
  .grid-colors .bloque-grid .item-grid:nth-child(12) .content-date {
    justify-content: right;
    flex-direction: row;
    text-align: right;
  }
  .grid-colors .bloque-grid .item-grid:nth-child(3) .content-date,
  .grid-colors .bloque-grid .item-grid:nth-child(4) .content-date,
  .grid-colors .bloque-grid .item-grid:nth-child(7) .content-date,
  .grid-colors .bloque-grid .item-grid:nth-child(8) .content-date,
  .grid-colors .bloque-grid .item-grid:nth-child(11) .content-date,
  .grid-colors .bloque-grid .item-grid:nth-child(12) .content-date {
    top: auto;
    bottom: 0;
  }
  .grid-colors .bloque-grid .item-grid{
    border-radius: 0!important;
  }
}
@media (max-width: 680px){
  .grid-colors .bloque-grid{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 520px){
  .grid-colors .bloque-grid .item-grid {
    min-height: 280px;
  }
}
@media (max-width: 480px){
  .grid-colors .bloque-grid .item-grid .content-date {
      padding: 18px 15px;
  }
  .grid-colors .bloque-grid .item-grid .content-date h2 {
    font-size: 18px;
  }
  .grid-colors .bloque-grid .item-grid .content-date img {
    width: 32px;
  }
}
@media (max-width: 360px){
  .grid-colors .bloque-grid .item-grid{
    min-height: 250px;
  }
}
/* grid-colors */

/* section-accordion */
.section-acordeon{
  background-color: var(--celeste-0);
  padding: 20px 0;
}
.bloque-acordeon{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.bloque-acordeon .item{
  box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: 350px;
}
.bloque-acordeon .item:nth-child(1){
  border-top-left-radius: 50px;
  background-color: rgba(14, 42, 141, 0.06);
}
.bloque-acordeon .item:nth-child(2) {
  border-top-right-radius: 50px;
  background: linear-gradient(to right, #6A74E7, #0D2EB7, #894E9D);
}
.bloque-acordeon .item:nth-child(2) .fondo{
  position: absolute;
  top: 0;
  left: -80%;
  width: 165%;
  height: 125%;
  object-fit: cover;
}
.bloque-acordeon .item:nth-child(2) .content-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    text-align: right;
    align-items: center;
    margin-left: auto;
    flex-direction: row;
    padding: 20px 30px;
}
.bloque-acordeon .item .content-date .title-0{
  color: var(--blanco);
  font-size: 34px;
}
.item-accordion .accordion-item{
  border: 0;
  background-color: var(--blanco);
  padding: 0;
  margin: 12px 0;
  border-radius: 0;
  border-top-right-radius: 50px;
  overflow: hidden;
  position: relative;
}
.item-accordion .accordion-item .accordion-header:focus{
  box-shadow: none;
}
.item-accordion .accordion-item .accordion-header{
  width: 100%;
  background: #987ead;
  border-radius: 0;
  text-align: left;
  padding: 12px 60px 12px 30px;
  line-height: 1.1;
  margin: 0;
  position: relative;
  font-size: 30px;
  cursor: pointer;
  color: var(--blanco);
  display: flex;
  align-items: end;
  min-height: 95px;
}
.item-accordion .accordion-item .accordion-header::before{
  width: 47px;
  height: 47px;
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../../assets/img/arrow-bottom-new.png);
}
.item-accordion .accordion-item .accordion-header[aria-expanded="true"]::before{
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}
.item-accordion .accordion-body{
  padding: 0;
}
.section-acordeon .accordion > .accordion-item:nth-child(2) > .accordion-header{
  background: #bbaaca;
}
.section-acordeon .accordion > .accordion-item:nth-child(3) > .accordion-header{
  background: #c8bad4;
  color:#84649d;
}
@media (max-width: 767px){
  .item-accordion .accordion-item .accordion-header::before {
    width: 30px;
    height: 30px;
  }
  .item-accordion .accordion-item .accordion-header {
    min-height: 70px;
    padding: 12px 50px 12px 15px;
    font-size: 20px;
  }
  .bloque-acordeon .item {
    min-height: 320px;
  }
}
@media (max-width: 680px){
  .bloque-acordeon {
    grid-template-columns: repeat(1, 1fr);
    gap:0;
  }
  .bloque-acordeon .item:nth-child(2){
    border-radius: 0;
  }
  .bloque-acordeon .item:nth-child(1){
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .bloque-acordeon .item:nth-child(2){
    min-height: 95px;
  }
  .bloque-acordeon .item:nth-child(2) .content-date{
    position: relative;
  }
  .bloque-acordeon .item {
    min-height: 260px;
  }
  .bloque-acordeon .item .content-date .title-0 {
    font-size: 28px;
  }
}
@media (max-width: 520px){
  .item-accordion .accordion-item .accordion-header::before {
      right: 30px;
  }
  .item-accordion .accordion-item .accordion-header {
    min-height: 60px;
    padding: 12px 40px 12px 15px;
  }
  .bloque-acordeon .item {
    min-height: 280px;
  }
}
@media (max-width: 480px){
  .bloque-acordeon .item:nth-child(2) .content-date {
      padding: 18px 15px;
  }
}
@media (max-width: 360px){
  .bloque-acordeon .item {
    min-height: 250px;
  }
}
/* section-accordion */

.section-portada.PortadaNewTitle + .grid-colors,
.section-portada.PortadaNewTitle + .section-acordeon{
  margin-top: -40px;
  padding-top: 100px;
}
.section-acordeon .efecto-box-1,
.section-acordeon .efecto-box-2,
.section-acordeon .efecto-box-3,
.section-acordeon .efecto-box-4,
.section-acordeon .efecto-box-5,
.section-acordeon .fadebottom_left,
.section-acordeon .fadebottom_right,
.section-acordeon .fade_class,
.section-acordeon .fade_x,
.section-acordeon .inner-0 > *{
  opacity: 1 !important;
  transform: none !important;
}
.section-acordeon .modulo-miembros{
  background: var(--blanco);
}
.section-single-x3.with-image .titulo{
  text-align: right;
}
.section-single-x3.with-image .item-x3 .titulo {
    max-width: 980px;
    padding-bottom: 10px;
}
.section-single-x3.with-image .content-imagen{
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.section-single-x3.with-image .content-imagen img{
  width: 100%;
}
@media (max-width: 767px){
  .section-single-x3.with-image .content-imagen .desktop{
    display: none;
  }
  .section-single-x3.with-image .content-imagen .mobile{
    display: block!important;
  }
  .section-single-x3.with-image .titulo{
    text-align: center;
  }
  .section-single-x3.with-image .content-imagen {
    max-width: 600px;
    margin: 0 auto;
  }
}
.fondo-celeste{
  padding: 15px 0;
  background-color: var(--celeste-0);
}
.section-portada-x2.mode-blocks + .fondo-celeste,
.fondo-celeste + .fondo-celeste{
  padding-top: 0;
}
.fondo-celeste .item-blue .content-titulo{
  background-color: #7081bb;
  min-height: 115px;
  display: flex;
  align-items: end;
  padding: 20px 50px;
  border-top-right-radius: 68px;
}
.fondo-celeste .item-blue .content-titulo h2,
.fondo-celeste .item-blue .content-titulo h2 span{
  color: var(--blanco);
  margin: 0;
  font-size: 30px;
  /*font-family: 'Aleo'; */
}
.fondo-celeste .item-blue .fondo-blanco{
  background: linear-gradient(to right, #e6e8e9, #f2f2f2);
  padding: 80px 40px;
}
.fondo-celeste .container-inner{
  margin: 0 auto;
  max-width: 1100px;
}
.fondo-celeste .item-blue .content-gris{
  border: 2px solid grey;
  border-top-right-radius: 50px;
  margin-left: 25px;
  margin-bottom: 45px;
  background: var(--blanco);
}
.fondo-celeste .item-blue .content-gris .content-standar-blue{
  padding: 10px 35px 20px;
}
.FilaBoxIco-content01{
    position: relative;
    top: -25px;
    left: -25px;
    max-width: 580px;
    margin-right: 20px;
}
.FilaBoxIco-module01{
  background: var(--morado);
  position: relative;
  min-height: 50px;
  width: 100%;
  border-radius: 30px;
  padding-left: 100px;
  text-align: left;
  transition: all 0.3s;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-right: 10px;
}
.FilaBoxIco-module01 .BoxIco01{
  width: 80px;
  height: 80px;
  border: 3px solid var(--morado);
  border-radius: 50%;
  position: absolute;
  left: -13px;
  top: -15px;
  background-color: var(--blanco);
}
.FilaBoxIco-module01 .title{
  color: var(--blanco);
  font-family: 'Plus Jakarta Sans';
}
.FilaBoxIco-module01 .BoxIco01 .ico{
  width: 62%;
  height: 62%;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0.85;
}
.FilaBoxIco-module01 p{
  font-size: 16px;
  line-height: 1.2;
}
.fondo-celeste .item-blue .content-gris:nth-last-child(1){
  margin-bottom: 0;
}
.NewsPublicationsContent .block-news-slide .inner-0 .slider-news-recent .slick-slide {
    margin: 0;
}
.NewsPublicationsContent .block-news-slide .item-news .text{
  border: 2px solid var(--morado);
  border-bottom-right-radius: 50px;
  padding: 20px;
  min-height: 195px;
  display: flex;
  align-items: center;
}
.NewsPublicationsContent .block-news-slide .item-news .text p{
  color: #7e7e80;
  margin: 0;
  line-height: 1.3;
}
.NewsPublicationsContent .block-news-slide .slider-news-recent .slick-prev {
    left: 0;
    top: 54%;
}
.NewsPublicationsContent .block-news-slide .slider-news-recent .slick-next {
    right: 0;
    top: 54%;
}

.section-events .model-inner-0 .content-x2 .item-date-0 .box-img {
    min-height: 310px;
    margin: 0;
}
.section-events .content-events{
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  position: relative;
}
.section-events .content-events .content-x2 .prev-x1 img,
.section-events .content-events .content-x2 .next-x1 img{
    width: 35px;
    height: 35px;
}
.section-events .content-events .content-x2 .prev-x1{
  top: 50%;
  left: 20px;
}
.section-events .content-events .content-x2 .next-x1{
  top: 50%;
  right: 20px;
}
.section-events .content-events .content-x2 .item-date-0{
  background-color: var(--blanco);
}
.section-events .content-events .content-x2 .box-text{
  border: 2px solid var(--azul);
  border-bottom-left-radius: 50px;
  padding: 15px 30px 15px;
  min-height: 195px;
}
.section-events .content-events .content-x2 .box-text .titulo{
  color: var(--azul);
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  min-height: 58px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-events .content-events .content-x2 .box-text .fecha,
.section-events .content-events .content-x2 .box-text .lugar{
  text-align: left;
  color: var(--negro);
  font-size: 18px;
  margin: 0 0 0 20px;
  padding-bottom: 10px;
}
.section-events .content-events .content-x2 .box-text .fecha i,
.section-events .content-events .content-x2 .box-text .lugar i,
.section-events .content-events .content-x2 .box-text .organizer-logo i{
  color: #9cd6e0;
  font-size: 24px;
  margin-right: 8px;
}

.section-events .content-events .content-x2 .box-text .organizer-logo{
    display: flex;
    align-items: end;
}
.section-events .content-events .content-x2 .box-text .organizer-logo img{
  max-width: 120px;
}
.section-events .model-inner-0 .content-x2 .item-date-0 .box-img .img-central{
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #eee;
}

.section-events .columna-b{
  width: 62%;
}

@media (max-width: 1450px){
  .section-events .content-events .content-x2 .box-text .titulo{
    min-height: 50px;
  }
  .section-events .content-events .content-x2 .box-text .fecha,
  .section-events .content-events .content-x2 .box-text .lugar {
    font-size: 16px;
  }
  .section-events .content-events .content-x2 .box-text .fecha i,
  .section-events .content-events .content-x2 .box-text .lugar i,
  .section-events .content-events .content-x2 .box-text .organizer-logo i {
    font-size: 22px;
  }
  .section-events .content-events .content-x2 .box-text .organizer-logo img {
    max-width: 100px;
  }
  .section-events .content-events .content-x2 .box-text,
  .NewsPublicationsContent .block-news-slide .item-news .text {
    min-height: 185px;
  }
}
@media (max-width: 991px){
  .NewsPublicationsContent{
    max-width: 500px;
    margin: 0 auto;
  }
  .NewsPublicationsContent .block-news-slide .item-news .text {
    min-height: 135px;
  }
  .section-events .content-events .content-x2 .box-text {
    padding: 15px 25px 15px;
  }
  .section-events .columna-b {
    width: 100%!important;
  }
  .section-events .content-events{
    margin: 20px auto;
  }
}
@media (max-width: 767px){
  .section-events .content-events .content-x2 .box-text {
    padding: 15px 20px 15px;
  }
  .section-events .content-events .content-x2 .box-text .fecha,
  .section-events .content-events .content-x2 .box-text .lugar {
    margin: 0;
  }
  .section-events .model-inner-0 .content-x2 .item-date-0 .box-img,
  .section-events .slider-news-recent .item-news .box-img {
      min-height: 280px;
  }
  .section-events .content-events .content-x2 .box-text .titulo {
    min-height: 40px;
  }
  .section-events .content-events .content-x2 .box-text .titulo{
    font-size: 22px;
  }
}
@media (max-width: 480px){
    .section-events .content-events .content-x2 {
        padding: 0;
    }
    .section-events .content-events .model-inner-0 {
        padding: 0;
    }
    .NewsPublicationsContent .block-news-slide .slider-news-recent .slick-prev{
      left: 0!important;
    }
    .NewsPublicationsContent .block-news-slide .slider-news-recent .slick-next{
      right: 0!important;
    }
    .section-events .model-inner-0 .content-x2 .item-date-0 .box-img,
    .section-events .slider-news-recent .item-news .box-img {
      min-height: 220px;
    }
    .section-events .content-events .content-x2 .box-text .col-a,
    .section-events .content-events .content-x2 .box-text .col-b{
      flex: 0 0 auto;
      width: 100%;
    }
    .section-events .content-events .content-x2 .box-text .fecha,
    .section-events .content-events .content-x2 .box-text .lugar,
    .section-events .content-events .content-x2 .box-text .organizer-logo{
      margin: 0 0 0 20px;
    }
    .NewsPublicationsContent .block-news-slide .slider-news-recent .slick-prev,
    .NewsPublicationsContent .block-news-slide .slider-news-recent .slick-next{
      top: 40%;
    }
    .section-events .content-events .content-x2 .prev-x1{
      top: 30%;
      left: 10px;
    }
    .section-events .content-events .content-x2 .next-x1{
     top: 30%;
     right: 10px;
    }
}
@media (max-width: 360px){
    .section-events .content-events .content-x2 .box-text .titulo {
        font-size: 18px;
    }
    .section-events .content-events .content-x2 .box-text .fecha,
    .section-events .content-events .content-x2 .box-text .lugar {
        font-size: 14px;
    }
    .section-events .content-events .content-x2 .box-text {
        padding: 15px 15px 18px;
    }
    .NewsPublicationsContent .block-news-slide .item-news .text {
        min-height: 120px;
        padding: 20px 15px;
    }
}
@media (max-width: 575px){
  .fondo-celeste .item-blue .content-titulo{
    min-height: 84px;
    padding: 20px 25px;
    border-top-right-radius: 50px;
  }
  .FilaBoxIco-module01 .BoxIco01{
    width: 70px;
    height: 70px;
    left: -5px;
    top: -7px;
  }
  .fondo-celeste .item-blue .fondo-blanco {
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
  }
  .FilaBoxIco-module01{
    padding: 5px 25px 7px 80px !important;
  }
  .fondo-celeste .item-blue .content-gris .content-standar-blue {
    padding: 10px 25px 10px;
  }
  .FilaBoxIco-module01 .title {
    font-size: 20px;
  }
  .fondo-celeste .item-blue .content-gris{
    margin-left: 13px;
  }
  .fondo-celeste .item-blue .fondo-blanco.fondo-valores{
    padding: 45px 20px;
  }
}
.accordion-item .modulo-contenido + .modulo-miembros,
.accordion-item .modulo-miembros ~ .modulo-miembros,
.accordion-item .modulo-miembros + .modulo-contenido{
  padding-top: 0;
}
/* SectionGlobal */
.bg-morado{
  background-color: #663c88;
}
.item-global{
  padding: 60px 20px;
}
.item-global .box-img{
  overflow: hidden;
  border-radius: 40px;
}
.item-global .box-bottom{
  padding-bottom: 50px;
  max-width: 1280px;
  margin: 0 auto;
}
.item-global .box-bottom .box-icono{
  width: 380px;
  margin-top: 15px;
}
.item-global .box-bottom .content-standar-white{
  padding-left: 20px;
  text-align: justify;
  max-width: 740px;
  margin-left: auto;
}
.item-global .box-bottom .content-standar-white p:nth-last-child(1){
  margin-bottom: 0;
}
.item-global .box-top{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.item-global .box-top p{
  font-size: 20px;
  color: var(--negro);
}


.SectionGlobal-2{
  border-top: 5px solid var(--blanco);
  padding: 60px 20px;
}
.item-global-2,
.item-global-3{
  padding: 40px 50px;
  background-color: var(--blanco);
  border-radius: 30px;
  display: flex;
  max-width: 1350px;
  margin: 0 auto;
  justify-content: space-between;
  border: 2px solid var(--morado-oscuro);
}
.item-global-2 .caja-left{
  padding-right: 18px;
  width: 100%;
}
.item-global-2 .caja-left .box-title{
  min-height: 80px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.item-global-2 .caja-left .box-title h3{
  color: var(--morado);
  font-weight: 700;
  font-family: 'Aleo';
}
.global-text h5{
  color: var(--negro);
  font-family: 'Aleo';
  font-weight: 700;
  margin-bottom: 10px;
}
.global-text .box-date span{
  color: var(--morado);
  font-family: 'Aleo';
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.global-text .box-date p{
  color: var(--negro);
  margin-bottom: 8px;
  font-size: 18px;
}
.global-text .box-date p:nth-last-child(1){
  margin-bottom: 0;
}
.item-global-2 .caja-center .box-img{
  max-width: 220px;
}
.item-global-2 .caja-center .btn-blue{
    margin: 0 auto;
    display: table;
    margin-top: 10px;
}


.item-scroll {
  width: 350px;
  height: 380px;
  border: 1px solid #e6e7e8;
  border-radius: 15px;
  border-top-right-radius: 0;
  background-color: #e6e7e8;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* el scroll lo maneja content-text */
}
.item-scroll .content-text {
  flex: 1;
  overflow-y: auto;
  padding: 15px 10px 35px 15px; /* espacio para la "barra falsa" */
}

.item-scroll .content-text::-webkit-scrollbar {
  width: 8px;
  background-color: var(--gris-suave);
}
.item-scroll .content-text::-webkit-scrollbar-thumb {
  background-color: #a38bb6;
  border-radius: 5px;
}
/* Botón fuera del scroll */
.item-global-2 .caja-right .btn,
.item-global-3 .caja-right .btn {
    text-align: center;
    padding: 10px;
    border: 2px solid #fff;
    background-color: #e6e8e9;
    width: 100%;
    margin-top: -25px;
    border-radius: 15px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
.item-global-2 .caja-right .btn span,
.item-global-3 .caja-right .btn span{
  text-transform: uppercase;
  font-size: 18px;
}

.SectionGlobal-3{
  padding: 60px 20px;
  border-top: 5px solid var(--blanco);
}
.item-global-3{
  justify-content: space-between;
}
.item-global-3 .caja-left{
  padding-right: 25px;
}
.item-global-3 .caja-left .content-duo .global-text{
  max-width: 410px;
  padding-right: 15px;
}
.item-global-3 .caja-left .box-title{
    max-width: 680px;
    min-height: 180px;
    padding-bottom: 25px;
}
.item-global-3 .caja-left .box-title p{
  font-size: 18px;
}
.item-global-3 .caja-left .box-title p strong{
  color: var(--morado);
  font-family: 'Aleo';
  font-weight: 700;
}
.item-global-3 .caja-left .content-duo{
  display: flex;
  align-items: flex-start;
}
.item-global-3 .caja-left .content-duo .box-img{
    max-width: 415px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.item-global-3 .caja-left .content-duo .box-img .ico-play{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 60px;
  opacity: 0.3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.4s;
}
/* SectionGlobal */



@media (max-width: 1280px){
  .item-global {
      padding: 60px 25px;
  }
  .item-scroll {
    width: 300px;
  }
}
@media (max-width: 1180px){
    .item-global {
      padding: 60px 10px;
  }
  .SectionGlobal-2,
  .SectionGlobal-3 {
    padding: 40px 10px;
  }
  .item-global-3 .caja-left .content-duo .box-img {
    max-width: 380px;
  }
}
@media (max-width: 1080px){
  .item-global-2, .item-global-3 {
      flex-direction: column;
      align-items: center;
  }
  .item-global-2,
  .item-global-3 {
    padding: 40px 40px;
    max-width: 800px;
    margin: 0 auto;
  }
  .item-global-3 .caja-left {
    padding-right: 0;
  }
  .item-global-3 .caja-left .box-title {
    max-width: 100%;
    min-height: auto;
  }
  .item-global-2 .caja-right,
  .item-global-3 .caja-right{
    padding-top: 40px;
  }
  .item-global-2 .caja-left {
    max-width: 100%;
    padding-right: 0;
  }
  .item-global-2 .caja-left .box-title {
    min-height: auto;
    padding-top: 0;
    text-align: center;
  }
  .item-global-2 .caja-left .global-text{
    padding-bottom: 25px;
  }
  .item-global-2 .caja-center {
    padding-right: 0;
  }
}
@media (max-width: 880px){
  .item-global .box-bottom .col,
  .item-global .box-bottom .col-auto{
    flex: 0 0 auto;
    width: 100%;
  }
  .item-global .box-bottom .box-icono {
    margin: 20px auto;
  }
  .item-global .box-bottom .content-standar-white{
    padding-left: 0;
  }
}
@media (max-width: 820px){
  .item-global-3 .caja-left .content-duo {
      display: flex;
      align-items: center;
      flex-direction: column;
  }
  .item-global-3 .caja-left .content-duo .global-text {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px){
  .item-global .box-img .desktop{
    display: none;
  }
  .item-global .box-img .mobil{
    display: block!important;
  }
}
@media (max-width: 580px){
    .item-global,
    .SectionGlobal-2,
    .SectionGlobal-3 {
        padding: 60px 0;
    }
    .item-global-2, .item-global-3 {
        padding: 30px 25px;
    }
    .item-global .box-top p {
     font-size: 18px;
    }
    .item-global .box-top p br{
      display: none;
    }
    .item-global .box-bottom .box-icono {
      width: 320px;
    }
}
@media (max-width: 420px){
  .item-global .box-bottom .box-icono {
      width: 280px;
  }
}
@media (max-width: 400px){
    .item-global-2,
    .item-global-3 {
        padding: 30px 15px;
    }
    .item-scroll {
      width: 280px;
    }
}
@media (max-width: 340px){
    .item-scroll {
      width: 250px;
    }
  .item-global .box-bottom .box-icono {
    width: 100%;
  }
}
#GrantApplication .nav-tabs .nav-link {
    color: #fff;
    background: #e6e7e9;
    border: 2px solid #ffff;
    border-bottom: 0;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 8px 8px;
    position: relative;
    min-height: 100%;
    transition: all 0.3s;
    margin-bottom: 20px;
    min-height: 90px;
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}
.GrantApplicationStatus {
  margin-bottom: 0;
  padding: 50px 20px;
  overflow: hidden;
}
.GrantApplicationStatus .inner{
  max-width: 950px;
}
.GrantApplicationStatus .inner p{
  padding-left: 85px;
}
.GrantApplicationStatus .candado{
  object-fit: contain;
}
.GrantApplicationStatus .text{
  margin-left: 15px;
  color: var(--azul);
  font-family: 'Aleo';
}
.GrantApplicationStatus .title{
  display: table;
  margin-bottom: 8px;
}
.GrantApplicationTitle{
  margin-bottom: 20px;
  padding: 35px 15px 25px;
}
.GrantApplicationTitle .candado{
  object-fit: contain;
}
.GrantApplicationTitle .subtitle{
  line-height: 1.5;
  font-size: 24px;
  color: var(--negro);
  max-width: 740px;
}
.GrantApplicationStatus .btn-width{
    display: table;
    margin: 0 auto;
    padding-top: 20px;
}
.GrantApplicationTitle .title{
  font-size: 24px;
  color: var(--azul);
  font-family: 'Aleo';
}
.GrantApplicationTab .nav-tabs{
  margin-bottom: -1px;
  border:0;
  z-index: 3;
}
.GrantApplicationTab .content-standard{
  padding: 35px 25px 30px;
}
.GrantApplicationTab .content-standard ol li::marker{
  color: var(--azul-oscuro);
  font-weight: 500;
}
.GrantApplicationTab .content-standard ul li::marker,
.GrantApplicationTab .content-standard strong{
  color: var(--azul-oscuro);
}
.content-standard{
  line-height: 1.6;
}
.content-standard li{
  margin-bottom: 10px;
}
.content-standard a{
  color: var(--azul-oscuro);
  font-weight: 600;
  text-decoration: underline;
}
.GrantApplicationTab .tab-content{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0!important;
  margin-top: -19px;
}
.z-index-2{
  position: relative;
  z-index: 2;
}
.GrantApplicationStatus .logotipo{
    position: absolute;
    right: 0px;
    top: 25px;
    width: 255px;
    pointer-events: none;
}
.GrantApplicationTab .btn-width{
    display: block;
    margin: 0 auto;
    padding: 20px 10px 0;
    max-width: 280px;
}
@media (max-width: 575px){
  .GrantApplicationTab .content-standard {
    padding: 35px 10px 25px;
  }
  .GrantApplicationTitle .subtitle{
    font-size: 22px;
  }
  .GrantApplicationTitle {
    padding: 35px 8px 25px;
  }
}
@media (max-width: 480px){
  #GrantApplication .nav-tabs .nav-link {
      min-height: 80px;
  }
  .GrantApplicationStatus .inner p{
    padding-left: 0;
    padding-top: 20px;
  }
  .GrantApplicationStatus .title {
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 400px){
  .GrantApplicationTab .content-standard{
      padding: 35px 5px 25px;
  }
  .GrantApplicationStatus .title img{
    width: 45px !important;
    height: auto !important;
  }
  .GrantApplicationStatus .title {
        display: flex;
        justify-content: center;
        align-items: center;
  }
}
#SeccionValores .circle-big .center-cards {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  background: #ffff;
  z-index: 2;
  border-radius: 100%;
  opacity: 0;
}
#SeccionValores .circle-big .center-cards.is-visible {
  opacity: 1;
}
#SeccionValores .center-card {
  position: absolute; inset: 0;
  display: none; align-items: center; justify-content: center;
  text-align: center; border-radius: 9999px; padding: 20px 24px;
}
#SeccionValores .center-card .center-card-inner {
  max-width: 90%; margin: 0 auto;
}
#SeccionValores .center-card .center-card-inner p{
  margin: 0;
  font-weight: 600;
}
#SeccionValores .center-card.is-active {
  display: flex;
  animation: fadeIn .18s ease-out;
}
@keyframes fadeIn {
  from {opacity:0; transform:scale(.98);}
  to {opacity:1; transform:scale(1);}
}
@media (max-width: 750px) {
  #SeccionValores .center-cards {
    display: none !important;
  }
}
#SeccionValores .valores-0 .item-0::after{
  content: '';
  width: 40%;
  height: 25%;
  background: var(--hover-color);
  position: absolute;
  display: none;
  transition-delay: 0.55s;
}
#SeccionValores .valores-0 .item-1::after{
  top: -20%;
  left: 63%;
  transform: rotate(209deg);
}
#SeccionValores .valores-0 .item-2::after {
  top: 16%;
  left: 91%;
  transform: rotate(260deg);
}
#SeccionValores .valores-0 .item-3::after {
  top: 78%;
  left: 83%;
  transform: rotate(309deg);
}
#SeccionValores .valores-0 .item-4::after {
  top: 102%;
  left: 32%;
}
#SeccionValores .valores-0 .item-5::after {
  top: 75%;
  left: -24%;
  transform: rotate(231deg);
}
#SeccionValores .valores-0 .item-6::after {
  top: 24%;
  left: -38%;
  transform: rotate(282deg);
  height: 26%;
}
#SeccionValores .valores-0 .item-7::after {
  top: -23%;
  left: -3%;
  transform: rotate(-27deg);
}
#SeccionValores .valores-0 .animated::after{
  display: block!important;
}
.hero-video::-webkit-media-controls{
  display: none !important;
}
.hero-video{
  pointer-events: none;
}
.caja-video-mapa{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: auto;
  z-index: 2;
}

#GrantApplication .nav-tabs .nav-link::after{
  position: relative;
  width: 45px;
  height: 17px;
  content: "";
  display: table;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/arrow-bottom-amplio.png);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  margin-top: 1px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
/* Active state: protruding chevron built with CSS, no image */
#GrantApplication .nav-tabs .nav-link.active::after{
  content: "";
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -14px; /* sobresale ligeramente del botón */
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 28px;   /* ancho del chevron */
  height: 14px;  /* alto del chevron */
  background-color: inherit; /* usa el mismo background-color del botón activo */
  background-image: none !important; /* asegura que no arrastre la imagen base */
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  filter: none;
  box-shadow: 0 1px 0 rgba(0,0,0,0.06); /* sutil para que luzca definida */
  z-index: 4;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.GrantApplicationFondoWhite{
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
.BarraInferior{
  background-color: #663c88;
  width: 100%;
  padding: 12px 10px;
}
.BarraInferior img{
  width: 45px;
  height: auto;
  display: table;
  text-align: center;
  margin: 0 auto;
}



.btn-blue-2{
  color: var(--blanco)!important;
  background-color: var(--azul-oscuro);
  border: 1.5px solid var(--azul-oscuro);
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  padding: 7px 15px 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}
@media (max-width: 480px){
  .btn-blue-2{
      font-size: 15px;
  }
}



/* SectionCategory */
.SectionCategory{
  margin: 40px 0;
}
.SectionCategory .box-title .titulo{
  color: var(--azul-oscuro);
  margin-bottom: 25px;
  font-weight: 700;
}
.SectionCategory .ItemCategory{
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 20px;
  padding-bottom: 20px;
}
.ItemCategory .box-left{
  background: linear-gradient(90deg,#0e2b8d 0%, #8347AD 85%);
  color: var(--blanco);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 20px 15px;
  border: 2px solid var(--morado-oscuro);
  display: flex;
  min-height: 150px;
  justify-content: end
}
.ItemCategory .box-left .title-0 {
    color: var(--blanco);
    font-size: 22px;
    margin: 0;
}
.ItemCategory .box-right{
  border: 2px solid var(--morado-oscuro);
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  padding: 20px 35px 15px;
}
.ItemCategory .content-standar-blue p{
  line-height: 1.8;
}
@media (max-width: 1080px){
  .SectionCategory .ItemCategory{
    grid-template-columns: 320px 1fr;
  }
}

/* ===== Grants Tabs: propagate button color to tab content ===== */
/* Each .tab-pane receives --tab-accent inline from PHP; use it here */
.GrantApplicationTab .tab-pane{ --tab-accent: #223175; }
.GrantApplicationTab .tab-pane .content-standard a,
.GrantApplicationTab .tab-pane .content-standard strong,
.GrantApplicationTab .tab-pane .content-standard ol li::marker,
.GrantApplicationTab .tab-pane .content-standard ul li::marker{
  color: var(--tab-accent) !important;
}
.GrantApplicationTab .tab-pane .content-standard a:hover{
  opacity: .9;
}
/* ===== End Grants Tabs overrides ===== */

@media (max-width: 850px){
  .SectionCategory .ItemCategory{
    display: block;
  }
  .ItemCategory .box-left {
    border-bottom-left-radius: 0;
    border-top-right-radius: 25px;
    text-align: center;
    justify-content: center;
    min-height: auto;
    margin-bottom: 8px;
    align-items: center;
  }
  .ItemCategory .box-left .title-0{
    font-size: 20px;
  }
  .ItemCategory .box-right{
    padding: 20px 25px 15px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
  }
}
/* SectionCategory */


/* SectionCategory-2 */
.SectionCategory-2{
  padding: 60px 0;
}
.SectionCategory-2 .container{
  position: relative;
  z-index: 3;
}
.SectionCategory-2 .box-width{
  padding: 0 35px;
}
.SectionCategory-2 .MemberCategory{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.MemberCategory .item{
  position: relative;
  padding: 20px 20px 20px 50px;
  background-color: var(--blanco);
  border-radius: 20px;
  margin-left: 35px;
  min-height: 150px;
}
.MemberCategory .item .img-ico{
  width: 65px;
  height: auto;
  position: absolute;
  left: -35px;
  top: 15px;
}
.MemberCategory .item .title-0{
  color: var(--azul);
  font-weight: 700;
  margin-bottom: 15px;
}
.MemberCategory .item-title .title-0{
  color: var(--azul-oscuro);
}
.MemberCategory .item-title{
    padding: 20px 20px 20px 0;
    background-color: transparent;
}
.SectionCategory-2 .btn-width{
  max-width: 250px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 991px){
  .SectionCategory-2 .MemberCategory {
    display: block;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .MemberCategory .item{
    margin-bottom: 15px;
  }
  .MemberCategory .item-title {
    padding: 10px 20px 15px 0;
    min-height: auto;
    text-align: center;
  }
}
@media (max-width: 550px){
  .MemberCategory .item .img-ico {
      width: 55px;
      position: relative;
      left: 0;
      top: 0;
      margin-bottom: 10px;
  }
  .MemberCategory .item{
    padding: 20px 20px 15px;
    margin-left: 0;
  }
  .SectionCategory-2 .MemberCategory {
    padding: 0;
  }
}
@media (max-width: 480px){
  .SectionCategory-2 .btn-width {
    padding-top: 30px;
  }
}
/* SectionCategory-2 */




/* SectionMember - StepsRibbon */
.SectionMember{
  padding: 40px 0 60px;
}
.SectionMember .box-title .titulo {
    color: var(--azul);
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
    font-family: 'aleo', serif;
}
@media (max-width: 767px){
  .SectionMember .box-title .titulo {
      font-size: 34px;
  }
}
@media (max-width: 480px){
  .SectionMember .box-title .titulo {
      font-size: 32px;
  }
}
.ItemMember .StepsRibbon {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    background: transparent;
}
.ItemMember .StepItem {
    position: relative;
    padding: 15px 20px 15px 38px;
    color: #fff;
    text-decoration: none;
    border: 3px solid #fff;
    z-index: 1;
    display: flex;
    min-height: 135px;
    align-items: center;
    transition: all 0.3s;
}
.ItemMember .StepItem:hover{
  opacity: 0.9;
}
.ItemMember .StepItem:not(.step-1):hover::before,
.ItemMember .StepItem:not(.step-2):hover::before,
.ItemMember .StepItem:not(.step-3):hover::before,
.ItemMember .StepItem:not(.step-4):hover::before {
  opacity: 0.9;
}
.ItemMember .StepItem:not(.step-1):hover::after,
.ItemMember .StepItem:not(.step-2):hover::after,
.ItemMember .StepItem:not(.step-3):hover::after,
.ItemMember .StepItem:not(.step-4):hover::after {
  opacity: 0.9;
}
.ItemMember .StepItem .num {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-right: 15px;
}
.ItemMember .StepItem .title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 20px;
}
/* Colors matching the sample */
.ItemMember .step-1 {
    background: #1c2e73;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-left: 25px;
}
.ItemMember .step-2 {
    background: #251e6b;
}
.ItemMember .step-3 {
    background: #7b3f9f;
}
.ItemMember .step-4 {
    background: #ac82c1;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
/* Arrow separator using clip-path */
.ItemMember .StepItem:not(.step-4)::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 3px;
  bottom: 0;
  width: 25px;
  background: inherit;
  -webkit-clip-path: polygon(0 0, 100% 45%, 0 100%);
  clip-path: polygon(0 0, 100% 45%, 0 100%);
  z-index: 5;
  pointer-events: none;
}
.ItemMember .StepItem:not(.step-4)::before {
  content: "";
  position: absolute;
  right: -44px;
  top: 1px;
  bottom: -3px;
  width: 42px;
  background: #fff;
-webkit-clip-path: polygon(0 0, 65% 45%, 0 100%);
    clip-path: polygon(0 0, 65% 45%, 0 100%);
  pointer-events: none;
  z-index: 0;
}
/* Overlay order: earlier steps above later ones (except step-4) */
.ItemMember .StepsRibbon .StepItem { z-index: 1; }
.ItemMember .StepsRibbon .step-1 { z-index: 5; }
.ItemMember .StepsRibbon .step-2 { z-index: 4; }
.ItemMember .StepsRibbon .step-3 { z-index: 3; }
.ItemMember .StepItem + .StepItem { margin-left: 0; }
.ItemMember .StepItem:not(.step-4){ margin-right: -22px; }

@media (max-width: 1100px) {
  .ItemMember .StepsRibbon {
        grid-template-columns: 1fr 1fr;
        row-gap: 5px;
        gap: 8px;
    }
  .ItemMember .StepItem {
        border-radius: 16px;
        padding: 15px 20px 15px 25px;
        min-height: 100px;
    }
  .ItemMember .StepItem:not(.step-4)::after,
  .ItemMember .StepItem:not(.step-4)::before {
        display: none;
    }
  .ItemMember .StepItem + .StepItem { margin-left: 0; }
  .ItemMember .StepItem:not(.step-4){ margin-right: 0; }
}
@media (max-width: 767px){
  .ItemMember .StepsRibbon{
      gap: 0;
  }
  .ItemMember .StepItem .title{
    font-size: 18px;
    text-align: left;
  }
  .ItemMember .StepItem .num{
    font-size: 32px;
 }
}
@media (max-width: 500px) {
  .ItemMember .StepsRibbon {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }
  .ItemMember .StepItem .num {
    font-size: 38px;
  }
}
@media (max-width: 480px){
    .ItemMember .StepsRibbon {
      grid-template-columns: 1fr;
      text-align: center;
    }
  .ItemMember .StepItem {
    min-height: 70px;
  }
}
/* SectionMember - StepsRibbon end */

.MemberHead{
  padding: 35px 30px 20px;
}
.MemberHead .num {
   color: #1c2e73;
   font-size: 45px;
   font-weight: 800;
   line-height: 1;
   font-family: 'Aleo', serif;
   margin-right: 10px;
}
.MemberHead .title-0 {
   display: inline-block;
   color: #1c2e73;
   font-weight: 500;
   margin-bottom: 18px;
   text-transform: uppercase;
}
.MemberHead .content-standard-blue{
  padding: 0 20px;
}
.ItemMember-2 .MemberHead .num,
.ItemMember-2 .MemberHead .title-0{
  color: #251e6b;
}
.ItemMember-3 .MemberHead .num,
.ItemMember-3 .MemberHead .title-0{
  color: #7b3f9f;
}
.ItemMember-4 .MemberHead .num,
.ItemMember-4 .MemberHead .title-0{
  color: #ac82c1;
}
.ItemMember-4 .btn-width{
  padding-top: 15px;
}
.ItemMember-4 .btn-blue-3{
  background-color: #a880b9;
  border: 1.5px solid #a880b9;
}
@media (max-width: 767px){
  .MemberHead{
    padding: 35px 0 20px;
  }
}


/* ItemMember-1 */
.MemberList-steps .card-step {
   position: relative;
}
.MemberList-steps .card-step p{
  text-align: justify;
}
.MemberList-steps .card-step .content-standar-blue {
   padding: 30px 25px;
}
.MemberList-steps .card-step:nth-child(1) .content-standar-blue{
   border-top-left-radius: 25px;
   border-top-right-radius: 25px;
}
.MemberList-steps .card-step:nth-last-child(1) .content-standar-blue{
  border-bottom: 0;
}
.MemberList-steps .card-step:nth-last-child(1)::before{
  display: none;
}
.MemberList-steps .card-step::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -12px;
  width: 35px;
  height: 30px;
  pointer-events: none;
  z-index: 3;
  background-image: url("../img/MEMBEERSHIP-ico/MISCELANEAS-FLECHAS.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.MemberList-steps .card-step .content-standar-blue {
   background: #e9ebf6;
   border-bottom: 4px solid #fff;
}
.MemberList-steps .card-step:nth-last-child(1) {
    margin-bottom: 20px;
}

.MemberList-steps .card-step:nth-child(even) .content-standar-blue {
   background-color: #d9def0;
}
@media (max-width: 480px){
  .MemberList-steps .card-step .content-standar-blue {
      padding: 28px 20px 20px;
  }
  .MemberList-steps .card-step::before{
    right: 20px;
 }
}
@media (max-width: 340px){
  .MemberList-steps .card-step .content-standar-blue {
      padding: 22px 15px 20px;
  }
}
/* ItemMember-1 end */


/* TableMember02 */
.SectionMember .item-accordion .accordion-item .accordion-header {
    background: linear-gradient(to right, #2e1a78, #c39ac9);
    min-height: 75px;
}
.SectionMember .item-accordion .accordion-item .modulo-contenido{
    font-size: 16px;
    padding: 35px 30px 20px;
}
.SectionMember .item-accordion .accordion-item .modulo-contenido p strong,
.SectionMember .item-accordion .accordion-item .modulo-contenido li strong{
  color: var(--azul-oscuro);
}
.ItemMember-2 .btn-width{
  padding-top: 20px;
  padding-bottom: 20px;
}
.SectionMember .item-accordion .accordion-item:nth-child(1){
  margin-top: 0;
}
@media (max-width: 767px){
  .SectionMember .item-accordion .accordion-item .accordion-header {
      min-height: 55px;
      padding: 12px 65px 12px 15px;
  }
  .SectionMember .item-accordion .accordion-item .modulo-contenido{
    padding: 25px 15px 15px;
  }
}
@media (max-width: 380px){
    .SectionMember .item-accordion .accordion-item .accordion-header::before {
        right: 18px;
    }
    .SectionMember .item-accordion .accordion-item .accordion-header{
        padding: 12px 52px 12px 15px;
    }
}
@media (max-width: 340px){
  .SectionMember .item-accordion .accordion-item .modulo-contenido{
    padding: 25px 0 15px;
  }
}
/* TableMember02 end */

/* TableMember03  */
.ItemMember-3 .btn-width{
  padding-top: 20px;
}
.ItemMember-3 .item-accordion .accordion-header{
  background: linear-gradient(to right, #8343A0, #D7C5E1)!important;
}
/* PopupMembership (READ MORE) */
.PopupMembership .modal-content{
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-color: #ddd3e8;
}
.PopupMembership .modal-header{
  background-color: #7d4a9d;
  border-radius: 18px;
  padding: 15px;
}
.PopupMembership .modal-body{
  background-color: #ddd3e8;
  padding: 25px 38px 15px;
}
.PopupMembership .modal-dialog{
    max-width: 438px;
    width: 100%;
}
.PopupMembership .close01 {
    position: relative;
    top: 0;
    right: 0;
    outline: 0;
    z-index: 2;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    margin-left: auto;
}
.PopupMembership .close01 .img-close01 {
    width: 35px;
    height: 35px;
}
@media (max-width: 575px){
  .PopupMembership .modal-dialog{
      margin: 0 auto;
  }
}
@media (max-width: 480px){
  .PopupMembership .modal-dialog {
      max-width: 420px;
  }
  .PopupMembership .modal-body{
    padding: 25px 30px 15px;
  }
  .PopupMembership .modal-content {
    margin: 20px;
  }
}
@media (max-width: 360px){
  .PopupMembership .modal-content{
    margin: 20px 12px;
  }
  .PopupMembership .modal-body {
    padding: 25px 20px 15px;
  }
}
/* TableMember03 end */


/* ItemMember-4 */
.ItemMember-4 .MembershipLinks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; /* space between buttons as in the screenshot */
}
.ItemMember-4 .btn-membership {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 72px 15px 32px; /* more right padding for the icon */
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-decoration: none;
    min-height: 80px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
    background: linear-gradient(90deg, #203675 0%, #7a3d9a 55%, #8c3fa1 100%);
}
.ItemMember-4 .btn-membership::after {
    content: "";
    position: absolute;
    right: 24px;
    width: 44px;
    height: 44px;
    background: url("../img/circle-plus.png") center/contain no-repeat;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.ItemMember-4 .btn-membership:nth-child(1) {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.ItemMember-4 .btn-membership:nth-child(2) {
    background: linear-gradient(90deg, #7a3d9a 0%, #203675 50%, #6a3c8f 100%);
    border-radius: 0;
}
.ItemMember-4 .btn-membership:nth-last-child(1) {
    background: linear-gradient(90deg, #7e44a1 0%, #4a3e90 60%, #203675 100%);
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
@media (max-width: 880px){
    .ItemMember-4 .MembershipLinks {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    .ItemMember-4 .btn-membership {
        min-height: 72px;
        padding: 22px 64px 22px 28px;
    }
    .ItemMember-4 .btn-membership::after {
        right: 20px;
        width: 38px;
        height: 38px;
    }
    .ItemMember-4 .btn-membership{
      border-radius: 25px!important;
    }
}
@media (max-width: 380px){
  .ItemMember-4 .btn-membership{
    font-size: 16px;
    min-height: 65px;
    padding: 15px 58px 15px 18px;
  }
  .ItemMember-4 .btn-membership::after {
    right: 14px;
  }
}
@media (max-width: 320px){
    .ItemMember-4 .btn-membership::after {
        width: 32px;
        height: 32px;
    }
    .ItemMember-4 .btn-membership{
        min-height: 60px;
        padding: 12px 52px 12px 18px;
    }
}
/* ItemMember-4 end */

/* Smooth scroll behavior for internal anchors on the membership page */
.SectionMember {
  scroll-behavior: smooth;
}
/* Optional: offset anchor positioning if there's a fixed header; adjust as needed */
[id^="ItemMember-"] {
  scroll-margin-top: 100px; /* tweak to match site header height */
}
/* TableMember */
.TableMember01 {
    margin: 20px 0 25px;
}
.TableMember01 .table-fees {
    width: 100%;
    border-spacing: 0;
    border: 0;
}
.TableMember01 th,
.TableMember01 td {
    padding: 8px 10px;
}
.TableMember01 .table-fees thead th {
    color: #8347ad;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.TableMember01 thead th span{
  font-weight: 700;
}
.TableMember01 thead tr {
    position: relative;
}
.TableMember01 thead tr,
.TableMember01 tbody tr {
    border-bottom: 3px solid #8347ad;
}
.TableMember01 .table-fees tbody tr td {
    font-size: 18px;
    color: var(--azul-oscuro);
    padding: 12px 8px;
}
.TableMember01 thead tr th,
.TableMember01 tbody tr td{
  border: 0;
}
.TableMember01 td.price,
.TableMember01 th.price {
    text-align: right;
    white-space: nowrap;
    text-align: center;
}
.TableMember01 .table-fees thead tr th:nth-child(1),
.TableMember01 .table-fees tbody tr td:nth-child(1){
  padding-left: 40px;
}



.TableMember02 .table-fees {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 0;
}
.TableMember02 .table-fees thead th {
    color: #8347ad;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.TableMember02 .table-fees thead th span {
  font-weight: 700!important;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.TableMember02 thead,
.TableMember02 tbody,
.TableMember02 tfoot {
  border: 0;
}
.TableMember02 thead tr th,
.TableMember02 tbody tr td{
  border: 0;
  border-bottom: 3px solid #8347ad;
}
.TableMember02 tfoot{
  background-color: #e6e7e8;
}
.TableMember02 tfoot tr td{
  border: 0;
}
.TableMember02 tbody td,
.TableMember02 tfoot td {
    padding: 12px 8px;
    font-size: 18px;
    color: #231f20;
    text-align: center;
}
.TableMember02 thead tr th:nth-child(1),
.TableMember02 tbody tr td:nth-child(1),
.TableMember02 tfoot tr td:nth-child(1){
  text-align: left;
  width: 48%;
  padding-left: 40px;
}
.TableMember02 thead tr th:nth-child(1) span{
  text-align: left;
}
.TableMember02 tfoot tr td span{
  color: #000;
  font-weight: 700;
}

/* Estructura general */
.TableMember03 .table-fees,
.TableMember03 table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Arial", sans-serif;
  text-align: left;
}
/* Encabezado */
.TableMember03 .table-fees thead th,
.TableMember03 table thead th {
    background-color: #e6e7e8;
    color: #3f2378;
    padding: 14px 16px;
    border-radius: 0;
    text-align: center;
}
.TableMember03 .table-fees thead th span,
.TableMember03 table thead th span,
.TableMember03 .table-fees thead th strong,
.TableMember03 table thead th strong {
    font-weight: 800;
    font-size: 28px;
    font-family: 'aleo';
}
/* Celdas generales */
.TableMember03 .table-fees td,
.TableMember03 table td {
    vertical-align: top;
    padding: 15px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-top: 4px solid #fff;
}
/* Primera columna (stakeholder) */
.TableMember03 .table-fees tbody tr td:nth-child(1) span,
.TableMember03 table tbody tr td:nth-child(1) span,
.TableMember03 .table-fees tbody tr td:nth-child(1) strong,
.TableMember03 table tbody tr td:nth-child(1) strong {
    color: #3f2378;
    font-weight: 500;
    display: inline-block;
    min-width: 250px;
    font-size: 22px;
    width: 50%;
    padding-left: 30px;
}
/* Segunda columna (texto o lista) */
.TableMember03 .table-fees tbody tr td:nth-child(2) span,
.TableMember03 .table-fees tbody tr td:nth-child(2) strong,
.TableMember03 .table-fees tbody tr td:nth-child(2) li,
.TableMember03 table tbody tr td:nth-child(2) span,
.TableMember03 table tbody tr td:nth-child(2) strong,
.TableMember03 table tbody tr td:nth-child(2) li {
  color: #000;
}
.TableMember03 .table-fees tbody tr:nth-child(odd),
.TableMember03 table tbody tr:nth-child(odd) {
  background-color: #e8e3f1;
}
.TableMember03 .table-fees tbody tr:nth-child(even),
.TableMember03 table tbody tr:nth-child(even) {
  background-color: #e6e7e8;
}
/* Listas dentro de celdas */
.TableMember03 .table-fees tbody tr td:nth-child(2) ul,
.TableMember03 table tbody tr td:nth-child(2) ul {
  margin: 0;
  padding-left: 20px;
}
.TableMember03 .table-fees tbody tr td:nth-child(2) ul li,
.TableMember03 table tbody tr td:nth-child(2) ul li {
  list-style-type: disc;
  margin-bottom: 4px;
}
.TableMember01,
.TableMember02,
.TableMember03{
    padding-bottom: 5px;
    margin-bottom: 20px;
}
@media (max-width: 900px){
  .TableMember01,
  .TableMember02,
  .TableMember03 {
    overflow-x: scroll;
  }
  .TableMember01 .table-fees,
  .TableMember02 .table-fees,
  .TableMember03 .table-fees,
  .TableMember03 table {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    width: 880px !important;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px){
  .TableMember03 .table-fees tbody tr td:nth-child(1) span,
  .TableMember03 table tbody tr td:nth-child(1) span,
  .TableMember03 .table-fees tbody tr td:nth-child(1) strong,
  .TableMember03 table tbody tr td:nth-child(1) strong {
      font-size: 20px;
      padding-left: 20px;
  }
  .TableMember03 .table-fees thead th span,
  .TableMember03 table thead th span,
  .TableMember03 .table-fees thead th strong,
  .TableMember03 table thead th strong {
    font-size: 24px;
  }
}
/* TableMember end */


.SectionMember .btn-duo{
  display: flex;
  padding: 15px 0;
}
.SectionMember .btn-duo .btn-blue-3{
  margin: 8px auto;
}
.SectionMember .mode-modern .titulo-62{
  background: linear-gradient(to right, #1E2B78, #6BA9D6)!important;
}
.ItemMember-1 .btn-blue-3{
  background-color: #223175;
  border: 1.5px solid #223175;
}
.SectionMember .ItemContent{
  padding: 35px 30px 20px;
}
.ItemMember-1 .item-accordion .accordion-header{
  background: linear-gradient(to right, #1E2A78, #6BA6D9)!important;
}

.SectionMember .ItemNote .content-date{
    max-width: 780px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.SectionMember .ItemNote .content-date p:nth-last-child(1){
  margin-bottom: 0;
}
.SectionMember .ItemNote .content-date .content-standar-blue{
  margin-left: 15px;
}
.SectionMember .ItemNote {
  background-color: #e6e7e8;
  padding: 25px 25px;
  margin: 20px 0 25px;
}
.SectionMember .ItemNote img{
  width: 38px;
  height: auto;
}

.ItemMember-2 .MemberList-steps .card-step .content-standar-blue{
  background-color: #e8e3f1;
}
.ItemMember-2 .MemberList-steps .card-step:nth-child(even) .content-standar-blue {
   background-color: #f8f5fd;
}

.SectionMember .ContentLinks{
  padding: 30px 0;
}
.SectionMember .ContentLinks .titulo{
  color: #3f2378;
  text-align: center;
  font-family: 'Aleo', serif;
  font-weight: 800;
}
.SectionMember .ItemNote02{
  padding: 30px 30px 20px;
}
.SectionMember .ItemNote02 .content-date img{
  width: 300px;
  height: auto;
}
.SectionMember .ItemNote02 .content-date {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.SectionMember .ItemNote02 .content-date .content-standar-blue{
  margin-left: 35px;
}
.ItemMember-2 .btn-purple-simple{
    background-color: #31226f;
    border: 1.5px solid #31226f;
}

@media (max-width: 991px){
  .SectionMember .ItemNote02 .content-date img {
      width: 280px;
  }
}
@media (max-width: 880px){
  .SectionMember .btn-duo {
      flex-direction: column;
  }
  .SectionMember .ItemNote02 .content-date {
    flex-direction: column;
  }
  .SectionMember .ItemNote02 .content-date .content-standar-blue{
      margin-left: 0;
      padding-top: 25px;
  }
}
@media (max-width: 767px){
  .SectionMember .ItemContent,
  .SectionMember .ItemNote02 {
    padding: 30px 0 20px;
  }
}
@media (max-width: 520px){
  .SectionMember .ItemNote .content-date{
      align-items: unset;
      flex-direction: column;
  }
  .SectionMember .ItemNote .content-date .content-standar-blue {
    margin-left: 0;
    padding-top: 10px;
  }
  .SectionMember .ItemNote img{
    width: 32px;
  }
  .SectionMember .ItemNote02 .content-date img {
    width: 260px;
  }
}
@media (max-width: 380px){
  .SectionMember .ItemNote {
      margin: 20px 0 25px;
  }
}

.btn-blue-3{
  color: var(--blanco)!important;
  background-color: #31226f;
  border: 1.5px solid #31226f;
  font-size: 22px;
  font-weight: 400;
  padding: 8px 30px 10px 90px;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  justify-content: center;
}
.btn-blue-3::before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../../assets/img/MEMBEERSHIP-ico/ICONO-DESCARGA.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media (max-width: 550px){
  .btn-blue-3{
    font-size: 20px;
    min-height: 65px;
    max-width: 350px;
    padding: 8px 30px 10px 80px;
  }
  .btn-blue-3::before{
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 380px){
  .btn-blue-3{
    font-size: 16px;
    min-height: 58px;
    max-width: 290px;
    padding: 8px 20px 10px 60px;
  }
  .btn-blue-3::before{
    width: 30px;
    height: 30px;
    left: 30px;
  }
}


.btn-purple-simple{
  color: var(--blanco)!important;
  background-color: var(--morado);
  border: 1.5px solid var(--morado);
  font-size: 18px;
  font-weight: 400;
  padding: 8px 20px 10px;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 390px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 380px){
  .btn-purple-simple{
    font-size: 16px;
    min-height: 58px;
    max-width: 320px;
  }
}

/* PopupAviso (READ MORE) */
.PopupAviso .modal-content{
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 20px;
}
.PopupAviso .modal-header{
  background: linear-gradient(90deg,#0e2b8d 0%, #8347AD 60%);
  border-radius: 18px;
  padding: 15px;
}
.PopupAviso .modal-body{
  background-color: #fff;
  padding: 25px 38px 15px;
}
.PopupAviso .modal-dialog{
    max-width: 820px;
    width: 100%;
}
.PopupAviso .close01 {
    position: relative;
    top: 0;
    right: 0;
    outline: 0;
    z-index: 2;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    margin-left: auto;
}
.PopupAviso .close01 .img-close01 {
    width: 35px;
    height: 35px;
}
.PopupAviso .content-standar-blue p{
  line-height: 1.6;
}
@media (max-width: 575px){
  .PopupAviso .modal-dialog{
      margin: 0 auto;
  }
}
@media (max-width: 480px){
  .PopupAviso .modal-dialog {
      max-width: 420px;
  }
  .PopupAviso .modal-body{
    padding: 25px 30px 15px;
  }
  .PopupAviso .modal-content {
    margin: 20px 0;
  }
}
@media (max-width: 360px){
  .PopupAviso .modal-content{
    margin: 20px 12px;
  }
  .PopupAviso .modal-body {
    padding: 25px 20px 15px;
  }
}


/* ==============================
   QA Networks card (SectionQANetworks)
   ============================== */
.SectionQANetworks {
  padding: 40px 0 60px;
}
.SectionQANetworks .item-QANetworks {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 16px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
  min-height: 220px;
  border: 2.5px solid #5C2D81;
  overflow: hidden;
  margin: 15px 0;
}
.SectionQANetworks .item-QANetworks::before{
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url('../img/purple-plus.png') center/contain no-repeat;
  z-index: 3;
}
.SectionQANetworks .item-QANetworks .iqn-logo {
    height: 130px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: transparent;
    margin: 15px auto;
    padding: 0 10px;
}
.SectionQANetworks .item-QANetworks .iqn-logo img {
    display: table;
    margin: auto;
    max-width: 280px;
    max-height: 130px;
    height: auto;
    width: auto;
}
.SectionQANetworks .item-QANetworks .iqn-body{
  color: #fff;
  text-align: center;
  padding: 18px 18px 20px;
  background: linear-gradient(90deg,#0e2b8d 0%, #8347AD 60%);
  min-height: 140px;
}
.SectionQANetworks .item-QANetworks .iqn-title{
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 0 0 6px;
}
.SectionQANetworks .item-QANetworks .iqn-subtitle{
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.SectionQANetworks .item-QANetworks:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.12);
}
@media (max-width: 1080px){
  .SectionQANetworks .col-md-4{
    width: 50%;
  }
  .SectionQANetworks .box-width{
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 780px){
  .SectionQANetworks .item-QANetworks .iqn-logo img {
    max-width: 240px;
  }
  .SectionQANetworks .item-QANetworks .iqn-title{
    font-size: 22px;
  }
}
@media (max-width: 680px){
  .SectionQANetworks .item-QANetworks .iqn-body{
    padding: 18px 10px 15px;
  }
}
@media (max-width: 620px){
  .SectionQANetworks .item-QANetworks .iqn-logo img{
    max-width: 200px;
    max-height: 110px;
  }
  .SectionQANetworks .item-QANetworks .iqn-logo {
    height: 110px;
  }
}
@media (max-width: 550px){
  .SectionQANetworks .item-QANetworks .iqn-title{
    font-size: 20px;
  }
  .SectionQANetworks .item-QANetworks .iqn-subtitle{
    font-size: 13px;
  }
  .SectionQANetworks .col-md-4{
    width: 100%;
  }
  .SectionQANetworks .box-width {
    max-width: 380px;
  }
  .SectionQANetworks .item-QANetworks .iqn-body {
    padding: 18px 15px 20px;
    min-height: 115px;
  }
  .SectionQANetworks .item-QANetworks .iqn-logo img {
    max-width: 240px;
  }
}


.section-portada .bottom-logo{
    position: absolute;
    bottom: -1px !important;
    left: 0;
    z-index: 2;
}
.section-portada .bottom-logo .BoxLogo {
    position: relative;
    display: table;
    background-color: var(--blanco);
    margin: 0;
    padding: 10px 10px;
}
.section-portada .bottom-logo .BoxLogo img {
    display: table;
    max-width: 280px;
    max-height: 130px;
    height: auto;
    width: auto;
}
.modulo-contenido .btn-blue-2{
  color: var(--blanco)!important;
  text-decoration: none;
  display: table;
  padding: 18px 25px;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 60px;
  width: auto;
}
@media (max-width: 767px){
  .section-portada .bottom-logo .BoxLogo{
      margin: 0 auto;
  }
  .section-portada .bottom-logo .BoxLogo img {
    max-width: 240px;
  }
}
@media (max-width: 400px){
  .section-portada .bottom-logo .BoxLogo img {
    max-height: 100px;
  }
}



.single-member .page-general::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/membership-fondo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.single-member .page-general .contenido{
    background-color: var(--blanco);
    border-radius: 30px;
    max-width: 880px;
    margin: 0 auto;
    padding: 40px 20px;
}
.single-member .page-general .titulo-pagina{
    text-transform: unset;
    font-size: 26px;
    font-family: 'Plus Jakarta Sans';
}
.single-member .page-general .contenido .content-text .table tr th,
.single-member .page-general .contenido .content-text .table tr td{
  box-shadow: none;
}
.single-member .page-general .contenido .content-text .table tr th strong{
  font-weight: 300;
}
.single-member .page-general .contenido .content-text .table tr td,
.single-member .page-general .contenido .content-text .table tr td a{
  font-weight: 500;
  color: #000;
}
.single-member .page-general .contenido .content-text .table tr td p{
  font-weight: 400;
  color: #000;
}
.single-member .page-general .contenido .content-text .table tr th:nth-child(odd){
    width: 240px;
}
.single-member .page-general .contenido .item-logo-single{
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: transparent;
    margin-bottom: 25px;
}
.single-member .page-general .contenido .item-logo-single img{
    display: table;
    margin: auto;
    max-width: 230px;
    max-height: 120px;
    height: auto!important;
    width: auto!important;
}
@media (max-width: 900px) {
  .single-member .page-general .contenido .content-text{
        overflow-x: scroll;
  }
  .single-member .page-general .contenido .content-text .table {
        overflow-x: auto;
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        width: 600px !important;
        margin-bottom: 5px;
  }
  .single-member .page-general .contenido {
    max-width: 680px;
  }
}
@media (max-width: 680px){
  .single-member .page-general .titulo-pagina {
    font-size: 24px;
  }
}
@media (max-width: 480px){
  .single-member .page-general .titulo-pagina {
    font-size: 22px;
  }
}
@media (max-width: 360px){
  .single-member .page-general .contenido .item-logo-single {
    height: 90px;
  }
  .single-member .page-general .contenido .item-logo-single img {
    max-width: 230px;
    max-height: 90px;
  }
}
@media (max-width: 340px){
  .single-member .page-general .titulo-pagina {
    font-size: 20px;
  }
}

.section-portada-x2 + .SectionGlobal-1{
  border-top: 0;
}
.SectionGlobal-1{
  border-top: 5px solid var(--blanco);
}
.SectionGlobal-1 .item-global .box-video video{
  border: 2px solid var(--morado-oscuro);
}

.item-global-2 .caja-left .content-duo{
    display: flex;
    align-items: self-end;
    position: relative;
    padding-right: 20px;
}
.item-global-2 .caja-left .content-duo .global-text{
    max-width: 500px;
    width: 100%;
    margin-right: 30px;
}
.item-global-2 .caja-left .content-duo .global-text .box-text{
  padding-bottom: 20px;
}
.item-global-2 .caja-left .content-duo .global-text .box-text p{
  font-size: 18px;
}
.item-global-2 .caja-left .content-duo .global-text .box-text strong{
  color: var(--morado-oscuro);
}
.item-global-2 .caja-left .content-duo .caja-center{
    width: 280px;
    height: 385px;
    border: 2px solid var(--morado-oscuro);
    position: relative;
    padding: 20px 20px 40px;
    top: 40px;
    border-radius: 20px;
}
.item-global-2 .caja-left .content-duo .content-bottom{
  position: absolute;
  left: 28px;
  top: 20px;
}
.item-global-2 .caja-left .content-duo .caja-center .btn-blue{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0px;
    background-color: var(--morado-oscuro);
    border-color: var(--morado-oscuro);
    color: var(--blanco);
    padding: 10px 15px 10px 12px
}
.item-global-2 .caja-left .content-duo .caja-center .btn-blue:after{
  display: none;
}
.item-global-3 .caja-right .content-center,
.item-global-2 .caja-right .content-center{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
@media (max-width: 1450px){
  .item-global-2 .caja-left .content-duo .global-text{
    max-width: 450px;
    margin-right: 20px;
  }
}
@media (max-width: 1330px){
  .item-global-2 .caja-left .content-duo .global-text{
    max-width: 380px;
 }
}
@media (max-width: 1200px){
  .item-global-2, .item-global-3{
      padding: 40px 30px;
  }
  .item-global-2 .caja-left .content-duo{
    padding-right: 10px;
    justify-content: space-between;
  }
}
@media (max-width: 1130px){
  .item-global-2 .caja-left .content-duo .global-text{
    max-width: 340px;
  }
  .item-global-2 .caja-left {
    padding-right: 10px;
  }
}
@media (max-width: 1080px){
  .item-global-2 .caja-left .content-duo {
      padding-right: 0;
      justify-content: space-between;
  }
  .item-global-2 .caja-left .content-duo .caja-center{
    top: 0;
  }
  .item-global-2 .caja-left {
    padding-right: 0;
  }
  .item-global-2 .caja-left .content-duo .global-text{
    max-width: 380px;
  }
}
@media (max-width: 800px){
  .item-global-2 .caja-left .content-duo{
      display: block;
  }
  .item-global-2 .caja-left .content-duo .global-text{
    max-width: 100%;
    margin-right: 0;
  }
  .item-global-2 .caja-left .content-duo .caja-center{
    margin: 0 auto;
  }
}
@media (max-width: 360px){
  .item-global-2 .caja-center .box-img{
      max-width: 200px;
  }
  .item-global-2 .caja-left .content-duo .caja-center{
    width: 250px;
    height: 355px;
    padding: 20px 10px 40px;
  }
  .item-global-2 .caja-left .content-duo .content-bottom{
    left: 24px;
  }
  .item-global-2,
  .item-global-3 {
    padding: 40px 15px;
  }
}



.SectionGrants2 .item-grant .item-date{
  padding-top: 15px;
  margin-top: 10px;
  border-top: 2px solid #fff;
}
.SectionGrants2 .item-grant .item-date:nth-child(1){
  padding-top: 0;
  margin-top: 0;
  border: 0;
}
.SectionGrants2 .inner-white::before{
    height: calc(100% + -120px);
    top: calc(50% - -70px);
    border-top-right-radius: 10px;
}
@media (max-width: 576px) {
  .SectionGrant .row.g-1 > [class*="col-md-6"]{
    flex: 0 0 100%;
    max-width: 100%;
  }
}






.SectionProyects{
  padding: 60px 0;
}
.TitleProyect{
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 15px;
}
.TitleProyect .box-title h2{
  color: var(--azul);
  line-height: 1.4;
}
.TitleProyect .box-imagen .content-ico{
    margin: 15px 10px;
    margin-left: auto;
    display: table;
    max-width: 125px;
}
.TitleProyect .box-imagen .content-ico img{
  width: 100%;
  height: 100%;
}

.ItemProyect{
  padding: 20px 20px;
}
.ItemProyect .date{
  margin: 30px 0;
}
.ItemProyect .date .subtitle{
  color: var(--azul);
  text-transform: uppercase;
  width: 100%;
  border-bottom: 3px solid var(--azul);
}
.ItemProyect .date .content-standar-blue{
  padding-left: 90px;
}


/* ===== Overrides appended at end: Discover More (SectionProyects) ===== */
.DiscoverMore {
    margin: 20px 0 10px;
}
.DiscoverMore .discover-title {
    color: #223175;
    font-family: "Aleo";
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 20px 15px;
    text-transform: uppercase;
}
.discover-item {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 10px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
    text-decoration: none;
    position: relative;
    background: #fff;
}
.discover-item .left {
    background: linear-gradient(90deg, #8347ad 0%, #223175 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 2px solid var(--azul-oscuro);
    border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
    min-height: 100%;
}
.discover-item .left .edition {
    color: #fff;
    text-align: right;
    margin-left: auto;
}
.discover-item .left .edition .title-0{
    display: block;
    font-size: 28px;
    font-weight: 800;
}
.discover-item .left .edition .title-0 span{
    display: block;
    font-size: 20px;
    letter-spacing: 0.8px;
    margin-top: 6px;
    font-weight: 300;
}
.discover-item .right {
    position: relative;
    min-height: 180px;
    border-top: 2px solid var(--azul-oscuro);
    border-top-right-radius: 22px;
    border-left: 2px solid var(--azul-oscuro);
    overflow: hidden;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.discover-item .right .bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    object-position: center;
}
.discover-item .right::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(130, 71, 173, 0.35) 0%, rgba(255, 255, 255, 0.85) 55%, #fff 82%);
}
.discover-item .right .status {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8b8b8b;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    justify-content: flex-end;
    padding-bottom: 5px;
}
.discover-item .right .status .lock {
    width: 38px;
    height: 38px;
    object-fit: contain;
    opacity: 0.9;
}
.discover-item .btn-width{
    z-index: 2;
    position: relative;
    min-width: 250px;
    margin-left: auto;
    padding-top: 8px;
}
.discover-item.open {
    border-color: #223175;
}
.discover-item.finished {
    border-color: #223175;
}
@media (max-width: 900px) {
    .discover-item {
        grid-template-columns: 1fr;
    }
    .discover-item .left {
        justify-content: flex-start;
        padding: 20px 24px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 22px;
    }
    .discover-item,
    .discover-item .right{
      border-radius: 0;
    }
    .discover-item .left .edition {
      text-align: center;
      margin: 0 auto;
    }
    .discover-item .left .edition .title-0{
      margin: 0;
      font-size: 24px;
    }
    .discover-item .left .edition .title-0 span {
      font-size: 18px;
    }
}
@media (max-width: 767px){
  .TitleProyect {
      padding: 0;
  }
}
@media (max-width: 360px){
  .discover-item .right .status{
      justify-content: revert;
      flex-direction: column-reverse;
      text-align: right;
      margin-left: auto;
  }
}
/* ===== End Discover More overrides ===== */


.SectionProyects-2{
  padding: 60px 0;
}
.SectionProyects-2 .TitleProyect{
  padding: 0;
}
.SectionProyects-2 .box-imagen .buo-iconos{
  display: flex;
  justify-content: center;
  align-items: center;
}
.SectionProyects-2 .box-imagen span{
  text-align: right;
  margin-left: auto;
  display: table;
  color: var(--negro);
  padding: 0 10px;
}
.SectionProyects-2 .modulo-contenido strong, 
.SectionProyects-2 .modulo-contenido b,
.SectionProyects-2 .modulo-contenido a{
  color: #a880b9 !important;
}
.SectionProyects-2 .modulo-contenido ol li::marker{
    color: var(--azul-oscuro)!important;
}
.SectionProyects-2 .modulo-contenido{
    font-size: 16px;
    padding: 35px 30px 20px;
}
.SectionProyects-2 .item-accordion{
  padding-bottom: 5px;
}
.SectionProyects-2 .item-accordion .accordion-item .accordion-header {
    min-height: 75px;
    font-size: 26px;
    padding: 12px 75px 12px 30px;
}
.SectionProyects-2 .modulo-contenido ol li:nth-last-child(1) li::after{
  display: none;
}
.SectionProyects-2 .modulo-contenido li::after {
    border-bottom: 2px solid #a880b9;
}
.SectionProyects-2 .item-accordion .ProyectsHead{
  margin: 15px 0;
}
.ProyectsHead{
  margin: 40px 0;
}
.ProyectsHead .title-0 {
   color: var(--azul);
   font-weight: 500;
   margin-bottom: 18px;
   text-transform: uppercase;
}
.ProyectsHead .content-standar-blue p strong,
.ProyectsHead .content-standar-blue strong, 
.ProyectsHead .content-standar-blue b,
.ProyectsHead .content-standar-blue a{
  color: #a880b9 !important;
}
@media (max-width: 1080px){
  .TitleProyect{
      display: block;
  }
  .SectionProyects-2 .box-imagen span {
    text-align: center;
    margin: auto;
    display: table;
    padding: 0;
  }
  .TitleProyect .box-imagen .content-ico {
    margin: 10px auto;
    display: table;
    padding: 0 10px;
  }
  .SectionProyects .TitleProyect .box-imagen{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    max-width: 680px;
    margin: 0 auto;
  }
  .SectionProyects-2 .TitleProyect .box-imagen{
    padding-top: 20px;
    max-width: 680px;
    margin: 0 auto;
  }
}
@media (max-width: 991px){
  .SectionProyects-2 .col-md-6 {
    width: 100%;
  }
  .SectionProyects-2 .item-accordion .accordion-item .accordion-header{
      min-height: 70px;
      padding: 12px 65px 12px 15px;
      font-size: 20px;
  }
  .SectionProyects-2 .modulo-contenido {
    padding: 30px 15px 15px;
  }
}
@media (max-width: 680px){
  .ItemProyect .date .content-standar-blue {
      padding: 0 10px;
  }
}
@media (max-width: 550px){
  .ItemProyect {
      padding: 20px 0;
  }
}



/* SectionGroups */
.ProyectTeam{
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 12px;
  padding-bottom: 20px;
}
.ProyectTeam .item{
  border: 2px solid var(--azul);
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.ProyectTeam .box-left{
  background: var(--azul);
  color: var(--blanco);
  border-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 20px 15px;
  display: flex;
  align-items: normal;
  justify-content: end;
  text-align: right;
}
.ProyectTeam .box-left .title-0{
  color: var(--blanco);
  font-size: 22px;
  margin: 0;
  line-height: 1.4;
}
.ProyectTeam .box-right{
  display: grid;
  grid-template-columns: 1fr 345px;
  gap: 15px;
  align-items: center;
  overflow: hidden;
}
.ProyectTeam .box-right .item-2:nth-last-child(1){
    background-color: #e1e4f3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ProyectTeam .card-member{
  max-width: 310px;
  margin: 12px auto;
  cursor: unset;
  padding: 0 8px;
}
.ProyectTeam .card-member *{
  color: var(--negro);
}
.ProyectTeam .item-2 .content-team{
    padding: 18px 10px;
}
.ProyectTeam .item-2 .card-member .part-head {
    padding-bottom: 0;
    max-width: 95px;
    min-height: 95px;
    margin: 0 auto;
    box-shadow: 0 1px 10px 4px rgba(209, 209, 209, .8);
    border-radius: 50%;
    margin-bottom: 12px;
}
.ProyectTeam .item-2 .card-member .nombre{
    font-size: 16px;
    font-weight: 400;
    color: var(--negro);
    font-family: 'Plus Jakarta Sans';
}
.ProyectTeam .item-2 .card-member .part-body {
    padding-top: 0;
}
.ProyectTeam .item-2 .card-member .part-body .content-text{
  padding-top: 10px;
}
.ProyectTeam .item-2 .card-member .part-body .content-text p{
  font-size: 12px;
}
.ProyectTeam .box-right .item-2:nth-last-child(1) .part-body{
  max-width: 250px;
  margin: 0 auto;
}
/* ===== Projects Single: VISITING PROFESSOR badge ===== */
.ProyectTeam .card-member .visiting-badge{
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: var(--azul);
    font-weight: 800;
    letter-spacing: .8px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 150px;
    margin-bottom: 15px;
    min-height: 35px;
}
.ProyectTeam .card-member .visiting-badge::before,
.ProyectTeam .card-member .visiting-badge::after{
  content: "";
  position: absolute;
  top: 60%;
  width: 54px; height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-top: 2px solid var(--azul);
}
.ProyectTeam .card-member .visiting-badge::before{
  right: 100%;
  margin-right: 18px;
  border-left: 2px solid var(--azul);
  border-top-left-radius: 28px;
}
.ProyectTeam .card-member .visiting-badge::after{
  left: 100%;
  margin-left: 18px;
  border-right: 2px solid var(--azul);
  border-top-right-radius: 28px;
}
/* ===== End badge ===== */



@media (max-width: 1280px){
  .ProyectTeam {
      grid-template-columns: 250px 1fr;
  }
}
@media (max-width: 1180px){
  .ProyectTeam .item-2 .content-team .col-md-4{
    width: 50%;
  }
  .ProyectTeam .box-right{
    display: block;
  }
  .ProyectTeam .box-right .item-2:nth-last-child(1){
    display: block;
  }
}
@media (max-width: 1040px){
  .ProyectTeam{
    grid-template-columns: unset;
    gap: 15px;
  }
  .ProyectTeam .item-2 .content-team .col-md-6,
  .ProyectTeam .item-2 .content-team .col-md-4{
    width: 33.33333333%;
  }
  .ProyectTeam .item{
    border-radius: 0;
  }
  .ProyectTeam .box-left {
    text-align: center;
    justify-content: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
}
@media (max-width: 880px){
  .ProyectTeam .item-2 .content-team .col-md-6,
  .ProyectTeam .item-2 .content-team .col-md-4{
    width: 50%;
  }
}
@media (max-width: 750px){
  .ProyectTeam .box-right {
    grid-template-columns: unset;
  }
}
@media (max-width: 550px){
  .ProyectTeam .item-2 .content-team .col-md-6,
  .ProyectTeam .item-2 .content-team .col-md-4{
    width: 100%;
  }
}
@media (max-width: 480px){
  .ProyectTeam .box-right{
    gap: 12px;
  }
  .ProyectTeam .item-2 .content-team {
      padding: 18px 18px;
  }
  .ProyectTeam .card-member {
    padding: 0;
  }
}
@media (max-width: 380px){
  .ProyectTeam .item-2 .content-team .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
  }
  .ProyectTeam .item-2 .card-member .nombre {
    font-size: 14px;
  }
  .ProyectTeam .box-left {
    padding: 12px 12px;
  }
}
@media (max-width: 360px){
  .ProyectTeam .card-member .visiting-badge::before, 
  .ProyectTeam .card-member .visiting-badge::after {
      width: 38px;
  }
}
@media (max-width: 320px){
    .ProyectTeam .box-left .title-0 {
        font-size: 18px;
    }
    .ProyectTeam .item-2 .card-member .part-head{
      max-width: 85px;
      min-height: 85px;
    }
}
/* SectionGroups */



.SectionProyects-2 .TableMember03 .table-fees tbody tr td:nth-child(1) span {
    font-size: 16px;
    min-width: 135px;
    padding-left: 0;
}
.SectionProyects-2 .TableMember03 .table-fees thead th {
    text-align: left;
}
.SectionProyects-2 .TableMember03 .table-fees thead th span{
    font-size: 18px;
    color: #fff;
}
.SectionProyects-2 .TableMember03 .table-fees td{
  border: 4px solid #fff;
}
.SectionProyects-2 .TableMember03 .table-fees thead tr th{
  border: 4px solid #fff;
  background-color: #a6a6a6;
}
.SectionProyects-2 .btn-width{
  display: table;
  max-width: 250px;
  width: 100%;
  margin: 15px auto;
}
.SectionProyects-2 .btn-width .btn-blue-2 {
    background-color: #31226f;
    border-color: #31226f;
}


.SectionProyects-2 .item-accordion + .ProyectsHead{
  margin-top: 15px;
}
.SectionProyects-2 .ProyectsHead .content-duo{
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
}
@media (max-width: 1020px){
  .SectionProyects-2 .ProyectsHead .content-duo{
      display: block;
  }
}
