@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900&display=swap');

/* Box sizing reset */
*, *::before, *::after { box-sizing: border-box; }

/* General */

body {
  color: #262626;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: inherit;
  margin: 0;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #262626;
}
.row {
    margin-right: 0 !important;
}
.container-fluid {
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.height300 {
    height: 300px;
}
.width300 {
    width: 300px;
}
.height100 {
    height: 100px !important;
}

.height500 {
    height: 500px !important;
}

.ultra-light {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.medium {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.heavy {
    font-weight: 900;
}
.center {
    margin: 0 auto;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%; height: auto;
}

a {
    color: #DC0054;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #DC0054;
    text-decoration: none;
}

a img {
    border: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}

.gris {
    color: #262626 !important;
}

.gris-oscuro {
    color: #2e3542;
}

.bg-gris-oscuro {
    background: #2e3542;
} 

.bg-gris {
    background-color: #262626 !important;
}
.bg-gris-claro {
    background-color: #f7fbff !important;
}

.azul-cielo {
    color: #009AD9 !important;
}

.bg-azul-cielo {
    background-color: #0082B7 !important;
}

.azul {
    color: #0067A7 !important;
}
.azul-reflex {
    color: #0071CE;
}

.bg-azul {
    background-color: #0067A7 !important;
}
.bg-reflex {
    background-color: #0071CE !important;
}

.turquesa {
    color: #009D7E;
}

.bg-turquesa {
    background-color: #009D7E !important;
}

.naranja {
    color: #ED8500 !important;
}

.bg-naranja {
    background-color: #ED8500 !important;
}

.morado {
    color: #7E318A !important;
}

.bg-morado {
    background-color: #7E318A !important;
}

.lila {
    color: #AD338C !important;
}

.bg-lila {
    background-color: #AD338C !important;
}

.magenta {
    color: #DC0054 !important;
}

.bg-magenta {
    background-color: #DC0054 !important;
}

.amarillo {
    color: #EED100 !important;
}

.bg-amarillo {
    background-color: #EED100 !important;
}

.mostaza {
    color: #EEB700 !important;
}

.bg-mostaza {
    background-color: #EEB700 !important;
}

.verde {
    color: #97BE13 !important;
}

.bg-verde {
    background-color: #97BE13 !important;
}
.blanco {
    color: #ffffff;
}
.txt13 {
    font-size: 13px;
    line-height: 15px;
}

.full {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.pt50 {
    padding-top: 50px;
}

.pt100 {
    padding-top: 100px;
}
@media (max-width:768px) {
    .pt100 {
        padding-top: 0px;
    }
}
@media (max-width:360px) {
    .pt100 {
        padding-top: 0px;
    }
}


.mt100 {
    margin-top: 100px;
}

.mt200 {
    margin-top: 200px;
}

.mt50 {
    margin-top: 50px;
}
.mb50 {
    margin-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.pt200 {
    padding-top: 200px;
}
@media (max-width:768px) {
    .pt200 {
        padding-top: 0px;
    }
}
@media (max-width:360px) {
    .pt200 {
        padding-top: 0px;
    }
}
.pheader {
    padding-top: 10px;
}
@media (max-width:1440px) {
    .pheader {
        padding-top: 0;
    }
}
@media (max-width:768px) {
    .pheader {
        padding-top: 20px;
    }
}
@media (max-width:360px) {
    .pheader {
        padding-top: 46px;
    }
}
.sheader {
    padding-top: 0;
}

@media (max-width:360px) {
    .sheader {
        padding-top: 60px;
    }
}
.pheaderN {
    padding-top: 10px;
}
@media (max-width:768px) {
    .pheaderN {
        padding-top: 20px;
    }
}
@media (max-width:360px) {
    .pheaderN {
        padding-top: 36px;
    }
}
.pheader100 {
    padding-top: 100px;
}
@media (max-width:768px) {
    .pheader100 {
        padding-top: 80px;
    }
}
@media (max-width:360px) {
    .pheader100 {
        padding-top: 70px;
    }
}

.pb200 {
    padding-bottom: 200px;
}
.pb300 {
    padding-bottom: 300px;
}

.titulos {
    padding: 40px 0;
    font-size: 36px;
    text-align: center;
    line-height: 39px;
    text-transform: uppercase;
}
@media (max-width:360px) {
    .titulos {
        font-size: 29px;
    }  
}

.subtitulos {
    padding: 0 30px;
    font-size: 28px;
    text-align: left;
    line-height: 30px;
}
@media (max-width:768px) {
    .subtitulos {
        font-size:23px;
        text-align: center;
    }
}

.centrar-img {
    text-align: center;
}

.derecha-img {
    text-align: right;
}

.text-container {
    padding: 10px 30px;
    text-align: justify;
}

.text-white {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.fs-18 {
    font-size: 18px;
    line-height: 24px;
}

.boton-turquesa {
    background: #009D7E;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.boton-turquesa:hover,
.boton-turquesa:focus {
    color: #ffffff;
    text-decoration: none;
}

.boton-amarillo {
    background: #EED100;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #262626;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-gris {
    background: #262626;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-azul {
    background: #0071CE;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-lila {
    background: #AD338C;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-morado {
    background: #7E318A;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-magentabg {
    background: #DC0054;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-verde {
    background: #97BE13;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-naranja {
    background: #ED8500;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-amarillo-line {
    border: 4px solid #FFC807;
    color: #FFC807;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 15px;
    text-align: center;
}

.boton-verde-line {
    border: 4px solid #3AAD49;
    color: #3AAD49;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 15px;
    text-align: center;
}

.boton-negro-line {
    border: 4px solid #000000;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 15px;
    text-align: center;
}

.lh-30 {
    line-height: 30px;
}
.lh-20 {
    line-height: 20px;
}
.lh-25 {
    line-height: 25px;
}


/* Menú */

.menu {
    background-color: rgba(255, 255, 255, 0.616);
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
    padding: 10px 16px;
    margin: 0;
}

.menu a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #262626;
    transition: all .2s ease-out, color .2s ease-out;
    font-weight: 900;
}

.menu a:hover {
    color: #DC0054;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
}

.logo {
    padding-left: 50px;
    padding-right: 50px;
}

.nav-link {
    padding: 0 16px !important;
}

/* Buscador */

.search {
    min-height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    background: url("../images/home/bg-search.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
}

.search form {
    width: 100%;
    max-width: 80%;
    padding-top: 50px;
}

.search form .inner-form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 34px;
    overflow: hidden;
    margin-bottom: 30px;
}

.search form .inner-form .input-field {
    height: 40px;
}

.search form .inner-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
}

.search form .inner-form .input-field input.placeholder {
    color: #222;
    font-size: 16px;
}

.search form .inner-form .input-field input:-moz-placeholder {
    color: #222;
    font-size: 16px;
}

.search form .inner-form .input-field input::-webkit-input-placeholder {
    color: #222;
    font-size: 16px;
}

.search form .inner-form .input-field input:hover,
.search form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
}

.search form .inner-form .input-field.first-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #d9f1e3;
}

.search form .inner-form .input-field.first-wrap input {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search form .inner-form .input-field.first-wrap .svg-wrapper {
    min-width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.search form .inner-form .input-field.first-wrap svg {
    width: 36px;
    height: 36px;
    fill: #7E318A;
}

.search form .inner-form .input-field.second-wrap {
    min-width: 216px;
}

.search form .inner-form .input-field.second-wrap .btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 0;
    background: #AD338C;
    transition: all .2s ease-out, color .2s ease-out;
    font-weight: 300;
}

.search form .inner-form .input-field.second-wrap .btn-search:hover {
    background: #B21555;
}

.search form .inner-form .input-field.second-wrap .btn-search:focus {
    outline: 0;
    box-shadow: none;
}

.search form .info {
    font-size: 15px;
    color: #ccc;
    padding-left: 26px;
}

@media screen and (max-width: 992px) {
    .search form .inner-form .input-field {
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .search form .inner-form .input-field.first-wrap .svg-wrapper {
        min-width: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
    }
    .search form .inner-form .input-field.first-wrap svg {
        width: 26px;
        height: 26px;
        fill: #7E318A;
    }
    .search form .inner-form .input-field.second-wrap {
        min-width: 100px;
    }
    .search form .inner-form .input-field.second-wrap .btn-search {
        font-size: 13px;
    }
}


/* Seccion pasión */

.bg-app {
    background-image: url("../images/home/app.png");
    background-size: cover;
    background-position: top;
}
.app {
    text-align: left;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2rem;
    padding-left: 20px;
}
.bg-innovacion {
    background-image: url("../images/home/Innovacion.png");
    background-size: cover;
    background-position: top;
}
.bg-srse {
    background-image: url("../images/home/Responsabilidad-social.png");
    background-size: cover;
    background-position: top;
}
.bg-nuevacultura {
    background-image: url("../images/home/Nueva-cultura-laboral.png");
    background-size: cover;
    background-position: top;
}
.bg-emprendimiento {
    background-image: url("../images/home/Emprendimiento.png");
    background-size: cover;
    background-position: top;
}
.bg-desarrollopyme {
    background-image: url("../images/home/Desarollo-pyme.png");
    background-size: cover;
    background-position: top;
}
.bg-gestiontalento {
    background-image: url("../images/home/Gestion-de-talento.png");
    background-size: cover;
    background-position: top;
}
.bg-ssm {
    background-image: url("../images/home/Seguridad-y-medioambiente.png");
    background-size: cover;
    background-position: top;
}
.txt-seccion {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
@media (min-width:768px) {
    .txt-seccion{
       font-size: 14px;
       line-height: 16px;
    }
}
@media (min-width:951px) {
    .txt-seccion{
       font-size: 13px;
       line-height: 18px;
    }
}
@media (min-width:1400px) {
    .txt-seccion{
       font-size: 18px;
       line-height: 20px;
    }
}


/* Seccion Noticias y Eventos */

.bg-noticias {
    background-image: url("../images/home/b-noticias.png");
    background-size: cover;
    background-position: top;
    padding: 180px 0;
}

.nota {
    background-color: #0067A7;
    height: 80px;
    max-height: 100px;
}

.nota a {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #EEB700;
}

.nota a:hover {
    color: #ffffff;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
}

.evento {
    height: 180px;
}

.card-title {
    margin: 0;
}

.card-body {
    padding: 10px 20px;
}

.card-img-overlay {
    padding: 10px 20px;
}

.card-img {
    max-height: 320px;
}

.curso {
    max-width: 62px;
    margin-left: -24px;
}

.fecha-dia {
    font-size: 26px;
    line-height: 27px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    margin: 0;
}

.fecha-mes {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
}

.curso-categoria {
    font-size: 14px;
    color: #97BE13;
    text-align: left;
    margin-left: -10px;
}

.curso-titulo {
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    color: #ffffff;
}

.curso-titulo a {
    color: #ffffff;
}

.curso-titulo a:hover {
    color: #97BE13;
}

.card-columns {
    gap: 0;
}

.card-columns .card {
    margin-bottom: 0;
}


/* Socios */

.socio {
    position: absolute;
    top: 50%;
    left: 50%;
}

.socio-nombre {
    font-size: 20px;
    color: #DC0054;
    font-weight: bold;
}

.socio-puesto {
    font-size: 12px;
    color: #DC0054;
    text-align: center;
    line-height: 12px;
}

.socio-testimonio {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    color: #262626;
}

.visuallyhidden {
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0;
}

.card-carousel {
    --card-width: 100%;
    --card-max-width: 300px;
    --card-height: 400px;
    --carousel-min-width: 600px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: var(--card-height);
    min-width: var(--carousel-min-width);
    transition: filter .3s ease;
}

@media screen and (max-width: 640px) {
    .card-carousel {
        margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2)
    }
}

.card-carousel.smooth-return {
    transition: all .2s ease;
}

.card-carousel .card {
    background: #EED100;
    width: var(--card-width);
    max-width: var(--card-max-width);
    text-align: center;
    padding: 1em;
    min-width: 250px;
    height: var(--card-height);
    position: absolute;
    margin: 0 auto;
    color: rgba(0, 0, 0, .5);
    transition: inherit;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 1em;
    filter: brightness(.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card.highlight {
    filter: brightness(1)
}

.card:nth-of-type(1) .image-container {
    background-image: url("../images/home/socios/1.png");
}

.card:nth-of-type(2) .image-container {
    background-image: url("../images/home/socios/2.png")
}

.card:nth-of-type(3) .image-container {
    background-image: url("../images/home/socios/3.png")
}

.card:nth-of-type(4) .image-container {
    background-image: url("../images/home/socios/4.png")
}

.card:nth-of-type(5) .image-container {
    background-image: url("../images/home/socios/5.png")
}

.image-container {
    width: 8em;
    height: 8em;
    position: relative;
    background-size: cover;
    margin-bottom: 2em;
    border-radius: 100%;
    padding: 1em;
    -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
}

.image-container::after {
    content: "";
    display: block;
    width: 120%;
    height: 120%;
    border: solid 3px rgba(0, 0, 0, .1);
    border-radius: 100%;
    position: absolute;
    top: calc(-10% - 3px);
    left: calc(-10% - 3px);
}


/* Ads */

.ads {
    margin: 0 auto;
}


/* Footer */

.links {
    font-size: 15px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
}

.links a:hover {
    font-weight: bold;
}

.links-eventos {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    font-weight: bold;
}

.links-eventos2 {
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

hr {
    border: solid 1px #ffffff;
    margin: 0;
    width: 100%;
}

.boton {
    background-color: #ffffff;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    color: #0071CE !important;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

footer.page-footer .footer-copyright {
    color: #0067A7;
    background-color: #F1F9FF;
}


/* PERSONA */

.persona-vid-bg {
    background-image: url("../images/nosotros/bg-video.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0;
}

.persona-video {
    width: 560px;
    height: 315px;
}
@media (max-width:768px) {
    .persona-video {
        width: 560px;
        height: auto;
    }
}
@media (max-width:360px) {
    .persona-video {
        width: 324px;
        height: auto;
    }
}


/* Comités */

.bg-comite {
    background-image: url("../images/nosotros/bg-comites.png");
    background-position: center;
    background-size: cover;
    padding: 130px 0;
}

.boton-magenta {
    background: none;
    border: #DC0054 solid 3px;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 24px;
    text-decoration: none;
    color: #DC0054;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-magenta:hover {
    background-color: #DC0054;
    color: #ffffff;
    font-size: 18px;
}


/* Progreso */

.bg-progreso {
    background-image: url("../images/nosotros/bg-progreso.png");
    background-position: top;
    background-size: contain;
    background-repeat: repeat;
}

/* ADN */
.adn {
    font-size: 20px;
    text-align: justify;
    line-height: 26px;
    padding-left: 20px;
}


/* Línea de tiempo */

.main-timeline {
    overflow: hidden;
    position: relative;
}

.main-timeline .timeline {
    width: 50%;
    float: left;
    z-index: 1;
    position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both;
}

.main-timeline .timeline:before {
    content: "";
    width: 40px;
    height: 90%;
    background: #0071CE;
    position: absolute;
    top: 10%;
    right: -20px;
}

.main-timeline .timeline:last-child:before {
    height: 0;
}

.main-timeline .timeline-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0071CE;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 3;
}

.main-timeline .timeline-icon:before {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0071CE;
    box-shadow: 0 0 0 4px #0071CE;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline .timeline-icon i {
    font-size: 35px;
    color: #303a3b;
    line-height: 80px;
    z-index: 1;
    position: relative;
}

.main-timeline .year {
    display: block;
    padding: 0 60px 0 30px;
    font-size: 30px;
    color: #303a3b;
    text-align: right;
    border-bottom: 2px solid #303a3b;
    z-index: 2;
    position: relative;
}

.main-timeline .year:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0071CE;
    border: 5px solid #fff;
    box-shadow: 0 0 0 4px #0071CE;
    margin: auto;
    position: absolute;
    bottom: -15px;
    left: 4px;
}

.main-timeline .year:after {
    content: "";
    border-left: 10px solid #303a3b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50px;
}

.main-timeline .timeline-content {
    padding: 18px 60px 18px 40px;
    text-align: right;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
    content: "";
    width: 80px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -7%;
    right: 15px;
    z-index: -1;
}

.main-timeline .timeline-content:after {
    left: auto;
    right: -95px;
}

.main-timeline .timeline:last-child .timeline-content:before,
.main-timeline .timeline:last-child .timeline-content:after {
    width: 0;
    height: 0;
}

.main-timeline .title {
    font-size: 22px;
    font-weight: bold;
    color: #0071CE;
    margin-top: 0;
}

.main-timeline .description {
    font-size: 15px;
    color: #7f8386;
    line-height: 25px;
}

.main-timeline .timeline:nth-child(2) {
    margin-top: 140px;
}

.main-timeline .timeline:nth-child(even) {
    margin-bottom: 80px;
}

.main-timeline .timeline:nth-child(odd) {
    margin: -140px 0 0 0;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
    margin: 0 !important;
}

.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .timeline-icon {
    right: auto;
    left: -20px;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    left: -40px
}

.main-timeline .timeline:nth-child(2n) .year {
    padding: 0 30px 0 60px;
    text-align: left;
}

.main-timeline .timeline:nth-child(2n) .year:before {
    left: auto;
    right: 3px;
}

.main-timeline .timeline:nth-child(2n) .year:after {
    border-left: none;
    border-right: 10px solid #303a3b;
    right: 50px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 18px 40px 18px 60px;
    text-align: left;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: -95px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: 15px;
}

.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .timeline-icon {
    background: #EC8400;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon:before {
    border-color: #EC8400;
    box-shadow: 0 0 0 4px #EC8400;
}

.main-timeline .timeline:nth-child(2n) .year:before {
    background: #EC8400;
    box-shadow: 0 0 0 4px #EC8400;
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #EC8400;
}

.main-timeline .timeline:nth-child(3n):before,
.main-timeline .timeline:nth-child(3n) .timeline-icon {
    background: #009C7E;
}

.main-timeline .timeline:nth-child(3n) .timeline-icon:before {
    border-color: #009C7E;
    box-shadow: 0 0 0 4px #009C7E;
}

.main-timeline .timeline:nth-child(3n) .year:before {
    background: #009C7E;
    box-shadow: 0 0 0 4px #009C7E;
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #009C7E;
}

.main-timeline .timeline:nth-child(4n):before,
.main-timeline .timeline:nth-child(4n) .timeline-icon {
    background: #95BC13;
}

.main-timeline .timeline:nth-child(4n) .timeline-icon:before {
    border-color: #95BC13;
    box-shadow: 0 0 0 4px #95BC13;
}

.main-timeline .timeline:nth-child(4n) .year:before {
    background: #95BC13;
    box-shadow: 0 0 0 4px #95BC13;
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #95BC13;
}

.main-timeline .timeline:nth-child(5n):before,
.main-timeline .timeline:nth-child(5n) .timeline-icon {
    background: #7E3189;
}

.main-timeline .timeline:nth-child(5n) .timeline-icon:before {
    border-color: #7E3189;
    box-shadow: 0 0 0 4px #7E3189;
}

.main-timeline .timeline:nth-child(5n) .year:before {
    background: #7E3189;
    box-shadow: 0 0 0 4px #7E3189;
}

.main-timeline .timeline:nth-child(5n) .title {
    color: #7E3189;
}

.main-timeline .timeline:nth-child(6n):before,
.main-timeline .timeline:nth-child(6n) .timeline-icon {
    background: #EEB700;
}

.main-timeline .timeline:nth-child(6n) .timeline-icon:before {
    border-color: #EEB700;
    box-shadow: 0 0 0 4px #EEB700;
}

.main-timeline .timeline:nth-child(6n) .year:before {
    background: #EEB700;
    box-shadow: 0 0 0 4px #EEB700;
}

.main-timeline .timeline:nth-child(6n) .title {
    color: #EEB700;
}

.main-timeline .timeline:nth-child(7n):before,
.main-timeline .timeline:nth-child(7n) .timeline-icon {
    background: #DB0054;
}

.main-timeline .timeline:nth-child(7n) .timeline-icon:before {
    border-color: #DB0054;
    box-shadow: 0 0 0 4px #DB0054;
}

.main-timeline .timeline:nth-child(7n) .year:before {
    background: #DB0054;
    box-shadow: 0 0 0 4px #DB0054;
}

.main-timeline .timeline:nth-child(7n) .title {
    color: #DB0054;
}

@media only screen and (max-width: 990px) {
    .main-timeline .timeline {
        width: 100%;
    }
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd) {
        margin: 0;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before {
        width: 30px;
        height: 100%;
        left: 25px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        left: 0;
    }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year {
        text-align: left;
        padding: 0 30px 0 100px;
    }
    .main-timeline .year:before,
    .main-timeline .timeline:nth-child(2n) .year:before {
        left: auto;
        right: 4px;
    }
    .main-timeline .year:after {
        left: auto;
        right: 50px;
        border-right: 10px solid #303a3b;
        border-left: none;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        text-align: left;
        padding: 18px 40px 18px 100px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after {
        width: 0;
        height: 0;
    }
}

  


/* Capacitación */

.bg-capacitacion {
    background-image: url("../images/desarrollo-pyme/bg-capacitacion.png");
    background-position: top;
    background-size: cover;
}

.cuadro {
    background-color: #AD338C;
    display: inline-block;
}

.valor {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}


/* Networking */

.bg-networking {
    background-image: url("../images/desarrollo-pyme/bg-networking.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 30px;
}

/* Contabilidad */
.texto-conta {
    font-size: 22px;
    line-height: 40px;
    padding: 40px 60px;
}

@media (max-width: 768px) {
    .texto-conta {
        font-size: 16px;
        line-height: 21px;
        padding: 41px 45px;
    }
}

.texto-juridico {
    font-size: 22px;
    line-height: 40px;
    padding: 0 60px;
}

@media (max-width: 768px) {
    .texto-juridico {
        font-size: 16px;
        line-height: 21px;
        padding: 0 45px 40px;
    }
}

/* Diagnóstico */
.img-diag {
    max-width: 100%;
}

@media (max-width: 768px) {
    .img-diag {
        max-width: 50%;
    }
}
@media (max-width: 360px) {
    .img-diag {
        max-width: 100%;
    }
}



/* Formulario marketing */

.label {
    color: #009D7E;
    font-size: 16px;
    font-weight: 700;
}

.input {
    border: 2px solid #009D7E;
    border-radius: 10px;
}


/* Aulas */

.bg-aulas {
    background-image: url("../images/desarrollo-pyme/bg-aulas.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 250px;
}


/* Mansory gallery */

.gal {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
}

.gal img {
    width: 100%;
    padding: 7px 0;
}

@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
}


/* Desarollo de talento */

.bg-talento {
    background-image: url("../images/gestion-talento/bg-talento.png");
    background-position: bottom;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 30px;
}

.card-img-top-200 {
    overflow: hidden;
    max-height: 200px;
}

.btn-np {
    color: #ED8500;
    padding: 0 10px;
}

.btn-np a {
    color: #ED8500;
}

.taller {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px !important;
}

.bg-conferencias {
    background-image: url("../images/gestion-talento/bg-conferencias.png");
    background-position: bottom;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 30px;
}


/* Remunera */

.bg-remunera {
    background-image: url("../images/gestion-talento/bg-remunera.png");
    background-position: bottom;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 30px;
}


/* Psicometria */

.bg-psicometria {
    background-image: url("../images/gestion-talento/bg-psicometria.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}


/* Bolsa de trabajo */

.bg-bolsa {
    background-image: url("../images/gestion-talento/bg-bolsa.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 164px;
}
@media (max-width:768px) {
    .bg-bolsa {
        padding-top: 109px;
    }
}

.text-bolsa {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}


/* Seguridad y Medioambiente */

.bg-experto {
    background-image: url("../images/seguridad-medioambiente/bg-experto.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.experto-video {
    width: 800px;
    height: 450px;
}


/* Parallax */

.parallax {
    position: relative;
    background-color: black;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
@media (max-width:1400px) {
    .parallax {
        height: 130vh;
    }
}
@media (max-width:360px) {
    .parallax {
        height: 160vh;
    }
}

.parallax video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.parallax .container {
    position: relative;
    z-index: 2;
}

.parallax .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    .parallax {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    .parallax video {
        display: none;
    }
}


/* Taller */

.bg-taller1 {
    background-image: url("../images/seguridad-medioambiente/taller1.jpg");
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 35px 10px;
}

.bg-taller2 {
    background-image: url("../images/seguridad-medioambiente/taller2.jpg");
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 35px 10px;
}

.bg-taller3 {
    background-image: url("../images/seguridad-medioambiente/taller3.jpg");
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 35px 10px;
}


/* RSE */

.bg-rse {
    background-image: url("../images/rse/bg-diagnostico.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding: 35px;
}

.bg-impulsor {
    background-image: url("../images/rse/bg-impulsor.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.bg-distintivo {
    background-image: url("../images/rse/bg-distintivo.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 200px;
}

.bg-blanco {
    background: #ffffff;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 44px;
}

.bg-practicas {
    background-image: url("../images/rse/bg-practicas.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Makiiing */

.bg-makiiing {
    background-image: url("../images/innovacion/bg-makiiing.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 150px;
}

.bg-makiiing-txt {
    background-image: url("../images/innovacion/bg-makiiing-txt.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding: 100px 200px;
}

@media (max-width:768px) {
    .bg-makiiing-txt {
        padding: 50px;
    }
}

/* Evaluación Laboral */
.label-ev {
    color: #EC8400;
    padding-left: 10px;
    font-weight: 700;
}
.input-ev {
    font-weight: 700;
    padding: 10px 0 0 10px;
    color: #262626;
}


/* Contacto */

.mapa {
    width: 823px;
    height: 600px;
}
@media (max-width:768px) {
    .mapa {
        width: 433px;
        height: 638px;
    }
}
@media (max-width:360px) {
    .mapa {
        width: 328px;
        height: 240px;
    }
}


.input-contacto {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #0067A7;
}

.control-contacto {
    height: 60px;
    border: 1px solid #57cef2;
    border-radius: 0;
}

.select-wrapper ul {
    padding-left: 0;
    list-style-type: none;
}


/* Únete a la familia */

.bg-colaborador {
    background-color: #AD338C;
    padding: 30px 0;
}

.btn-colaborador {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}

.bg-servicio {
    background-color: #7E318A;
    padding: 30px 0;
}

.btn-servicio {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}

.input-rh {
    font-weight: 700;
    padding: 10px 0 0 10px;
    color: #AD338C;
}

.input-rh-s {
    color: #7E318A;
    font-weight: 700;
    padding: 10px 0 0 10px;
}

.control-rh {
    border: 1px solid #AD338C;
    background-color: rgba(173, 51, 140, 0.089);
}

.control-rh-s {
    border: 1px solid #7E318A;
    background-color: rgba(126, 49, 138, 0.089);
}

.rh-select {
    background-color: rgba(173, 51, 140, 0.089);
    border: 1px solid #AD338C;
}

.rh-select-s {
    border: 1px solid #7E318A;
    background-color: rgba(126, 49, 138, 0.089);
}

.label-rh {
    color: #AD338C;
    padding-left: 10px;
}

.label-rh-s {
    color: #7E318A;
}

.otro-rh {
    border-bottom: 1px solid #AD338C;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
}

.otro-rh-s {
    border-bottom: 1px solid #7E318A;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
}


/* Membresías */

.membresia {
    font-size: 30px;
    text-align: center;
    padding: 30px 0 10px 0;
    font-weight: 800;
}
.standard {
    font-size: 30px;
}
@media (max-width: 768px) {
    .standard {
        font-size: 22px;
    }
}

.membresia a {
    font-weight: 900;
}

.membresia a:hover {
    color: #ffffff;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
}

.membresia-text {
    font-size: 14px;
    line-height: 18px;
    color: #F1F9FF;
    text-align: justify;
    padding: 10px 20px;
}

.membresia-tag {
    background: #d0d0d0;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #0f3479;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

/* FAQ */
.faq {
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    margin: 0;
    padding: 0px;
    color: #5557E6;
}
.faq100 {
    font-size: 17px;
    font-weight: 900;
    text-align: left;
    margin: 0;
    padding: 0px;
    color: #2e356e;
}
.card-accordion {
    height: 50px;
}


/* Gracias */

.gracias {
    font-size: 80px;
    line-height: 95px;
    color: #DC0054;
    font-weight: 900;
    text-align: center;
}
.gracias2 {
    font-size: 40px;
    line-height: 40px;
    color: #DC0054;
    font-weight: 900;
    text-align: center;
}


/* Sticky */
#sticky-afiliacion{
    position : fixed;
    bottom : 10px;
    left : 10px;
    z-index : 99999;
}
.afiliate {
    width: 35%;
}
@media (max-width: 768px) {
    .afiliate {
        width: 60%;
    }
    #sticky-afiliacion{
        position : fixed;
        bottom : 8px;
        left : 10px;
        z-index : 99999;
    }
}

.popup {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    animation: popup 1s 2s forwards;
    visibility: hidden;
    opacity: 0;
    z-index : 99998;
}
.contenido-popup {
    margin: auto;
    width: 40%;
    height: auto;
}
#cerrar {
    display: none;
}
#cerrar + label {
    position: fixed;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    background: darkred;
    height: 42px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    right: 25%;
    cursor: pointer;
    animation: popup 1s 2s forwards;
    visibility: hidden;
    opacity: 0;
    z-index : 99999;
}

#cerrar:checked + label, #cerrar:checked ~ .popup {
    display: none;
}
@keyframes popup {
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.salvemos {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #66d7de;
    text-align: center;
}
@media (max-width: 400px) {
    .salvemos {
        font-size: 18px;
        line-height: 19px;
    }
}
.salvemosh {
    font-size: 46px;
    line-height: 47px;
    font-weight: 900;
    color: #e5332a;
    text-align: center;
}

@media (max-width: 400px) {
    .salvemosh {
        font-size: 26px;
        line-height: 27px;
    }
}


.txt-salvemos {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 20px;
    color: #262626;
    margin-right: 0;
}

@media (max-width: 400px) {
    .txt-salvemos {
        padding: 0 20px;
        font-size: 15px;
    }
}
.remedios {
    font-size: 25px;
    line-height: 35px;
    font-weight: 900;
    color: #5f5f5f;
    text-align: center;
}
@media (max-width: 400px) {
    .salvemos {
        font-size: 18px;
        line-height: 19px;
    }
}
.bg-salvemos {
    background-color: #66d7de;
}
/* Aprendizaje */

@media all and (min-width: 992px) {
	.navbar{ padding-top: 0; padding-bottom: 0; }
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}

.nombre-evento {
    font-size: 18px;
    color: #AD338C;
    font-weight: 800;
    text-align: center;
    padding: 15px 10px;
}
.dia {
    font-size: 33px;
    color: #0071CE;
    font-weight: 900;
    text-align: center;
    line-height: 33px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.mes {
    font-size: 26px;
    line-height: 28px;
    font-weight: 300;
    color: #0071CE;
    text-align: center;
}
.sub-info {
    font-size: 14px;
    color: #001B71;
    margin-bottom: 0;
}
.boton-info {
    background: none;
    border: #AD338C solid 3px;
    border-radius: 30px;
    padding: 4px 20px 4px 20px;
    text-decoration: none;
    color: #AD338C;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.boton-info:hover {
    color: #f7fbff;
    background-color: #AD338C;
    box-shadow: 0px 15px 20px rgba(68, 70, 70, 0.4);
    transform: translateY(-7px);
}
.boton-carrito {
    background: none;
    border: #95BC13 solid 3px;
    color: #95BC13;
    border-radius: 30px;
    padding: 3px 20px 4px 20px;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.boton-carrito:hover {
    background-color: #95BC13 ;
    color: #ffffff;
    box-shadow: 0px 15px 20px rgba(68, 70, 70, 0.4);
    transform: translateY(-7px);
}
.precio {
    font-size: 18px;
    font-weight: 700;
    color: #0071CE;
    padding-right: 15px;
    text-align: center;
}
.tachado {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    color: #262626;
}

.evento-titulo {
    padding-top: 40px;
    font-size: 36px;
    text-align: left;
    line-height: 39px;
    text-transform: uppercase;
    color: #7E318A;
    font-weight: bold;
}
.categoria {
    color: #0071CE;
    font-weight: 700;
    font-size: 16px;
}
.bg-gris-medio {
    background-color: #F7F7FF;
}
.bg-degradado {
    background: rgba(0,159,154,1);
    background: -moz-linear-gradient(-45deg, rgba(0,159,154,1) 0%, rgba(0,159,154,1) 41%, rgba(34,150,119,1) 64%, rgba(34,150,119,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,159,154,1)), color-stop(41%, rgba(0,159,154,1)), color-stop(64%, rgba(34,150,119,1)), color-stop(100%, rgba(34,150,119,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,159,154,1) 0%, rgba(0,159,154,1) 41%, rgba(34,150,119,1) 64%, rgba(34,150,119,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,159,154,1) 0%, rgba(0,159,154,1) 41%, rgba(34,150,119,1) 64%, rgba(34,150,119,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,159,154,1) 0%, rgba(0,159,154,1) 41%, rgba(34,150,119,1) 64%, rgba(34,150,119,1) 100%);
    background: linear-gradient(135deg, rgba(0,159,154,1) 0%, rgba(0,159,154,1) 41%, rgba(34,150,119,1) 64%, rgba(34,150,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f9a', endColorstr='#229677', GradientType=1 );
}

/* -------------------------------- SIX SIGMA ------------------------------- */
.bg-lean {
    background-color: #E8FFFA;
}
.quote {
    font-size: 40px;
    font-weight: 600;
    color: #1C1C1C;
}

/* ----------------------------- PROGRESO SOCIAL ---------------------------- */
.progresoheader {
    background-image: url("../images/progreso-social/progresoheader-100.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 150px 0;
}
.progreso-descripcion {
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
    color: #5f5f5f;
    text-align: center;
}
.progreso-span {
    color: #EC8400;
    font-weight: 900;
}
.progreso-bg {
    background-image: url("../images/progreso-social/progresobg.svg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.progreso-titulos {
    padding: 40px 0 25px 0;
    font-size: 36px;
    line-height: 39px;
    text-transform: uppercase;
}
.boton-diagnostico {
    background: #ED8500;
    border: none;
    border-radius: 50px;
    display: inline-block;
    padding: 6px 100px;
    text-decoration: none;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 27px;
}
.boton-diagnostico:hover {
    color: #1C1C1C !important;
}
.progreso-frase {
    background-image: url("../images/progreso-social/progresofrase.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 40px;
}

/* Membresias */
.membresias-landing {
  color: #0b1c2d;
}

.section {
  padding: 60px 6%;
}

.hero {
  background: linear-gradient(135deg, #1b3cff, #22d3ee);
  color: #fff;
  padding: 100px 6%;
}
/* Hero uses glass class in HTML; force gradient to win */
.hero.glass {
  background: linear-gradient(135deg, #1b3cff, #22d3ee) !important;
}

/* Hero – collage visual (estilo referencia) */
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-content {
  max-width: 720px;
}

.hero-note {
  display: inline-block;
  margin-top: 14px;
  opacity: 0.95;
}

/* Stats */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.stat-number {
  font-weight: 800;
  line-height: 1;
  font-size: 1.4rem;
}

.stat-label {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-top: 6px;
}

.stat-divider {
  width: 1px;
  height: 42px;
  background: rgba(255,255,255,0.35);
}

/* Visual collage */
.hero-visual {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-card {
  position: absolute;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.22);
  z-index: 2;
}

.visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card positions (collage) */
.visual-card-1 {
  width: 320px;
  height: 210px;
  top: 10px;
  left: 0;
}

.visual-card-2 {
  width: 300px;
  height: 300px;
  top: 80px;
  right: 10px;
}

.visual-card-3 {
  width: 360px;
  height: 220px;
  bottom: 0;
  left: 70px;
}

/* Decorative elements */
.visual-dot {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
  z-index: 4;
}

.visual-dot-1 {
  top: 24px;
  right: 92px;
}

.visual-dot-2 {
  bottom: 38px;
  right: 30px;
  background: rgba(255,255,255,0.35);
}

.visual-spark {
  position: absolute;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background: rgba(255,255,255,0.45);
  border-radius: 4px;
  z-index: 5;
}

.visual-spark-1 {
  top: 140px;
  left: 40px;
  z-index: 5;
}

.visual-spark-2 {
  bottom: 120px;
  left: 20px;
  background: rgba(255,255,255,0.3);
  z-index: 5;
}

.glass {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.hero-content {
  max-width: 720px;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.hero p {
  color: #ffffff;
}

.hero-cta {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #0b5cff;
  color: #fff;
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
/* ==============================
   Networking proof panel (opción 1)
   ============================== */
.membresias-landing .networking-proof{
  margin-top: 18px;
  max-width: 560px;
}

.membresias-landing .proof-cards{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.membresias-landing .proof-card{
  position: relative;
  /* dejamos espacio para que el ícono no choque con el título */
  padding: 20px 16px 14px;
  padding-right: 64px;
  border-radius: 16px;
  border: 1px solid rgba(11, 28, 45, 0.08);
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  /* CLAVE: permitimos que el ícono sobresalga */
  overflow: visible;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(10px);
}
.membresias-landing .proof-icon{
  position: absolute;
  /* que “salga” de la card */
  top: -18px;
  right: -18px;

  /* tamaño responsivo */
  width: clamp(54px, 4.2vw, 70px);
  height: clamp(54px, 4.2vw, 70px);

  object-fit: contain;
  opacity: 0.95;
  z-index: 3;

  /* efecto 3D suave */
  filter: drop-shadow(0 14px 18px rgba(0,0,0,0.18));
  transform: rotate(10deg);
  pointer-events: none;
}

.membresias-landing .proof-card:hover .proof-icon{
  transform: rotate(10deg) translateY(-2px) scale(1.02);
  transition: transform 220ms ease;
}
.membresias-landing .proof-title{
  font-weight: 800;
  font-size: 1rem;
  color: rgba(11, 28, 45, 0.92);
  margin-bottom: 4px;
}

.membresias-landing .proof-sub{
  font-size: 0.92rem;
  color: rgba(11, 28, 45, 0.68);
  line-height: 1.2rem;
}

.membresias-landing .proof-quote{
  margin-top: 14px;
  padding: 14px 16px 14px;
  border-radius: 18px;
  border: 1px solid rgba(11, 28, 45, 0.08);
  box-shadow: 0 16px 40px rgba(0,0,0,0.06);
  position: relative;
}

.membresias-landing .quote-mark{
  position: absolute;
  left: 14px;
  top: 8px;
  font-size: 40px;
  line-height: 40px;
  color: rgba(11, 28, 45, 0.18);
  font-weight: 900;
}

.membresias-landing .quote-text{
  padding-left: 18px;
  font-weight: 800;
  font-size: 1.05rem;
  color: rgba(11, 28, 45, 0.92);
}

.membresias-landing .quote-meta{
  padding-left: 18px;
  margin-top: 6px;
  font-size: 0.92rem;
  color: rgba(11, 28, 45, 0.65);
}

/* Responsive */
@media (max-width: 600px){
  .membresias-landing .networking-proof{
    max-width: 100%;
  }
  .membresias-landing .proof-cards{
    grid-template-columns: 1fr;
  }
  .membresias-landing .proof-icon{
    top: -14px;
    right: -14px;
    width: 56px;
    height: 56px;
  }
  .membresias-landing .proof-card{
    padding-right: 58px;
  }
}

/* ==============================
   Feature cards (pill + avatar)
   Estilo tipo referencia
   ============================== */

.membresias-landing .title-pill{
  display: inline-block;
  padding: 0.18em 0.55em;
  border-radius: 999px;
  background: rgba(151, 190, 19, 0.35);
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
  line-height: 1;
  transform: translateY(-0.06em);
  font-weight: 800;
}

.membresias-landing .feature-cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.membresias-landing .feature-card{
  text-align: center;
  padding: 0;
    --pill-h: 160px;
  --img-h: 180px;
  --img-maxw: 260px;
  --pill-maxw: 420px;
}

/* Píldora (contenedor superior) */
.membresias-landing .feature-pill{
  position: relative;
  height: var(--pill-h);
   max-width: var(--pill-maxw);
  width: 100%;
  border-radius: 999px;
  background: #f3f6fb;
  border: 2px solid rgba(151, 190, 19, 0.35);
  display: flex;
  align-items: flex-end;     /* CLAVE: ancla abajo */
  justify-content: center;
  padding-bottom: 0;         /* sin aire abajo */
  margin: 0 auto 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  overflow: visible;
}

/* Avatar / ícono centrado */
.membresias-landing .feature-avatar{
  position: absolute;
  left: 50%;
  bottom: 0;                 /* CLAVE: toca borde inferior */
  transform: translateX(-50%);
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: block;
  pointer-events: none;
}

/* Ícono */
.membresias-landing .feature-avatar img{
  width: auto;
  height: var(--img-h);
  max-width: var(--img-maxw);
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 26px 30px rgba(0,0,0,0.25));
}

/* Título y descripción */
.membresias-landing .feature-card h3{
  font-size: 1.35rem;
  line-height: 1.6rem;
  margin: 10px 0 10px;
  font-weight: 700;
  color: #0b1c2d;
}

.membresias-landing .feature-card p{
  margin: 0 auto;
  max-width: 360px;
  color: rgba(11, 28, 45, 0.78);
  font-size: 1.02rem;
  line-height: 1.45rem;
}

/* Micro-interacción (opcional, se ve premium) */
.membresias-landing .feature-card:hover .feature-pill{
  transform: translateY(-4px);
  transition: transform 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 22px 46px rgba(0,0,0,0.10);
}
/* ==============================
   Networking mosaic (estilo referencia)
   ============================== */
.membresias-landing .networking-block{
  background: transparent;
}

.membresias-landing .networking-grid{
  display: grid;
  grid-template-columns: 1fr 1.2fr; /* más ancho para el mosaico */
  gap: 34px;
  align-items: start;
}

.membresias-landing .networking-copy h2{
  margin-bottom: 10px;
}

.membresias-landing .networking-copy p{
  margin: 0 0 18px;
  color: rgba(11, 28, 45, 0.78);
  font-size: 1.05rem;
  line-height: 1.55rem;
}

.membresias-landing .networking-list{
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(11, 28, 45, 0.85);
  line-height: 1.7rem;
}

/* Mosaic grid */
.membresias-landing .networking-mosaic{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
/* 3-column columns: each column stacks 2 items */
.membresias-landing .ncol{
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  min-width: 0; /* clave anti-overflow */
}

.membresias-landing .ncol .ncard{
  height: 100%;
}

/* Make photo cards consistently tall */
.membresias-landing .ncard-photo{
  min-height: 240px;
}

.membresias-landing .ncard-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================== Networking mosaic (estilo referencia) ============================== */
.membresias-landing .ncard{
  min-width: 0; /* clave anti-overflow */
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 28, 45, 0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* Hover animation for networking mosaic cards */
.membresias-landing .ncard{
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.membresias-landing .ncard:hover{
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 26px 60px rgba(0,0,0,0.14);
  z-index: 3;
}

/* Softer motion for image cards */
.membresias-landing .ncard-photo:hover{
  transform: translateY(-4px) scale(1.015);
}

/* Color cards get a subtle glow */
.membresias-landing .ncard-blue:hover{
  box-shadow: 0 30px 70px rgba(59,108,255,0.35);
}

.membresias-landing .ncard-green:hover{
  box-shadow: 0 30px 70px rgba(151,190,19,0.35);
}

.membresias-landing .ncard-outline:hover{
  box-shadow: 0 22px 46px rgba(0,0,0,0.18);
}

.membresias-landing .ncard-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Placements (como referencia) */
.membresias-landing .ncard-blue{
  background: #3b6cff;
  color: #fff;
  padding: 22px 22px 20px;
  border: 0;
}

.membresias-landing .ncard-photo-1{
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.membresias-landing .ncard-outline{
  background: #fff;
  border: 2px solid rgba(11, 28, 45, 0.55);
  box-shadow: none;
  padding: 22px;
}

.membresias-landing .ncard-photo-2{
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}
.networking-block > * {
  position: relative;
  z-index: 1;
}

.networking-block {
  position: relative;
  overflow: hidden; /* importante para que el degradado no se desborde */
}
.networking-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle at center,
    rgba(180, 200, 255, 0.55) 0%,
    rgba(190, 150, 255, 0.45) 35%,
    rgba(255, 190, 220, 0.35) 55%,
    rgba(255, 255, 255, 0) 72%
  );
  filter: blur(70px);
  z-index: 0;
  pointer-events: none;
}

.membresias-landing .ncard-green{
  background: #b9e16b;
  border: 0;
  padding: 22px 22px 24px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  position: relative;
}

.membresias-landing .ncard-doodle{
  background: #eef2f8;
  border: 0;
  display: grid;
  place-items: center;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  opacity: 0; /* oculto por defecto (ocupa el slot el outline) */
}

.membresias-landing .ncard-kicker{
  font-weight: 700;
  font-size: 0.95rem;
  opacity: 0.95;
}

.membresias-landing .ncard-title{
  font-weight: 800;
  font-size: 1.25rem;
  margin-top: 10px;
}

.membresias-landing .ncard-sub{
  margin-top: 10px;
  font-size: 0.98rem;
  line-height: 1.35rem;
  opacity: 0.95;
}

/* Detalle “handle” */
.membresias-landing .ncard-handle{
  position: absolute;
  left: 18px;
  bottom: 14px;
  width: 78px;
  height: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.65);
  opacity: 0.35;
}

@media (max-width: 600px){
  .membresias-landing .ncard-blue{ grid-column: 1; grid-row: 1; }
  .membresias-landing .ncard-photo-1{ grid-column: 1; grid-row: 2; }
  .membresias-landing .ncard-outline{ grid-column: 1; grid-row: 3; }
  .membresias-landing .ncard-green{ grid-column: 1; grid-row: 4; }
  .membresias-landing .ncard-photo-2{ display: none; }
  .membresias-landing .networking-mosaic{
  grid-template-columns: 1fr;
}
.membresias-landing .ncard-photo{
  min-height: 220px;
}
}

/* ==========
   Chooser accordion (cards estilo referencia) — FIX corte degradado
   ========== */

.chooser {
  padding: 70px 6%;
}

.chooser-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 18px;
  align-items: start;
}

.chooser-card{
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(11, 28, 45, 0.06);
  box-shadow: 0 22px 60px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
  background: linear-gradient(
    135deg,
    rgba(90, 185, 255, 0.88) 0%,
    rgba(150, 170, 255, 0.72) 34%,
    rgba(190, 160, 255, 0.62) 62%,
    rgba(245, 245, 255, 0.58) 100%
  );
  background-size: 100% 170%;
  background-position: 0% 0%;
}
.chooser-card::after{
  content:"";
  position:absolute;
  inset:0;
  /* glass MUY suave, uniforme */
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  pointer-events:none;
  z-index:0;
}
.chooser-card[open]{
  background-size: 100% 100%;
  background-position: 50% 25%;
  box-shadow: 0 38px 100px rgba(0,0,0,0.18);
  transform: translateY(-4px);
}

.chooser-summary,
.chooser-body{
  position: relative;
  z-index: 1;
}

.chooser-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 30px 78px rgba(0,0,0,0.14);
}

.chooser-summary{
  list-style: none;
  cursor: pointer;
  padding: 16px 20px 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 12px;
  align-items: center;
}

.chooser-summary::-webkit-details-marker{ display:none; }

.chooser-title{
  font-weight: 900;
  font-size: 1.05rem;
  color: rgba(11, 28, 45, 0.92);
  margin: 0;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255,255,255,0.45);
}

/* Chevron */
.chooser-chevron{
  width: 18px;
  height: 18px;
  border-right: 2px solid rgba(11,28,45,0.45);
  border-bottom: 2px solid rgba(11,28,45,0.45);
  transform: rotate(45deg);
  transition: transform 200ms ease;
  margin-top: 2px;
}

.chooser-card[open] .chooser-chevron{
  transform: rotate(-135deg);
}
.chooser-card[open] .chooser-body{
  color: rgba(11,28,45,0.82);
   margin-top: -10px;
  padding-top: 10px;
}
.chooser-card[open] .chooser-body .chooser-block-title{
  color: rgba(11,28,45,0.90);
}

.chooser-body{
  padding: 10px 20px 26px;
  padding-bottom: 40px !important;
  background: transparent !important;
  border-top: 0 !important;
}

.chooser-body > *{
  position: relative;
  z-index: 1;
}

/* Tipos */
.chooser-block{ margin-top: 14px; }

.chooser-block-title{
  font-weight: 900;
  font-size: 0.92rem;
  color: rgba(11, 28, 45, 0.82);
  margin-bottom: 8px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.45);
}

.chooser-mini{
  margin: 0 0 4px;
  padding-left: 18px;
  color: rgb(0, 0, 0);
  font-size: 0.95rem;
  line-height: 1.35rem;
  font-weight: 500;
}
.chooser-mini li{ margin: 6px 0; }

.chooser-list{
  margin: 0;
  padding-left: 18px;
  color: rgb(0, 0, 0);;
  line-height: 1.45rem;
  font-size: 0.98rem;
  font-weight: 500;
}
.chooser-list li{ margin: 6px 0; }

/* Tags: que no pierdan legibilidad al fondo */
.chooser-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tag{
  font-size: 0.82rem;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(151, 190, 19, 0.22);
  border: 1px solid rgba(151, 190, 19, 0.26);
  color: rgba(11, 28, 45, 0.86);
  font-weight: 800;
}

/* Responsive */
@media (max-width: 1100px){
  .chooser-grid{ grid-template-columns: repeat(2, minmax(240px, 1fr)); }
}
@media (max-width: 560px){
  .chooser-grid{ grid-template-columns: 1fr; }
}

/* Responsive */
@media (max-width: 992px){
  .membresias-landing .networking-mosaic{
    grid-template-columns: 1fr;
  }
  .membresias-landing .feature-pill{
    height: 145px;
    max-width: 100%;
  }
  .membresias-landing .feature-avatar{ bottom: 0; }
  .membresias-landing .feature-avatar img{ height: 150px; max-width: 220px; }
  .membresias-landing .networking-grid{
    grid-template-columns: 1fr;
  }
  .membresias-landing .networking-mosaic{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.membresias-landing .ncol{
  grid-template-rows: 1fr 1fr;
}
 .membresias-landing .ncard-photo{
    min-height: 220px;
  }
}

/* CTA attention motion */
.btn-primary {
  animation: ctaPulse 2.8s ease-in-out infinite;
}

@keyframes ctaPulse {
  0% {
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(11, 92, 255, 0.6);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(11, 92, 255, 0.35);
  }
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(11, 92, 255, 0.6);
  }
}

.btn-secondary {
  border: 1px solid #fff;
  color: #fff;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
}

.btn-primary:hover {
  animation-play-state: paused;
}

.institutional-cards,
.memberships-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 26px;
  margin-top: 40px;
  align-items: stretch;
}

/* Chooser: cada card mantiene su altura (no se estira por la card abierta) */
.chooser-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 18px;
  align-items: start;
  grid-auto-rows: min-content;
}

.chooser-card{
  align-self: start;
  height: fit-content;
}

.card {
  padding: 24px;
  text-align: center;
}

.membership {
  padding: 24px;
}

.membership h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.membership ul {
  margin-top: 20px;
  padding-left: 18px;
}

/* ==============================
   Membresías (cards estilo referencia: glass + glow)
   Aplica a tu HTML actual
   ============================== */

#membresias.memberships{
  position: relative;
}

/* Título con pill (estilo que ya vienes usando) */
#membresias.memberships > h2{
  font-size: clamp(2rem, 2.4vw, 2.6rem);
  line-height: 1.05;
  font-weight: 900;
  color: #0b1c2d;
  margin: 0 0 26px;
  letter-spacing: -0.02em;
}
#membresias.memberships > h2 .title-pill{
  display: inline-block;
  padding: 0.18em 0.55em;
  border-radius: 999px;
  background: rgba(151, 190, 19, 0.35);
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
  line-height: 1;
  transform: translateY(-0.06em);
  font-weight: 800;
}

/* Grid */
#membresias .memberships-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 26px;
  align-items: start;
  grid-auto-rows: min-content;
}

/* Card base (tu .membership) */
#membresias .membership{
  position: relative;
  border-radius: 26px;
  padding: 24px 24px 20px;
  overflow: hidden;

  /* vidrio */
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(11, 28, 45, 0.08);
  box-shadow: 0 26px 70px rgba(0,0,0,0.10);

  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

/* Glow superior (como la imagen 2) */
#membresias .membership::before{
  content:"";
  position:absolute;
  left:-80px;
  right:-80px;
  top:-90px;
  height: 250px;

  background: radial-gradient(circle at 25% 30%,
    rgba(124, 58, 237, 0.45) 0%,
    rgba(59, 130, 246, 0.38) 35%,
    rgba(255, 255, 255, 0.0) 70%
  );

  filter: blur(18px);
  opacity: 0.95;
  pointer-events:none;
  z-index:0;
}

/* “Wash” de degradado leve por toda la card */
#membresias .membership::after{
  content:"";
  position:absolute;
  inset:0;

  background: linear-gradient(
    135deg,
    rgba(90,185,255,0.32) 0%,
    rgba(165,170,255,0.22) 35%,
    rgba(210,170,255,0.16) 65%,
    rgba(255,255,255,0.00) 100%
  );

  pointer-events:none;
  z-index:0;
}

/* Asegura que el contenido quede encima */
#membresias .membership > *{
  position: relative;
  z-index: 1;
}

/* Hover */
#membresias .membership:hover{
  transform: translateY(-6px);
  box-shadow: 0 34px 90px rgba(0,0,0,0.16);
}

/* Título dentro de la card (ligero, tipo referencia) */
#membresias .membership h3{
  margin: 6px 0 10px;
  font-size: 2.15rem;
  line-height: 2.25rem;
  font-weight: 300;
  color: #0b1c2d;
  letter-spacing: -0.02em;
}

/* tagline */
#membresias .membership .tagline{
  margin: 0 0 16px;
  font-size: 1.05rem;
  line-height: 1.35rem;
  color: rgba(11,28,45,0.76);
  font-weight: 500;
  max-width: 30ch;
}

/* lista (sin bullets nativos) */
#membresias .membership ul{
  margin: 12px 0 0;
  padding: 0;
  list-style: disc;
}
#membresias .membership li{
  gap: 10px;
  padding: 7px 0;
  color: rgba(11,28,45,0.78);
  font-size: 0.98rem;
  line-height: 1.35rem;
  font-weight: 500;
}

#membresias .membership li strong{
  font-weight: 800;
}

/* Featured (Incide) */
#membresias .membership.featured{
  border-color: rgba(11, 92, 255, 0.60);
  box-shadow: 0 34px 95px rgba(11,92,255,0.16);
}

/* Featured glow un poco más intenso */
#membresias .membership.featured::before{
  background: radial-gradient(circle at 30% 25%,
    rgba(59, 130, 246, 0.55) 0%,
    rgba(124, 58, 237, 0.40) 40%,
    rgba(255, 255, 255, 0.0) 75%
  );
}
/* CTA dentro de cada membresía */
#membresias .btn-membership-cta{
  display: flex;               /* permite centrado real */
  align-items: center;
  justify-content: center;
  width: fit-content;          /* que no ocupe todo el ancho */
  margin: 22px auto 0;         /* centrado horizontal */
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;

  /* estilo glass */
  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.55);
  color: #19171d;
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

/* ==============================
   Membresías — Colores por nivel
   ============================== */

/* ---------- CONECTA (Morado) ---------- */
#membresias .membership:nth-child(1){
  background: linear-gradient(
    135deg,
    rgba(196,181,253,0.65) 0%,
    rgba(221,214,254,0.55) 45%,
    rgba(255,255,255,0.45) 100%
  );
}
#membresias .membership:nth-child(1)::before{
  background: radial-gradient(circle at 30% 25%,
    rgba(139,92,246,0.55) 0%,
    rgba(167,139,250,0.35) 40%,
    rgba(255,255,255,0) 70%
  );
}
#membresia-conecta:hover{
  border-color: rgba(124, 58, 237, 0.6);
}

/* Pill */
#membresias .membership:nth-child(1) h3{
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg,#7c3aed,#a78bfa);
  color: #ffffff;
  font-weight: 800;
}


/* ---------- AVANZA (Naranja) ---------- */
#membresias .membership:nth-child(2){
    position: relative;
    isolation: isolate;
  background: linear-gradient(135deg,#FFA54E 0%,#FFE6C7 45%,#FFF5EA 100%) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
#membresias .membership:nth-child(2)::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.35) 0%,
    rgba(255,255,255,0.18) 45%,
    rgba(255,255,255,0) 100%
  );
  pointer-events:none;
  z-index:0;
}
#membresias .membership:nth-child(2)::after{
  content: none !important;
}
#membresias .membership:nth-child(2) > *{
  position: relative;
  z-index: 1;
}
#membresia-avanza:hover{
  border-color: rgba(249, 115, 22, 0.6);
}

#membresias .membership:nth-child(2) h3{
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg,#FF8A00,#FFB347);
  color: #ffffff;
  font-weight: 900;
}


/* ---------- IMPACTA (Verde) ---------- */
#membresias .membership:nth-child(3){
  position: relative;
  overflow: hidden;
  border-radius: 26px !important;

  /* fondo limpio tipo brochure */
  background: linear-gradient(
    135deg,
    rgba(187,247,208,0.78) 0%,
    rgba(209,250,229,0.70) 45%,
    rgba(255,255,255,0.62) 100%
  ) !important;

  /* fallback si el mask no aplica */
  border: 1px solid rgba(34,197,94,0.28) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,0.08);

  /* mantiene los pseudo dentro del stacking del card */
  isolation: isolate;
}

