*{
  font-family: 'Plus Jakarta Sans';
  outline: 0;
  font-weight: 300;
}
a,
a:hover{
  text-decoration: none;
}
a:focus{
  outline:none;
}
html,
body {
  height: 100%;
}
:root{
  --negro: #000;
  --blanco: #fff;
  --morado: #8347AD;
  --morado-oscuro: #643A89;
  --azul: #0E2B8D;
  --azul-oscuro: #071646;
  --celeste: #00B0F0;
  --celeste-claro: #e9f8fe;
  --gris-claro: #D0D3D5;
  --celeste-0: #dbf3fe;
  --gris-suave:#f5f6f7;
  --valores:13px;
  --fuente-2:'Aleo';
}
strong{
  font-weight: 600;
}

@media (max-width: 991px) {
  :root {
    --valores: 11px;
  }
}
@media (max-width: 767px) {
  :root {
    --valores: 9px;
  }
}
@media (max-width: 575px){
  :root {
    --valores: 6px;
  }
}
@media (max-width: 420px){
  :root {
    --valores: 4px;
  }
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('../fonts/Aleo-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('../fonts/Aleo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('../fonts/Aleo-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.slider-active{
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.slider-active.slick-initialized{
  visibility: visible;
  opacity: 1;
}
.mt-25{
  margin-top: 25px;
}
.font-azul{
  color: var(--azul) !important;
}
.w-100{
  width: 100%;
}
.font-500{
  font-weight: 500;
}
.p-relative{
  position: relative;
}
.overhidden{
  position: relative;
  overflow: hidden;
}
.container{
  max-width: 1480px;
}
.bg-transparent{
  background: transparent !important;
}
.slick-dots{
  display: none;
}
.img-central{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.text-black{
  color:var(--negro);
}
/*slider-home*/
.item-eventos .columna-a{
  flex: 0 0 auto;
  width: 28%;
}
.item-eventos .columna-b{
  flex: 0 0 auto;
  width: 72%;
  padding-right: 0;
}
.item-eventos .box-img{
  position: relative;
  height: 100%;
}
.item-eventos .content-text{
  min-height: 510px;
  position: relative;
  right: 0;
  top: 0;
  width: 550px;
  margin-left: 20px;
  z-index: 5;
  padding: 30px 0 70px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.item-eventos .content-text::before {
  content: '';
  display: block;
  width: 120%;
  height: 130%;
  background: rgba(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 38%, rgba(255,255,255,0.4360337885154062) 100%);
  position: absolute;
  bottom: -50px;
  right: -70%;
  border-top-right-radius: 45%;
  border-bottom-right-radius: 45%;
}
.item-eventos .content-text .box-logo{
  max-width: 460px;
  margin-bottom: 45px;
}
.item-eventos .content-text .text-1{
  color: var(--morado);
  font-size: 28px;
  font-style: italic;
  font-family: 'Aleo';
  font-weight: 700;
  margin-bottom: 15px;
}
.item-eventos .content-text .text-2{
  color: var(--azul);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.item-0{
  padding: 11px 0;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.item-0 p{
  margin: 0;
  text-align: center;
  color: var(--blanco);
  font-size: 15px;
  line-height: 1.2;
}
.item-0 p a {
  color: var(--blanco);
}
.arrow-white img {
  width: 15px;
  height: auto;
}
.arrow-white.left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  padding: 15px 20px;
  z-index: 5;
}
.item-0 p a{
  color: var(--blanco);
}
.arrow-white.right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  padding: 15px 20px;
  z-index: 5;
}
@media (max-width: 1480px){
  .item-eventos .content-text {
    min-height: 480px;
    margin-left: 20px;
  }
  .item-eventos .content-text .box-logo {
    max-width: 420px;
  }
  .item-eventos .content-text .text-1 {
    font-size: 26px;
  }
  .item-eventos .content-text .text-2 {
    font-size: 15px;
  }
  .item-0 p {
    font-size: 13px;
  }
  .item-0 {
    padding: 8px 0;
  }
  .section-slider .arrow-white img {
    width: 11px;
  }
  .section-slider .arrow-white.right,
  .section-slider .arrow-white.left {
    padding: 12px 16px;
  }
}
@media (max-width: 1280px){
  .item-eventos .content-text::before {
    right: -50%;
  }
}
@media (max-width: 1080px){
  .item-eventos .content-text::before {
    right: -40%;
  }
}
@media (max-width: 991px){
  .item-eventos .content-text::before {
    right: -30%;
  }
}
@media (max-width: 880px){
  .item-eventos .content-text::before {
    right: -15%;
  }
}
@media (max-width: 767px){
  .item-eventos .content-text {
    min-height: 510px;
    width: 100%;
    margin-left: 0;
  }
  .item-eventos .columna-a,
  .item-eventos .columna-b{
    width: 100%;
    padding: 0;
  }
  .item-eventos .columna-b{
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0;
  }
  .item-eventos .content-text::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: var(--blanco);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.4360337885154062) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .item-eventos .content-text {
    padding: 30px 20px 70px;
    justify-content: center;
  }
  .item-eventos .content-text .box-logo {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .item-eventos .content-text .text-1,
  .item-eventos .content-text .text-2{
    text-align: center;
  }
  .item-eventos .content-text .text-1 {
    font-size: 24px;
    margin: 15px auto;
    max-width: 600px;
  }
  .item-0 p {
    font-size: 12px;
  }
}
@media (max-width: 550px){
  .item-eventos .content-text {
    padding: 20px 15px;
    min-height: 450px;
  }
  .item-0 p {
    font-size: 14px;
  }
}
@media (max-width: 420px){
  .item-eventos .content-text .box-logo {
    max-width: 300px;
  }
  .item-eventos .content-text .text-1 {
    font-size: 22px;
  }
  .section-slider .arrow-white.right,
  .section-slider .arrow-white.left {
    padding: 5px 10px;
  }
}
@media (max-width: 360px){
  .item-eventos .content-text .box-logo {
    max-width: 250px;
  }
}
/*slider-home*//*slider-home*/


/*section-miembros*//*section-miembros*/
.section-miembros{
  margin-left: -2px;
  margin-right: -2px;
}
.section-miembros .container{
  max-width: 100%;
}
.item-purple{
  display: flex;
  height: 100%;
  align-items: end;
  background-color: var(--morado);
  border-bottom: 3px solid var(--blanco);
  border-right: 2px solid var(--blanco);
}
.item-purple .text .title{
  color: var(--blanco);
  font-family: 'Aleo';
  font-weight: 400;
  font-size: 45px;
  margin-bottom: 20px;
}
.item-purple .text{
  padding: 20px 15px 40px 50px;
}
.item-purple:hover .btn-blue:after{
  right: -5px;
}
.item-purple .text .btn-blue:hover{
  border: 1.5px solid var(--blanco);
}
.btn-blue{
  color: var(--blanco);
  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;
}
.btn-blue:hover{
  color: var(--azul-oscuro);
  background-color: var(--blanco);
}
.btn-blue:after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 14px;
  background-image: url(../../assets/img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
  right: 0;
  margin-left: 10px;
  transition: all 0.3s;
}
.btn-blue:hover:after{
  right: -5px;
  background-image: url(../../assets/img/arrow-blue.svg);
}
.item-miembros{
  position: relative;
  border-left: 2px solid var(--blanco);
  border-right: 2px solid var(--blanco);
  border-bottom: 3px solid var(--blanco);
  transition: all 0.3s;
  height: 100%;
}
.item-miembros::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--azul);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s;
}
.item-miembros:hover::before{
  opacity: 0.5;
}
.item-miembros .content{
  position: relative;
  padding: 35px 25px 20px 25px;
  min-height: 290px;
  z-index: 3;
  transition: all 0.3s;
}
.FilaBoxIco{
  background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, #8347AD 60%);
  position: relative;
  min-height: 50px;
  width: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: 75px;
  text-align: left;
  transition: all 0.3s;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-right: 10px;
}
.FilaBoxIco .BoxIco{
  width: 64px;
  height: 64px;
  border: 3px solid var(--blanco);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -7px;
  /*background-color: var(--azul);*/
}
.FilaBoxIco .BoxIco::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: 3px solid var(--celeste);
  position: absolute;
  border-radius: 100%;
}
.FilaBoxIco .BoxIco .ico{
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
}
.FilaBoxIco p{
  font-size: 16px;
  line-height: 1.2;
}
.item-miembros:hover .FilaBoxIco{
  background: transparent !important;
}
.item-miembros .text{
  display: flex;
  min-height: 140px;
  align-items: center;
  max-width: 250px;
  padding: 10px 0 15px;
}
.item-miembros .text p{
  font-size: 20px;
  color: var(--blanco);
  line-height: 1.2;
  margin: 0;
}
.item-miembros .content .parrafo-line{
  opacity: 0;
}
.parrafo-line{
  color: var(--blanco)!important;
  font-size: 14px;
  position: relative;
}
.parrafo-line:after{
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  border-bottom: 1.5px solid var(--blanco);
  transition: transform .3s, opacity .3s;
}
.parrafo-line:hover:after{
  opacity: 1;
  transform: scale(1, 1);
}

.item-miembros .arrow{
  width: 50px;
  height: auto;
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 3;
  transition: all 0.3s;
}
.item-miembros .arrow.mobil{
  display: none;
}
.item-miembros:hover .arrow.desktop{
  display: none;
}
.item-miembros:hover .arrow.mobil{
  display: block;
}
.item-miembros:hover .content .parrafo-line{
  opacity: 1;
}
@media (max-width: 1480px){
  .item-purple .text {
    padding: 20px 15px 40px 30px;
  }
  .item-purple .text .title {
    font-size: 42px;
  }
  .item-miembros .arrow {
    width: 40px;
  }
  .item-miembros .content {
    padding: 25px 25px 25px 25px;
    min-height: 270px;
  }
  .btn-blue {
    font-size: 16px;
  }
  .parrafo-line {
    font-size: 12px;
  }
}
@media (max-width: 1180px){
  .section-miembros .row{
    justify-content: center;
  }
  .section-miembros .col-3 {
    width: 33.33333333%;
  }
}
@media (max-width: 991px){
  .section-miembros .col-3 {
    width: 50%;
  }
  .item-purple .text .title {
    font-size: 38px;
  }
}
@media (max-width: 767px){
  .section-miembros {
    margin-left: 0;
    margin-right: 0;
  }
  .item-miembros .text {
    min-height: 110px;
  }
  .item-miembros .content {
    min-height: 240px;
  }
  .item-purple .text .title {
    font-size: 36px;
  }
}
@media (max-width: 600px){
  .item-miembros .content {
    padding: 25px 15px 15px 15px;
  }
  .item-miembros .text p {
    font-size: 18px;
  }
  .item-miembros .arrow {
    width: 35px;
    right: 20px;
  }
  .item-purple .text .title {
    font-size: 34px;
  }
  .item-purple .text {
    padding: 20px 15px 30px;
  }
  .item-purple .btn-blue {
    font-size: 14px;
  }
}
@media (max-width: 490px){
  .section-miembros .col-3 {
    width: 100%;
  }
  .item-miembros .text {
    min-height: 120px;
  }
  .item-miembros::before{
    opacity: 0.5;
  }
  .item-miembros .arrow.desktop{
    display: block;
    right: 40px;
  }
  .item-miembros .arrow.mobil{
    display: none;
  }
  .item-miembros .content .parrafo-line {
    opacity: 1;
  }
  .item-purple {
    border-right: 0;
    min-height: 240px;
  }
  .item-purple .text {
    padding: 20px 15px 30px 40px;
  }
  .item-miembros {
    border-left: 5px solid var(--blanco);
    border-right: 5px solid var(--blanco);
    border-bottom: 5px solid var(--blanco);
  }
  .item-miembros .content {
    padding: 25px 25px;
  }
  .item-purple .btn-blue {
    font-size: 16px;
  }
}
@media (max-width: 400px){
  .item-purple .text {
    padding: 20px 15px 30px 25px;
  }
  .item-miembros .content {
    padding: 25px 15px;
  }
  .item-miembros .arrow.desktop {
    right: 30px;
  }
  .item-miembros .text p {
    font-size: 20px;
  }
}
/*section-miembros*//*section-miembros*/


/*section-mapa*//*section-mapa*/
.section-mapa{
  padding: 80px 0 100px;
}
.section-mapa .box-img{
  padding-bottom: 30px;
}
.section-mapa .content-text{
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
.section-mapa .content-text.inferior{
  padding-bottom: 50px;
}
.section-mapa .content-text .titulo-46{
  margin-bottom: 55px;
  text-align: center;
}
.titulo-46{
  font-size: 46px;
  font-family: 'Aleo';
  color: var(--azul);
  line-height: 1;
}
.section-mapa .box-bottom{
  max-width: 315px;
  margin: 0 auto;
  background-color: var(--morado-oscuro);
  border-radius: 10px;
  padding: 22px 25px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.section-mapa .box-bottom .number{
  color: var(--blanco);
  text-align: center;
  font-size: 48px;
  line-height: 1;
}
.section-mapa .box-bottom .number span{
  font-weight: 400;
}
.section-mapa .box-bottom .number span:nth-child(1){
  position: relative;
  top: -4px;
  left: 0;
}
.section-mapa .box-bottom p{
  font-size: 24px;
  color: var(--blanco);
  text-align: center;
  margin: 0;
  line-height: 1;
}
.section-mapa .nivel-2{
  position: relative;
  z-index: 3;
  padding-top: 25px;
}
.decoracion-left{
  position: absolute;
  bottom: -60px;
  left: 11%;
  width: 600px;
  height: 600px;
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background-image: url(../../assets/img/fondo-ovalada-gris.png);
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 1480px){
  .titulo-46{
    font-size: 42px;
  }
  .section-mapa {
    padding: 80px 0;
  }
  .section-mapa .box-bottom .number {
    font-size: 44px;
  }
}
@media (max-width: 1450px){
  .decoracion-left {
      left: 9%;
      width: 480px;
      height: 480px;
  }
}
@media (max-width: 1220px){
  .decoracion-left {
      width: 400px;
      height: 400px;
  }
}
@media (max-width: 1180px){
  .titulo-46{
    font-size: 38px;
  }
  .section-mapa .box-bottom .number {
    font-size: 42px;
  }
}
@media (max-width: 991px){
  .titulo-46{
    font-size: 36px;
  }
  .section-mapa {
    padding: 60px 0;
  }
  .section-mapa .box-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    max-width: 280px;
    padding: 20px 15px;
  }
  .section-mapa .box-bottom .number {
    font-size: 38px;
  }
  .section-mapa .box-bottom p {
    font-size: 22px;
  }
}
@media (max-width: 767px){
  .decoracion-left{
    display: none;
  }
  .section-mapa .content-text .titulo-46{
    text-align: center;
  }
  .section-mapa {
    padding: 40px 0;
  }
  .section-mapa .box-bottom .number {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  .titulo-46{
    font-size: 34px;
  }
}
/*section-mapa*//*section-mapa*/


/*section-text*//*section-text*/
.section-text{
  position: relative;
}
.section-text::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--azul);
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.section-text .row{
  min-height: 700px;
  align-items: center;
}
.section-text .content-text{
  text-align: center;
  position: relative;
  z-index: 3;
  max-width: 930px;
  margin: 0 auto;
  padding: 20px 15px;
}
.section-text .content-text *{
  color: var(--blanco);
}
.section-text .content-text .title{
  font-weight: 400;
  font-size: 46px;
  margin-bottom: 50px;
}
.section-text .content-text p{
  font-size: 36px;
  line-height: 1.3;
}
@media (max-width: 1480px){
  .section-text .row {
    min-height: 600px;
  }
  .section-text .content-text p {
    font-size: 34px;
  }
  .section-text .content-text .title {
    font-size: 42px;
  }
  .section-text.box_secondary_banner {
    min-height: 620px;
  }
}
@media (max-width: 1180px){
  .section-text .row {
    min-height: 550px;
  }
  .section-text .content-text .title {
    font-size: 38px;
  }
  .section-text .content-text p {
    font-size: 30px;
  }
}
@media (max-width: 991px){
  .section-text .content-text .title {
    font-size: 36px;
  }
  .section-text .content-text p {
    font-size: 28px;
  }
}
@media (max-width: 550px){
  .section-text .content-text .title {
    font-size: 34px;
  }
  .section-text .content-text p {
    font-size: 26px;
  }
  .section-text .row {
    min-height: 500px;
    align-items: end;
  }
}
@media (max-width: 480px){
  .section-text .content-text {
    padding: 20px 0;
  }
}
@media (max-width: 380px){
  .section-text .row {
    min-height: 450px;
  }
  .section-text .content-text .title {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .section-text .content-text p {
    font-size: 22px;
  }
  .section-text.box_secondary_banner {
    min-height: 550px;
  }
}
@media (max-width: 340px){
  .section-text .content-text p {
    font-size: 20px;
  }
  .section-text .content-text .title {
    font-size: 28px;
  }
}
/*section-text*//*section-text*/


/*section-portada*//*section-portada*/
.section-portada::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--azul);
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.container-1410{
  max-width: 1410px;
}
.section-portada .text{
  min-height: 580px;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: end;
}
.section-portada .title{
  color: var(--azul);
  font-size: 62px;
  background-color: var(--blanco);
  padding: 15px 12px 12px;
  margin: 0;
  line-height: 1;
  font-family: 'Aleo';
}
@media (max-width: 1480px){
  .section-portada .text {
    min-height: 520px;
  }
  .section-portada .title {
    font-size: 56px;
  }
}
@media (max-width: 1280px){
  .section-portada .text {
    min-height: 480px;
  }
  .section-portada .title {
    font-size: 52px;
  }
}
@media (max-width: 991px){
  .section-portada .text {
    min-height: 420px;
  }
  .section-portada .title {
    font-size: 48px;
  }
}
@media (max-width: 767px){
  .section-portada .text {
    min-height: 380px;
    justify-content: center;
  }
  .section-portada .title {
    font-size: 42px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 580px){
  .section-portada .title{
    text-align: center;
  }
}
@media (max-width: 480px){
  .section-portada .title {
    font-size: 38px;
  }
}
@media (max-width: 400px){
  .section-portada .title {
    padding: 12px 5px;
  }
  .section-portada .text {
    min-height: 350px;
  }
}
@media (max-width: 340px){
  .section-portada .text {
    min-height: 300px;
  }
  .section-portada .title {
    font-size: 32px;
  }
}
/*section-portada*//*section-portada*/



/*section-nosotros*//*section-nosotros*/
.section-nosotros .columna-a{
  flex: 0 0 auto;
  width: 78%;
  padding: 0;
}
.section-nosotros .columna-b{
  flex: 0 0 auto;
  width: 22%;
  padding: 0;
}
.item-nosotros{
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.item-nosotros .content{
  position: relative;
  z-index: 3;
  padding: 80px 0;
}
.item-nosotros .col-left{
  flex: 0 0 auto;
  width: 45%;
  padding-left: 0;
}
.item-nosotros .col-right{
  flex: 0 0 auto;
  width: 55%;
}
.item-nosotros .box-img{
  position: relative;
  max-width: 100%;
  padding-top: 108%;
}
.item-nosotros::before {
    content: '';
    display: block;
    width: 170vh;
    height: 100%;
    background-color: var(--blanco);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.section-nosotros .list-item .item-nosotros:nth-child(even)::before{
  background-color: var(--azul);
}
.item-nosotros .content-text{
  padding: 0 15px;
  max-width: 430px;
  margin: 0 auto;
}
.item-nosotros .content-text .box-center{
  display: flex;
  min-height: 410px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.item-nosotros .content-text .box-center h2{
  margin-bottom: 45px;
  font-family: 'Aleo';
  font-weight: 500;
  font-size: 38px;
}
.item-nosotros .btn-blue{
  font-size: 14px;
}
.item-nosotros .box-center h2{
  color: var(--azul);
}
.section-nosotros .list-item .item-nosotros:nth-child(even) .box-center *{
  color: var(--blanco);
}
.content-standar-blue p{
  color: var(--azul-oscuro);
}
.content-standar-blue a{
  color:  var(--azul-oscuro);
  text-decoration: underline;
  font-weight: 600;
}
.content-standar-blue ul,
.content-standar-blue ol{
  padding: 0 0 0 25px;
  color:  var(--azul-oscuro);
}
.content-standar-blue ul li,
.content-standar-blue ol li{
  margin: 5px 0;
  line-height: 1.6;
}
.content-standar-blue strong,
.content-standar-blue strong a,
.content-standar-blue strong span{
  font-weight: 600;
}
.content-standar-blue img{
  max-width: 100%;
  height: auto;
}
.content-standar-blue h1,
.content-standar-blue h2,
.content-standar-blue h3,
.content-standar-blue h4,
.content-standar-blue h5,
.content-standar-blue h6{
  color: var(--azul-oscuro);
  font-family: 'Aleo';
  font-weight: 800;
}

.ancla-nosotros{
  position: relative;
  top: -80px;
}
@media (max-width: 1480px){
  .item-nosotros .content-text .box-center h2{
    font-size: 36px;
    margin-bottom: 25px;
  }
  .item-nosotros .content-text .box-center {
    margin-bottom: 10px;
  }
  .item-nosotros .box-img {
    padding-top: 103%;
  }
}
@media (max-width: 1280px){
  .item-nosotros .content {
    padding: 60px 0;
  }
  .item-nosotros .content-text .box-center {
    min-height: 380px;
  }
}
@media (max-width: 1150px){
  .item-nosotros .content-text .box-center {
    min-height: 300px;
  }
}
@media (max-width: 1080px){
  .item-nosotros .content-text {
    padding-left: 0;
  }
  .item-nosotros .content-text .box-center h2 {
    font-size: 32px;
  }
  .section-nosotros,
  .section-single-x1{
    overflow: hidden;
  }
  .section-nosotros .columna-a,
  .section-single-x1 .columna-a{
    width: 100%;
  }
  .section-nosotros .columna-b,
  .section-single-x1 .columna-b{
    display: none;
  }
  .item-nosotros::before {
    right: -15px;
  }
  .item-nosotros .content-text .box-center {
    min-height: 350px;
  }
  .item-nosotros::before{
    width: 150%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    right: 50%;
    bottom: auto;
    top: 50%;
  }
}
@media (max-width: 991px){
  .item-nosotros .content-text .box-center {
    min-height: 280px;
  }
}
@media (max-width: 767px){
  .item-nosotros .content {
    padding: 40px 0;
  }
  .item-nosotros .content-text .box-center h2 {
    font-size: 26px;
    text-align: center;
  }
  .item-nosotros .content-text .box-center h2 br{
    display: none;
  }
  .item-nosotros .col-left,
  .item-nosotros .col-right {
    width: 100%;
    padding: 0 15px;
  }
  .item-nosotros .box-img {
    padding-top: 70%;
    max-width: 100%;
  }
  .item-nosotros .content-text .box-center {
    min-height: auto;
  }
  .item-nosotros {
    max-width: 550px;
    margin: 0 auto;
  }
  .item-nosotros .content-text {
    padding: 15px 15px 0;
    max-width: 100%;
  }
  .item-nosotros .btn-blue {
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 550px){
  .item-nosotros .col-left,
  .item-nosotros .col-right {
    padding: 0;
  }
}
@media (max-width: 400px){
  .item-nosotros .content-text {
    padding: 15px 10px 0;
  }
  .item-nosotros .content-text .box-center h2 {
    font-size: 24px;
  }
}
/*section-nosotros*//*section-nosotros*/


/*section-contacto*//*section-contacto*/
.section-contacto{
  background-color: var(--azul-oscuro);
  min-height: 80px;
  display: flex;
  align-items: center;
}
.section-contacto .title{
  color: var(--blanco);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.section-contacto .list-right li{
  display: inline-block;
  margin-left: 70px;
}
.section-contacto .list-right li span{
  color: var(--blanco);
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 45px;
}
.section-contacto .list-right li span:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 24px;
  background-image: url(../../assets/img/ico-msn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
.section-contacto .list-right li span.ico-cell{
  padding-left: 35px;
}
.section-contacto .list-right li span.ico-cell:before{
  background-image: url(../../assets/img/ico-tel.svg);
  width: 26px;
}
@media (max-width: 1480px){
  .section-contacto {
    min-height: 70px;
  }
  .section-contacto .title {
    font-size: 22px;
  }
  .section-contacto .list-right li span {
    font-size: 18px;
  }
  .section-contacto .list-right li span:before {
    width: 28px;
    height: 20px;
  }
}
@media (max-width: 991px){
  .section-contacto .list-right li {
    margin-left: 40px;
  }
}
@media (max-width: 767px){
  .section-contacto{
    min-height: auto;
    padding: 20px 0 15px;
  }
  .section-contacto .d-flex{
    display: block!important;
  }
  .section-contacto .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .section-contacto .list-right li {
    display: block;
    margin: 8px 0;
    text-align: center;
  }
  .section-contacto .list-right li span:before {
    top: 2px;
  }
}
@media (max-width: 400px){
  .section-contacto .list-right li span {
    font-size: 16px;
  }
  .section-contacto .list-right li span:before {
    width: 22px;
    height: 18px;
    top: 3px;
  }
  .section-contacto .list-right li span.ico-cell {
    padding-left: 28px;
  }
  .section-contacto .list-right li span {
    padding-left: 35px;
  }
}
/*section-contacto*//*section-contacto*/

/*section-professional*/
.section-professional{
  padding: 90px 0 100px;
  background: #fff !important;
}
.section-professional .ico-fondo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: auto;
  height: 735px;
}
.section-professional .box-title{
  position: relative;
  z-index: 5;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.section-professional .btn-blue {
  color: var(--azul);
  background-color: var(--blanco);
  border: 1px solid var(--blanco);
}
.section-professional .btn-blue:after {
  background-image: url(../../assets/img/arrow-blue.svg);
  top: 1px;
}
.section-professional .box-title .subtitulo{
  margin: 0;
  color: var(--azul);
  font-weight: 700;
  font-size: 30px;
}
.section-professional .box-title .titulo-50{
  padding: 50px 0 45px;
  font-size: 40px;
}
.section-professional .box-title .titulo-50 span{
  font-family: 'Aleo';
  position: relative;
}
.section-professional .box-title .titulo-50 span::before {
  content: '';
  display: block;
  width: 95%;
  height: 2px;
  background-color: var(--blanco);
  position: absolute;
  bottom: 8px;
  left: 0;
}
.section-professional .box-width{
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}
.section-professional .box-width .arrow-white.left{
  left: -9%;
}
.section-professional .box-width .arrow-white.right{
  right: -9%;
}
.section-professional .box-width .arrow-white.left,
.section-professional .box-width .arrow-white.right {
  top: 50%;
}
.section-professional .box-width .arrow-white img {
  width: 50px;
}
.section-professional .box-width .slider-members li{
  padding: 0 8px;
}
.item-members{
  position: relative;
  transition: all 0.3s;
  max-width: 360px;
  margin: 15px auto;
}
.item-members::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,#00B0F0 0%,rgba(0, 176, 240, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s;
}
.section-professional .box-width .slider-members li .item-members::before {
  background-color: var(--morado);
}
.item-members .content {
  position: relative;
  padding: 35px 90px 35px 35px;
  min-height: 250px;
  z-index: 3;
  transition: all 0.3s;
}
.item-members .content .ico {
  width: 50px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.item-members .text {
  display: flex;
  min-height: 120px;
  align-items: end;
  max-width: 250px;
  padding: 10px 0 15px;
}
.item-members .text p {
  font-size: 20px;
  font-weight: 500;
  color: var(--blanco);
  line-height: 1.2;
  margin: 0;
}
.item-members .arrow {
  width: 40px;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  transition: all 0.3s;
}
.item-members .arrow.mobil{
  display: none;
}
.slider-members .link-btn:hover .arrow.desktop{
  display: none;
}
.slider-members .link-btn:hover .arrow.mobil{
  display: block;
}
.item-members:hover::before {
  opacity: 0.3;
}
.section-professional .item-members{
    overflow: hidden;
    border-radius: 15px;
    max-width: 250px;
}
@media (max-width: 1480px){
  .section-professional {
    padding: 80px 0;
  }
  .section-professional .ico-fondo {
    height: 680px;
  }
  .section-professional .box-width {
    max-width: 1150px;
  }
  .section-professional .box-width .arrow-white img {
    width: 40px;
  }
  .section-professional .box-width .arrow-white.left {
    left: -7%;
  }
  .section-professional .box-width .arrow-white.right {
    right: -7%;
  }
  .item-members .content {
    padding: 35px 80px 35px 35px;
  }
  .item-members .arrow {
    width: 45px;
    bottom: 30px;
  }
  .section-professional .box-width .arrow-white.left,
  .section-professional .box-width .arrow-white.right{
    padding: 5px;
  }
  .section-professional .box-title .subtitulo {
    font-size: 30px;
  }
}
@media (max-width: 1320px){
  .section-professional .box-width {
    max-width: 1100px;
  }
}
@media (max-width: 1280px){
  .section-professional .box-title .titulo-50 {
    text-align: center;
    padding: 40px 0 38px;
  }
  .section-professional .box-title .subtitulo {
    font-size: 28px;
  }
}
@media (max-width: 1250px){
  .section-professional .box-width {
    max-width: 1000px;
  }
}
@media (max-width: 1180px){
  .section-professional .box-width {
    max-width: 950px;
    margin-top: 50px;
  }
}
@media (max-width: 1100px){
  .section-professional .box-width {
    max-width: 780px;
  }
}
@media (max-width: 1080px){
  .section-professional .ico-fondo {
    height: 600px;
  }
}
@media (max-width: 991px){
  .section-professional .box-title .titulo-50 {
    font-size: 38px;
  }
  .section-professional .box-title .subtitulo {
    font-size: 24px;
  }
  .section-professional .box-title .titulo-50 span::before {
    bottom: 5px;
  }
}
@media (max-width: 920px){
  .section-professional .box-width {
    max-width: 700px;
  }
  .section-professional .ico-fondo {
    height: 500px;
  }
}
@media (max-width: 820px){
  .section-professional .box-width {
    max-width: 650px;
  }
}
@media (max-width: 767px){
  .section-professional {
    padding: 60px 0;
  }
  .section-professional .box-width {
    max-width: 500px;
  }
  .section-professional .box-title .titulo-50 {
    font-size: 32px;
    padding: 30px 0 35px;
  }
  .section-professional .box-title .subtitulo {
    font-size: 21px;
  }
}
@media (max-width: 600px){
  .section-professional .box-width {
    max-width: 425px;
  }
  .section-professional .ico-fondo {
    height: 450px;
  }
}
@media (max-width: 500px){
  .section-professional .box-width .arrow-white.left {
    left: 0;
  }
  .section-professional .box-width .arrow-white.right {
    right: 0;
  }
}
@media (max-width: 420px){
  .section-professional .ico-fondo {
    height: 380px;
  }
  .section-professional .box-title .subtitulo {
    font-size: 20px;
  }
  .section-professional .box-title .titulo-50 {
    font-size: 28px;
  }
  .section-professional .box-width .slider-members li {
    padding: 0 15px;
  }
  .section-professional .box-width .arrow-white.left {
    left: -8px;
  }
  .section-professional .box-width .arrow-white.right {
    right: -8px;
  }
  .item-members {
    margin: 0 auto;
  }
}
@media (max-width: 380px){
  .item-members .arrow {
    width: 40px;
    bottom: 25px;
    right: 25px;
  }
  .item-members .content {
    padding: 30px 65px 30px 30px;
  }
}
@media (max-width: 360px){
  .section-professional .ico-fondo {
    height: 340px;
  }
  .section-professional .box-title .titulo-50 {
    padding: 20px 0 30px;
  }
}
@media (max-width: 340px){
  .section-professional .box-title .subtitulo {
    font-size: 18px;
  }
  .section-professional .box-title .titulo-50 {
    font-size: 24px;
  }
  .section-professional .ico-fondo {
    height: 300px;
  }
}
/*section-professional*//*section-professional*/


/*section-portada-x2*//*section-portada-x2*/
.section-portada-x2 .content-x1{
  padding: 0 0 70px;
}
.box-breadcrumbs {
  padding: 15px 0;
}
.box-breadcrumbs ul{
  margin: 0;
  padding: 0;
}
.box-breadcrumbs ul li{
  display: inline-block;
}
.box-breadcrumbs ul li::before {
  display: inline-block;
  padding: 0 5px;
  color: var(--azul-oscuro);
  content: "/";
}
.box-breadcrumbs ul li:nth-child(1)::before{
  display: none;
}
.box-breadcrumbs ul li a{
  color: var(--azul-oscuro);
}
.box-breadcrumbs ul li:nth-last-child(1) a{
  color: var(--azul-oscuro);
  opacity: 0.8;
}
.titulo-62,
.post-type-archive-mec-events h1 {
  font-size: 62px;
  font-family: 'Aleo';
  color: var(--azul);
  line-height: 1;
}
.post-type-archive-mec-events h1 {
  margin: 40px 0;
}
.post-type-archive-mec-events .mec-container {
  overflow: initial;
}
.section-portada-x2 .titulo-62{
  margin: 40px 0 0;
}
.section-portada-x2 .container-100{
  max-width: 100%;
  padding: 0;
}
.section-portada-x2 .box-img{
  position: relative;
  min-height: 510px;
}
.section-portada-x2 .box-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--azul);
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1480px){
  .section-portada-x2 .content-x1 {
    padding: 25px 0 60px;
  }
  .section-portada-x2 .titulo-62 {
    margin: 30px 0 0;
  }
  .section-portada-x2 .box-img {
    min-height: 480px;
  }
  .titulo-62{
    font-size: 56px;
  }
  .box-breadcrumbs ul li a{
    font-size: 14px;
  }
}
@media (max-width: 1280px){
  .titulo-62{
    font-size: 52px;
  }
}
@media (max-width: 1080px){
  .section-portada-x2 .content-x1 {
    padding: 20px 0 40px;
  }
}
@media (max-width: 991px){
  .section-portada-x2 .box-img {
    min-height: 420px;
  }
  .titulo-62{
    font-size: 48px;
  }
}
@media (max-width: 767px){
  .section-portada-x2 .content-x1 {
    padding: 10px 0 30px;
  }
  .section-portada-x2 .box-img {
    min-height: 380px;
  }
  .titulo-62{
    font-size: 42px;
  }
}
@media (max-width: 580px){
  .titulo-62{
    text-align: center;
  }
}
@media (max-width: 480px){
  .section-portada-x2 .content-x1 {
    padding: 0 0 20px;
  }
  .titulo-62{
    font-size: 38px;
  }
}
@media (max-width: 400px){
  .section-portada-x2 .box-img {
    min-height: 350px;
  }
  .box-breadcrumbs ul li a{
    font-size: 12px;
  }
}
@media (max-width: 340px){
  .section-portada-x2 .box-img {
    min-height: 300px;
  }
  .titulo-62{
    font-size: 32px;
  }
}
/*section-portada-x2*//*section-portada-x2*/


/*section-single-x1*//*incluye-5item*/
.section-single-x1 .item-ancla{
  position: relative;
}
.ancla-mission{
  position: absolute;
  top: -80px;
}
.section-single-x1{
  position: relative;
  background-color: #f6f6f7;
}
.section-single-x1 .container{
  position: relative;
  z-index: 3;
}
.section-single-x1 .container-top{
  position: relative;
  z-index: 3;
  max-width: 1410px;
}
.section-single-x1 .titulo,
.section-single-x2 .titulo,
.section-single-x3 .titulo,
.section-single-x4 .titulo{
  color: var(--azul);
  font-family: 'Aleo';
  font-size: 34px;
  font-weight: 400;
}
.section-single-x1 .container,
.section-single-x2 .container{
  max-width: 1150px;
}
.section-single-x1 .box-purple{
  z-index: 3;
}
.section-single-x1.modo-purple::after{
  content: '';
  display: block;
  position: absolute;
  width: 150%;
  height: 22%;
  left: 0;
  bottom: 0;
  background-color: var(--blanco);
  z-index: 1;
}

/*item-x1*//*item-x1*/
.section-single-x1 .item-x1{
  padding: 20px 0;
}
.section-single-x1 .item-x1 .titulo{
  padding-right: 18px;
}
.section-single-x1 .item-x1 .text{
  padding: 40px 20px 30px 0;
}
.section-single-x1 .item-x1 .text .row{
  align-items: center;
  min-height: 200px;
}
.section-single-x1 .item-x1 .content-standar-blue{
  max-width: 720px;
}
.section-single-x1 .box-purple{
  position: relative;
  background-color: var(--morado);
  padding: 30px 35px 25px;
  border-radius: 15px;
}
.section-single-x1 .box-purple *{
  color: var(--blanco);
}
.section-single-x1 .box-purple h4{
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
}
.section-single-x1 .box-purple .box-date{
  max-width: 200px;
}
.section-single-x1 .box-purple .box-date .number{
  color: var(--blanco);
  font-size: 58px;
  line-height: 1;
  margin: 0;
}
.section-single-x1 .box-purple .box-date .number span{
  font-weight: 600;
  font-family: 'Aleo';
}
.section-single-x1 .box-purple .text-0{
  line-height: 1.3;
  margin-top: 10px;
  min-height: 75px;
}
@media (max-width: 1480px){
  .section-single-x1 .box-purple .box-date .number{
    font-size: 52px;
  }
}
@media (max-width: 1280px){
  .section-single-x1 .box-purple .box-date .number{
    font-size: 48px;
  }
}
@media (max-width: 1180px){
  .section-single-x1 .box-purple .box-date .number {
    font-size: 42px;
  }
}
@media (max-width: 1080px){
  .section-single-x1 .box-purple .box-date .number {
    font-size: 38px;
  }
}
@media (max-width: 991px){
  .section-single-x1 .box-purple .box-date .number {
    font-size: 36px;
  }
}
@media (max-width: 767px){
  .section-single-x1 .item-x1 .text .col-4,
  .section-single-x1 .item-x1 .text .col-8{
    width: 100%;
  }
  .section-single-x1 .item-x1 .content-standar-blue {
    max-width: 100%;
  }
  .section-single-x1 .item-x1 .text {
    padding: 20px 0;
  }
  .section-single-x1 .item-x1 .titulo {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .section-single-x1 .box-purple {
    max-width: 580px;
    margin: 0 auto;
  }
  .section-single-x1 .item-x2 .box-duo .content-text .subtitle {
    font-size: 22px;
  }
  .section-single-x1 .item-x1 .text .row {
    min-height: auto;
  }
}
@media (max-width: 550px){
  .section-single-x1 .item-x1 .row .col-auto {
    width: 50%;
  }
  .section-single-x1 .box-purple {
    padding: 25px 20px 20px;
  }
}
@media (max-width: 450px){
  .section-single-x1 .item-x1 .row .col-auto {
    width: 100%;
  }
  .section-single-x1 .box-purple .box-date {
    max-width: 280px;
    margin: 10px auto;
    text-align: center;
  }
  .section-single-x1 .box-purple .text-0 {
    min-height: 50px;
  }
}
@media (max-width: 360px){
  .section-single-x1 .box-purple .box-date .number {
    font-size: 32px;
  }
}
/*item-x1*//*item-x1*/


/*item-x2*//*item-x2*/
.section-single-x2 .item-x2{
  padding: 100px 0;
}
.section-single-x2 .item-x2 .titulo{
  margin-bottom: 60px;
}
.section-single-x2 .item-x2 .col-55 {
  flex: 0 0 auto;
  width: 55%;
  padding: 0 15px 0 0;
}
.section-single-x2 .item-x2 .col-45 {
  flex: 0 0 auto;
  width: 45%;
  padding: 0;
}
.section-single-x2 .item-x2 .box-duo .content-text{
  max-width: 520px;
  border-bottom: 1.5px solid var(--gris-claro);
  padding: 25px 0 10px;
}
.section-single-x2 .item-x2 .box-sticky{
  position: sticky;
  top: 85px;
}
.section-single-x2 .item-x2 .box-img{
  position: relative;
  min-height: auto;
  max-width: 100%;
  padding-top: 72%;
}
.section-single-x2 .item-x2 .box-duo .content-text:nth-last-child(1){
  border-bottom: 0;
}
.section-single-x2 .item-x2 .box-duo .content-text:nth-child(1){
  padding: 0 0 10px;
}
.section-single-x2 .item-x2 .box-duo .content-text .subtitle{
  color: var(--morado);
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1480px){
  .section-single-x2 .item-x2 {
    padding: 80px 0;
  }
}
@media (max-width: 1080px){
  .section-single-x2 .item-x2 .box-img {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 68%;
  }
}
@media (max-width: 991px){
  .section-single-x2 .item-x2 {
    padding: 60px 0;
  }
  .section-single-x2 .item-x2 .titulo {
    margin-bottom: 40px;
  }
}
@media (max-width: 880px){
  .section-single-x2 .item-x2 .box-duo .content-text {
    max-width: 100%;
  }
  .section-single-x2 .item-x2 .col-55,
  .section-single-x2 .item-x2 .col-45 {
    width: 100%;
  }
  .section-single-x2 .item-x2 .box-img {
    max-width: 600px;
    margin-top: 25px;
    padding-top: 50%;
  }
  .section-single-x2 .item-x2 .col-55 {
    padding: 0;
  }
}
@media (max-width: 767px){
  .section-single-x2 .item-x2 {
    padding: 40px 0;
  }
  .section-single-x2 .item-x2 .box-img {
    padding-top: 60%;
  }
  .section-single-x2 .item-x2 .box-duo .content-text .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 400px){
  .section-single-x2 .item-x2 .box-img {
    padding-top: 65%;
  }
  .section-single-x2 .item-x2 .box-duo .content-text .subtitle {
    font-size: 20px;
  }
}
/*item-x2*//*item-x2*/


/*item-x3*//*item-x3*/
.section-single-x3 .item-x3 .titulo{
  max-width: 1120px;
  margin: 0 auto;
}
.section-single-x3{
  background-color: var(--azul);
}
.section-single-x3 .item-x3{
  position: relative;
  padding: 35px 0 45px;
}
.section-single-x3 .item-x3 .titulo{
  color: var(--blanco);
}
.section-single-x3 .item-x3 .titulo,
.section-single-x3 .item-x3 .box-duo-slider{
  position: relative;
  z-index: 3;
}
.section-single-x3 .item-x3 .box-duo-slider .slider-evolution li{
  padding: 0 5px;
}
.section-single-x3 .item-x3 .content-purple{
  background-color: var(--morado);
  max-width: 350px;
  margin: 15px auto;
  border-radius: 15px;
}
.section-single-x3 .item-x3 .content-purple *{
  color: var(--blanco);
}
.section-single-x3 .item-x3 .content-purple .text{
  padding: 20px 35px;
  min-height: 330px;
}
.section-single-x3 .item-x3 .content-purple .text h3{
  font-size: 58px;
  line-height: 1;
  margin-bottom: 25px;
  min-height: 150px;
  display: flex;
  align-items: end;
}
.section-single-x3 .item-x3 .content-purple .content-standar-blue p{
  line-height: 1.2;
}
.section-single-x3 .item-x3 .box-duo-slider{
  max-width: 1250px;
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
}
.section-single-x3 .item-x3 .box-duo-slider .prev-x2 img,
.section-single-x3 .item-x3 .box-duo-slider .next-x2 img{
  width: 12px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.section-single-x3 .item-x3 .box-duo-slider .prev-x2 img{
  position: relative;
  top: -1px;
  left: -2px;
}
.section-single-x3 .item-x3 .box-duo-slider .next-x2 img{
  position: relative;
  top: -1px;
  right: -2px;
}
.section-single-x3 .item-x3 .box-duo-slider .prev-x2{
  position: absolute;
  top: -45px;
  right: 110px;
}
.section-single-x3 .item-x3 .box-duo-slider .next-x2{
  position: absolute;
  top: -45px;
  right: 45px;
}
.section-single-x3 .item-x3 .box-duo-slider .prev-x2,
.section-single-x3 .item-x3 .box-duo-slider .next-x2{
  cursor: pointer;
  background: var(--azul);
  padding: 10px 16px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 1px solid var(--blanco);
}
.section-single-x3 .item-x3 .box-duo-slider .prev-x2:hover,
.section-single-x3 .item-x3 .box-duo-slider .next-x2:hover{
  background: var(--blanco);
}
.section-single-x3 .item-x3 .box-duo-slider .prev-x2:hover img,
.section-single-x3 .item-x3 .box-duo-slider .next-x2:hover img{
  -webkit-filter: none;
  filter: none;
}
.section-single-x3 .item-x3 .box-duo-slider .box-width-x2{
  max-width: 1180px;
  margin: 0 auto;
}
.section-single-x3 .item-x3 .box-number{
  border-bottom: 1.5px solid var(--blanco);
  padding: 12px 0;
  margin: 0 15px;
  max-width: 220px;
  opacity: 0.4;
  cursor: pointer;
}
.section-single-x3 .item-x3 .box-number p{
  font-size: 22px;
  font-weight: 500;
  color: var(--blanco);
  margin: 0;
}
.slider-date-x1 .slick-slide.slick-current .box-number,
.slider-date-x1 .slick-slide.slick-current + .slick-slide .box-number{
  opacity: 1 !important;
}
@media (max-width: 1480px){
  .section-single-x3 .item-x3 .content-purple .text h3 {
    font-size: 54px;
    min-height: 135px;
  }
  .section-single-x3 .item-x3 .content-purple .text {
    min-height: 310px;
  }
  .section-single-x3 .item-x3 .box-duo-slider .prev-x2 img,
  .section-single-x3 .item-x3 .box-duo-slider .next-x2 img {
    width: 12px;
  }
  .section-single-x3 .item-x3 .box-duo-slider .prev-x2,
  .section-single-x3 .item-x3 .box-duo-slider .next-x2 {
    padding: 8px 14px;
  }
  .section-single-x3 .item-x3 .box-number p {
    font-size: 20px;
  }
  .section-single-x3 .item-x3 {
    padding: 60px 0 40px;
  }
}
@media (max-width: 1180px){
  .section-single-x3 .item-x3 .box-duo-slider {
    margin-right: 15px;
  }
}
@media (max-width: 1080px){
  .section-single-x3 .item-x3 .box-duo-slider {
    margin: 0 auto;
    padding: 25px 10px 0;
  }
  .section-single-x3 .item-x3 .content-purple .text h3 {
    font-size: 52px;
  }
}
@media (max-width: 1050px){
  .section-single-x3 .item-x3 .box-duo-slider {
    max-width: 850px;
  }
  .section-single-x3 .item-x3 .box-number {
    margin: 0 auto;
    max-width: 220px;
  }
}
@media (max-width: 850px){
  .section-single-x3 .item-x3 .content-purple .text {
    padding: 15px 25px;
    min-height: 300px;
  }
  .section-single-x3 .item-x3 .content-purple .text h3 {
    min-height: 130px;
  }
}
@media (max-width: 767px){
  .section-single-x3 .item-x3 {
    padding: 40px 0;
  }
  .section-single-x3 .item-x3 .box-number {
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
  }
  .section-single-x3 .item-x3 .box-duo-slider {
    max-width: 580px;
    margin: 0 auto;
  }
  .section-single-x3 .item-x3 .content-purple .text h3 {
    min-height: 100px;
    margin-bottom: 18px;
  }
  .section-single-x3 .item-x3 .content-purple .text {
    min-height: 280px;
  }
  .section-single-x3 .item-x3 .box-duo-slider .next-x2,
  .section-single-x3 .item-x3 .box-duo-slider .prev-x2 {
    top: 45%;
  }
  .section-single-x3 .item-x3 .box-duo-slider .next-x2 {
    right: 20px;
  }
  .section-single-x3 .item-x3 .box-duo-slider .prev-x2 {
    right: auto;
    left: 20px;
  }
}
@media (max-width: 650px){
  .section-single-x3 .item-x3 .box-duo-slider {
    max-width: 500px;
  }
  .section-single-x3 .item-x3 .box-duo-slider .next-x2 {
    right: 0;
  }
  .section-single-x3 .item-x3 .box-duo-slider .prev-x2 {
    left: 0;
  }
}
@media (max-width: 400px){
  .section-single-x3 .item-x3 .box-duo-slider {
    padding: 25px 20px 0;
  }
  .section-single-x3 .item-x3 .box-number p {
    font-size: 18px;
  }
}
@media (max-width: 380px){
  .section-single-x3 .item-x3 .content-purple .text h3 {
    font-size: 38px;
  }
  .section-single-x3 .item-x3 .content-purple .text {
    padding: 12px 20px;
    min-height: 270px;
  }
  .section-single-x3 .item-x3 .box-duo-slider {
    padding: 10px 20px 0;
  }
  .section-single-x3 .item-x3 .box-duo-slider .prev-x2 img,
  .section-single-x3 .item-x3 .box-duo-slider .next-x2 img {
    width: 10px;
    top: -2px;
  }
  .section-single-x3 .item-x3 .box-duo-slider .prev-x2,
  .section-single-x3 .item-x3 .box-duo-slider .next-x2 {
    padding: 6px 12px;
  }
  .section-single-x3 .item-x3 .box-duo-slider .next-x2 {
    right: -2px;
  }
  .section-single-x3 .item-x3 .box-duo-slider .prev-x2 {
    left: -2px;
  }
}
@media (max-width: 340px){
  .section-single-x3 .item-x3 .box-duo-slider {
    padding: 10px 8px 0;
  }
  .section-single-x3 .item-x3 .box-duo-slider .prev-x2 img,
  .section-single-x3 .item-x3 .box-duo-slider .next-x2 img {
    width: 8px;
  }
  .section-single-x3 .item-x3 .box-duo-slider .prev-x2,
  .section-single-x3 .item-x3 .box-duo-slider .next-x2 {
    padding: 2px 10px;
  }
  .section-single-x3 .item-x3 .box-duo-slider .next-x2 {
    right: -4px;
  }
  .section-single-x3 .item-x3 .box-duo-slider .prev-x2 {
    left: -4px;
  }
}
/*item-x3*//*item-x3*/


/*item-x4*//*item-x4*/
.section-single-x4 .titulo{
  margin-bottom: 20px;
  width: 100%;
}
.section-single-x4 .container{
  max-width: 100%;
}
.section-single-x4 .item-x4{
  position: relative;
  overflow: hidden;
  max-width: 1130px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  min-height: 600px;
  align-items: center;
  justify-content: center;
}
.section-single-x4 .ico-fondo {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0, -50%);
  width: auto;
  height: 730px;
}
.section-single-x4 .item-x4 .content{
  position: relative;
  z-index: 4;
  width: 100%;
}
.section-single-x4 .item-x4 .text{
  display: table;
  padding-top: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 75%;
}
.section-single-x4 .item-x4 .text p{
  font-size: 25px;
  color: var(--azul);
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1480px){
  .section-single-x1 .titulo,
  .section-single-x2 .titulo,
  .section-single-x3 .titulo,
  .section-single-x4 .titulo{
    font-size: 32px;
  }
  .section-single-x4 .item-x4 .text p {
    font-size: 24px;
  }
  .section-single-x4 .item-x4{
    min-height: 500px;
  }
  .section-single-x4 .ico-fondo {
    height: 680px;
  }
}
@media (max-width: 1280px){
  .section-single-x4 .item-x4 {
    padding: 60px 0;
  }
  .section-single-x4 .ico-fondo {
    height: 550px;
  }
}
@media (max-width: 991px){
  .section-single-x1 .titulo,
  .section-single-x2 .titulo,
  .section-single-x3 .titulo,
  .section-single-x4 .titulo{
    font-size: 28px;
  }
  .section-single-x4 .item-x4 .text p {
    font-size: 22px;
  }
  .section-single-x4 .item-x4{
    min-height: 400px;
  }
}
@media (max-width: 767px){
  .section-single-x4 .ico-fondo {
    height: 450px;
  }
  .section-single-x4 .item-x4 {
    padding: 40px 0;
  }
  .section-single-x4 .item-x4 .text {
    max-width: 85%;
  }
}
@media (max-width: 550px){
  .section-single-x4 .item-x4 .text {
    max-width: 90%;
  }
}
@media (max-width: 400px){
  .section-single-x4 .ico-fondo {
    height: 350px;
  }
}
@media (max-width: 360px){
  .section-single-x1 .titulo,
  .section-single-x2 .titulo,
  .section-single-x3 .titulo,
  .section-single-x4 .titulo{
    font-size: 24px;
  }
  .section-single-x4 .item-x4 .text p {
    font-size: 20px;
  }
}
@media (max-width: 340px){
  .section-single-x4 .ico-fondo {
    height: 300px;
  }
}
/*item-x4*//*item-x4*/


/*item-x5*//*item-x5*/
.section-others{
  background-color: var(--azul);
  position: relative;
  padding: 30px 0;
  z-index: 1;
  overflow: hidden;
}
.section-others .container{
  max-width: 1160px;
}
.section-others .col-a{
  flex: 0 0 auto;
  width: 40%;
  padding: 0;
}
.section-others .col-b{
  flex: 0 0 auto;
  width: 60%;
  padding: 0;
}
.section-others .title{
  color: var(--blanco);
  font-family: 'Aleo';
  font-size: 34px;
  display: flex;
  align-items: center;
  min-height: 100%;
  font-weight: 400;
  padding-right: 20px;
  padding-left: 70px;
}
.section-others .list-right li{
  display: block;
}
.section-others .box-width{
  max-width: 600px;
}
.item-document{
  border-radius: 10px;
  background-color: var(--celeste);
  padding: 20px 30px;
  margin: 25px 0;
}
.item-document .content{
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-document .subtitle{
  position: relative;
  margin: 0 10px 0 0;
  padding-left: 50px;
  color: var(--blanco);
  font-weight: 300;
  font-size: 28px;
}
.item-document .subtitle:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 35px;
  background-image: url(../../assets/img/ico-document.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 1480px){
  .section-others .title {
    font-size: 32px;
  }
  .item-document .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 1280px){
  .item-document .subtitle {
    font-size: 24px;
  }
  .item-document {
    padding: 15px 25px;
    margin: 20px 0;
  }
}
@media (max-width: 1080px){
  .section-others .title {
    padding-left: 15px;
  }
}
@media (max-width: 991px){
  .section-others .col-a,
  .section-others .col-b {
    width: 100%;
  }
  .section-others .box-width {
    margin: 0 auto;
  }
  .section-others .title {
    padding: 0;
    text-align: center;
    margin: 10px auto;
    display: table;
    font-size: 28px;
  }
  .item-document .subtitle {
    font-size: 22px;
  }
  .item-document .subtitle:before {
    width: 25px;
    height: 28px;
  }
  .item-document .subtitle {
    padding-left: 35px;
  }
}
@media (max-width: 550px){
  .item-document {
    padding: 12px 15px;
  }
  .item-document .subtitle {
    font-size: 20px;
  }
  .select-custom .select2-container .select2-selection--single .select2-selection__rendered {
    width: 160px;
    font-size: 14px;
  }
}
@media (max-width: 450px){
  .select-custom .select2-container .select2-selection--single .select2-selection__rendered {
    width: 150px;
  }
}
@media (max-width: 400px){
  .item-document .select-custom{
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .item-document .select-custom .select2{
    width: 100%!important;
  }
  .section-others .title br{
    display: none;
  }
}
/*item-x5*//*item-x5*/


/*select-custom*/
.select-custom .select2-container--default .select2-selection--single {
  border-radius: 5px;
  padding: 0;
  border: 0;
  height: 40px;
}
.select-custom .select2-container--default .select2-selection--single .select2-selection__arrow{
  opacity: 0;
}
.select-custom{
  position: relative;
  z-index: 1;
}
.select-custom:after{
  display: inline-block;
  position: absolute;
  content: "\f107";
  margin-left: 10px;
  top: 14px;
  transition: all 0.3s;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  pointer-events: none;
  right: 8px;
  z-index: 99;
}
.select-custom .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: var(--azul-oscuro);
  padding: 6px 25px 6px 10px;
  width: 180px;
}
.select-custom .select2{
  margin: 5px 0;
  z-index: 5;
}
.select2-container--open .select2-dropdown{
  border: 0;
  position: relative;
  z-index: 3;
}
/*select-custom*/


/*section-contacto-x2*//*section-contacto-x2*/
.section-contacto-x2{
  background-color: #f1f2f3;
  padding: 60px 0 120px;
}
.section-contacto-x2 .columna-a{
  flex: 0 0 auto;
  width: 42%;
}
.section-contacto-x2 .columna-b{
  flex: 0 0 auto;
  width: 58%;
}
.section-contacto-x2 .box-title{
  margin-bottom: 60px;
}
.section-contacto-x2 .content-text{
  margin-right: 20px;
}
.section-contacto-x2 .content-text .subtitle{
  color: var(--azul-oscuro);
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
}
.section-contacto-x2 .box-contacto{
  background-color: var(--morado-oscuro);
  border-radius: 20px;
  padding: 35px 20px;
}
.section-contacto-x2 .box-contacto .title{
  color: var(--blanco);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
}
.inner-input input {
  color: var(--blanco);
  font-size: 16px;
  font-weight: 300;
  border: 0;
  border-bottom: 1.5px solid var(--blanco);
  background-color: transparent;
  height: 35px;
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.inner-input label,
.inner-text label{
  width: 100%;
  color: var(--blanco);
  font-size: 16px;
  font-weight: 300;
}
.section-contacto-x2 .box-contacto .content-borde{
  border: 1.5px solid var(--blanco);
  margin: 35px 0;
  padding: 20px 25px 10px;
}
.inner-text textarea {
  color: var(--blanco);
  font-size: 16px;
  font-weight: 300;
  border: 0;
  background-color: transparent;
  height: 110px;
  padding: 5px 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.section-contacto-x2 .box-contacto .justify-content-between{
  align-items: center;
}
.section-contacto-x2 .box-contacto .box-duo .btn-x1{
  color: var(--azul-oscuro);
  background-color: var(--blanco);
  border: 1.2px solid var(--blanco);
  font-size: 14px;
  padding: 7px 12px;
  display: table;
  max-width: 80px;
  text-align: center;
  border-radius: 7px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 1480px){
  .section-contacto-x2 {
    padding: 60px 15px 100px;
  }
}
@media (max-width: 991px){
  .section-contacto-x2 .box-contacto {
    padding: 35px 10px;
  }
  .section-contacto-x2 {
    padding: 40px 15px 80px;
  }
}
@media (max-width: 850px){
  .section-contacto-x2 .box-contacto {
    padding: 35px 25px;
    margin-top: 20px;
  }
  .section-contacto-x2 .columna-a,
  .section-contacto-x2 .columna-b {
    width: 100%;
  }
}
@media (max-width: 767px){
  .section-contacto-x2 .box-contacto .col-md-6{
    width: 50%;
  }
  .section-contacto-x2 {
    padding: 40px 15px 60px;
  }
  .section-contacto-x2 .box-contacto .title {
    font-size: 22px;
  }
  .section-contacto-x2 .content-text .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 550px){
  .section-contacto-x2 .box-contacto .col-md-6{
    width: 100%;
  }
  .section-contacto-x2 .box-contacto {
    padding: 35px 10px;
  }
  .section-contacto-x2 {
    padding: 40px 0;
  }
  .section-contacto-x2 .box-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 400px){
  .section-contacto-x2 .box-contacto .content-borde {
    padding: 20px 15px 10px;
  }
  .box-contacto .box-duo {
    text-align: center;
  }
  .section-contacto-x2 .box-contacto .box-duo .wpcf7-submit {
    float: unset!important;
    margin: 0 auto;
    display: table;
    margin-top: 26px;
  }
}
@media (max-width: 360px){
  .section-contacto-x2 .box-contacto {
    padding: 28px 5px;
  }
  .section-contacto-x2 .box-contacto .title,
  .section-contacto-x2 .content-text .subtitle {
    font-size: 20px;
  }
  .inner-input label,
  .inner-text label {
    font-size: 14px;
  }
}
/*section-contacto-x2*//*section-contacto-x2*/


.title-fondo-blue{
  background-color: var(--azul);
  font-size: 52px;
  color: var(--blanco);
  font-family: 'Aleo';
  display: table;
  padding: 15px 15px 10px;
  line-height: 1;
}
@media (max-width: 1480px){
  .title-fondo-blue{
    font-size: 48px;
  }
}
@media (max-width: 991px){
  .title-fondo-blue{
    font-size: 42px;
  }
}
@media (max-width: 767px){
  .title-fondo-blue{
    font-size: 38px;
  }
}
@media (max-width: 360px){
  .title-fondo-blue {
    font-size: 32px;
  }
}


/*section-text-x2*//*section-text-x2*/
.section-text-x2{
  background: rgba(100, 58, 137);
  background: linear-gradient(140deg, rgba(100, 58, 137, 1) 0%, rgba(100, 58, 137, 1) 20%, rgba(14, 43, 141, 1) 100%);
}
.section-text-x2 .ico-fondo {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0, -50%);
  width: auto;
  height: 400px;
}
.section-text-x2 .row{
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.section-text-x2 .box-text{
  padding: 20px 0;
  max-width: 780px;
  position: relative;
  z-index: 5;
}
.section-text-x2 .box-text p{
  font-size: 32px;
  color: var(--blanco);
  line-height: 1.3;
  font-weight: 300;
}
@media (max-width: 1480px){
  .section-text-x2 .box-text p {
    font-size: 30px;
  }
  .section-text-x2 .box-text {
    max-width: 735px;
  }
  .section-text-x2 .row {
    min-height: 460px;
  }
  .section-text-x2 .ico-fondo {
    height: 360px;
  }
}
@media (max-width: 1180px){
  .section-text-x2 .box-text p {
    font-size: 28px;
  }
  .section-text-x2 .box-text {
    max-width: 680px;
  }
  .section-text-x2 .row {
    min-height: 425px;
  }
  .section-text-x2 .ico-fondo {
    height: 325px;
  }
}
@media (max-width: 991px){
  .section-text-x2 .ico-fondo {
    right: 25px;
  }
}
@media (max-width: 767px){
  .section-text-x2 .ico-fondo {
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
  }
  .section-text-x2 .box-text p {
    font-size: 26px;
  }
}
@media (max-width: 480px){
  .section-text-x2 .box-text p {
    font-size: 24px;
  }
  .section-text-x2 .ico-fondo {
    height: 280px;
  }
  .section-text-x2 .row {
    min-height: 350px;
  }
}
@media (max-width: 340px){
  .section-text-x2 .box-text p {
    font-size: 22px;
  }
}
/*section-text-x2*//*section-text-x2*/


/*section-membership*//*section-membership*/
.section-membership{
  background-color: #f1f2f3;
}
.section-membership .box-filtro{
  position: relative;
  padding: 55px 0 30px;
}
.section-membership .box-filtro::before {
  content: '';
  display: inline-block;
  width: 220%;
  height: 100%;
  background-color: var(--blanco);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.section-membership .box-filtro .content{
  position: relative;
  z-index: 3;
}
.section-membership .box-filtro .content .col-auto{
  padding-left: 0;
}
.section-membership .box-filtro .content h2{
  color: var(--azul);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.section-membership .box-width{
  padding: 25px 0;
}
.item-membership{
  padding: 0 8px;
}
.item-membership .content{
  max-width: 430px;
  min-height: 128px;
  margin: 20px auto;
  background-color: var(--blanco);
  border-radius: 20px;
  padding: 30px 30px;
}
.item-membership .box-img {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.item-membership .box-img img {
  max-height: 128px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: table;
}
.item-membership .box-body .nombre {
  color: var(--azul);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.1;
  min-height: 60px;
}
.item-membership .descripcion{
  margin-bottom: 25px;
  min-height: 70px;
}
.item-membership .descripcion p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 5px;
  color: var(--negro);
}
.item-membership .btn-blue:after {
  top: 1px;
}
.item-membership .col{
  width: 100%;
}
.item-membership .btn-blue{
  display: table;
  margin: 0 auto;
}
@media (max-width: 1480px){
  .item-membership {
    padding: 0 5px;
  }
  .item-membership .btn-blue {
    padding: 6px 10px 7px;
  }
  .item-membership .btn-blue:hover:after {
    right: -3px;
  }
  .item-membership .descripcion {
    margin-bottom: 20px;
  }
  .item-membership .content {
    margin: 12px auto;
  }
}
@media (max-width: 1250px){
  .item-membership .box-img {
    width: 125px;
  }
}
@media (max-width: 1180px){
  .item-membership .box-img {
    width: 110px;
  }
}
@media (max-width: 1050px){
  .item-membership .box-img {
    width: 95px;
  }
}
@media (max-width: 991px){
  .section-membership .box-width .col-4{
    width: 50%;
  }
  .item-membership .box-img {
    width: 125px;
  }
  .section-membership .box-width {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (max-width: 767px){
  .item-membership .box-img {
    width: 105px;
  }
  .item-membership .content .row .col{
    padding-left: 5px;
  }
}
@media (max-width: 720px){
  .item-membership .col-auto,
  .item-membership .col{
    width: 100%;
  }
  .item-membership .box-img {
    width: 150px;
    height: 85px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .item-membership .box-img img {
    max-height: 85px;
  }
  .item-membership .content .row .col {
    padding-left: 10px;
  }
  .item-membership .btn-blue{
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 600px){
  .section-membership .box-filtro .content .col-auto{
    width: 50%;
    padding: 0 8px;
  }
  .section-membership .box-filtro {
    padding: 40px 0 20px;
  }
}
@media (max-width: 550px){
  .item-membership {
    padding: 0;
  }
  .section-membership .box-width .col-4{
    width: 100%;
  }
  .item-membership .col-auto, .item-membership .col {
    width: auto;
  }
  .item-membership .btn-blue {
    display: inline-block;
    margin: 0;
  }
  .item-membership .box-img {
    height: 100%;
    margin-bottom: 0;
  }
  .item-membership .box-img img {
    max-height: 125px;
  }
}
@media (max-width: 420px){
  .item-membership .box-img {
    width: 115px;
  }
}
@media (max-width: 380px){
  .item-membership .col-auto,
  .item-membership .col{
    width: 100%;
  }
  .item-membership .btn-blue {
    display: table;
    margin: 0 auto;
  }
  .item-membership .box-img img {
    max-height: 85px;
  }
  .item-membership .box-img {
    height: 85px;
    margin-bottom: 20px;
  }
  .item-membership .box-body .nombre,
  .item-membership .descripcion {
    min-height: auto;
  }
  .item-membership .content {
    padding: 25px 20px;
  }
}
@media (max-width: 360px){
  .section-membership .box-filtro .content .col-auto {
    width: 100%;
    padding: 0;
  }
}
/*section-membership*//*section-membership*/


/*select-orden*/
.select-orden .select2-container--default .select2-selection--single {
  border-radius: 0;
  padding: 0;
  border: 0;
  border-top: 1.5px solid var(--gris-claro);
  height: 50px;
}
.select-orden .select2-container--default .select2-selection--single .select2-selection__arrow{
  opacity: 0;
}
.select-orden{
  position: relative;
}
.select-orden:after{
  display: inline-block;
  position: absolute;
  content: "\f107";
  margin-left: 10px;
  top: 20px;
  transition: all 0.3s;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  pointer-events: none;
  right: 3px;
  z-index: 99999999;
}
.select-orden .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: var(--azul-oscuro);
  padding: 11px 20px 11px 0;
  width: 170px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--azul-oscuro);
}
.select2-dropdown {
  border: 1.5px solid var(--azul-oscuro);
  border-radius: 0;
}
.select-orden .select2{
  margin: 5px 0;
}
@media (max-width: 760px){
  .select-orden .select2{
    width: 100% !important;
  }
}
@media (max-width: 600px){
  .select-orden .select2 {
    margin: 0 0 20px;
  }
  .select-orden:after {
    top: 16px;
  }
  .select-orden .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
  }
}
/*select-orden*/


/*section-404*//*section-404*/
.section-404{
  height: 90vh;
  display: flex;
  align-items: center;
}
.section-404 .box-img{
  max-width: 680px;
  margin: 0 auto;
}
.section-404 .title-2{
  font-size: 24px;
  margin: 25px 0;
  font-weight: 500;
  color: var(--azul-oscuro);
}
.section-404 .btn-blue:after{
  top: 1px;
}
@media (max-width: 480px){
  .section-404 {
    height: 75vh;
  }
}
/*section-404*//*section-404*/


/*page-general*//*page-general*/
.page-general{
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
  min-height: 65vh;
}
.page-general .container{
  max-width: 1150px;
}
.page-general .titulo-pagina {
  margin-bottom: 50px!important;
  text-transform: uppercase;
  color: var(--azul);
  font-family: 'Aleo';
  font-size: 36px;
}
.page-general a {
  text-decoration: underline;
  color: var(--azul-oscuro);
}
.page-general .content-text strong{
  font-weight: 600;
}
.page-general .content-text ul{
  padding: 0 0 0 20px;
}
.page-general .content-text ol{
  margin: 0;
  padding-left: 20px;
}
.page-general .content-text ol li,
.page-general .content-text ul li{
  margin-bottom: 8px;
  color: var(--azul-oscuro);
  font-weight: 400;
}
.page-general .content-text a{
  text-decoration: underline;
  font-weight: 600;
}
.page-general .content-text p{
  font-size: 16px;
  color: var(--azul-oscuro);
}
.page-general .content-text h1{
  font-size: 32px;
}
.page-general .content-text h2{
  font-size: 30px;
}
.page-general .content-text h3{
  font-size: 28px;
}
.page-general .content-text h4{
  font-size: 26px;
}
.page-general .content-text h5{
  font-size: 24px;
}
.page-general .content-text h6{
  font-size: 22px;
}
.page-general .content-text h1,
.page-general .content-text h2,
.page-general .content-text h3,
.page-general .content-text h4,
.page-general .content-text h5,
.page-general .content-text h6{
  color: var(--azul);
}
.page-general .content-text img{
  max-width: 100%;
  height: auto;
}
.page-general .content-text figure{
  margin-bottom: 30px;
}
.page-general .content-text figure img{
  display: table;
  margin: 0 auto;
}
@media (max-width: 1480px){
  .page-general .titulo-pagina {
    font-size: 34px;
  }
}
@media (max-width: 1280px){
  .page-general .titulo-pagina {
    font-size: 32px;
  }
}
@media (max-width: 991px){
  .page-general .titulo-pagina {
    font-size: 28px;
  }
}
@media (max-width: 767px){
  .page-general .titulo-pagina {
    font-size: 26px;
  }
  .page-general{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-general .content-text h1{
    font-size: 30px;
  }
  .page-general .content-text h2{
    font-size: 28px;
  }
  .page-general .content-text h3{
    font-size: 26px;
  }
  .page-general .content-text h4{
    font-size: 24px;
  }
  .page-general .content-text h5{
    font-size: 22px;
  }
  .page-general .content-text h6{
    font-size: 20px;
  }
}
@media (max-width: 480px){
  .page-general .titulo-pagina {
    font-size: 24px;
  }
}
@media (max-width: 360px){
  .page-general .content-text h1{
    font-size: 28px;
  }
  .page-general .content-text h2{
    font-size: 26px;
  }
  .page-general .content-text h3{
    font-size: 24px;
  }
  .page-general .content-text h4{
    font-size: 22px;
  }
  .page-general .content-text h5{
    font-size: 20px;
  }
  .page-general .content-text h6{
    font-size: 18px;
  }
}
/*page-general*//*page-general*/


.page-general .content-text .item-busqueda h1,
.page-general .content-text .item-busqueda h2,
.page-general .content-text .item-busqueda h3,
.page-general .content-text .item-busqueda h4,
.page-general .content-text .item-busqueda h5,
.page-general .content-text .item-busqueda h6{
  color: var(--morado);
}
.page-general .content-text .item-busqueda h1 a,
.page-general .content-text .item-busqueda h2 a,
.page-general .content-text .item-busqueda h3 a,
.page-general .content-text .item-busqueda h4 a,
.page-general .content-text .item-busqueda h5 a,
.page-general .content-text .item-busqueda h6 a{
  color: var(--morado);
}

/*section-development*//*section-development*/
.section-development .container{
  max-width: 1090px;
}
.section-development .table-accordion-x1 .title-0{
  color: var(--azul);
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 40px;
}
.section-development .table-accordion-x1 .accordion-item:nth-last-child(1) {
  border-bottom: 0;
}
.table-accordion-x1{
  padding: 80px 0;
}
.table-accordion-x1 .accordion-item{
  border: 0;
  border-bottom: 1.5px solid #D9D9D9;
  background-color: var(--blanco);
  padding: 0;
  margin-bottom: 1px;
  border-radius: 0;
  width: 100%;
}
.table-accordion-x1 .accordion-item .accordion-header:focus{
  box-shadow: none;
}
.table-accordion-x1 .accordion-item .accordion-header{
  width: 100%;
  background: transparent;
  border-radius: 0;
  text-align: left;
  padding: 18px 45px 18px 0;
  line-height: 1.1;
  margin: 0;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  cursor: pointer;
  color: var(--azul);
  font-family: 'Aleo';
}
.table-accordion-x1 .accordion-item .accordion-header::before{
  width: 18px;
  height: 18px;
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 28px;
  right: 15px;
  background-image: url(../../assets/img/arrow-bottom.svg);
}
.table-accordion-x1 .accordion-item .accordion-header[aria-expanded="true"]::before{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.table-accordion-x1 .accordion-body{
  max-width: 650px;
  margin-left: auto;
  margin-right: 120px;
  margin-bottom: 20px;
}
.table-accordion-x1 .accordion-body ul li{
  display: block;
  position: relative;
}
.table-accordion-x1 .accordion-body ul li::before {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: 10px;
  left: -18px;
  background-color: var(--negro);
}
.table-accordion-x1 .accordion-body a {
  color: var(--negro);
  text-decoration: underline;
  font-weight: 600;
}
.table-accordion-x1 .accordion-body strong{
  font-weight: 600;
}
.table-accordion-x1 .accordion-body ul{
  padding: 0 0 0 20px;
}
.table-accordion-x1 .accordion-body ol{
  margin: 0;
  padding-left: 20px;
}
.table-accordion-x1 .accordion-body ol li,
.table-accordion-x1 .accordion-body ul li{
  margin: 10px 0;
  color: var(--negro);
  line-height: 1.3;
}
.table-accordion-x1 .accordion-body p{
  color: var(--negro);
  line-height: 1.3;
}
.table-accordion-x1 .accordion-body h3,
.table-accordion-x1 .accordion-body h4,
.table-accordion-x1 .accordion-body h5,
.table-accordion-x1 .accordion-body h6{
  color: var(--morado);
}
.table-accordion-x1 .accordion-body h3{
  font-size: 26px;
}
.table-accordion-x1 .accordion-body h4{
  font-size: 24px;
}
.table-accordion-x1 .accordion-body h5{
  font-size: 22px;
}
.table-accordion-x1 .accordion-body h6{
  font-size: 20px;
}
.section-development .list-item .item-nosotros:nth-child(odd)::before {
  background-color: var(--azul);
}
.section-development .list-item .item-nosotros:nth-child(odd) .box-center *{
  color: var(--blanco);
}
@media (max-width: 1480px){
  .section-development .table-accordion-x1 .title-0 {
    font-size: 32px;
  }
  .table-accordion-x1 .accordion-item .accordion-header {
    font-size: 28px;
  }
  .table-accordion-x1 .accordion-item .accordion-header::before {
    top: 26px;
  }
  .table-accordion-x1 {
    padding: 60px 0;
  }
}
@media (max-width: 1280px){
  .section-development .table-accordion-x1 .title-0{
    font-size: 30px;
  }
  .table-accordion-x1 .accordion-item .accordion-header {
    font-size: 26px;
  }
  .table-accordion-x1 .accordion-item .accordion-header::before {
    top: 25px;
  }
}
@media (max-width: 991px){
  .table-accordion-x1 .accordion-item .accordion-header {
    font-size: 24px;
  }
  .table-accordion-x1 .accordion-item .accordion-header::before {
    top: 24px;
  }
}
@media (max-width: 767px){
  .table-accordion-x1 {
    padding: 40px 0;
  }
  .table-accordion-x1 .accordion-body {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 600px){
  .section-development .table-accordion-x1 .title-0{
    font-size: 28px;
  }
  .table-accordion-x1 .accordion-item .accordion-header {
    font-size: 22px;
  }
  .table-accordion-x1 .accordion-item .accordion-header::before {
    top: 23px;
  }
}
@media (max-width: 550px){
  .table-accordion-x1 .accordion-body {
    padding: 15px 0;
    word-break: break-all;
  }
  .table-accordion-x1 .accordion-item .accordion-header::before {
    width: 15px;
    height: 15px;
    top: 22px;
    right: 10px;
  }
  .table-accordion-x1 .accordion-item .accordion-header {
    padding: 15px 32px 15px 0;
  }
}
@media (max-width: 360px){
  .section-development .table-accordion-x1 .title-0 {
    font-size: 26px;
  }
}
@media (max-width: 340px){
  .section-development .table-accordion-x1 .title-0 {
    font-size: 24px;
  }
  .table-accordion-x1 .accordion-item .accordion-header {
    font-size: 20px;
  }
  .table-accordion-x1 .accordion-item .accordion-header {
    padding: 12px 32px 12px 0;
  }
  .table-accordion-x1 .accordion-item .accordion-header::before {
    top: 15px;
  }
}
/*section-development*//*section-development*/


/*section-news-x1*//*section-news-x1*/
.section-news-x1{
  padding: 80px 0 60px;
}
.section-news-x1 .container{
  max-width: 1150px;
}
.section-news-x1 .box-news .part-1{
  margin: 0 15px;
  border-top: 1.5px solid #D9D9D9;
  padding-top: 15px;
}
.section-news-x1 .box-news .part-1 .col-auto,
.section-news-x1 .box-news .part-1 .col{
  padding: 0;
}
.section-news-x1 .box-news .part-1 .title-left{
  color: var(--azul-oscuro);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.section-news-x1 .box-news .part-1 .box-left{
  text-align: right;
}
.section-news-x1 .box-news .part-1 .box-left ul{
  margin: 0;
  padding: 0;
}
.section-news-x1 .box-news .part-1 .box-left ul li{
  display: inline-block;
  margin-left: 20px;
  color: var(--azul);
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
.section-news-x1 .box-news .part-1 .box-left ul li a {
  color: var(--azul);
  text-decoration: none;
}
.section-news-x1 .box-news .part-1 .box-left ul li a:hover{
  text-decoration: underline;
}
.section-news-x1 .box-news .part-1 .box-left ul li a.activado {
  font-weight: 700;
}
.section-news-x1 .box-news .part-1 .box-left ul li a.activado:hover{
  text-decoration: none;
}
.section-news-x1 .box-news .part-2{
  padding: 0;
}
.item-publications{
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 0;
}
.item-publications .box-img{
  position: relative;
  min-height: 215px;
  background: #f1f1f1;
}
.item-publications .text{
  padding: 15px 0;
}
.item-publications .text p a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 21px;
  color: var(--azul);
  line-height: 1.2;
  text-decoration: none;
}
.item-publications .text span{
  font-weight: 600;
  font-size: 16px;
  color: var(--negro);
}
.item-publications .text ul{
  margin: 0;
  padding: 0 0 10px;
}
.item-publications .text ul li{
  display: inline-block;
  color: var(--azul);
  font-weight: 300;
  font-size: 16px;
}
.section-news-x1 .btn-width{
  display: table;
  margin-left: auto;
  margin-top: 20px;
  text-align: right;
  padding: 0 10px;
}
.section-news-x1 .btn-width .parrafo-line {
  color: var(--azul) !important;
}
.section-news-x1 .btn-width .parrafo-line::after {
  border-bottom: 1.5px solid var(--azul);
}
@media (max-width: 1480px){
  .section-news-x1 {
    padding: 60px 0;
  }
  .item-publications .text p {
    font-size: 20px;
  }
  .item-publications .text ul li,
  .item-publications .text span {
    font-size: 14px;
  }
}
@media (max-width: 1080px){
  .item-publications .text p {
    font-size: 18px;
  }
}
@media (max-width: 991px){
  .section-news-x1 .box-news .part-1 .title-left {
    font-size: 14px;
  }
  .section-news-x1 .box-news .part-1 .box-left ul li {
    font-size: 14px;
  }
}
@media (max-width: 880px){
  .section-news-x1 .box-news .part-2 .col-md-4 {
    width: 50%;
  }
  .section-news-x1 .box-news .part-2 {
    max-width: 750px;
    margin: 0 auto;
  }
  .section-news-x1 .btn-width {
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 767px){
  .section-news-x1 {
    padding: 40px 0;
  }
  .section-news-x1 .box-news .part-2 .col-md-4{
    padding: 0 8px;
  }
  .section-news-x1 .box-news .part-1 .col-auto,
  .section-news-x1 .box-news .part-1 .col{
    width: 100%;
  }
}
@media (max-width: 600px){
  .section-news-x1 .box-news .part-2 .col-md-4 {
    width: 100%;
  }
  .item-publications .text {
    padding: 15px 0 5px;
  }
  .section-news-x1 .box-news .part-1 .title-left {
    margin-bottom: 20px;
    text-align: center;
  }
  .section-news-x1 .box-news .part-1 .box-left {
    text-align: center;
  }
  .section-news-x1 .box-news .part-1 .box-left ul li {
    margin: 5px 10px;
  }
  .section-news-x1 .box-news .part-1 .box-left ul li:nth-child(1) {
    margin-left: 10px;
  }
  .section-news-x1 .box-news .part-1 {
    margin: 0;
  }
}
/*section-news-x1*//*section-news-x1*/


/*section-news-x2*//*section-news-x2*/
.section-news-x2{
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.section-news-x2 .container{
  max-width: 100%;
}
.section-news-x2 .box-title{
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 5px;
}
.section-news-x2 .box-title .title{
  color: var(--azul);
  font-size: 62px;
  line-height: 1;
  font-family: 'Aleo';
}
.section-news-x2 .list-item{
  position: relative;
}
.section-news-x2 .item-nosotros:nth-child(even)::before {
  background-color: var(--azul);
}
.section-news-x2 .item-nosotros::before{
  width: 400%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  right: 50%;
  bottom: auto;
  top: 50%;
}
.section-news-x2 .item-nosotros {
  max-width: 1160px;
  padding: 0 15px;
}
.section-news-x2 .list-item .item-nosotros .box-center * {
  color: var(--azul);
}
.section-news-x2 .list-item .item-nosotros:nth-child(even) .box-center * {
  color: var(--blanco);
}
.section-news-x2 .item-nosotros .box-img {
  padding-top: 92%;
}
.section-news-x2 .item-nosotros .content-text .box-center {
  min-height: 350px;
}
@media (max-width: 1480px){
  .section-news-x2 .item-nosotros .box-img {
    padding-top: 90%;
  }
  .section-news-x2 .box-title .title{
    font-size: 56px;
  }
}
@media (max-width: 1280px){
  .section-news-x2 .box-title .title{
    font-size: 52px;
  }
}
@media (max-width: 1180px){
  .section-news-x2 .box-title {
    padding: 0 15px;
  }
}
@media (max-width: 1150px){
  .section-news-x2 .item-nosotros .content-text .box-center {
    min-height: 300px;
  }
}
@media (max-width: 1080px){
  .section-news-x2 .item-nosotros .content-text .box-center {
    min-height: 350px;
  }
}
@media (max-width: 991px){
  .section-news-x2 .box-title .title{
    font-size: 48px;
  }
  .section-news-x2 .item-nosotros .content-text .box-center {
    min-height: 280px;
  }
}
@media (max-width: 767px){
  .section-news-x2 {
    padding-top: 40px;
  }
  .section-news-x2 .box-title .title{
    font-size: 42px;
    text-align: center;
  }
  .section-news-x2 .item-nosotros .box-img {
    padding-top: 70%;
    max-width: 100%;
  }
  .section-news-x2 .item-nosotros {
    max-width: 550px;
  }
  .section-news-x2  .item-nosotros .content-text .box-center {
    min-height: auto;
  }
}
@media (max-width: 480px){
  .section-news-x2 .box-title .title{
    font-size: 38px;
  }
}
@media (max-width: 340px){
  .section-news-x2 .box-title .title{
    font-size: 32px;
  }
}
/*section-news-x2*//*section-news-x2*/


/*section-news-x3*//*section-news-x3*/
.section-news-x3{
  background-color: var(--azul);
  padding: 60px 0;
}
.section-news-x3 .box-width{
  max-width: 710px;
  margin: 0 auto;
}
.section-news-x3 .item-document .btn-blue:after{
  display: none;
}
.section-news-x3 .item-document .btn-blue{
  color: var(--azul-oscuro);
  background-color: var(--blanco);
  border: 1.5px solid var(--blanco);
  padding: 7px 15px 8px;
}
.section-news-x3 .item-document .btn-blue:hover{
  color: var(--blanco);
  background-color: var(--azul-oscuro);
  border: 1.5px solid var(--azul-oscuro);
}
@media (max-width: 767px){
  .section-news-x3 {
    padding: 40px 0;
  }
}
@media (max-width: 400px){
  .section-news-x3 {
    padding: 30px 0;
  }
  .section-news-x3 .item-document .content .btn-width{
    display: table;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 150px;
  }
  .section-news-x3 .item-document .btn-blue{
    width: 100%;
  }
}
/*section-news-x3*//*section-news-x3*/


/*section-reports*//*section-reports*/
.section-reports{
  padding-bottom: 60px;
}
.section-reports .box-width{
  max-width: 1120px;
  margin: 0 auto;
}
.section-reports .item-reports {
  padding: 20px 0 50px;
}
.item-reports{
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 0;
}
.item-reports .box-img{
  position: relative;
  min-height: auto;
  max-width: 100%;
  padding-top: 72%;
}
.item-reports .text{
  padding: 15px 0;
}
.item-reports .text h5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 21px;
  color: var(--azul);
  line-height: 1.2;
  min-height: 50px;
}
.item-reports .btn-blue:after{
  display: none;
}
.item-reports .btn-blue {
  padding: 7px 15px 8px;
}
.section-reports .btn-width{
  display: table;
  margin-left: auto;
  margin-top: 20px;
  text-align: right;
  padding: 0 10px;
}
.section-reports .btn-width .parrafo-line {
  color: var(--azul) !important;
}
.section-reports .btn-width .parrafo-line::after {
  border-bottom: 1.5px solid var(--azul);
}
@media (max-width: 1480px){
  .item-reports .text h5 {
    font-size: 20px;
  }
  .item-reports .box-img {
    padding-top: 70%;
  }
  .section-reports .item-reports {
    padding: 20px 0 30px;
  }
}
@media (max-width: 1080px){
  .item-reports .text h5 {
    font-size: 18px;
    min-height: 45px;
  }
}
@media (max-width: 991px){
  .section-reports .box-width .col-md-4{
    padding: 0 8px;
  }
}
@media (max-width: 850px){
  .section-reports .box-width .col-md-4{
    width: 50%;
  }
  .section-reports .box-width {
    max-width: 680px;
  }
}
@media (max-width: 600px){
  .section-reports .box-width .col-md-4{
    width: 100%;
  }
  .section-reports .item-reports {
    padding: 20px 0;
  }
  .section-reports .btn-width {
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
  }
  .item-reports .text h5{
    text-align: center;
  }
  .item-reports .btn-blue{
    text-align: center;
    margin: 0 auto;
    display: table;
  }
}
@media (max-width: 400px){
  .section-reports .box-width .col-md-4{
    padding: 0;
  }
}
@media (max-width: 340px){
  .item-reports .text h5 {
    font-size: 16px;
    min-height: 40px;
  }
}
/*section-reports*//*section-reports*/


/*section-events-x2*//*section-events-x2*/
.section-events-x2{
  padding: 100px 0;
}
.section-events-x2 .container {
  max-width: 1120px;
}
.section-events-x2 .box-events .part-1{
  margin: 0 15px;
  border-top: 1.5px solid #D9D9D9;
  padding: 10px 0;
}
.section-events-x2 .box-events .part-1 .col-auto,
.section-events-x2 .box-events .part-1 .col{
  padding: 0;
  margin-left: auto;
}
.section-events-x2 .box-events .part-1 .title-left{
  color: var(--azul-oscuro);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.section-events-x2 .box-events .part-1 .box-left{
  margin-left: auto;
  display: table;
}
.section-events-x2 .box-events .part-1 .box-left ul{
  margin: 0;
  padding: 0;
}
.section-events-x2 .box-events .part-1 .box-left ul li{
  display: inline-block;
}

.item-date-x1{
  padding: 15px 0;
}
.item-date-x1 .content *{
  color: var(--blanco);
}
.item-date-x1 .content{
  padding: 30px 30px;
  background-color: var(--azul);
  max-width: 350px;
  margin: 0 auto;
  border-radius: 10px;
  min-height: 300px;
}
.item-date-x1 .content span{
  font-size: 12px;
}
.item-date-x1 .content .title-0{
  font-size: 62px;
  line-height: 0.8;
  margin: 15px 0 0;
  font-family: 'Aleo';
  font-weight: 500;
}
.item-date-x1 .content p{
  font-family: 'Aleo';
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.item-date-x1 .content .subtitle{
  font-size: 20px;
  font-weight: 300;
  min-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.section-events-x2 .box-events .btn-width{
  margin-top: 20px;
}
.section-events-x2 .box-events .btn-width .parrafo-line{
  color: var(--azul)!important;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.section-events-x2 .box-events .btn-width .parrafo-line:after {
  border-bottom: 1.5px solid var(--azul)!important;
}
/*section-events-x2*//*section-events-x2*/


/*select-events*/
.select-events .select2-container--default .select2-selection--single {
  border-radius: 5px;
  padding: 0;
  border: 0;
  height: 28px;
}
.select-events .select2-container--default .select2-selection--single .select2-selection__arrow{
  opacity: 0;
}
.select-events{
  position: relative;
  margin: 5px 0 5px 30px;
}
.select-events:after{
  display: inline-block;
  position: absolute;
  content: "\f107";
  margin-left: 10px;
  top: 2px;
  transition: all 0.3s;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  pointer-events: none;
  right: 4px;
}
.select-events .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: var(--azul-oscuro);
  padding: 0 28px 0 0;
  width: auto;
  line-height: 22px;
}
.select-events .select2{
  margin: 0;
}
.select-events .select2-container--default .select2-selection--single {
  border: 0;
}
/*select-events*/


/*section-events-x3*//*section-events-x3*/
.section-events-x3{
  background-color: var(--morado);
  padding: 60px 0;
}
.section-events-x3 .table-accordion-x2 .title-0 {
  color: var(--blanco);
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 40px;
  font-family: 'Aleo';
}
.section-events-x3 .table-accordion-x2{
  max-width: 1080px;
  margin: 0 auto;
}
.section-events-x3 .table-accordion-x2 .accordion-item:nth-last-child(1) {
  border-bottom: 0;
}
.table-accordion-x2 .accordion-item{
  border: 0;
  border-bottom: 1.5px solid var(--blanco);
  background-color: transparent;
  padding: 0;
  margin-bottom: 1px;
  border-radius: 0;
}
.table-accordion-x2 .accordion-item .accordion-header:focus{
  box-shadow: none;
}
.table-accordion-x2 .accordion-item .accordion-header{
  width: 100%;
  background: transparent;
  border-radius: 0;
  text-align: left;
  padding: 26px 45px 26px 0;
  line-height: 1.1;
  margin: 0;
  position: relative;
  font-size: 26px;
  font-weight: 300;
  cursor: pointer;
  color: var(--blanco);
}
.table-accordion-x2 .accordion-item .accordion-header::before{
  width: 18px;
  height: 18px;
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 32px;
  right: 15px;
  background-image: url(../../assets/img/arrow-bottom.svg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.table-accordion-x2 .accordion-item .accordion-header[aria-expanded="true"]::before{
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.table-accordion-x2 .accordion-body{
  padding: 15px 0 20px;
}
.table-accordion-x2 .accordion-body a {
  color: var(--blanco);
  text-decoration: underline;
  font-weight: 600;
}
.table-accordion-x2 .accordion-body strong{
  font-weight: 600;
}
.table-accordion-x2 .accordion-body ul{
  padding: 0 0 0 20px;
}
.table-accordion-x2 .accordion-body ol{
  margin: 0;
  padding-left: 20px;
}
.table-accordion-x2 .accordion-body ol li,
.table-accordion-x2 .accordion-body ul li{
  margin: 10px 0;
  color: var(--blanco);
  line-height: 1.3;
}
.table-accordion-x2 .accordion-body p{
  color: var(--blanco);
  line-height: 1.3;
}
.table-accordion-x2 .accordion-body h3,
.table-accordion-x2 .accordion-body h4,
.table-accordion-x2 .accordion-body h5,
.table-accordion-x2 .accordion-body h6{
  color: var(--blanco);
}
.table-accordion-x2 .accordion-body h3{
  font-size: 26px;
}
.table-accordion-x2 .accordion-body h4{
  font-size: 24px;
}
.table-accordion-x2 .accordion-body h5{
  font-size: 22px;
}
.table-accordion-x2 .accordion-body h6{
  font-size: 20px;
}
.table-accordion-x2 .accordion-body img{
  max-width: 100%;
  height: auto;
}
.section-events-x3 .list-item .item-nosotros:nth-child(odd)::before {
  background-color: var(--blanco);
}
.section-events-x3 .list-item .item-nosotros:nth-child(odd) .box-center *{
  color: var(--blanco);
}
/*section-events-x3*//*section-events-x3*/



/*section-recognition*//*section-recognition*/
.section-recognition{
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.section-recognition .container{
  max-width: 1090px;
}
.box-recognition .title{
  font-size: 36px;
  font-weight: 400;
  color: var(--azul);
  margin-bottom: 60px;
}
.box-recognition .content-standar-blue{
  margin: 60px 0;
}
.box-recognition .box-logo{
  max-width: 460px;
  margin: 0 auto;
}
.box-recognition .box-link{
  margin: 80px 0;
}
.box-recognition .box-link ul{
  margin: 0;
  padding: 0;
}
.box-recognition .box-link ul li{
  display: block;
  margin: 20px 0;
}
.btn-purple{
  color: var(--blanco)!important;
  background-color: var(--morado);
  border: 1.5px solid var(--morado);
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px 10px 100px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  min-height: 88px;
  display: flex;
  align-items: center;
  max-width: 588px;
  margin: 0 auto;
  line-height: 1.2;
}
.btn-purple::before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../../assets/img/circle-top-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.box-recognition .box-link .subtitle-0{
  color: var(--morado);
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
}
.box-recognition .box-slider{
  position: relative;
}
.item-miembros-x2{
  position: relative;
  max-width: 350px;
  margin: 15px auto;
  border-radius: 10px;
  overflow: hidden;
}
.item-miembros-x2::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--azul);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s;
}
.item-miembros-x2 .content{
  position: relative;
  padding: 50px 100px 40px 35px;
  min-height: 350px;
  z-index: 3;
  transition: all 0.3s;
}
.item-miembros-x2 .content .ico{
  width: 50px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.item-miembros-x2 .text{
  display: flex;
  min-height: 180px;
  align-items: center;
  max-width: 250px;
  padding: 10px 0 15px;
}
.item-miembros-x2 .text p{
  font-size: 20px;
  color: var(--blanco);
  line-height: 1.2;
  margin: 0;
}
.item-miembros-x2 .arrow{
  width: 50px;
  height: auto;
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 3;
  transition: all 0.3s;
}
.section-recognition .box-recognition .slider-miembros li{
  margin: 0 8px;
}
.section-recognition .box-slider .arrow-white img {
  width: 50px;
}
.section-recognition .box-slider .arrow-white.left {
  left: -12%;
}
.section-recognition .box-slider .arrow-white.right {
  right: -12%;
}
.section-recognition .box-video{
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 780px;
  margin: 20px auto;
  padding-top: 40%;
}
.section-recognition .box-video iframe{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1480px){
  .section-recognition {
    padding: 80px 0;
  }
  .box-recognition .title {
    margin-bottom: 50px;
    font-size: 34px;
  }
  .box-recognition .box-logo {
    max-width: 425px;
  }
  .box-recognition .content-standar-blue {
    margin: 45px 0;
  }
  .btn-purple::before {
    width: 45px;
    height: 45px;
  }
  .btn-purple {
    min-height: 78px;
  }
  .box-recognition .box-link {
    margin: 60px 0;
  }
  .section-recognition .box-slider .arrow-white img {
    width: 40px;
  }
  .section-recognition .box-slider .arrow-white.left {
    left: -7%;
  }
  .section-recognition .box-slider .arrow-white.right {
    right: -7%;
  }
  .section-recognition .box-slider .arrow-white.left,
  .section-recognition .box-slider .arrow-white.right{
    padding: 5px;
  }
  .item-miembros-x2 .arrow {
    width: 42px;
    bottom: 30px;
  }
  .item-miembros-x2 .text {
    min-height: 150px;
  }
  .item-miembros-x2 .content {
    padding: 50px 85px 40px 35px;
    min-height: 320px;
  }
}
@media (max-width: 1250px){
  .section-recognition .box-slider{
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 1180px){
  .section-recognition .box-slider{
    max-width: 950px;
  }
}
@media (max-width: 1100px){
  .section-recognition .box-slider{
    max-width: 780px;
  }
}
@media (max-width: 991px){
  .section-recognition {
    padding: 60px 0;
  }
  .box-recognition .box-logo {
    max-width: 380px;
  }
  .box-recognition .title {
    font-size: 32px;
  }
}
@media (max-width: 920px){
  .section-recognition .box-slider{
    max-width: 700px;
  }
}
@media (max-width: 820px){
  .section-recognition .box-slider{
    max-width: 650px;
  }
}
@media (max-width: 767px){
  .section-recognition .box-slider{
    max-width: 500px;
  }
  .section-recognition {
    padding: 40px 0;
  }
  .box-recognition .title {
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
  }
  .box-recognition .box-logo {
    max-width: 325px;
  }
  .box-recognition .box-link {
    margin: 40px 0;
  }
}
@media (max-width: 600px){
  .section-recognition .box-slider{
    max-width: 425px;
  }
  .btn-purple {
    font-size: 16px;
    padding: 8px 15px 10px 80px;
  }
  .btn-purple::before {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 500px){
  .section-recognition .box-slider .arrow-white.left {
    left: -18px;
  }
  .section-recognition .box-slider .arrow-white.right {
    right: -18px;
  }
}
@media (max-width: 480px){
  .section-recognition .box-slider .arrow-white.left {
    left: 5px;
  }
  .section-recognition .box-slider .arrow-white.right {
    right: 5px;
  }
  .btn-purple::before {
    width: 35px;
    height: 35px;
    left: 15px;
  }
  .btn-purple {
    padding: 8px 15px 10px 65px;
  }
  .box-recognition .box-logo {
    max-width: 250px;
  }
}
@media (max-width: 450px){
  .section-recognition .box-recognition .slider-miembros li {
    margin: 0 15px;
  }
}
@media (max-width: 430px){
  .section-recognition .box-slider .arrow-white.left,
  .section-recognition .box-slider .arrow-white.right {
    padding: 0;
  }
  .section-recognition .box-slider .arrow-white.left {
    left: 0;
  }
  .section-recognition .box-slider .arrow-white.right {
    right: 0;
  }
  .box-recognition .title {
    font-size: 24px;
  }
}
@media (max-width: 400px){
  .item-miembros-x2 .arrow {
    width: 38px;
    right: 20px;
  }
  .item-miembros-x2 .content {
    padding: 40px 70px 30px 35px;
    min-height: 300px;
  }
}
@media (max-width: 380px){
  .section-recognition .box-slider .arrow-white.left {
    left: -5px;
  }
  .section-recognition .box-slider .arrow-white.right {
    right: -5px;
  }
  .btn-purple {
    font-size: 14px;
  }
}
@media (max-width: 360px){
  .item-miembros-x2 .text p {
    font-size: 18px;
  }
  .item-miembros-x2 .text {
    min-height: 125px;
  }
  .item-miembros-x2 .content {
    min-height: 280px;
  }
}
@media (max-width: 340px){
  .item-miembros-x2 .text p {
    font-size: 16px;
  }
  .box-recognition .title {
    font-size: 20px;
  }
}
/*section-recognition*//*section-recognition*/



/*section-recognition-x2*//*section-recognition-x2*/
.section-news-x2.section-recognition-x2 {
  padding-top: 0;
}
.section-recognition-x2 .item-nosotros {
  max-width: 1090px;
}
.section-recognition-x2 .item-nosotros:nth-child(even)::before {
  background-color: var(--blanco);
}
.section-recognition-x2 .list-item .item-nosotros:nth-child(even) .box-center * {
  color: var(--azul);
}
.section-recognition-x2 .item-nosotros:nth-child(odd)::before {
  background-color: var(--azul);
}
.section-recognition-x2 .list-item .item-nosotros .box-center * {
  color: var(--azul);
}
.section-recognition-x2 .list-item .item-nosotros:nth-child(odd) .box-center * {
  color: var(--blanco);
}
/*section-recognition-x2*//*section-recognition-x2*/



/*section-search*//*section-search*/
.section-search{
  padding: 100px 0 80px;
}
.section-search .container{
  max-width: 1090px;
}
.section-search .title{
  font-size: 36px;
  font-weight: 400;
  color: var(--azul);
  margin-bottom: 40px;
}
.section-search .box-width > .item-search:nth-last-child(1){
  border-bottom: 0;
}
.section-search .box-width a:hover .title-0{
  text-decoration: underline;
}
.item-search{
  padding: 25px 0;
  border-bottom: 1.5px solid #D9D9D9;
}
.item-search .row{
  align-items: center;
}
.item-search .columna-left{
  flex: 0 0 auto;
  width: 33%;
  padding: 0;
  position: relative;
  left: 67%;
}
.item-search .columna-right{
  flex: 0 0 auto;
  width: 67%;
  padding: 0;
  position: relative;
  left: -33%;
}
.item-search .box-img{
  position: relative;
  max-width: 350px;
  padding-top: 60%;
}
.item-search .box-text{
  max-width: 550px;
  padding-right: 15px;
}
.item-search .box-text .title-0{
  font-size: 24px;
  font-weight: 400;
  color: var(--morado);
}
.item-search .box-text .title-0 a {
  color: var(--morado);
}
@media (max-width: 1480px){
  .section-search {
    padding: 80px 0 60px;
  }
  .section-search .title {
    font-size: 34px;
  }
  .item-search .box-text .title-0 {
    font-size: 22px;
  }
}
@media (max-width: 991px){
  .section-search {
    padding: 60px 0;
  }
  .section-search .title{
    font-size: 32px;
  }
  .item-search .columna-left {
    width: 38%;
    left: 62%;
  }
  .item-search .columna-right {
    width: 62%;
    left: -38%;
  }
}
@media (max-width: 800px){
  .section-search .title{
    font-size: 32px;
  }
  .item-search .columna-left {
    width: 46%;
    left: 54%;
  }
  .item-search .columna-right {
    width: 54%;
    left: -46%;
  }
}
@media (max-width: 767px){
  .section-search .title{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section-search {
    padding: 50px 0 40px;
  }
}
@media (max-width: 680px){
  .item-search .columna-left,
  .item-search .columna-right{
    width: 100%;
    left: 0;
  }
  .item-search {
    max-width: 550px;
    margin: 0 auto;
  }
  .item-search .box-img {
    max-width: 100%;
    padding-top: 58%;
    margin-top: 15px;
  }
  .item-search .box-text {
    padding: 20px 15px 0;
  }
  .item-search .box-text .title-0 {
    text-align: center;
  }
}
@media (max-width: 480px){
  .item-search .box-img {
    padding-top: 70%;
  }
}
@media (max-width: 430px){
  .section-search .title {
    font-size: 24px;
  }
}
@media (max-width: 360px){
  .item-search .box-text .title-0 {
    font-size: 20px;
  }
  .item-search .box-text {
    padding: 20px 5px 0;
  }
}
@media (max-width: 340px){
  .section-search .title{
    font-size: 20px;
  }
  .item-search .box-text .title-0 {
    font-size: 18px;
  }
}
/*section-search*//*section-search*/


/*section-search-x2*//*section-search-x2*/
.section-search-x2{
  background-color: var(--azul);
  padding: 100px 0 60px;
}
.section-search-x2 .container{
  max-width: 1090px;
}
.section-search-x2 .title{
  font-size: 36px;
  font-weight: 400;
  color: var(--blanco);
  margin-bottom: 15px;
}
.section-search-x2 .box-width{
  max-width: 900px;
  margin: 0 auto;
}
.section-search-x2 .box-width .item-time:nth-last-child(1){
  border-bottom: 0;
}
.item-time{
  padding: 50px 0;
  border-bottom: 1px solid var(--blanco);
}
.item-time .col-auto,
.item-time .col{
  padding: 0;
}
.item-time .box-text .subtitle{
  color: var(--blanco);
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 15px;
}
.item-time .list-time{
  margin: 0;
  padding: 0;
}
.item-time .list-time li{
  display: block;
  font-size: 42px;
  color: var(--blanco);
  font-weight: 400;
  font-family: 'Aleo';
  position: relative;
}
.item-time .list-time li::before {
  content: "";
  width: 15px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: var(--blanco);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.item-time .list-time li:nth-last-child(1)::before{
  display: none;
}
.item-time .box-text{
  max-width: 600px;
  margin-left: auto;
  margin-top: 8px;
  padding-left: 25px;
}
@media (max-width: 1480px){
  .section-search-x2 {
    padding: 80px 0 50px;
  }
  .section-search-x2 .title {
    font-size: 34px;
  }
  .item-time .list-time li {
    font-size: 40px;
  }
  .item-time {
    padding: 40px 0;
  }
}
@media (max-width: 991px){
  .item-time {
    padding: 30px 0;
  }
  .item-time .list-time li {
    font-size: 38px;
  }
  .section-search-x2 .title {
    font-size: 32px;
  }
}
@media (max-width: 767px){
  .section-search-x2 {
    padding: 60px 0 40px;
  }
  .item-time .col-auto,
  .item-time .col{
    width: 100%;
  }
  .item-time .list-time li {
    font-size: 34px;
    display: inline-block;
    padding: 0 25px 0 0;
  }
  .item-time .list-time li::before {
    width: 12px;
    bottom: 50%;
    left: auto;
    right: 5px;
  }
  .item-time .list-time li:nth-last-child(1){
    padding: 0;
  }
  .section-search-x2 .title {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 650px){
  .section-search-x2 {
    padding: 50px 0 20px;
  }
  .item-time .box-text {
    padding-left: 0;
  }
}
@media (max-width: 550px){
  .item-time .list-time{
    text-align: center;
  }
}
@media (max-width: 430px){
  .section-search-x2 .title {
    font-size: 24px;
  }
}
@media (max-width: 360px){
  .item-time .box-text .subtitle {
    font-size: 20px;
  }
  .item-time .list-time li {
    font-size: 32px;
  }
}
@media (max-width: 340px){
  .section-search-x2 .title {
    font-size: 20px;
  }
}
/*section-search-x2*//*section-search-x2*/



.content-standar-white p{
  color: var(--blanco);
}
.content-standar-white p,
.content-standar-white li{
  line-height: 1.6;
}
.content-standar-white a{
  color:  var(--blanco);
  text-decoration: underline;
  font-weight: 600;
}
.content-standar-white ul,
.content-standar-white ol{
  padding: 0 0 0 25px;
  color:  var(--blanco);
}
.content-standar-white ul li,
.content-standar-white ol li{
  margin: 5px 0;
}
.content-standar-white ul li{
  display: block;
  position: relative;
}
.content-standar-white ul li::before {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: 12px;
  left: -18px;
  background-color: var(--blanco);
}
.content-standar-white strong{
  font-weight: 600;
}
.content-standar-white img{
  max-width: 100%;
  height: auto;
}
.title-white-0 h1,
.title-white-0 h2,
.title-white-0 h3,
.title-white-0 h4,
.title-white-0 h5,
.title-white-0 h6{
  color: var(--blanco);
}

/*paginacion*//*paginacion*/
.box-paginacion{
  text-align:center;
}
.wp-pagenavi{
  width: 100%;
  text-align: center;
  margin: 40px 0 20px;
  background: transparent;
  padding: 5px 0;
  border-radius: 10px;
}
.wp-pagenavi a{
  transition: all 0.4s;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #637381;
  text-decoration: none!important;
}
.wp-pagenavi span.current{
  background-color: var(--azul);
  border: 1.5px solid var(--azul);
  color: var(--blanco);
}
.wp-pagenavi .pages{
  border:0;
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1.5px solid #DFE4EA;
  padding: 5px;
  margin: 2px 4px;
  min-width: 32px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400!important;
  border-radius: 5px;
  transition: all 0.3s;
}
.wp-pagenavi a:hover,
.wp-pagenavi a.page:hover{
  border: 1.5px solid var(--azul);
  background-color: var(--azul);
  color: var(--blanco);
}
.wp-pagenavi .pages{
  font-weight: 400;
  margin-right: 15px;
  font-size: 16px;
}
.wp-pagenavi span.extend{
  border: 0;
}
.wp-pagenavi .first,
.wp-pagenavi .last{
  display: none !important;
}
/*paginacion*//*paginacion*/

.sidebar-wrapper .bloque-1 br{
  display: none;
}




.section-contacto-x2 .box-contacto .wpcf7-not-valid-tip {
  font-size: 12px;
}
.section-contacto-x2 .box-contacto .box-duo .parrafo-line:after{
  display: none;
}
.section-contacto-x2 .box-contacto .box-duo .wpcf7-form-control-wrap{
  display: table;
}
.section-contacto-x2 .box-contacto .box-duo .wpcf7-submit{
  border-radius: 5px;
  border: 0;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  color: var(--azul);
  float: right;
}




/*mapa mobil*//*mapa mobil*/
.section-mapa-2-mobile{
  padding: 40px 0;
}
.section-mapa-2-mobile .titulo-46{
  text-align: center;
}
.section-mapa-2-mobile .box-width{
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
.section-mapa-2-mobile .item{
  position: relative;
}
.section-mapa-2-mobile .bloque-navegacion{
  min-height: 55px;
  background: var(--azul);
  width: 100%;
  padding: 8px 45px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.section-mapa-2-mobile .bloque-navegacion p{
  display: table;
  margin: 0 auto;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  color:var(--blanco);
  font-family: 'Aleo';
  line-height: 1.2;
}
.section-mapa-2-mobile .bloque-navegacion .arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.section-mapa-2-mobile .bloque-navegacion .prevx1 .arrow {
  left: 15px;
}
.section-mapa-2-mobile .bloque-navegacion .nextx1 .arrow {
  right: 15px;
}
.section-mapa-2-mobile .item .content-link {
  background: rgba(131, 71, 173, 0.6);
  width: 100%;
  padding: 18px 15px;
  padding-top: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-mapa-2-mobile .item .content-link .btn-blue{
  display: table;
  margin: 0 auto;
  margin-top: 20px;
  padding: 4px 15px 4px 12px;
}
.section-mapa-2-mobile .item .content-link .box-group{
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.section-mapa-2-mobile .item .content-link .box-group *{
  color: var(--blanco);
}
.section-mapa-2-mobile .item .content-link .box-group .box {
  padding: 0 6px;
  margin: 0;
  text-align: center;
  position: relative;
  flex: 0 0 auto;
  width: 25%;
}
.section-mapa-2-mobile .item .content-link .box-group .value {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  font-family: 'Aleo';
}
.section-mapa-2-mobile .item .content-link .box-group .label {
  font-size: 12px;
  margin: 0;
  line-height: 1.1;
}
.section-mapa-2-mobile .item .content-link .box-group .box::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: var(--blanco);
  position: absolute;
  top: 50%;
  right: -1px;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.section-mapa-2-mobile .item .content-link .box-group .box:nth-last-child(1)::before {
  display: none;
}
.section-mapa-2-mobile .item .content-img{
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 125%;
}
.section-mapa-2-mobile .item .content-img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px){
  .section-mapa{
    display: none;
  }
  .section-mapa-2-mobile{
    display: block!important;
  }
}
@media (max-width: 480px){
  .section-mapa-2-mobile .item .content-link {
    padding: 15px 5px;
    padding-top: 20px;
  }
}
@media (max-width: 380px){
  .section-mapa-2-mobile .bloque-navegacion p {
    font-size: 20px;
  }
  .section-mapa-2-mobile .item .content-link .box-group .value {
    font-size: 32px;
  }
}
@media (max-width: 360px){
  .section-mapa-2-mobile .item .content-link .box-group .value {
    font-size: 28px;
  }
}
@media (max-width: 340px){
  .section-mapa-2-mobile .bloque-navegacion p {
    font-size: 18px;
  }
  .section-mapa-2-mobile .item .content-link .box-group .value {
    font-size: 26px;
  }
  .section-mapa-2-mobile .item .content-link .box-group .label {
    font-size: 11px;
  }
}
/*mapa mobil*//*mapa mobil*/
.mec-container{
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.mec-single-event-description a{
  color: var(--morado);
  text-decoration: underline !important;
}
.mec-single-event-description li *{
  margin: 0 !important;
}
.mec-single-event-description ul,
.mec-single-event-description ol{
  padding-left: 20px;
}
.mec-single-event-description strong,
.mec-single-event-description b{
  font-weight: 700;
}
.mec-single-event-description iframe{
  width: 100%;
  height: 500px;
}
@media (max-width: 500px){
  .mec-single-event-description iframe{
    height: 300px;
  }
}
.mec-single-event-description table,
.mec-single-event-description table th,
.mec-single-event-description table td{
  border: 1px solid #c7c7c7;
  border-collapse: collapse;
}
.mec-single-event-description table td{
  padding: 5px 10px;
  font-size: 15px;
}
.mec-wrap :not(.elementor-widget-container) > p,
.mec-wrap :not(.elementor-widget-container) > ul li,
.mec-wrap :not(.elementor-widget-container) > ol li{
  font-size: 15px;
}


/* -----
.single-mec-events .col-md-4.mec-no-image{
  display: none;
}
.single-mec-events .mec-wrap .col-md-8{
  width: 100%;
  padding: 0;
}
.mec-container{
  max-width: 1350px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 25px;
}
 ----- */



/* ----- Hubert ----- */
.link_module {
  position: relative;
}
.link_module i {
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
}
.link_module:hover i {
  margin-right: -5px;
}
/* ----- Hubert ----- */

.no-decoration{
  text-decoration: none !important;
  color: inherit !important;
}
.modulo-contenido strong,
.modulo-contenido strong a,
.modulo-contenido strong span,
.modulo-contenido b,
.modulo-contenido b a,
.modulo-contenido b span{
  font-weight: 600;
}
.section-portada-x2:not(.con-imagen) + .section-recognition,
.section-portada-x2:not(.con-imagen) + .section-news-x2,
.section-portada-x2:not(.con-imagen) + .section-news-x2 .list-item .item-nosotros:nth-child(1) .content{
  padding-top: 0 !important;
}
.modulo-contenido strong,
.modulo-contenido b{
  color: var(--morado);
}
.modulo-contenido strong a,
.modulo-contenido b a{
  color: var(--azul) !important;
}
.modulo-contenido .btn-purple + .btn-purple{
  margin-top: 10px !important;
}
.modulo-contenido .inner-0 .table-x{
  overflow-x: scroll;
}
.modulo-contenido .inner-0 > div > table{
  min-width: 600px;
}
.modulo-contenido table{
  margin-bottom: 15px;
}
.modulo-contenido table,
.modulo-contenido table th,
.modulo-contenido table td{
  border: 1px solid #c7c7c7;
  border-collapse: collapse;
  line-height: 1.1;
}
.modulo-contenido table td,
.modulo-contenido table th{
  padding: 12px 15px;
}
@media (max-width: 900px){
  .wp-block-table .has-fixed-layout{
    overflow-x: auto;
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    width: 880px !important;
  }
}
/* =WordPress Core ------ */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* =WordPress Core ------ */

.comment-respond{
  font-size: 14px;
}
.comment-respond p:not(.comment-form-cookies-consent) label{
  display: block;
}
.comment-respond p:not(.comment-form-cookies-consent) input{
  max-width: 500px;
  width: 100%;
  padding: 5px;
}
.form-submit input{
  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 15px;
  border:0;
}
.comment-respond textarea{
  height: 100px;
  max-width: 500px;
  width: 100%;
  padding: 5px;
}
.commentlist{
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.commentlist a,
.comment-author *{
  font-weight: 600;
  color: var(--morado) !important;
}
.commentlist p{
  margin: 0;
}
.commentlist .comment {
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  padding: 10px 10px;
}
.commentlist .comment .avatar{
  margin-right: 10px;
}
.commentlist .comment .comment-reply-link{
  color: var(--morado);
  text-decoration: underline;
}
.cancel-comment-reply-link{
  margin-left: 20px;
  font-size: 16px;
  color: var(--morado);
  font-weight: 600;
  text-decoration: underline;
}
.commentlist .comment .comment-meta a{
  pointer-events: none;
}
.mec-container .navigation .alignleft,
.mec-container .navigation .alignright{
  display: none;
}
.mec-container #comments{
  margin-bottom: 20px;
  font-size: 20px;
}
.mec-container #reply-title{
  font-size: 24px;
}


.palabras_claves{
  background-color: var(--blanco);
  padding: 10px;
}
.palabras_claves li{
  display: inline-block;
  margin: 8px 5px;
}
.palabras_claves li a{
  padding: 8px 10px;
  background-color: #eee;
  border-radius: 5px;
  color: var(--negro);
  font-size: 14px;
}
.post-type-archive-mec-events .mec-skin-grid-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 380px){
  .palabras_claves li a {
    padding: 8px;
    font-size: 12px;
  }
  .palabras_claves {
    padding: 10px 5px;
  }
}



.search-results .item-membership .box-body .nombre {
  min-height: 22px;
}
.search-results .item-membership .box-body .nombre a {
  color: var(--azul) !important;
  text-decoration: none;
}



@media (max-width: 900px){
  .modulo-contenido .inner-0 table{
    overflow-x: auto;
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    width: 880px !important;
  }
}


.card-member{
  cursor: pointer;
}
.card-member .part-body{
  text-align: center;
}
.card-member .cargo {
  font-size: 15px!important;
}
.card-member .nombre{
  margin-bottom: 4px;
  line-height: 1.1;
}
@media (max-width: 850px){
  .grilla-miembros {
    max-width: 550px;
    margin: 0 auto;
  }
  .grilla-miembros .col-md-4{
    width: 50%;
  }
}
@media (max-width: 499px){
  .grilla-miembros .col-md-4{
    width: 100%;
  }
}
.section-portada-x2:not(.con-imagen) .content-x1 {
  padding: 0 0 20px;
}
/* modal-autorities01 *//* modal-autorities01 */
.modal-autorities01 .modal-dialog {
  max-width: 680px;
  width: 100%;
}
.modal-autorities01 .modal-content{
  border: 0;
  position: relative;
  border-radius: 10px;
}
.modal-autorities01 .modal-body {
  padding: 35px 15px 20px;
}
.aspa-close{
  position: absolute;
  top: 4px;
  right: 8px;
  outline: 0;
  z-index: 2;
  opacity: 1;
  background: #fff;
  border: 0;
  cursor: pointer;
}
.aspa-close img {
  width: 15px;
  height: 15px;
}
.modal-autorities01 .modal-body .box-img{
  position: relative;
  padding-bottom: 100%;
  width: 200px;
  border-radius: 50%;
}
.modal-autorities01 .modal-body .text .nombre {
  font-size: 24px;
  font-family: 'Aleo';
  font-weight: 700;
  color: var(--azul);
  margin-bottom: 4px;
  line-height: 1.1;
}
.modal-autorities01 .modal-body .text .cargo {
  font-size: 16px;
  font-weight: bold;
  color: var(--azul);
}
.modal-autorities01 .modal-body .text .content-standar-blue{
  padding-top: 15px;
}
@media (max-width: 700px){
  .modal-autorities01 .modal-dialog {
    padding: 0 15px;
    margin: 15px 0;
  }
}
@media (max-width: 650px){
  .modal-autorities01 .modal-body .col-auto{
    padding-left: 0;
  }
}
@media (max-width: 580px){
  .modal-autorities01 .modal-body .col-auto,
  .modal-autorities01 .modal-body .col{
    width: 100%;
    padding: 0;
  }
  .modal-autorities01 .modal-body .box-img {
    position: relative;
    padding-bottom: 0;
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    display: table;
    margin: 0 auto;
    min-height: 200px;
    margin-bottom: 20px;
  }
  .modal-autorities01 .modal-body .text .nombre,
  .modal-autorities01 .modal-body .text .cargo{
    text-align: center;
  }
}
@media (max-width: 400px){
  .modal-autorities01 .modal-body .box-img {
    max-width: 180px;
    min-height: 180px;
  }
  .modal-autorities01 .modal-body .container{
    padding: 0;
  }
}
/* modal-autorities01 *//* modal-autorities01 */


.card-member-single .perfil-img{
  position: sticky!important;
  top: 90px;
}
@media (max-width: 880px){
  .card-member-single .col-auto,
  .card-member-single .col{
    width: 100%;
  }
  .card-member-single .perfil-img {
    width: 100%!important;
    margin-bottom: 30px!important;
  }
}
.modulo-contenido h1,
.modulo-contenido h2,
.modulo-contenido h3,
.modulo-contenido h4,
.modulo-contenido h5,
.modulo-contenido h6 {
  margin-bottom: 20px;
}
@media (max-width: 600px){
  .modulo-contenido .inner-0 .iframe{
    width: 100%;
  }
}
.mec-event-grid-colorful .mec-event-article {
  height: 100%;
}
.single-mec-events #comments,
.single-mec-events #respond{
  display: none!important;
}






.section-single-x5{
  padding: 50px 0 50px;
  background-color: var(--celeste-0);
}
.section-single-x5 .container {
  max-width: 1150px;
}
.section-single-x5 .titulo{
  color: var(--azul);
  font-family: 'Aleo';
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 10px;
}
.box-cards-x1{
  background-color: var(--morado);
  padding: 20px;
  border-radius: 15px;
  margin: 50px 0;
}
.box-cards-x1 .box-img{
  position: relative;
  min-height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.box-cards-x1 .body {
  min-height: 300px;
  display: flex;
  align-items: center;
}
.box-cards-x1 .body .text{
  padding: 0 25px;
}
.box-cards-x1 .body .text *{
  color: var(--blanco);
}
.box-cards-x1 .body .subtitle,
.box-cards-x2 .content-center .subtitle{
  color: var(--blanco);
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 400;
}
.box-cards-x2 .content-center h2,
.box-cards-x2 .content-center h3,
.box-cards-x2 .content-center h4,
.box-cards-x2 .content-center h5,
.box-cards-x2 .content-center h6{
  color: var(--morado);
}
.box-cards-x2{
  margin: 50px 0;
}
.box-cards-x2 .content-center{
  text-align: center;
  margin-bottom: 30px;
}
.item-purplex1{
  background-color: var(--morado);
  padding: 15px 20px 0px 20px;
  max-width: 380px;
  border-radius: 15px;
  margin: 15px auto;
  min-height: 180px;
  display: flex;
  align-items: center;
}
@media (min-width: 767px){
  .item-purplex1{
    min-height: calc(100% + -15px);
    min-height: -webkit-calc(100% + -15px);
    min-height: -moz-calc(100% + -15px);
    min-height: -o-calc(100% + -15px);
  }
}
.item-purplex1 .content-standar-white ul li::before {
  width: 7px;
  height: 7px;
  top: 9px;
  left: -18px;
  border-radius: 40px;
}
.item-purplex1 .content-standar-white ul {
  padding: 0 0 0 20px;
}
.item-purplex1 .content-standar-white ul li{
  margin: 5px 0;
}
.section-single-x5 .box-width{
  position: relative;
}
.section-single-x5 .box-width li{
  margin: 0 8px;
}
.section-single-x5 .box-width .prev01,
.section-single-x5 .box-width .next01{
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 1px solid var(--blanco);
}
.section-single-x5 .box-width .prev01{
  position: absolute;
  top: 40%;
  left: -60px;
}
.section-single-x5 .box-width .next01{
  position: absolute;
  top: 40%;
  right: -60px;
}
.section-single-x5 .box-width .prev01 img,
.section-single-x5 .box-width .next01 img{
  width: 12px;
  height: auto;
}


@media (max-width: 1480px){
  .section-single-x5 .titulo {
    font-size: 32px;
  }
  .section-single-x5 {
    padding: 80px 0 50px;
  }
}
@media (max-width: 1280px){
  .section-single-x5 .box-width{
    max-width: 1050px;
    margin: 0 auto;
  }
}
@media (max-width: 1180px){
  .section-single-x5 .box-width{
    max-width: 980px;
  }
}
@media (max-width: 1100px){
  .section-single-x5 .box-width{
    max-width: 780px;
  }
}
@media (max-width: 991px){
  .section-single-x5 .titulo {
    font-size: 28px;
  }
  .box-cards-x1 .body .text {
    padding: 0;
  }
  .section-single-x5 {
    padding: 60px 0 50px;
  }
}
@media (max-width: 950px){
  .section-single-x5 .box-width{
    max-width: 680px;
  }
  .box-cards-x2 .content-center{
    max-width: 680px;
    margin: 0 auto;
  }
}
@media (max-width: 820px){
  .section-single-x5 .box-width{
    max-width: 620px;
  }
}
@media (max-width: 767px){
  .box-cards-x1 .body .subtitle,
  .box-cards-x2 .content-center .subtitle {
    font-size: 22px;
  }
  .box-cards-x1 .col-7,
  .box-cards-x1 .col-5{
    width: 100%;
  }
  .box-cards-x1 .body {
    min-height: 100%;
  }
  .box-cards-x1 .box-img {
    max-width: 550px;
    margin: 0 auto;
    min-height: 100%;
    padding-top: 50%;
  }
  .box-cards-x1 .body .subtitle{
    text-align: center;
  }
  .section-single-x5 .box-width{
    max-width: 400px;
  }
  .section-single-x5 .box-width .prev01,
  .section-single-x5 .box-width .next01{
    background-color: var(--azul);
    border: 1px solid var(--azul);
    padding: 5px 4px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-single-x5 .box-width .prev01 img,
  .section-single-x5 .box-width .next01 img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 9px;
  }
  .box-cards-x2 .item-purplex1 {
    padding-top: 20px;
    padding-bottom: 4px;
  }
  .section-single-x5 {
    padding: 40px 0;
  }
}
@media (max-width: 650px){
  .box-cards-x1 .box-img {
    padding-top: 65%;
  }
}
@media (max-width: 550px){
  .section-single-x5 .box-width .prev01{
    left: -40px;
  }
  .section-single-x5 .box-width .next01{
    right: -40px;
  }
}
@media (max-width: 500px){
  .section-single-x5 .box-width .prev01{
    left: -15px;
  }
  .section-single-x5 .box-width .next01{
    right: -15px;
  }
}
@media (max-width: 430px){
  .section-single-x5 .box-width li {
    margin: 0;
    padding: 0 15px;
  }
  .item-purplex1 .content-standar-white ul li{
    padding: 0;
  }
  .section-single-x5 .box-width .prev01{
    left: 0;
  }
  .section-single-x5 .box-width .next01{
    right: 0;
  }
}



.modulo-contenido.azul table th{
  border: 1px solid var(--blanco)
}

.tabla_1 .inner-0 table{
  border: 0;
}
.tabla_1 .inner-0 table thead{
  position: relative;
  z-index: 4;
}
.tabla_1 .inner-0 table thead tr th:before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color:transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 15px;
}
.tabla_1 .inner-0 table:not(:has(thead)) tbody tr:nth-child(1) td:before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color:transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.tabla_1 .inner-0 table tbody tr td{
  border: 0;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  z-index: 4;
}
.tabla_1 .inner-0 table:not(:has(thead)) tbody tr td:nth-child(1):before{
  border-left: 1px solid #c7c7c7;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.tabla_1 .inner-0 table:not(:has(thead)) tbody tr td:nth-last-child(1):before{
  border-right: 1px solid #c7c7c7;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.tabla_1.azul .inner-0 table:not(:has(thead)) tbody tr:nth-child(1) td:before{
  border-top: 1px solid var(--blanco);
  border-bottom: 1px solid var(--blanco);
}
.tabla_1.azul .inner-0 table:not(:has(thead)) tbody tr td{
  border-bottom: 1px solid var(--blanco);
}
.tabla_1.azul .inner-0 table:not(:has(thead)) tbody tr td:nth-child(1):before{
  border-left: 1px solid var(--blanco);
}
.tabla_1.azul .inner-0 table:not(:has(thead)) tbody tr td:nth-last-child(1):before{
  border-right: 1px solid var(--blanco);
}
.tabla_1 .inner-0 table:not(:has(thead)) tbody tr:nth-child(1) td{
  border-bottom: 0;
}
.tabla_1 .inner-0 table thead tr:nth-child(1) th:before{
  border-left: 1px solid #c7c7c7;
}
.tabla_1 .inner-0 table thead tr:nth-last-child(1) th:before{
  border-right: 1px solid #c7c7c7;
}
.tabla_1 .inner-0 table thead tr:nth-child(1) th{
  border-left: 0;
  border-top: 0;
}
.tabla_1 .inner-0 table thead tr th:nth-child(1){
  border-bottom: 0;
}
.tabla_1 .inner-0 table thead tr th:nth-last-child(2){
  border-bottom: 0;
}
.tabla_1 .inner-0 table thead tr th:nth-last-child(1){
  border-right: 0;
}
.tabla_1 .inner-0 table thead tr:nth-last-child(1) th{
  border-top: 0;
  border-bottom: 0;
}



.tabla_2 .inner-0 table{
  border: 0;
}
.tabla_2 .inner-0 table thead{
  position: relative;
  z-index: 4;
}
.tabla_2 .inner-0 table thead tr th:before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color:transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 15px;
}
.tabla_2 .inner-0 table thead tr:nth-child(1) th:before{
  border-left: 1px solid #c7c7c7;
}
.tabla_2 .inner-0 table thead tr:nth-last-child(1) th:before{
  border-right: 1px solid #c7c7c7;
}
.tabla_2 .inner-0 table tbody tr td{
  border: 0;
  border-bottom: 1.5px solid var(--blanco);
  position: relative;
  z-index: 4;
}
.tabla_2 .inner-0 table tbody{
  position: relative;
}
.tabla_2 .inner-0 table tbody:after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color:transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #e4f5fc;
  border: 1px solid #e4f5fc;
  border-radius: 15px;
}
.tabla_2 .inner-0 table thead tr:nth-child(1) th{
  border-left: 0;
  border-top: 0;
}
.tabla_2 .inner-0 table thead tr th:nth-child(1){
  border-bottom: 0;
}
.tabla_2 .inner-0 table thead tr th:nth-last-child(2){
  border-bottom: 0;
}
.tabla_2 .inner-0 table thead tr th:nth-last-child(1){
  border-right: 0;
}
.tabla_2 .inner-0 table thead tr:nth-last-child(1) th{
  border-top: 0;
  border-bottom: 0;
}
.tabla_2 .inner-0 table thead + tbody{
  position: relative;
  top: 10px;
  left: 0;
}
.tabla_2.azul .inner-0 table thead tr th:before{
  border-top: 1px solid var(--blanco);
  border-bottom: 1px solid var(--blanco);
}
.tabla_2.azul .inner-0 table thead tr:nth-child(1) th:before{
  border-left: 1px solid var(--blanco);
}
.tabla_2.azul .inner-0 table thead tr:nth-last-child(1) th:before{
  border-right: 1px solid var(--blanco);
}
.tabla_2.azul .inner-0 table tbody tr td{
  border-bottom: 1.5px solid var(--blanco);
}
.tabla_2.azul .inner-0 table tbody:after{
  background-color: transparent;
  border: 0;
}



.tabla_3 .inner-table table{
  border: 0;
}
.tabla_3 .inner-table{
  border-radius: 20px;
  border: 1px solid #c7c7c7;
  padding: 15px 25px 5px;
}
.tabla_3 .inner-table table tbody tr td{
  border: 0;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  z-index: 4;
}
.tabla_3 .inner-table table:not(:has(thead)) tbody tr:nth-child(1) td{
  border-bottom: 2px solid #c7c7c7;
}
.tabla_3.azul .inner-table{
  border: 1px solid var(--blanco);
  width: fit-content;
}
.tabla_3.azul .inner-table table tbody tr td{
  border-bottom: 1px solid var(--blanco);
}
.tabla_3.azul .inner-table table tbody tr:nth-child(1) td{
  border-bottom: 2px solid var(--blanco);
}
.tabla_3 .inner-table table tbody tr:nth-last-child(1) td{
  border-bottom: 0;
}
.tabla_3 .inner-table table thead tr th{
  border: 0;
  border-bottom: 1px solid #c7c7c7;
}
.tabla_3 .inner-table table thead tr:nth-last-child(1){
  border-bottom: 2px solid #c7c7c7;
}
.tabla_3.azul .inner-table table thead tr th{
  border-bottom: 1px solid var(--blanco);
}
.tabla_3.azul .inner-table table thead tr:nth-last-child(1){
  border-bottom: 2px solid var(--blanco)
}









.tabla_2 .inner-0 table:not(:has(thead)) tbody tr:nth-child(1) td:after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color:transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 0;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.tabla_2 .inner-0 table tbody tr td{
  border: 0;
  border-bottom: 1.5px solid var(--blanco);
  position: relative;
  z-index: 4;
}

.tabla_2 .inner-0 table:not(:has(thead)) tbody:after{
  display: none;
}
.tabla_2 .inner-0 table:not(:has(thead)) tbody tr td::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #e4f5fc;
  border: 1px solid #e4f5fc;
}
.tabla_2 .inner-0 table:not(:has(thead)) tbody tr:nth-child(1) td::before{
  background-color: var(--blanco);
  border: 0;
}
.tabla_2 .inner-0 table:not(:has(thead)) tbody tr td:nth-child(1):after{
  border-left: 1px solid #c7c7c7;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.tabla_2 .inner-0 table:not(:has(thead)) tbody tr td:nth-last-child(1):after{
  border-right: 1px solid #c7c7c7;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.tabla_2 .inner-0 table:not(:has(thead)) tbody tr td::before:nth-last-child(1){
  border-bottom-left-radius: 15px;
}


.tabla_2.azul .inner-0 table:not(:has(thead)) tbody tr td::before{
  background-color: transparent;
  border: 0;
}
.tabla_2.azul .inner-0 table:not(:has(thead)) tbody tr:nth-child(1) td:after {
  border-top: 1px solid var(--blanco);
  border-bottom: 1px solid var(--blanco);
}
.tabla_2.azul .inner-0 table:not(:has(thead)) tbody tr:nth-child(1) td{
  border-bottom: 0;
}


.tabla_2 .inner-0 table tbody tr th{
  border: 0;
  border-bottom: 1.5px solid var(--blanco);
}
.tabla_2 .inner-0 table tbody tr th:nth-last-child(1){
  border-bottom: 0;
}
.tabla_2.azul .inner-0 table tbody tr:nth-last-child(1) th{
  border-bottom: 0;
}
.tabla_2.azul .inner-0 table tbody tr:nth-last-child(1) td{
  border-bottom: 0;
}

.tabla_2 .inner-0 table:not(:has(thead)) tbody tr th::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #e4f5fc;
  border: 1px solid #e4f5fc;
}
.tabla_2 .inner-0 table:not(:has(thead)) tbody tr:nth-child(1) th::before{
  background-color: var(--blanco);
  border: 0;
}
.tabla_2 .inner-0 table:not(:has(thead)) tbody tr td:nth-child(1):after{
  border-left: 1px solid #c7c7c7;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.tabla_2 .inner-0 table:not(:has(thead)) tbody tr th:nth-last-child(1):after{
  border-right: 1px solid #c7c7c7;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.tabla_2 .inner-0 table:not(:has(thead)) tbody tr th::before:nth-last-child(1){
  border-bottom-left-radius: 15px;
}
.grilla-miembros .btn-blue{
  padding: 3px 11px;
  margin-top: 5px;
  font-size: 13px;
}
.grilla-miembros .btn-blue:after{
  width: 8px;
  height: 12px;
  top: -2px;
  margin-bottom: -3px;
}
.grilla-miembros .btn-blue:not(:hover){
  color: var(--blanco) !important;
}
@media (min-width: 767px){
  .slider-purple .slick-track{
    display: flex !important;
  }
  .slider-purple .slick-slide{
    height: inherit !important;
  }
}
.modul-member.modulo-contenido{
  padding-top: 60px;
}
.lista-botones{
  margin-bottom: 40px;
}
.lista-botones a{
  text-decoration: none !important;
  padding: 8px 15px !important;
  font-size: 14px !important;
  margin-right: 5px;
  margin-bottom: 8px;
  border: 1px solid var(--azul-oscuro);
  border-radius: 8px;
  display: inline-block;
  font-weight: 400;
  transition: all 0.3s;
}
.lista-botones a.current,
.lista-botones a:hover{
  background: var(--morado);
  border-color: var(--morado);
  color: var(--blanco) !important;
}
@media (max-width: 500px){
  .lista-botones a {
    padding: 8px 10px !important;
    font-size: 13px !important;
    margin-right: 4px;
  }
}
.member-content .inner-0 li,
.member-content .inner-0 p{
  font-size: 15px;
}
.member-content .inner-0 .title-detail{
  font-size: 24px;
}
@media (max-width: 500px){
  .member-content .inner-0 .title-detail{
    font-size: 20px;
  }
  .member-content .inner-0 li,
  .member-content .inner-0 p{
    font-size: 14px;
  }
}
@media (max-width: 700px){
  .modul-member.modulo-contenido {
    padding-top: 25px;
  }
}
.sidebar-form{
  max-width: 290px;
}
.sidebar-form table{
  font-size: 12px !important;
}
.sidebar-form table td,
.sidebar-form table th{
  padding: 10px 8px !important;
}
.sidebar-form table .name{
  width: 200px;
  word-break: break-word;
}
.sidebar-form .grupo_x{
  margin-bottom: 25px;
}
.sidebar-form .line{
  border-bottom: 1px solid var(--morado);
  padding-bottom: 5px;
}
.sidebar-form .grupo-radio label{
  font-size: 14px;
  display: block;
  margin-left: 0;
  margin-bottom: 5px;
}
.sidebar-form .group-textarea{
  margin-bottom: 10px;
}
.sidebar-form .group-textarea textarea{
  max-width: 100%;
  height: 130px;
  font-size: 14px;
  padding: 5px 9px;
}
.sidebar-form .grupo-radio{
  border-bottom: 0 !important;
  margin: 0 !important;
}
.sidebar-form .btn-submit {
  padding: 6px 30px;
  font-size: 14px;
  min-width: 80px;
}
.grupo-btns{
  text-align: center;
}
.grupo-btns .boton{
  position: relative;
}
.grupo-btns .boton span{
  position: relative;
  padding: 5px 15px;
  border: 1px solid var(--azul-oscuro);
  display: inline-block;
  margin: 0 5px;
  pointer-events: none;
  z-index: -1;
}
.grupo-btns .boton input{
  position: absolute !important;
  left: 0;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  cursor: pointer;
}
.grupo-btns input[type='radio']:checked + span{
  background: var(--azul-oscuro);
  color: var(--blanco);
}
.grupo-btns .contador{
  margin-right: 4px;
  font-size: 14px;
  top: -9px;
  position: relative;
  left: -2px;
}
@media (max-width: 900px){
  .member-content .columna-1,
  .member-content .columna-2{
    width: 100%;
  }
  .sidebar-form {
    max-width: 320px;
    margin-top: 50px;
  }
}
.section-gracias .titulo{
  font-size: 5em;
  font-family: 'Aleo';
  color: var(--azul);
}
.section-gracias{
  height: 90vh;
  display: flex;
  align-items: center;
}
.section-gracias .content-text{
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 50px;
  max-width: 880px;
  font-size: 20px;
}
.section-gracias .content-text a{
  color: var(--azul);
  text-decoration: underline;
}
.content-title-margen h1,
.content-title-margen h2,
.content-title-margen h3,
.content-title-margen h4,
.content-title-margen h5,
.content-title-margen h6{
  margin-top: 25px;
}
.is-hidden {
  display: none !important;
}
.input-group input{
  border-radius: 7px !important;
  padding: 0px 10px !important;
  height: 45px;
}
.input-group.success input{
  background-color: #e6ffed;
  border: 1px solid #28a745;
}
.input-group .check-icon {
  color: #28a745;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}
.input-group .btn.remove-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.8rem;
  padding: 0 0 8px 0;
  border-radius: 6px !important;
  font-size: 24px;
}
.input-group .btn-primary{
  border-radius: 6px !important;
  background: #4f46e5;
  border-color: #4f46e5;
}
.input-group.success .btn-primary{
  display: none !important;
}
.input-group{
  gap: 8px;
}
.input-group .check-icon{
  padding: 0;
  filter: brightness(0) saturate(100%) invert(56%) sepia(98%) saturate(374%) hue-rotate(90deg) brightness(92%) contrast(91%);
}
.btn-link.add-link{
  color: #4f46e5;
}
.grupo-form-0{
  padding: 25px 20px 40px 20px !important;
  display: block !important;
}
.grupo-form-0 .btn-submit{
  width: 100%;
  max-width: 500px;
}
.grupo-form-0 .form-label a,
.content-title-margen a{
  color: #4f46e5;
  font-weight: 400;
  text-decoration: underline;
}
.grupo-form-0 .btn-outline-secondary{
  border-radius: 7px !important;
}
.nav-custom-2 .nav-tabs{
  border: 0 !important;
  gap: 8px;
}
.nav-custom-2 .nav-tabs .nav-link{
  background: #f1f1f1 !important;
  color: #000 !important;
  border-radius: 10px !important;
  border: 0 !important;
}
.nav-custom-2 .nav-tabs .nav-link.active{
  background: rgba(34, 197, 94, 1) !important;
  color: var(--blanco) !important;
}
@media (max-width: 575px){
  .grupo-form-0 .form-control,
  .grupo-form-0 button{
    width: 100% !important;
  }
  .grupo-form-0 .input-group {
    flex-direction: column;
    margin-top: 30px !important;
  }
  .grupo-form-0 .input-group .btn.remove-link{
    height: 2.37rem !important;
  }
  .grupo-form-0 .check-icon{
    width: 100%;
    justify-content: center;
    border: 1px solid;
    border-radius: 5px !important;
    padding: 3px 0;
  }
  .nav-custom-2 .nav-tabs .nav-link{
    width: 100%;
    text-align: center;
  }
  .grupo-form-0 .form-label{
    margin-bottom: -15px !important;
    display: block !important;
  }
}
.input-group input[type="file"]::-webkit-file-upload-button{
  height: 49px;
}
.input-group input[type="file"]{
  padding-top: 2px !important;
}


.FilaBoxIco-content{
  padding-left: 10px;
  padding-bottom: 35px;
}
.FilaBoxIco-module{
  background: linear-gradient(90deg,#0e2b8d 0%, #8347AD 60%);
  position: relative;
  min-height: 60px;
  width: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: 100px;
  text-align: left;
  transition: all 0.3s;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-right: 10px;
}
.FilaBoxIco-module .BoxIco{
  width: 100px;
  height: 100px;
  border: 3px solid var(--blanco);
  border-radius: 50%;
  position: absolute;
  left: -13px;
  top: -22px;
  background-color: var(--azul);
}
.FilaBoxIco-module .BoxIco::before {
  content: ''!important;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: 3px solid var(--celeste);
  position: absolute;
  border-radius: 100%;
  display: inline-block;
}
.FilaBoxIco-module .title{
  color: var(--blanco);
  font-family: var(--fuente-2);
  position: relative;
  top: 3px;
}
.FilaBoxIco-module .BoxIco .ico{
  width: 60%;
  height: 60%;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
}
.FilaBoxIco-module p{
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 480px){
  .FilaBoxIco-module .BoxIco .ico {
      width: 48%;
      height: 48%;
  }
  .FilaBoxIco-module .BoxIco {
    width: 84px;
    height: 84px;
    top: -12px;
  }
  .FilaBoxIco-module {
    padding-left: 85px;
  }
}



.HeaderInfoCeleste{
  background-color:var(--celeste);
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
}
.HeaderInfoCeleste .circle-link,
.NewsPublicationsContent .HeaderInfoPurple .circle-link{
  position: absolute;
  right: 10px;
  top:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.HeaderInfoCeleste .titulo,
.NewsPublicationsContent .HeaderInfoPurple .titulo{
    font-size: 22px;
    margin: 0;
    padding: 0 40px;
    color: var(--blanco);
}
@media (max-width: 767px){
  .HeaderInfoCeleste,
  .NewsPublicationsContent .HeaderInfoPurple{
    justify-content: left!important;
  }
  .HeaderInfoCeleste .titulo,
  .NewsPublicationsContent .HeaderInfoPurple .titulo {
    padding: 0 30px 0 28px;
  }
  .FilaBoxIco-content {
    padding-bottom: 25px;
  }
}
@media (max-width: 400px){
  .content-events .model-inner-0 {
      padding: 25px 15px 20px;
  }
  .HeaderInfoCeleste .circle-link,
  .NewsPublicationsContent .HeaderInfoPurple .circle-link {
    right: -5px;
  }
  .HeaderInfoCeleste .titulo,
  .NewsPublicationsContent .HeaderInfoPurple .titulo {
    padding: 0 25px 0 18px;
    font-size: 18px;
  }
  .HeaderInfoCeleste,
  .NewsPublicationsContent .HeaderInfoPurple{
    min-height: 80px!important;
  }
  .slider-news-recent .slick-prev {
    left: -35px!important;
  }
  .slider-news-recent .slick-next {
    right: -35px!important;
  }
}
.section-content-blue + .section-mapa{
  padding-top: 30px !important;
}
.section-portada-x2.mode-blocks .content-x1{
  padding-bottom: 0 !important;
}
.section-portada-x2.mode-blocks + .section-acordeon{
  padding-top: 1px !important;
  margin-top: -20px !important;
}
.valores-0{
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.valores-0 img{
  opacity: 0.5;
}
.valores-0 .circle-big {
  width: 37%;
  height: auto;
  border: var(--valores) solid #3b2c87;
  padding-bottom: 35%;
  top: 51.5% !important;
}

.valores-0 .posicion{
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
  border-radius: 50%;
  background: var(--blanco);
  border: 12px solid var(--hover-color);
}
.valores-0 .item-0{
  width: 18%;
  border: var(--valores) solid #4d1e70;
  padding-top: 14%;
  cursor: pointer;
  min-height: 0;
}
.valores-0 .item-1{
  left: 36%;
  top: 86%;
}
.valores-0 .item-2{
  left: 21%;
  top: 60%;
  border: var(--valores) solid #aaabaf;
}
.valores-0 .item-3{
  left: 26%;
  top: 28%;
  border: var(--valores) solid #8347b0;
}
.valores-0 .item-4{
  left: 50%;
  top: 13%;
  border: var(--valores) solid #5064ab;
}
.valores-0 .item-5{
  left: 74%;
  top: 28%;
  border: var(--valores) solid #31b0f1;
}
.valores-0 .item-6{
  left: 80%;
  top: 60%;
  border: var(--valores) solid #122972;
}
.valores-0 .item-7{
  left: 64%;
  top: 86%;
  border: var(--valores) solid #c3a5d7;
}
.valores-0 .ico{
  width: 62%;
  top: 53%;
  pointer-events: none;
}
.valores-0 .item-0 .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
  background: #3b2c87;
  min-width: 162%;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 4px 0;
  border-radius: 35px;
  font-size: 21px;
}
.valores-0 .item-0 .box b{
  font-family: var(--fuente-2);
}
.valores-0 .item-1 .box{
  background: #4d1e70;
  left:2%;
}
.valores-0 .item-2 .box{
  background: #aaabaf;
  left:3%;
}
.valores-0 .item-3 .box{
  background: #8347b0;
  left:1%;
}
.valores-0 .item-4 .box{
  background: #5064ab;
}
.valores-0 .item-5 .box{
  background: #31b0f1;
  left:100%;
}
.valores-0 .item-6 .box{
  background: #122972;
  left:100%;
}
.valores-0 .item-7 .box{
  background: #c3a5d7;
  left:100%;
}
@media (max-width: 991px){
  .valores-0 .item-0 .box{
    font-size: 18px;
  }
}
@media (max-width: 767px){
  .valores-0 .item-0 .box{
    font-size: 16px;
    padding: 1px 0;
  }
  .fondo-blanco.fondo-valores{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
@media (max-width: 575px){
  .valores-0 .item-0 .box{
    font-size: 14px;
    padding: 0;
  }
}
@media (max-width: 420px){
  .valores-0 .item-0 .box{
    font-size: 12px;
  }
  .modal-valor .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-valor .modal-content p{
  margin: 0;
}
.modal-valor .modal-dialog{
  max-width: 350px;
  margin: 0 auto;
}
.modal-valor .modal-content{
  border-radius: 50%;
  border:var(--valores) solid #aaabaf !important;
  min-height: 350px;
}
.modal-valor .modal-body{
  align-content: center;
  padding: 0 35px;
  text-align: center;
  font-size: 15px;
}
.modal-valor .btn-close{
  position: absolute;
  right: -45px;
  top: -25px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 4px;
  background-size: 13px;
  opacity: 0.8;
}
.modal-valor .content-circle{
  min-height: 245px;
  align-content: center;
}
@media (max-width: 499px){
  .modal-valor .content-circle p{
    font-size: 13px;
  }
  .modal-valor .modal-dialog{
    max-width: 310px;
  }
  .modal-valor .modal-content{
    min-height: 310px;
  }
  .modal-valor .btn-close{
    right: -40px;
    top: -27px;
    background-size: 10px;
    font-size: 12px;
  }
}
.modal-valor .modal-body::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../assets/img/logitpo-0.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  width: 55%;
  height: 55%;
  opacity: 0.2;
}
@media (min-width: 851px){
  .accordion-item .grilla-miembros{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-professional .prev-arrow img.normal,
.section-professional .next-arrow img.normal{
  filter: brightness(0) saturate(100%) invert(10%) sepia(68%) saturate(4585%) hue-rotate(228deg) brightness(102%) contrast(95%);
}
.section-professional .prev-arrow:hover img.hover,
.section-professional .next-arrow:hover img.hover{
  display: block !important;
}
.section-professional .prev-arrow:hover img.normal,
.section-professional .next-arrow:hover img.normal{
  display: none;
}

.tabla_4 .inner-table table,
.tabla_4 .inner-table table tbody tr td {
  border: 0;
}
.tabla_4 .inner-table {
  border: none;
}
.tabla_4 .inner-table table:not( :has( thead ) ) tbody tr:nth-child( even ) {
  background-color: #f1f1f1;
}
.tabla_4 .inner-table table:not( :has( thead ) ) tbody tr:nth-child( 1 ) {
  background: linear-gradient( to right, #102d91, #8746ad ) !important;
}
.tabla_4 .inner-table table:not( :has( thead ) ) tbody tr:nth-child( 1 ) td,
.tabla_4 .inner-table table:not( :has( thead ) ) tbody tr:nth-child( 1 ) td strong,
.tabla_4 .inner-table table:not( :has( thead ) ) tbody tr:nth-child( 1 ) td span {
  color: #fff !important;
}
.tabla_4.azul .inner-table table:not( :has( thead ) ) tbody tr:nth-child( even ) {
  background-color: #f1f1f13b;
}
.fondo-blanco .fondo-13{
  position: absolute;
  z-index: 0;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
}
.fondo-blanco .mundo-3 {
  position: absolute;
  left: -400px;
  top: -205px;
  max-width: 800px;
  opacity: 0.5;
}
.fondo-blanco .container-inner{
  z-index: 2;
  position: relative;
}
.mode-modern .content-x1 {
  padding-bottom: 0 !important;
}
.mode-modern .titulo-62 {
  background: linear-gradient( 90deg, #5666d6, #002f9e, #8d3eb0 ) !important;
  color: #fff;
  /*max-width: 1125px;*/
  margin: 0 auto;
  border-radius: 0 70px 0 0;
  padding: 20px;
  font-family: 'Plus Jakarta Sans' !important;
  font-weight: 600;
  font-size: 30px;
}
.item-0 {
  position: relative;
  z-index: 1;
}
.item-0::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hover-color, transparent);
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}
.item-0.animated::before {
  transform: scale(1.1);
}
.item-0.selected::before {
  transform: scale(1);
}
.module-content-text {
  padding: 130px 0 100px;
  margin-top: -40px;
  background-size: cover;
  background-position: center;
}
.module-content-text .bloque {
  background: transparent !important;
  padding: 0 110px;
}
.module-content-text .bloque .content-standar-white * {
  color: #395698 !important;
  font-weight: 500;
  font-size: 18px;
}
.module-content-text .bloque .content-standar-white strong {
  font-weight: 900;
}
@media ( max-width: 800px ) {
  .module-content-text {
    padding: 100px 0 50px;
  }
  .module-content-text .bloque {
    padding: 0 25px;
  }
  .module-content-text .bloque .content-standar-white * {
    font-size: 16px;
  }
}
.modulo-level-one-slider .subtitulo {
  font-size: 45px !important;
}
.modulo-level-one-slider .titulo-50 {
  padding: 0 !important;
  font-size: 25px !important;
  margin-top: 10px;
}
.modulo-level-one-slider .item-members {
  height: 100%;
  margin: 0 auto;
}
.modulo-level-one-slider .item-members .content {
  height: 100%;
  min-height: auto;
}
.modulo-level-one-slider .item-members .content .text {
  height: auto !important;
  min-height: 80px !important;
}
.modulo-level-one-slider .ico-fondo {
  height: 800px !important;
}

.content-titulo.more-icon{
  padding-left: 20px !important;
}
.content-titulo.more-icon .reloj{
  margin-right: 12px;
}
.item-grant {
  background-color: #5164ab;
  color: #fff;
  padding: 22px 20px 56px 20px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 7px;
  min-height: 380px;
  transition: all 0.3s;
}
.item-grant h5 {
  flex-grow: 1;
  font-size: 1rem;
}
.item-grant .plus-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  transition: all 0.3s;
}
.SectionGrant .item-grant:hover .plus-icon{
  transform: rotate(180deg);
}
.item-grant .year-label {
  position: absolute;
  bottom: 14px;
  left: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.line-4{
  line-height: 1.4;
}
.line-5{
  line-height: 1.5;
}
.item-grant-horizontal {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f7f7;
  position: relative;
  gap: 6px;
}
.item-grant-horizontal .year-box {
  background-color: #1e73be;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  min-width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 6px;
  min-height: 120px;
}
.item-grant-horizontal .year-box.purple {
  background-color: #6a4da1;
}
.item-grant-horizontal .content-box {
  flex: 1;
  padding: 20px 40px 20px 20px;
  position: relative;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.GrupoGrants{
  background: linear-gradient(to right, #e6e8e9, #f2f2f2);
  margin-top: 25px;
}
.mb-60{
  margin-bottom: 60px;
}
.pt-60{
  padding-top: 60px;
}
.SectionGrant .container{
  max-width: 1280px;
}
.SectionGrant .inner-white::before {
  content: '';
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + -6px);
  left: 50%;
  top: calc(50% - -15px);
  background: var(--blanco);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 10px;
  border-top-right-radius: 40px;
}
.SectionGrant .mundo-1{
  position: absolute;
  left: -500px;
  top: -305px;
  max-width: 850px;
  opacity: 0.5;
}
.SectionGrant .mundo-2{
  position: absolute;
  right: -400px;
  bottom: -290px;
  max-width: 750px;
  opacity: 0.5;
}

.SectionGrant .item-grant-horizontal .content-box {
  align-items: unset;
  flex-direction: column;
  min-height: 150px;
  justify-content: center;
}
.SectionGrant .item-grant-horizontal .content-box h5{
  margin-bottom: 15px;
  font-weight: 600;
}
.SectionGrant .item-grant-horizontal .content-box p{
  color: var(--negro);
}
.SectionGrant .item-grant-horizontal .content-box p:nth-last-child(1){
  margin-bottom: 0;
}
.SectionGrant .fondo-celeste .item-blue .content-titulo h2 span{
  font-family: 'Plus Jakarta Sans';
}
@media (max-width: 1400px) {
  .item-grant-horizontal .year-box {
    min-width: 240px;
    font-size: 20px;
    padding: 18px;
  }
  .item-grant-horizontal .content-box {
    padding: 18px 32px 18px 18px;
  }
  .SectionGrant .mundo-1 { left: -420px; top: -280px; max-width: 760px; }
  .SectionGrant .mundo-2 { right: -340px; bottom: -260px; max-width: 680px; }
}
@media (max-width: 1200px) {
  .item-grant { min-height: 340px; }
  .item-grant-horizontal { gap: 8px; }
  .item-grant-horizontal .year-box {
    min-width: 220px;
    font-size: 19px;
    padding: 16px;
    min-height: 110px;
  }
  .item-grant-horizontal .content-box {
    padding: 18px 28px 18px 16px;
  }
  .item-grant .plus-icon { width: 24px; height: 24px; }
  .SectionGrant .inner-white::before {
    width: calc(100% + 16px);
    top: calc(50% - -12px);
    border-top-right-radius: 32px;
  }
  .SectionGrant .mundo-1 { left: -360px; top: -240px; max-width: 660px; }
  .SectionGrant .mundo-2 { right: -300px; bottom: -240px; max-width: 620px; }
}
@media (max-width: 992px) {
  .pt-60 { padding-top: 44px; }
  .mb-60 { margin-bottom: 44px; }
  .item-grant { min-height: 320px; padding: 20px 18px 54px 18px; }
  .item-grant .year-label { font-size: 18px; left: 18px; bottom: 12px; }
  .item-grant .plus-icon { width: 22px; height: 22px; right: 12px; bottom: 12px; }
  .item-grant-horizontal {
    gap: 10px;
  }
  .item-grant-horizontal .year-box {
    min-width: 200px;
    font-size: 18px;
    padding: 14px;
    min-height: 100px;
  }
  .item-grant-horizontal .content-box {
    padding: 16px 24px 16px 14px;
  }
  .SectionGrant .inner-white::before {
    width: calc(100% + 12px);
    height: calc(100% + -2px);
    top: calc(50% - -10px);
    border-top-right-radius: 28px;
  }
  .SectionGrant .mundo-1,
  .SectionGrant .mundo-2 { opacity: 0.35; }
}
@media (max-width: 768px) {
  .pt-60 { padding-top: 36px; }
  .mb-60 { margin-bottom: 36px; }
  .item-grant { min-height: 300px; padding: 18px 16px 52px 16px; }
  .item-grant-horizontal {
    flex-direction: column;
    gap: 5px;
  }
  .item-grant-horizontal .year-box {
    min-width: 100%;
    min-height: 72px;
    font-size: 18px;
    border-radius: 6px;
  }
  .item-grant-horizontal .content-box {
    padding: 14px 16px;
    border-radius: 6px;
  }
  .SectionGrant .inner-white::before {
    width: 100%;
    height: 100%;
    top: 50%;
    border-top-right-radius: 22px;
  }
  .SectionGrant .mundo-1,
  .SectionGrant .mundo-2 { display: none; }
}
@media (max-width: 576px) {
  .item-grant { min-height: 280px; padding: 16px 14px 50px 14px; }
  .item-grant-horizontal .year-box { font-size: 17px; padding: 12px; min-height: 64px; }
  .item-grant-horizontal .content-box { padding: 12px 14px; }
  .GrupoGrants { background: linear-gradient(to right, #e6e8e9, #f2f2f2); }
}
@media (hover: none) and (pointer: coarse) {
  .SectionGrant .item-grant:hover .plus-icon { transform: none; }
}
@media (max-width: 1200px) {
  .SectionGrant .row.g-1 > [class*="col-md-3"] {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 992px) {
  .SectionGrant .row.g-1 > [class*="col-md-3"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .SectionGrant .row.g-1 > [class*="col-md-3"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



.SectionGrants-02{
  min-height: 500px;
  padding: 80px 0;
}
.SectionGrants-02 .container{
  max-width: 1080px;
}
.SectionGrants-02 .inner-white{
  background-color: var(--blanco);
  padding: 150px 50px 40px;
  border-radius: 20px;
  z-index: 4;
  position: relative;
}
.SectionGrants-02 .mundo-1{
    position: absolute;
    left: -500px;
    top: -305px;
    max-width: 850px;
    opacity: 0.5;
}
.SectionGrants-02 .mundo-2 {
    position: absolute;
    right: -400px;
    bottom: -290px;
    max-width: 750px;
    opacity: 0.5;
}

.SectionGrants-02 .box-bottom h4{
  margin-bottom: 30px;
}
.SectionGrants-02 .box-bottom .item{
  position: relative;
  padding: 30px 25px 15px 80px;
  border-top: 2px solid #706f6f;
  min-height: 90px;
}
.SectionGrants-02 .box-bottom .item img{
  position: absolute;
  top: 15px;
  left: 18px;
  width: 50px;
  height: auto;
}
.SectionGrants-02 .inner-white .ico-right{
  position: absolute;
  top: 25px;
  right: 50px;
  width: 220px;
  height: auto;
}
.SectionGrants-02 .inner-white .box-top .box-time{
  background-color: #5164ab;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  border: 4px solid #fff;
  min-height: 110px;
  position: absolute;
  top: -15px;
  left: 20px;
}

@media (max-width: 991px){
  .SectionGrants-02 .inner-white {
      padding: 150px 25px 30px;
  }
}
@media (max-width: 767px){
  .SectionGrants-02 .box-bottom .item {
      padding: 20px 15px 15px 60px;
  }
  .SectionGrants-02 .box-bottom .item img {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 45px;
  }
  .SectionGrants-02 .box-bottom .item {
    min-height: 75px;
  }
  .SectionGrants-02 .inner-white .ico-right {
    right: 25px;
    width: 180px;
  }
  .SectionGrants-02 .inner-white .box-top .box-time {
    font-size: 20px;
    width: 225px;
    padding: 15px;
    min-height: 100px;
  }
  .SectionGrants-02 .mundo-1,
  .SectionGrants-02 .mundo-2{
    display: none;
  }
  .SectionGrants-02 {
    padding: 60px 0;
  }
}
@media (max-width: 650px){
    .SectionGrants-02 .inner-white {
        padding: 130px 15px 30px;
    }
    .SectionGrants-02 .inner-white .box-top .box-time{
      position: relative;
      left: 0;
      top: 0;
      margin: 0 auto;
      margin-bottom: 20px;
      width: 200px;
      padding: 15px;
      min-height: auto;
      display: block;
      text-align: center;
    }
}
@media (max-width: 400px){
  .SectionGrants-02 .box-bottom h4 {
      font-size: 18px;
  }
  .SectionGrants-02 .inner-white .ico-right {
      right: 20px;
      width: 160px;
  }
  .SectionGrants-02 .inner-white {
      padding: 110px 15px 25px;
  }
  .SectionGrants-02 .box-bottom .item img {
      left: 0;
      width: 40px;
  }
  .SectionGrants-02 .box-bottom .item {
      padding: 20px 15px 15px 50px;
  }
  .SectionGrants-02 .inner-white .box-top .box-time {
        font-size: 18px;
  }
}
.section-portada-x2.mode-blocks + .fondo-celeste.overhidden{
  margin-top: -5px;
}
.section-portada-x2.mode-modern + .box-title{
  margin-top: 20px;
}
.modulo-contenido.tabla_4{
  padding-top: 35px;
}
.boton-interactive-mapa {
  z-index: 5;
  position: absolute;
  top: 40px;
  right: 40px;
  color: var(--blanco) !important;
  background-color: var(--morado);
  border: 1.5px solid var(--morado);
  font-size: 17px;
  font-weight: 400;
  padding: 13px 15px;
  border-radius: 8px;
}




/* SectionGroups */
.SectionGroups {
  margin: 40px 0 60px;
}
.SectionGroups .BloqueTeam{
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 20px;
  padding-bottom: 20px;
}
.SectionGroups .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;
  display: flex;
  align-items: center;
  justify-content: end;
  border: 2px solid var(--morado-oscuro);
  text-align: right;
}
.SectionGroups .box-left .title-0{
  color: var(--blanco);
  font-size: 24px;
  margin: 0;
}
.SectionGroups .box-right{
  border: 2px solid var(--morado-oscuro);
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  padding: 20px 35px 15px;
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 25px;
}
.BloqueTeam .card-member{
  max-width: 165px;
  margin: 8px auto;
  cursor: unset;
}
.BloqueTeam .item-2 .subtitle{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--morado);
}
.BloqueTeam .item-2 .content-team .row{
  max-width: 580px;
  margin: 0 auto;
}
.BloqueTeam .item-2 .content-team{
    border-top: 2px solid var(--morado-oscuro);
    border-top-right-radius: 25px;
    padding: 18px 10px;
}
.BloqueTeam .item-2 .card-member .part-head {
    padding-bottom: 0;
    max-width: 115px;
    min-height: 115px;
    margin: 0 auto;
    box-shadow: 0 1px 10px 4px rgba(209, 209, 209, .8);
    border-radius: 50%;
}
.BloqueTeam .item-2 .card-member .nombre{
    font-size: 16px;
    font-weight: 400;
    color: var(--negro);
    font-family: 'Plus Jakarta Sans';
}
.BloqueTeam .item-2 .card-member .part-body {
    padding-top: 12px;
}
.BloqueTeam .item-2 .parrafo-0{
    color: var(--negro);
    margin: 0;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid var(--morado-oscuro);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 10px 15px 0;
}
.BloqueTeam .item-2 .parrafo-0 span{
  color: var(--morado);
}


@media (max-width: 1320px){
  .SectionGroups .BloqueTeam {
      grid-template-columns: 320px 1fr;
      gap: 15px;
  }
  .SectionGroups .box-right{
    grid-template-columns: 240px 1fr;
  }
}
@media (max-width: 1180px){
  .BloqueTeam .item-2 .content-team .col-md-4{
    width: 50%;
  }
}
@media (max-width: 1040px){
  .SectionGroups .BloqueTeam{
    grid-template-columns: unset;
    gap: 15px;
  }
  .BloqueTeam .item-2 .content-team .col-md-4{
    width: 33.33333333%;
  }
  .SectionGroups .box-right{
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
  }
  .SectionGroups .box-left {
    border-bottom-left-radius: 0;
    border-top-right-radius: 25px;
    text-align: center;
    justify-content: center;
    min-height: 125px;
  }
}
@media (max-width: 880px){
  .BloqueTeam .item-2 .content-team .col-md-4{
    width: 50%;
  }
}
@media (max-width: 750px){
  .SectionGroups .box-right {
    grid-template-columns: unset;
  }
  .BloqueTeam .item-2 .content-team .col-md-4{
    width: 33.33333333%;
  }
}
@media (max-width: 620px){
  .BloqueTeam .item-2 .content-team .col-md-4{
    width: 50%;
  }
  .SectionGroups .box-left .title-0{
    font-size: 22px;
  }
}
@media (max-width: 480px){
  .SectionGroups .box-right {
      padding: 20px 20px 15px;
  }
  .BloqueTeam .card-member {
    margin: 12px auto;
  }
  .SectionGroups .box-right{
    gap: 12px;
  }
}
@media (max-width: 420px){
  .BloqueTeam .item-2 .content-team {
      padding: 18px 0;
  }
  .SectionGroups .box-left{
    min-height: 100px;
  }
  .BloqueTeam .item-2 .parrafo-0 {
    padding: 10px 10px 0;
  }
}
@media (max-width: 380px){
  .BloqueTeam .item-2 .content-team .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
  }
  .BloqueTeam .item-2 .card-member .part-head{
    max-width: 100px;
    min-height: 100px;
  }
  .BloqueTeam .item-2 .card-member .nombre {
    font-size: 14px;
  }
  .SectionGroups .box-left .title-0 {
    font-size: 20px;
  }
  .SectionGroups .box-left {
    padding: 12px 12px;
  }
}
@media (max-width: 360px){
  .BloqueTeam .item-2 .parrafo-0 {
      font-size: 12px;
  }
}
@media (max-width: 320px){
    .SectionGroups .box-left .title-0 {
        font-size: 18px;
    }
    .SectionGroups .box-left {
        min-height: 80px;
    }
    .BloqueTeam .item-2 .card-member .part-head{
      max-width: 90px;
      min-height: 90px;
    }
}
/* SectionGroups */



/* ----- Hubert ----- */
.box_main_banner {
  padding: 0 !important;
  position: relative;
}
.box_main_banner .image_main_banner {
  width: 100%;
  min-height: 510px;
  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;
}
@media ( max-width: 550px ) {
  .box_main_banner {
    padding-bottom: 100% !important;
  }
  .box_main_banner .image_main_banner_mobile {
    display: flex;
  }
  .box_main_banner .image_main_banner {
    display: none;
  }
}
.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 ----- */



.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;
}
.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: rgba(93, 39, 131);
  opacity: 0.75;
}
.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(93, 39, 131, 0.72);
}
.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: #00B0F0;
  opacity: 0.6;
}
.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(0, 176, 240, 0.6);
}


.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 50px;
}
.item-global .box-img{
  overflow: hidden;
  border-radius: 40px;
}
.item-global .box-bottom{
  padding-top: 30px;
  max-width: 1080px;
  margin: 0 auto;
}
.item-global .box-bottom .box-icono{
  width: 280px;
  margin-top: 15px;
}
.item-global .box-bottom .content-standar-white{
  padding-left: 20px;
}
.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(--blanco);
}


.SectionGlobal-2{
  background-color: #a38bb6;
  padding: 80px 50px;
}
.item-global-2,
.item-global-3{
  padding: 40px 50px;
  background-color: var(--blanco);
  border-radius: 30px;
  display: flex;
}
.item-global-2 .caja-left{
  max-width: 435px;
  padding-right: 18px;
}
.item-global-2 .caja-left .box-title{
  min-height: 200px;
  padding-bottom: 25px;
  padding-top: 15px;
}
.item-global-2 .caja-left .box-title h3{
  color: var(--morado);
  font-weight: 700;
  font-family: 'Aleo';
}
.global-text h4{
  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;
}
.global-text .box-date p{
  color: var(--negro);
  margin-bottom: 5px;
  font-size: 18px;
}
.global-text .box-date p:nth-last-child(1){
  margin-bottom: 0;
}
.item-global-2 .caja-center {
  max-width: 250px;
  margin: 0 auto;
  padding-right: 25px;
}
.item-global-2 .caja-center .box-img{
  max-width: 250px;
}
.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{
  background-color: #c7b9d5;
  padding: 80px 50px;
}
.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;
  }
  .SectionGlobal-2,
  .SectionGlobal-3 {
    padding: 80px 25px;
  }
  .item-scroll {
    width: 300px;
  }
}
@media (max-width: 1180px){
  .item-global-2,
  .item-global-3 {
      padding: 40px 30px;
  }
    .item-global {
      padding: 60px 10px;
  }
  .SectionGlobal-2,
  .SectionGlobal-3 {
    padding: 80px 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;
  }
  .SectionGlobal-2,
  .SectionGlobal-3 {
    padding: 60px 10px;
  }
}
@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;
    }
}
@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;
    }
}
#GrantApplication {
  background: linear-gradient(135deg, #182b8e, #7185cc) !important;
  min-height: calc(100dvh - 130px);
  padding: 50px 0;
  margin-top: 12px;
}
#GrantApplication .nav-tabs .nav-link {
  color: #fff;
  background: #e6e7e9;
  border: 2px solid #ffff;
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 0 5px;
  position: relative;
  min-height: 101%;
  transition: all 0.3s;
}
#GrantApplication .nav-tabs .nav-link.active {
  color: var(--negro);
  font-weight: 600;
  background-color: var(--blanco)!important;
}
.GrantApplicationStatus {
  margin-bottom: 20px;
  border-radius: 35px;
  padding: 25px 20px 20px 20px;
  overflow: hidden;
}
.GrantApplicationStatus .inner{
  max-width: 950px;
  margin: 0 auto;
}
.GrantApplicationStatus .candado{
  object-fit: contain;
}
.GrantApplicationStatus .text{
  margin-right: 14px;
}
.GrantApplicationStatus .title{
  margin-left: auto;
  display: table;
  margin-bottom: 25px;
}
.GrantApplicationTitle{
  margin: 0 auto 20px auto;
  max-width: 950px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 25px 0;
}
.GrantApplicationTitle .candado{
  object-fit: contain;
}
.GrantApplicationTitle .subtitle{
  line-height: 1.5;
  font-size: 22px;
  color: var(--negro);
  max-width: 740px;
}
.GrantApplicationTitle .title{
  font-size: 38px;
  padding-bottom: 5px;
  color: var(--azul);
}
.GrantApplicationTab .nav-tabs{
  background-color: var(--blanco);
  margin-bottom: -1px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.GrantApplicationTab .content-standard{
  padding: 45px 50px 30px;
}
.content-standard{
  line-height: 1.6;
}
.content-standard li{
  margin-bottom: 10px;
}
.GrantApplicationTab .tab-content{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0!important;
}
.z-index-2{
  position: relative;
  z-index: 2;
}
.GrantApplicationStatus .logotipo{
    position: absolute;
    left: -60px;
    top: 50px;
    width: 220px;
    pointer-events: none;
}
.GrantApplicationTab .btn-width{
    display: table;
    margin-left: auto;
    padding: 20px 10px 0;
}
@media (max-width: 575px){
  #GrantApplication{
    padding: 50px 0 50px 0;
  }
  .GrantApplicationTitle{
    gap: 20px;
  }
  .GrantApplicationTab .content-standard {
    padding: 20px 10px;
  }
}
#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: 17px;
  height: 17px;
  content: "";
  display: table;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/arrow-bottom.svg);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  margin-top: 5px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.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);
}
#GrantApplication .nav-tabs .nav-link.active::after {
    background-size: unset;
    background-position: unset;
    background-repeat: unset;
    background-image: unset;
    top: auto;
    filter: unset;
    bottom: 0;
    left: 50%;
    background-color: var(--negro);
    width: 90%;
    height: 3px;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.BarraInferior{
  background-color: #663c88;
  width: 100%;
  border: 2px solid var(--blanco);
  padding: 15px 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.BarraInferior img{
  width: 20px;
  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;
  }
}
@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;
}
.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;
}
.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 {
  width: 100%;
  border-collapse: collapse;
  font-family: "Arial", sans-serif;
  text-align: left;
}
/* Encabezado */
.TableMember03 .table-fees thead th {
    background-color: #e6e7e8;
    color: #3f2378;
    padding: 14px 16px;
    border-radius: 0;
    text-align: center;
}
.TableMember03 .table-fees thead th span{
    font-weight: 800;
    font-size: 28px;
    font-family: 'aleo';
}
/* Celdas generales */
.TableMember03 .table-fees 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 {
    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) li {
  color: #000;
}
.TableMember03 .table-fees tbody tr:nth-child(odd) {
  background-color: #e8e3f1;
}
.TableMember03 .table-fees tbody tr:nth-child(even) {
  background-color: #e6e7e8;
}
/* Listas dentro de celdas */
.TableMember03 .table-fees tbody tr td:nth-child(2) ul {
  margin: 0;
  padding-left: 20px;
}
.TableMember03 .table-fees 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 {
    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{
      font-size: 20px;
      padding-left: 20px;
  }
  .TableMember03 .table-fees thead th span {
    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: 380px;
  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: 320px;
  }
}
@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;
  }
}
