:root {
    /* SHC Grey Color Palette */
    --nv-grey-700: #0C0C0D;
    --nv-grey-600: #1C1B1E;
    --nv-grey-500: #29292D;
    --nv-grey-400: #525259;
    --nv-grey-300: #9797A1;
    --nv-grey-200: #D0D0D4;
    --nv-grey-100: #F8F8F8;

    /* Navy Color Palette */
    --nv-navy-700: #203545;
    --nv-navy-600: #2D4E68;
    --nv-navy-500: #4B8CA1;
    --nv-navy-400: #6AB0C8;
    --nv-navy-300: #B4D6E1;
    --nv-navy-200: #DBEBF0;
    --nv-navy-100: #F4F9FB;

    /* Neutral Color Palette */
    --nv-neutral-700: #000000;
    --nv-neutral-600: #2F333B;
    --nv-neutral-500: #4B4F57;
    --nv-neutral-400: #7D858B;
    --nv-neutral-300: #BEC7CC;
    --nv-neutral-200: #E7ECEF;
    --nv-neutral-100: #F3F6F9;
    --nv-neutral-00: #FFFFFF;
}

.text-green-700 {
    color: var(--nv-navy-700);
}
/* Texto con colores Grey */
.text-grey-700 {
    color: var(--nv-grey-700);
}

.text-grey-600 {
    color: var(--nv-grey-600);
}

.text-grey-500 {
    color: var(--nv-grey-500);
}

.text-grey-400 {
    color: var(--nv-grey-400);
}

.text-grey-300 {
    color: var(--nv-grey-300);
}

.text-grey-200 {
    color: var(--nv-grey-200);
}

.text-grey-100 {
    color: var(--nv-grey-100);
}

/* Fondo con colores Grey */
.bg-grey-700 {
    background-color: var(--nv-grey-700);
}

.bg-grey-600 {
    background-color: var(--nv-grey-600);
}

.bg-grey-500 {
    background-color: var(--nv-grey-500);
}

.bg-grey-400 {
    background-color: var(--nv-grey-400);
}

.bg-grey-300 {
    background-color: var(--nv-grey-300);
}

.bg-grey-200 {
    background-color: var(--nv-grey-200);
}

.bg-grey-100 {
    background-color: var(--nv-grey-100);
}

/* Texto con colores Navy */
.text-navy-700 {
    color: var(--nv-navy-700);
}

.text-navy-600 {
    color: var(--nv-navy-600);
}

.text-navy-500 {
    color: var(--nv-navy-500);
}

.text-navy-400 {
    color: var(--nv-navy-400);
}

.text-navy-300 {
    color: var(--nv-navy-300);
}

.text-navy-200 {
    color: var(--nv-navy-200);
}

.text-navy-100 {
    color: var(--nv-navy-100);
}

/* Fondo con colores Navy */
.bg-navy-700 {
    background-color: var(--nv-navy-700);
}

.bg-navy-600 {
    background-color: var(--nv-navy-600);
}

.bg-navy-500 {
    background-color: var(--nv-navy-500);
}

.bg-navy-400 {
    background-color: var(--nv-navy-400);
}

.bg-navy-300 {
    background-color: var(--nv-navy-300);
}

.bg-navy-200 {
    background-color: var(--nv-navy-200);
}

.bg-navy-100 {
    background-color: var(--nv-navy-100);
}

/* Texto con colores Neutral */
.text-neutral-700 {
    color: var(--nv-neutral-700);
}

.text-neutral-600 {
    color: var(--nv-neutral-600);
}

.text-neutral-500 {
    color: var(--nv-neutral-500);
}

.text-neutral-400 {
    color: var(--nv-neutral-400);
}

.text-neutral-300 {
    color: var(--nv-neutral-300);
}

.text-neutral-200 {
    color: var(--nv-neutral-200);
}

.text-neutral-100 {
    color: var(--nv-neutral-100);
}

.text-neutral-00 {
    color: var(--nv-neutral-00);
}

/* Fondo con colores Neutral */
.bg-neutral-700 {
    background-color: var(--nv-neutral-700);
}

.bg-neutral-600 {
    background-color: var(--nv-neutral-600);
}

.bg-neutral-500 {
    background-color: var(--nv-neutral-500);
}

.bg-neutral-400 {
    background-color: var(--nv-neutral-400);
}

.bg-neutral-300 {
    background-color: var(--nv-neutral-300);
}