/* glow verde */
#membresias .membership:nth-child(3)::before{
  content:"";
  position:absolute;
  inset:-16%;
  pointer-events:none;
  z-index:0;
  background: radial-gradient(circle at 30% 20%,
    rgba(34,197,94,0.38) 0%,
    rgba(134,239,172,0.22) 42%,
    rgba(255,255,255,0) 72%
  );
  filter: blur(20px);
}

#membresias .membership:nth-child(3)::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 26px;
  pointer-events:none;
  z-index:2;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.82),
    inset 0 1px 0 rgba(255,255,255,0.55);

  /* 2) borde degradado: blanco → verde (más verde en bottom/right) */
  background: linear-gradient(135deg,
    rgba(255,255,255,0.85) 0%,
    rgba(255,255,255,0.55) 35%,
    rgba(34,197,94,0.40) 70%,
    rgba(34,197,94,0.70) 100%
  );

  /* mostramos SOLO el borde (stroke) */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;

  padding: 1px; /* grosor del borde */
}

/* contenido arriba del borde */
#membresias .membership:nth-child(3) > *{
  position: relative;
  z-index: 3;
}

/* pill verde degradado */
#membresias .membership:nth-child(3) h3{
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg,#0b8f3a,#43e27a);
  color: #ffffff;
  font-weight: 900;
}
#membresia-impacta:hover{
  border-color: rgba(34, 197, 94, 0.6);
}


