@import url('https://fonts.googleapis.com/css?family=Inter:400,100,300,500,700,900');

.height-100 {
    height: 100vh !important;
}
.height-200 {
    height: 200vh !important;
}
.height-150 {
    height: 150vh !important;
}
.fa-heart {
    animation: heartbeat 3s infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(.75);
    }

    20% {
        transform: scale(1.3);
    }

    40% {
        transform: scale(.75);
    }

    60% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(.75);
    }
}
.col-center{margin: auto !important;}

 
.menu_mobile .vertical-align {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header{
    position: fixed;
}

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

.mb-0{margin-bottom: 0px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom:20px;}
.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-120{margin-bottom:120px;}






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

.hero--list li h5{
    margin-bottom: 0 !important;
}
.hero--list li {
    margin: 40px 0px;
    border-right: 1px solid var(--gold-500);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: var(--base-00);
}

.hero--list li:last-child {
    border-right: transparent
}

.hyperlink span,
.hyperlink {
    display: flex;
    line-height: 1;
    align-items: center;
    text-transform: uppercase;
    color: var(--base-00);
}
footer .container{
    max-width: calc(100% - 100px);
}
section.overflow-visible .container .row{
    margin: 0;
}
.hero--list li h5,
section.overflow-visible .container .row a{
    margin-right: 20px;
    font-size: 16px !important;
}
section.overflow-visible .container{
    max-width: calc(100% - 30px);
    padding: 0;
}
.hero--list a.hyperlinkhero{text-decoration: underline;}
.hero--list a.hyperlinkhero:hover{
    color: var(--gold-200) !important;
}
.height-100--hero {
    height: calc(100vh - 110px);
    transition-duration: 1.3s;
    transition-delay: .5s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.height-100--hero> img {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-fit: top;
    /* border-radius: 0px 0px 2rem 2rem; */
    transition-duration: 1.3s;
    transition-delay: .5s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.wow{visibility: hidden;}
.has-loading .height-100--hero { 
    transition-delay: .5s !important; 
}

.has-loading .height-100--hero img { 
    transition-delay: .5s !important; 
}
.height-100--hero.active img { 
    border-radius: 0px 0px 0px 0px;
}

/* start box video */
.btn.btn-secondary2 span,
.btn.btn-secondary span,
#home--effect4 .container>.row,
.cta-play,
.seg {
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 500ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 500ms !important;
}

.box--video--cta:hover .cta-play {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    transform: scale(1.1, 1.1)
}

.box--video--cta:hover svg {
    color: #fff;
    transform: scale(0.7, 0.7)
}

.cta-play {
    position: absolute;
    z-index: 9999;
    width: 60px;
    background: transparent;

    height: 60px;
    border-radius: 200%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;

    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);


    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: opacity .45s cubic-bezier(0.165, 0.84, 0.44, 1), transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);

    transition-duration: 1.2s;
}

.cta-play svg {
    width: 16px;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    color: white;
}

.box--video--cta>div span {
    line-height: 1;
    font-size: 14px;
}

.box--video--cta>div h4 {
    font-size: 18px !important;
    font-weight: bold;
    line-height: 1;
    color: white;
    margin-bottom: 6px !important
}

.box--video--cta>div {
    position: absolute;
    z-index: 9;
    color: white;
    padding: 20px 30px;
    bottom: 0;
    line-height: 1;
}

.box--video--cta {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 370px;
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-clip-path: inset(100% 0 0 0 round 8px);
    clip-path: inset(100% 0 0 0 round 8px);
    border: 1px solid var(--navy-600);
    transition: -webkit-clip-path 1.2s cubic-bezier(0.86, 0, 0.07, 1);
    transition: clip-path 1.2s cubic-bezier(0.86, 0, 0.07, 1);
    transition: clip-path 1.2s cubic-bezier(0.86, 0, 0.07, 1), -webkit-clip-path 1.2s cubic-bezier(0.86, 0, 0.07, 1);
}

html.is-ready .box--video--cta {
    transition-delay: 600ms;
    -webkit-clip-path: inset(0 0 0 0 round 8px);
    clip-path: inset(0 0 0 0 round 8px);
}

.c-video_video {
    position: absolute;
    top: 50%;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: black;
    -o-object-fit: cover;
    object-fit: cover;
}

/* end box video */






.loading--line {
    height: 1px;
    width: calc(100% - 50px);
    background-color: var(--gold-500);
    position: absolute;
    right: calc(-100% - -30px);
    bottom: 34px;
}

.boxes--2x4 {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.boxes--2x4>a {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.boxes--30>a {
    width: 100%;
    height: 100%;
}

.boxes--30 {
    width: 35%
}

.boxes--70 {
    width: calc(65% - 7px);
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.boxes--70>a {
    width: calc(50% - 7px)
}

.boxes--2x4 .text-box {
    background-color: #f0f4f8;
    padding: 50px 40px;
    height: fit-content;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxes--2x4 .text-box .material-symbols-outlined {
    font-size: 40px
}

.boxes--2x4>.image-box {
    flex: 50%;
    max-width: 50%;
    box-sizing: border-box;
}

.image-box {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 8px;
        overflow: hidden;
}

.image-box:hover img {
    -webkit-transform: scale(1.1, 1.1);
}

.image-box img {
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    object-position: 30% 50%;
}

.decorative-1 {
    position: absolute;
    left: 20px;
    top: 0px;
    font-size: 150px;
}

.decorative-2 {
    position: absolute;
    right: 25px;
    bottom: -30px;
    font-size: 150px;
}

span.loading--circle {
    width: 500px;
    height: 500px;
    position: absolute;
    border-radius: 100%;
    border: 1px solid var(--gold-500);
    right: -150px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.text-right{
    position: relative;
    z-index: 2;
}
.slide--box-x2 {
    display: flex;
    gap: 20px;
    width: 100%;
}

.slide--box-x2 div {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.slide--box-x2 div:nth-child(1) {
    width: 33%;
    height: 100%;
}

.slide--box-x2 div:nth-child(2) {
    width: 60%;
    height: 100%;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer .child-list--items a:hover{
    color: var(--gold-400) !important;
    text-decoration: none !important;
}
footer .child-list--items a {
    color: white;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.cardNN,
.card {
    display: flex;
    flex-direction: row;
    background-color: #D4BFA1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.card-content p{width: 80%;}
.card-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}



.card-image {
    flex: 1;
}
.height-100--hero .container{
    max-width: calc(100% - 100px) !important;
}
.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 footer{
    border-top: 1px solid var(--navy-600) !important;
 }
.hyperlink.text-black span,
.hyperlink.text-black {
    color: var(--navy-500);
}

.text-navy-700 {
    color: var(--navy-700)
}
.text-gold-500{
    color: var(--gold-500) !important;
}
.text-navy-500 {
    color: var(--navy-500) !important;
}
.text-base-400 {
    color: var(--base-400);
}
.text-base-100{
    color: var(--base-100);
}
.text-kids-orange {
    color: var(--kids-orange);
}
.bg-kids-orange {
    background: var(--kids-orange);
}
.bg-kids--blue {
    background: var(--kids-blue);
}



/*! ABOUT SECTION */
.boxes--inline-x4 {
    display: flex;
    width: 120%;
    align-items: center;
    justify-content: center;
    left: -10%;
    position: relative;
    gap: 30px
}
.nobefore:before{opacity: 0 ;}
.boxes--inline-x4>div {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    width: 40%;
}

.boxes-inline-x4--text {
    padding: 0px 50px
}
.cards--horizontal-scroll.pastor--effect2>div{
    padding: 0 15px !important;
}
.cards--horizontal-scroll.pastor--effect2{
    transform: translateX(25%);
    gap: 0px;
}
.cards--horizontal-scroll {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.cards--horizontal-scroll div.box--gold {
    overflow: hidden;
    border-radius: 12px;
    
}

.cards--horizontal-scroll div.box--gold img {
    position: absolute;
    z-index: -1;
    width: 66%;
    height: 90%;
    left: -8%;
    opacity: .4;
}
.nohover{
    background-color: transparent !important;
}
.cards--horizontal-scroll div.fullbg-cover img {
    position: relative;
}
.cards--horizontal-scroll>div:not(.fullbg-cover):hover h4{
    color: black;
}
.panel-body{
    width: calc(100% - 80px) !important;
    display: block;
    margin-bottom: 30px;
        line-height: 1.8
}
a:not(.collapsed) .ti-plus:before {
    content: "\e622" !important;
}
.cards--horizontal-scroll>div:not(.fullbg-cover):hover {
    background: var(--gold-300);
    border: 1px solid var(--gold-300);
}
 
.cards--horizontal-scroll>div:not(.fullbg-cover) h4{
    color: var(--gold-500);
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.cards--horizontal-scroll>div:not(.fullbg-cover) {
    background: transparent;
    border: 1px solid var(--navy-600);
    width: 25%;
    padding: 70px 40px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

/*! END ABOUT */






/*! PASTOR */
.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.image-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    overflow: hidden;
}

.image-item.large {
    flex: 1 1 100%;
    max-width: 100%;
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.image-item.item--x2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.w-60 {
    width: 60%
}

.box--rounded {
    border-radius: 12px;
    overflow: hidden;
}

/*! END PASTOR */










/*! MINISTRIES */
.fz-60{font-size: 60px !important;}
.border-bottom-light>ul.portfolio-filter li {
    border-right: 1px solid var(--base-300);
}

.border-bottom-light {
    border-bottom: 1px solid var(--base-300);
    padding-bottom: 10px;
}

.portfolio-filter-tab-1>ul.portfolio-filter li:first-child a {
    padding-left: 0 !important
}

article .portfolio-hover-main {
    padding: 20px;
    overflow: hidden;
    display: block;
    position: relative;
}

.mh-42 {
    min-height: 30px
}

.mh-90 {
    min-height: 90px;
}

.border-0 li:hover a,
.border-0 li.active a {
    color: var(--gold-500) !important
}

.work-1col article {
    display: flex;
}

.work-1col article .portfolio-img {
    width: 20%
}

.work-1col article .portfolio-hover-main {
    padding: 10px;
    width: 100%;
    padding-left: 40px;
}

.work-1col article img {
    object-fit: cover;
    height: 100%;
}
.changeView--events li:last-child{
    margin-left: 5px;
}
/*! END MINISTRIES */

.openMenu{display: none;}






.vertical-alignKids {
    position: relative;
    top: 22%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*! KIDS */
.box--hover-1 {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: block;
}

.box--hover-1:hover img{
    filter: grayscale(100%);
}
.box--hover-1:hover span {
    opacity: 1;
    transform: translateY(0px);
}
 
.box--hover-1 span {
    opacity: 0;
    text-transform: capitalize;
    transform: translateY(50px);
    position: absolute;
    height: 100%;
    display: flex;
    align-items: flex-end;
    width: 100%;
    top: 0;
    left: 0;
    padding: 40px 20px;
    color: var(--base-00);
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, var(--navy-700) 0%, rgba(255, 255, 255, 0) 100%);
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
/*! END KIDS */

header, a{
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
header.sticky{
    background-color: var(--navy-700);
}



/* MENU */
.openMenu {
    margin-top: -2px !important;
}

.main--menu.active {
    height: 100%;
}



.main--menu.active .info--content-menu {
    transform: translateX(0px);
    /* transition-delay: .9s */
}

.main--menu:not(.active) {
    /* transition-delay: .5s; */

}

.main--menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: #fff;
    z-index: 999999;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.main--menu>div {
    padding: 0 50px
}

.closeMenu {
    margin-right: 30px;
    display: flex;
    align-items: center;
    float: right;
}

.closeMenu span {
    margin-left: 5px
}

.border-bottom-1 {
    border-bottom: 1px solid var(--navy-700)
}

.border-right-1 {
    border-right: 1px solid var(--navy-700);
    height: 100%;
}
.main--menu ul.isSubmenu{
    transform: translateX(-30px);
}
.main--menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;;
    /* transform: translateX(-1000px); */
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.main--menu .col-md-7>ul li{
    opacity: 0;
    transition-duration: 2s;
    transform: translateY(-50px);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
}

/* Add staggered delay for each li element */
.main--menu.active .col-md-7>ul li:nth-child(1) {
     transform: translateY(0px);
    transition-delay: 0.2s;
}

.main--menu.active .col-md-7>ul li:nth-child(2) {
     transform: translateY(0px);
    transition-delay: 0.3s;
}

.main--menu.active .col-md-7>ul li:nth-child(3) {
     transform: translateY(0px);
    transition-delay: 0.4s;
}

.main--menu.active .col-md-7>ul li:nth-child(4) {
     transform: translateY(0px);
    transition-delay: 0.5s;
}

.main--menu.active .col-md-7>ul li:nth-child(5) {
     transform: translateY(0px);
    transition-delay: 0.6s;
}

.main--menu.active .col-md-7>ul li:nth-child(6) {
     transform: translateY(0px);
    transition-delay: 0.7s;
}

.main--menu.active .col-md-7>ul li:nth-child(7) {
     transform: translateY(0px);
    transition-delay: 0.8s;
}

.main--menu.active .col-md-7>ul li:nth-child(8) {
     transform: translateY(0px);
    transition-delay: 0.9s;
}

.main--menu.active .col-md-7>ul li{
    opacity: 1;
    /* transition-delay: .9s */
}
.main--menu ul li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 8px;
}

/* Evita el wrap en los elementos del menú */
.main--menu ul li a {
    white-space: nowrap;
    /* Evita que el texto pase a una segunda línea */
    overflow: hidden;
    /* Oculta cualquier texto que se salga del contenedor */
    text-overflow: ellipsis;
    /* Agrega puntos suspensivos si el texto es muy largo */
}

.main--menu ul a span {
    font-size: 50px;
    opacity: 0;
    line-height: 1;
    position: relative;
    top: 0px;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.main--menu ul li.openSubmenu.active span,
.main--menu ul li.openSubmenu.active a {
    color: var(--gold-500);
}
.main--menu ul li.openSubmenu.active span,
.main--menu ul a:hover span {
    opacity: 1;
}

.main--menu ul li.openSubmenu.active a,
.main--menu ul a:hover {
    transform: translateX(0px);
}

.main--menu ul a {
    letter-spacing: 0px;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: translateX(-40px);
    color: var(--navy-700);
    font-family: 'Inter' !important;
    font-size: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -2px;
    padding-bottom: 10px; 
}
.container.w-nav-m{
    max-width: calc(100% - 95px) !important;
}
.h-100 {
    height: calc(100% - 30px) !important;
}




.logo--main-menu {
    padding: 20px 0px;
    display: block
}
.slidehome{
    padding: 20vh 0px;
}
.info--content-menu {
    padding: 0px 40px;
    min-height: 80vh;
    transform: translateX(1000px);
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.info--content-menu p {
    color: var(--navy-700)
}
.megalink:hover span,
.megalink:hover {
    color: var(--gold-500) !important
}
.megalink {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 30px 0px;
    margin: 50px 0px
}
/* END MENU */


.word{position: relative;}
.height-100--hero.active {
    height: 100vh;
}

.navbar.active {
    top: -100px
}

.navbar {
    top: 0px;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hyperlink:hover span,
.hyperlink:hover {
    color: var(--gold-300)
}


#home--effect3 {
    min-height: 100vh;
    padding: 220px 0px 0px 0px;
    padding-bottom: 50vh;
}

.slide-m {
    padding-top: 200px;
    padding-bottom: 200px;
}

.card {
    filter: brightness(100%);
    transform: scale(1, 1);
    transition: filter 1s;
}


#home--effect4 {
    overflow: initial;
    max-height: 120vh;
}
#home--effect4:before{
    content:"";
    width: 100%;
    height: 35vh;
    background-color: var(--navy-700);
    position: absolute;
    top: -100px;
    left: 0;
}
.card:nth-child(2) {
    position: relative;
    /* transform: scale(1,1); */
    top: -500px;
}

.card:nth-child(3) {
    position: relative;
    top: -1000px;
}





/* footer */
.footer--nav {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}




.child-list--items {
    list-style: none;
    padding: 0;
}

.child-list--items li {
    margin-bottom: 5px;
}

.child-list--items a {
    color: white;
    text-decoration: none;
    font-weight: bold
}

.child-list--items a:hover {
    text-decoration: underline;
}

footer img {
    max-width: 150px;
    margin-bottom: 20px;
}

footer .footer--nav h6 {
    font-weight: normal;
    color: white;
    margin-bottom: 30px;

}



.pulse {
    font-size: 11px !important;
    animation: heartbeat 3s infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(.75);
    }

    20% {
        transform: scale(1.3);
    }

    40% {
        transform: scale(.75);
    }

    60% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(.75);
    }
}

.footer-bottom p {
    margin: 0;
    font-size: .8vw
}

.footer-bottom { 
    border-top: 1px solid var(--navy-600);
}

.footer-bottom>div:nth-child(2) {
    border-left: 1px solid var(--navy-600);
    border-right: 1px solid var(--navy-600);
}

.footer-social {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    
}

.footer-social a {
    padding: 20px 0px;
    color: white;
    text-decoration: none;
    display: block;
}

.footer-social a:hover {
    text-decoration: underline;
}

.decorative-3 {
    position: absolute;
    left: -100px;
    bottom: 0px;
}

main {
    z-index: 9;
    position: relative;
    background: white;
}

footer {
    padding: 0px;
    bottom: 0;
    width: 100%;
    left: 0;
}

/* end footer */



video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 65%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: 0;
    background-size: cover;
}


.staff-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(170, 168, 168, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
    background-color: #fff;
    border: none;
    height: 100%;
}

.staff-card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 15px 40px rgba(170, 168, 168, 0.1);
}

.staff-image-container {
    position: relative;
    overflow: hidden;
    height: 460px;
}

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

/* .staff-card:hover .staff-image {
    transform: scale(1.05);
} */

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

.staff-name {
    font-size: 20px;
    text-transform: capitalize !important;
    font-weight: 700;
    font-family: inter;
    margin-bottom: 5px; 
}

.staff-title {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--gold-500);
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--navy-600);
}

.staff-bio {
    font-size: 15px;
    line-height: 1.7;
}
 


/* modal invite */
ul.share.m4 {
    margin: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}

ul.share.m4 li {
    margin: 0 10px;
    text-align: center;
    display: inline-block
}
#copynow_{
    font-size: 18px !important;
    color: var(--gold-500);
}
ul.share.m4 li a {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
    display: block;
}


ul.list-inline {
    width: 100%
}

ul.list-inline a {
    font-size: 1.5pc
}

.modal-dialog {
    max-width: 400px !important;
    background: transparent !important;
    padding: 20px;
    display: block;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 46%;
}

.close {
    opacity: 1;
    font-size: 20px !important;
    background: none;
    border: 0;
    float: right;
    padding-bottom: 62px;
    display: block;
}

.ec-share-modal input.form-control {
    text-transform: initial !important;
}

.ec-share-modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    background: rgba(41, 42, 43, 0.36);
    top: -1px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

button.close {
    -webkit-appearance: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    background: 0 0 !important;
    border: 0 !important;
    opacity: 1;
    position: absolute;
    right: 41px;
    top: 15px;
    outline: none;
}

.modal-title {
    width: 100%;
    font-style: 14px !important
}

.modal-content {
    position: relative;
    padding: 5px !important;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

body .modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
}

/* END */




.circle--kids-effect {
    position: relative;
}

.circle--kids-effect2 h2 {
    z-index: 3;
    position: relative;
}

.circle--kids-effect2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}
.circle--kids-effect2 img{border-radius: 15px;overflow: hidden; position: relative}
.bce {
    position: absolute;
    top: 57%;
    left: 65%;
    transform: translate(-50%, -50%) scale(.6);
    z-index: -1;
    width: 153%;
    max-width: 500%;
    height: auto;
}

.bce2 {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) scale(.6);
    z-index: 1;
    width: 167%;
    max-width: 500%;
    height: auto;
}

/* ====== ESTILOS GENERALES ====== */
.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-nav>li {
    position: relative;
}

.navbar-nav>li>a {
    display: block;
    padding: 12px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.navbar-nav>li>a:hover {
    color: #fff;
}

/* ====== SUBMENÚS ====== */
.navbar-nav li ul {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    background: var(--navy-700);
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

/* Mostrar submenú con animación */
.navbar-nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Agregar una clase para la salida */
.navbar-nav li:not(:hover)>ul {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}


/* Estilos de los elementos del submenú */
.navbar-nav li ul li {
    position: relative;
}

.navbar-nav li ul li a {
    display: block;
    font-size: 14px;
    padding: 20px 33px;
    color: #ffffff;
    text-decoration: none;
    background: var(--navy-700);
    transition: background 0.3s ease, color 0.3s ease;
}

.navbar-nav li ul li a:hover {
    background: var(--navy-600);
    color: #fff;
}

/* ====== SEGUNDO NIVEL DE SUBMENÚ ====== */
.navbar-nav li ul li ul {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Mostrar submenú anidado con animación */
.navbar-nav li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.gal-container img{border-radius: 15px;}
.gal-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    list-style: none;
}

.gal-top,
.gal-middle,
.gal-bottom {
    display: flex;
    gap: 20px;
}

.gal-top li,
.gal-middle li,
.gal-bottom li {
    flex: 1;
    list-style-type: none;
    overflow: hidden;
}

.gal-top li img,
.gal-middle li img,
.gal-bottom li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.material-form input:not(:placeholder-shown),
.material-form .form-control:focus {
    border: 1px solid var(--navy-300) !important;

}

.material-form .form-control::placeholder {
    color: var(--base-200) !important;
}

.material-form .form-control {
    color: white !important;
    background-color: transparent !important;
    border: 1px solid var(--navy-500) !important;
}