.bg-neutral-200 {
    background-color: var(--nv-neutral-200);
}

.bg-neutral-100 {
    background-color: var(--nv-neutral-100);
}

.bg-neutral-00 {
    background-color: var(--nv-neutral-00);
}


.height-100{
    height: 100vh;
}
.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-200 {
    margin-bottom: 200px;
}
.col-center {
    margin: auto;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.parallax-hero .wImage{
    border-radius: 10px !important;
}
.parallax-hero{
    padding: 0 !important;
}
.parallax-hero,
.heroSection {
    border-radius: 10px;
    height: calc(100vh - 100px);
}

.easter-schedule {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 80px;
}

.easter-schedule li {
    width: calc(50% - 40px);
    display: flex;
    gap: 20px;
    align-items: center;
}

.easter-schedule li div img {
    margin-bottom: 30px
}



.parallax2 {
    position: relative;
    z-index: 9999999999;
}

.parallax:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #FEFEDA;
}

.parallax img {
    height: calc(100vh - 200px);
    width: 100%;
    border-radius: 40px;
    object-fit: cover;
}

.parallax {
    padding: 0
}

.footer-pic li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-pic li:hover {
    width: 45%
}

.footer-pic li {
    width: 25%;
    height: 500px;
}

.footer-pic {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.lineParent {
    overflow: hidden;
    position: relative
}

.wow {
    visibility: hidden;
}
.footer-pic *{
        transition-duration: 0.7s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.Cutted-logo {
    position: absolute;
    bottom: -160px
}

.Cutted-transparent {
    position: absolute;
    right: 0;
    bottom: 65px;
}
video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
    background-size: cover;
}

.heroSection.height-75 {
    min-height: 75vh;
    height: calc(77vh - 100px);
}

.hyperlink2{
    font-weight: 700;text-decoration: underline !important;
}
.hyperlink {
    font-weight: 700;
    color: black;
}

.image--parallax2b--home,
.image--parallax2a--home,
.image--parallax1--home {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    object-fit: cover;
    left: 0;

}

#parallaxHome2,
#parallaxHome1 {
    overflow: hidden;
}

.box-w-images {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 20px 60px;
}

.box-w-images li:hover div img {
    transform: scale(1.1);
}

.box-w-images li div {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
}

.box-w-images li div img {
    transform: scale(1);
    transition: all .6s ease-in-out;
}

.box-w-images li {
    width: calc(50% - 30px);
}

.box-w-images li h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px !important;
}

.box-w-images li div {
    display: block;
    position: relative;
    overflow: hidden;
}

.location-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.location-card {
    list-style: none;
    background-color: #F3F6F9;
    border-radius: 8px;
    overflow: hidden;
    width: calc(33% - 10px);
    transition: transform 0.3s ease;
}

.location-card:hover {
    transform: translateY(-5px);
}