/* ---------- INCIDE (Azul) ---------- */
#membresias .membership:nth-child(4){
  background: linear-gradient(
    135deg,
    rgba(191,219,254,0.70) 0%,
    rgba(219,234,254,0.55) 45%,
    rgba(255,255,255,0.45) 100%
  );
}
#membresias .membership:nth-child(4)::before{
  background: radial-gradient(circle at 30% 25%,
    rgba(59,130,246,0.65) 0%,
    rgba(96,165,250,0.40) 40%,
    rgba(255,255,255,0) 75%
  );
}
#membresia-incide:hover{
  border-color: rgba(37, 99, 235, 0.6);
}
#membresias .membership:nth-child(4) > *{
  position: relative;
  z-index: 3;
}
#membresias .membership:nth-child(4) h3{
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg,#2563eb,#60a5fa);
  color: #ffffff;
  font-weight: 800;
}
/* --- Chooser: recomendación -> membresía --- */
      .chooser-next{
        margin-top: 18px;
        padding: 16px 16px;
        border-radius: 18px;
        background: rgba(255,255,255,0.38);
        border: 1px solid rgba(11,28,45,0.08);
        backdrop-filter: blur(10px);

        /* layout */
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        justify-items: center; /* ✅ botón centrado */
      }
      .chooser-next-label{
        font-weight: 800;
        color: rgba(11,28,45,0.72);
        font-size: 0.92rem;
        justify-self: start;
      }
      .chooser-next-plan{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        color: #ffffff;
        padding: 10px 14px;
        border-radius: 999px;
        background: var(--plan-grad, linear-gradient(135deg, #5AB9FF, #BEA0FF));
        border: 1px solid rgba(255,255,255,0.55);
        text-decoration: none;
        transition: transform 200ms ease, box-shadow 200ms ease;
      }

      /* Colores por membresía (recomendación) */
      .chooser-next-plan[data-plan="conecta"]{
        --plan-grad: linear-gradient(135deg, #7C3AED, #A78BFA);
      }
      .chooser-next-plan[data-plan="avanza"]{
        --plan-grad: linear-gradient(135deg, #FF8A00, #FFB347);
      }
      .chooser-next-plan[data-plan="impacta"]{
        --plan-grad: linear-gradient(135deg, #0A7B34, #3EDD77);
      }
      .chooser-next-plan[data-plan="incide"]{
        --plan-grad: linear-gradient(135deg, #2563EB, #60A5FA);
      }
      .chooser-next-plan:hover{
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(0,0,0,0.10);
      }
      .btn-pill{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 14px;
        border-radius: 999px;
        font-weight: 800;
        text-decoration: none;
        border: 1px solid rgba(11,28,45,0.10);
        background: rgba(255,255,255,0.68);
        color: rgba(11,28,45,0.92);
        transition: transform 200ms ease, box-shadow 200ms ease;
      }
      .btn-pill:hover{ transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,0.10); }
      .btn-pill.primary{
        background: linear-gradient(135deg, rgba(90,185,255,0.28), rgba(190,160,255,0.22));
      }

      /* --- highlight cuando saltas a la card de membresía --- */
      .membership.is-highlight{
        box-shadow: 0 28px 70px rgba(0,0,0,0.16);
        transform: translateY(-4px);
      }
      .membership.is-highlight::after{
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 28px;
        pointer-events: none;
        box-shadow: 0 0 0 2px rgba(90,185,255,0.55);
      }

/* Responsive */
@media (max-width: 1100px){
  #membresias .memberships-grid{
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}
@media (max-width: 560px){
  #membresias .memberships-grid{
    grid-template-columns: 1fr;
  }
  #membresias .membership h3{
    font-size: 2rem;
    line-height: 2.1rem;
  }
}

/* Scoped form styles (avoid affecting other site forms) */
.membresias-landing .form-section form {
  max-width: 520px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.membresias-landing .form-section input,
.membresias-landing .form-section select {
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(11, 28, 45, 0.20);
  background: rgba(255, 255, 255, 0.92);
  font-family: inherit;
  font-size: 18px;
  line-height: 22px;
  outline: none;
}

.membresias-landing .form-section input::placeholder {
  color: rgba(11, 28, 45, 0.55);
}

.membresias-landing .form-section select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

@media (max-width: 768px) {

  /* Asegura que estas reglas ganen sobre el CSS global del sitio */
  .membresias-landing .hero {
    padding: 56px 6% 48px !important;
  }
  .membresias-landing .hero.glass {
    background: linear-gradient(135deg, #1b3cff, #22d3ee) !important;
  }

  /* Cambiamos GRID por FLEX en móvil (más estable con absolute children) */
  .membresias-landing .hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    text-align: left !important;
  }

  /* Collage compacto y sin reservar altura extra */
  .membresias-landing .hero-visual {
    position: relative !important;
    display: block !important;
    order: -1 !important;
    width: 100% !important;
    height: 250px !important;
    min-height: 0 !important;
    margin: 0 0 16px 0 !important;
    overflow: hidden !important;
    border-radius: 22px;
  }

  /* Collage cards: tamaños/posiciones para que no se monten con el texto */
  .membresias-landing .visual-card-1 {
    width: 185px;
    height: 125px;
    top: 10px;
    left: 10px;
  }

  .membresias-landing .visual-card-2 {
    width: 190px;
    height: 190px;
    top: 28px;
    right: 10px;
  }

  .membresias-landing .visual-card-3 {
    width: 240px;
    height: 155px;
    bottom: 10px;
    left: 40px;
  }

  /* Decorativos visibles dentro del recorte */
  .membresias-landing .visual-dot-1 { top: 14px; right: 70px; }
  .membresias-landing .visual-dot-2 { bottom: 18px; right: 14px; }
  .membresias-landing .visual-spark-1 { top: 110px; left: 18px; }
  .membresias-landing .visual-spark-2 { bottom: 92px; left: 14px; }

  /* Texto y CTA pegados al collage (sin espacio extra) */
  .membresias-landing .hero-content {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Tipografía más compacta en móvil */
  .membresias-landing .hero h1 {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 12px;
  }

  .membresias-landing .hero p {
    font-size: 1rem;
    line-height: 1.35rem;
    margin-bottom: 0;
  }

  /* Botones full width */
  .membresias-landing .hero-cta {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 18px !important;
  }

  .membresias-landing .btn-primary,
  .membresias-landing .btn-secondary {
    width: 100% !important;
    text-align: center !important;
  }
  .membresias-landing .title-pill{
  padding: 0.16em 0.5em;
}
}
@media (max-width: 400px) {
    .progreso-descripcion {
        font-size: 15px;
        line-height: 20px;
    }
    .boton-diagnostico {
        font-size: 18px;
        line-height: 20px;
    }
    .progreso-titulos {
        font-size: 23px;
        line-height: 25px;
        padding: 20px 0 10px 0;
    }
    .progreso-bg {
        padding: 20px 0 120px 0;
    }
}

.membresias-landing .form-split{
  padding: 70px 6%;
}
.membresias-landing .form-card-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 24px;
}
.membresias-landing .form-card{
  padding: 36px 36px 48px;
}
.membresias-landing .form-card form{
  padding-bottom: 6px;
}
.membresias-landing .form-submit{
  width: 100%;
  border-radius: 16px;
  padding: 16px 18px;
  font-weight: 900;
  border: 0;
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
  margin-top: 14px;
  font-size: 18px;
}
.membresias-landing .form-panel{
  position: relative;
  border-radius: 34px;
  padding: 46px;
  overflow: hidden;
  background: radial-gradient(circle at 18% 15%, rgba(130, 179, 255, 0.28) 0%, rgba(255,255,255,0) 45%),
              radial-gradient(circle at 70% 75%, rgba(90, 185, 255, 0.26) 0%, rgba(255,255,255,0) 52%),
              linear-gradient(135deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.46) 100%);
  border: 1px solid rgba(11,28,45,0.06);
  box-shadow: 0 30px 90px rgba(0,0,0,0.12);
  backdrop-filter: blur(14px);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: start;
}
/* Ensure inputs look consistent inside the panel */

.membresias-landing .form-panel input,
.membresias-landing .form-panel select,
.membresias-landing .form-panel textarea{
  width: 100%;
  background: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(11, 28, 45, 0.22) !important;
  border-radius: 14px;
  box-shadow: none;
}

.membresias-landing .form-panel select{
  background: rgba(255,255,255,0.92) !important;
}

.membresias-landing .form-flow{
  margin-top: 35px;
}
.membresias-landing .form-flow .flow-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 40px;
  align-items: start;
  max-width: 760px;
  padding: 8px 6px; 
}
.membresias-landing .form-left h2{
  margin: 0 0 10px;
  font-size: 2.2rem;
  font-weight: 900;
  color: #0b1c2d;
}
.form-flow .flow-card{
  position: relative;
  border-radius: 22px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(11,28,45,0.10);
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
  backdrop-filter: blur(12px);
  padding: 28px 26px 26px;
  padding-left: 43px;
  overflow: visible;
  min-height: 170px;
}

.form-flow .flow-badge{
  position: absolute;
  top: -22px;
  left: -22px;
  width: 57px;
  height: 57px;
  border-radius: 26px;
  background: #5557E6;
  display: grid;
  place-items: center;
  z-index: 3;
  box-shadow: 0 26px 60px rgba(85, 87, 230, 0.35);
}
.form-flow .flow-badge span{
  color: #fff;
  font-weight: 900;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.form-flow .flow-content{
  position: relative;
  z-index: 2;
  max-width: 100%;
  text-align: left;
}
.form-flow .flow-card h3,
.form-flow .flow-card p,
.form-flow .flow-card li{
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.form-flow .flow-num{
  color: #fff;
  font-weight: 900;
  font-size: 38px;
  line-height: 1;
}
.form-flow .flow-body{
  position: relative;
  z-index: 3;
  padding-left: 96px;
  padding-top: 6px;
}
.form-flow .flow-title{
  font-weight: 900;
  font-size: 30px;
  line-height: 1.05;
  color: #0b1c2d;
  margin-bottom: 10px;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.form-flow .flow-card:nth-child(1) .flow-title{
  font-size: 52px;
  line-height: 1;
}
.form-flow .flow-text{
  font-size: 20px;
  line-height: 28px;
  color: rgba(11, 28, 45, 0.70);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.form-flow .flow-sub{
  color: rgba(11, 28, 45, 0.72);
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 992px){
  .form-flow .flow-card{
    padding-left: 130px;
  }
}

@media (max-width: 768px){
  .form-flow .flow-card{
    padding-left: 112px;
  }

  .form-flow .flow-badge{
    width: 86px;
    height: 86px;
    border-radius: 24px;
  }

  .form-flow .flow-num{ font-size: 34px; }
  .form-flow .flow-title{ font-size: 30px; }
  .form-flow .flow-card:nth-child(1) .flow-title{ font-size: 46px; }
  .form-flow .flow-text{ font-size: 18px; line-height: 26px; }
}