.location-image {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.location-card:hover .location-image img {
    transform: scale(1.05);
}

.location-info {
    padding: 20px;
    position: relative;
}

.location-title {
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: var(--nv-grey-500);
}

.location-schedule {
    margin-bottom: 0px;
    font-weight: bold;;
    color: var(--nv-grey-500)
}

.location-time {
    margin-bottom: 15px;
    color: var(--nv-grey-500);
}

.location-address {
    color: var(--nv-grey-500);
    margin-bottom: 3px;
    line-height: 1;
}
.fz-30 {
    font-size: 30px !important;
}
.fz-20{
    font-size: 20px !important;
}
.fz-30-p {
    font-size: 30px !important;
    line-height: 1.2;
    font-weight: 400 !important;
}
.location-city {
    color: var(--nv-grey-500);
    margin-bottom: 0px;
}

.location-marker {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: var(--nv-navy-700);
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-marker svg {
    width: 30px;
    height: 30px;
    fill: white;
}

.dflex-title p {
    width: 30%;
}

.dflex-title h1 {
    width: 70%;
}

.dflex-title {
    gap: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.p-40 {
    padding: 40px;
}
.fz-52{font-size: 52px;}
.cards-inline {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: calc(100% - 40px);
}

.cards-inline>.card-inline:nth-child(1) {
    transform: rotate(-6deg)
}

.cards-inline>.card-inline:nth-child(2) {
    transform: rotate(6deg)
}

.cards-inline>.card-inline:nth-child(1) {
    transform: rotate(-2deg)
}

.cards-inline>.card-inline:nth-child(2) {
    transform: rotate(3deg)
}

.card-inline img {
    width: 100%
}

.card-inline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
}

.card-inline {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    border-radius: 15px;
}

.card-inline aside * {
    margin: 0 !important;
    line-height: 1
}

.card-inline aside p {
    line-height: 1.4
}

.card-inline aside h3 {
    font-size: 4.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    width: 50%;
}

.card-inline aside {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 45px 40px;
    z-index: 9;
    gap: 30px;
    color: white
}

.vertical-text {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: right center;
    right: -15px;
    top: -100px;
    bottom: 0;
    margin: auto;
    font-size: 2.6rem;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

/* Estilos para el contenedor principal de tarjetas */
.cards-profile {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Estilos base para cada tarjeta de perfil */
.card-profile {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: white;
    height: 470px;
    width: calc(33% - 1rem);
}



/* Estilos para el contenedor de la imagen */
.card-profile-image {
    height: 100%;
    width: 100%;
    position: relative;
}

/* Estilos para la imagen */
.card-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.1;
    transition: all 0.3s ease;
}
.x3 .card-profile-info{
    height: 20%;
}
/* Estilos para el contenedor de información */
.card-profile-info {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    padding: 1.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    background: white;
    width: calc(100% - 10px);
    margin: auto;
    height: 30%;
}

/* Estilos para el título */
.card-profile-title {
    font-size: 1.75rem;
    font-weight: 100;
    color: var(--nv-grey-400);
    margin-bottom: 0.5rem;
    line-height: 1;
}

/* Estilos para el subtítulo */

.card-profile-subtitle {
    font-size: 1rem;
    color: var(--grey-500);
    margin-bottom: 0px;
}
.card-profile-subtitle.fz-18{
    max-width: 80%;
    font-size: 18px !important;
    padding-top: 20px;
}
/* Estilos para los iconos */
.card-profile-icon {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    color: var(--nv-grey-500);
    width: 40px;
    position: absolute;
    bottom: 15px;
    opacity: 0;
    transition: all 0.3s ease;
}

.card-profile:hover .card-profile-subtitle {
    transition: all 0.3s ease;
    margin-bottom: 40px
}

.card-profile:hover .card-profile-icon {
    opacity: 1;
}

.card-profile:hover .card-profile-info {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    bottom: 10px;
}

/* Estilos para el acordeón lateral con prefijo ac-lateral */


.ac-lateral-container {
    display: flex;
    max-width: 100%;
    margin: 0;
    height: 600px;
    background-color: #ffffff;
    overflow: hidden;
}

.ac-lateral-title {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: #ffffff;
}

.ac-lateral-title h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.1;
    color: #222;
    text-transform: uppercase;
}

.ac-lateral-accordion {
    flex: 1;
    display: flex;
    overflow: hidden;
    position: relative;
}

.ac-lateral-section {
    flex: 0 0 100px;
    height: 100%;
    position: relative;
    transition: flex 0.5s ease;
    overflow: hidden;
    display: flex;
    border-left: 1px solid #e0e0e0;
}

/* 
.ac-lateral-section:hover, 
.ac-lateral-section.ac-lateral-active {
    flex: 1;
} */

.ac-lateral-section:hover .ac-lateral-tab:before{
    height: 100%;
}
.ac-lateral-tab:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: var(--nv-neutral-100);
        transition-duration: 0.7s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

}
.ac-lateral-tab {
    flex: 0 0 100px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}

.ac-lateral-references p {
    font-size: 14px !important;
    line-height: 1
}

.ac-lateral-rotated-text {
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #222;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.ac-lateral-content {
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 30px;
    background: #fff;
    min-width: 380px;
}

/* .ac-lateral-section:hover .ac-lateral-content,
.ac-lateral-section.ac-lateral-active .ac-lateral-content {
    opacity: 1;
    visibility: visible;
} */

.ac-lateral-inner-content {
    max-width: 600px;
    min-width: 340px;
}

.ac-lateral-inner-content h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: var(--nv-navy-700);
    color: #fff;
    margin: 0;
}

.ac-lateral-inner-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ac-lateral-references {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    font-size: 14px !important;
}

.ac-lateral-references p:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}

.ac-lateral-section * {
    transition: all .3s ease;
}

/* Estado activo para JavaScript */
.ac-lateral-section.ac-lateral-active .ac-lateral-tab {
    background-color: #f9f9f9;
    opacity: 0;
    flex: 0 0 0px;
}

.ac-lateral-section.ac-lateral-active .ac-lateral-content {
    left: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .ac-lateral-container {
        flex-direction: column;
        height: auto;
    }

    .ac-lateral-title {
        flex: auto;
        padding: 20px;
        text-align: center;
    }

    .ac-lateral-accordion {
        flex-direction: column;
    }

    .ac-lateral-section {
        flex: auto;
        height: 80px;
        flex-direction: column;
        border-left: none;
        border-top: 1px solid #e0e0e0;
    }

    .ac-lateral-tab {
        flex: auto;
        width: 100%;
        height: 80px;
    }

    .ac-lateral-rotated-text {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 18px;
    }

    .ac-lateral-content {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 20px;
        height: 0;
        transition: height 0.5s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    /* .ac-lateral-section:hover .ac-lateral-content,
    .ac-lateral-section.ac-lateral-active .ac-lateral-content {
        height: auto;
        min-height: 300px;
    } */
}


/* Para que las secciones se expandan cuando estén activas */
.ac-lateral-section.ac-lateral-active {
    flex: 1;
}

/* Para mostrar el contenido cuando la sección está activa */
.ac-lateral-section.ac-lateral-active .ac-lateral-content {
    opacity: 1;
    visibility: visible;
}
.floatingKids1 {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 9;
}

.floatingKids2 {
    position: absolute;
    top: 30vh;
    left: 0;
    z-index: -1;
}

.floatingKids3 {
    position: absolute;
    top: 80vh;
    right: 0;
    z-index: -1;
}

.border-r-15 {
    border-radius: 15px;
}

.floatingKids4 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: -1;
}

.height-80 {
    height: 80vh;
}

.floatingKids5 {
    position: absolute;
    top: 30vh;
    margin: auto;
    right: 0;
    z-index: -1;
}

.floatingKids6 {
    position: absolute;
    bottom: 20vh;
    right: 0;
    z-index: 9999;
}

.floatingKids7 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.btnwatch {
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
}
.parallax-container .btnwatch{
    pointer-events: all;
        z-index: 9;
        position: relative;
}
.btnwatch::before {
    content: '';
    position: absolute;
    bottom: -102px;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: var(--nv-grey-400);
    border-radius: 100%;

    transition-duration: 0.7s !important;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
    z-index: -1;
    right: 0;
    margin: auto;
}

.btnwatch:hover::before {
    transform: scale(5)
}

.btnwatch:hover {
    color: #fff;
    /* Color del texto al hacer hover */
}

/* Si quieres que la imagen también cambie de color */
.btnwatch:hover img {
    filter: brightness(1.2);
}

.br-10{
    border-radius: 10px;
}
.height-300 {
    height: 300vh;
}
.height-500 {
    height: 500vh;
}






.form-container {
    flex: 1;
    padding: 30px;
}

.image-container {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

 
.form-group {
    margin-bottom: 25px;
}

label {
    display: block;
    margin-bottom: 8px;
    color: var(--nv-grey-500);
    font-weight: 800;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    width: 100%;
    padding: 12px 0;
    border:0px;
    border-bottom: 1px solid #B1B1B9 !important;
    font-size: 16px;
    transition: border 0.3s;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: #aaa;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--focus-color);
}

.select-wrapper {
    display: inline-block;
    position: relative;
    width: 32%;
}

.select-wrapper:after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    color: var(--secondary-color);
    pointer-events: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    cursor: pointer;
}

.birthday-selects {
    display: flex;
    gap: 10px;
}

.radio-group,
.checkbox-group {
    margin-top: 5px;
}

.radio-option,
.checkbox-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-bottom: 10px;
}

.checkbox-label {
    font-size: 14px;
    font-weight: 500 !important;
    color: var(--primary-color);
    line-height: 1.4;
}

.outreach-section {
    margin-top: 10px;
}

.outreach-title {
    font-weight: 500;
    margin-bottom: 15px;
}

 

.contact-info {
    margin-top: 30px;
}

.contact-info p {
    margin-bottom: 8px;
    color: var(--secondary-color);
    font-size: 14px;
}

.contact-info .title {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 5px;
}

.other-input {
    margin-top: 5px;
    width: 100%;
    max-width: 200px;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column-reverse;
    }

    .image-container {
        height: 200px;
    }

    .birthday-selects {
        flex-direction: column;
    }

    .select-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }
}
.edited .ac-lateral-inner-content {
    max-width: 600px;
    min-width: 560px;
}
.mt-300 {
    margin-top: 300px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-40vh {
    margin-top: 45vh;
}
.card-profile.x2 {
    width: calc(50% - 1rem);
}

.x2:hover .card-profile-info p {
    opacity: 1;
}

.x2 .card-profile-info p {
    opacity: 0;
}

.x2 .card-profile-info {
    height: 14%;
}
.class-sticky {
    position: sticky;
    top: 0px;
    align-self: flex-start;
    height: fit-content;

}
.parallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.parallax-container.parraf { 
    width: calc(100% - 30px); 
    margin: auto;
    right: 0
}
.image--parallax-1 img{
    border-radius: 15px;
}
.image--parallax-1,
.image--parallax-2,
.image--parallax-3,
.image--parallax-4,
.image--parallax-1b,
.image--parallax-2b,
.image--parallax-3b,
.image--parallax-4b,
.image--parallax-1c,
.image--parallax-2c,
.image--parallax-3c,
.image--parallax-4c,
.image--parallax2b--home,
.image--parallax1--home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    /* Valor inicial del clip-path - casi oculta toda la imagen */
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
#pinAbout1 img{
    border-radius: 10px;
}
.height-200{height: 200vh;}
.mb-220 {
    margin-bottom: 220px;
}
.mb-250 {
    margin-bottom: 250px;
}
.height-75{
    height: 75vh !important;
        min-height: 75vh !important;
            max-height: 75vh !important;
}
.pt-120{
    padding-top: 120px;
}

body hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid var(--nv-navy-700);
}
.mobile-on {
    display: none;
}

/* 📱 Teléfonos (ej. iPhone 6, 7, 8) */
@media (max-width: 480px) and (min-width: 320px) {
    html.menuOpened .main--menu {
        width: 100%
    }

    .parent-menu {
        margin-left: 0px !important;
    }

    /* Estilos específicos para móviles */
    .mobile-off {
        display: none !important;
    }

    .mobile-on {
        display: block !important;
    }

    .watchFloating {
        position: absolute;
        bottom: 40px;
        left: 15px;
    }

    .d-flex--column {
        flex-direction: column;
        align-items: start !important;
    }

    .text-right {
        text-align: left !important;
    }

    .image--parallax1--home.xs-auto,
    #parallaxHome1.xs-auto {
        min-height: 0 !important;
        height: auto !important;
        padding: 21px 0px !important;
    }

    .box-w-images {
        flex-direction: column;
        gap: 0px !important;
    }

    body .box-w-images li a {
        position: relative;
    }

    body .box-w-images li {
        width: 100%;
        position: relative;
    }

    .list-unstyled a {
        font-size: 16px !important;
    }

    header a.logo {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0px;
    }

    body .box-w-images li h3 {
        text-transform: uppercase;
        font-weight: 500;
        width: 100%;
        font-size: 22px !important;
        position: absolute;
        bottom: 20px;
        left: 15px;
        color: white;
        margin: 0;
    }

    p.lead {
        font-size: 20px !important;
        font-weight: 500;
        line-height: 1.2;
    }

    .mb-xs-10 {
        margin-bottom: 10px !important;
    }

    .location-card {
        width: 100% !important
    }

    .location-cards {
        margin: 0 auto;
        flex-direction: column;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .pin-spacer section.heroSection {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
        min-width: calc(100% - 0px) !important;
    }

    .pin-spacer,
    body section.heroSection {
        width: calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
        min-width: calc(100% - 30px) !important;
    }

    .mt-300,
    .mt-40vh {
        margin-top: 0vh !important;
    }
}

.filter-menu-leadership li:last-child:after {
    opacity: 0;
}

.filter-menu-leadership li:after {
    content: "//";
    margin-left: 10px;
    color: var(--nv-grey-300) !important;
    font-size: 22px;
}

.filter-menu-leadership a.active,
.filter-menu-leadership a:hover {
    color: var(--nv-navy-700);
}

.filter-menu-leadership a {
    color: var(--nv-grey-300);
    font-size: 22px;
}

.filter-menu-leadership {
    display: flex;
    list-style: none;
    padding: 0;
    font-family: 'Anton' !important;
    gap: 10px;
}
h3 a.active{
    color: var(--nv-navy-600) !important;
}