.height-100{
    height: 100vh !important;
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mb-0 {
    margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

.mb-220 {
    margin-bottom: 220px;
}
.btn-blue img{
    width: 18px;
}
.btn:hover img{
    transform: translateX(5px);
}
.btn{
    border-radius: 5px !important;
}
.btn-blue{
    display: inline-flex;
    gap: 0 10px;
    background-color: #44A093;
    border-color: #44A093;
    color: white !important;
}
hr {
    border-color: black
}

.f-w2 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-width: 2px;
}

.f-w {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    border-width: 2px;
}
.overflow-initial{
    overflow: initial !important;
}
.hero-100 {
    height: calc(100vh - 15vh);
    margin-bottom: 10px;
    margin-top: 100px;
}

.h-40px {
    height: 40px;
}

.grid--box li:nth-child(3){
    transform: translateY(-40vh);
}
.grid--box {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    gap: 0px 15px;
}

.box {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    cursor: pointer;
    width: 33.3%
}



.box:hover .arrow-icon {
    opacity: 1;
}

.box-content hr {
    border-top: 1px solid white !important;
    width: 100%;
}

.box-content {
    z-index: 9;
    padding: 40px;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.title {
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-bottom: 0px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
h1.bg{font-size: 120px;line-height: .9;}
.description {
    font-size: 19px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    min-height: 100px;
    margin-bottom: 0px;
}
.arrow-icon.arrows {
    top: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
    opacity: 1;
    transition: opacity 0.3s ease;
    position: absolute;
}
.arrow-icon {
    bottom: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
    opacity: 1;
    transition: opacity 0.3s ease;
}


.full-w-section {
    max-width: 100%;
}

hr.w {
    border-color: white !important
}

.mb-30vh {
    margin-bottom: 30vh
}

.py-40 {
    padding: 80px 0px
}

.bg-gold {
    background: #D2AE79
}
.lead{
    font-size: 22px;
    font-weight: 500;
}
.vertical--carousel {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
    overflow: hidden;
    height: 100%;
    transform: translateY(-30%);
}
.mt--15{margin-top: -15px !important;}
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;
}

.ml-1-col {
    margin-left: 40px
}

.figures-absolute {
    position: absolute;
    right: 0;
    top: 0
}

.height-80 {
    height: 80vh;
}

.panel-heading>a.collapsed i:before {
    content: "\e61a";
}

.panel-heading>a:not(.collapsed) i:before {
    content: "\e622";
}

.text-gold {
    color: #D2AE79
}

.overlay:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.primary h1 {
    font-size: 80px !important;
}

.secondary h1 {
    font-size: 80px;
}
.primary p {
    font-size: 33px;
    line-height: 1.3;
}

.secondary p {
    font-size: 33px;
    line-height: 1.3;
}
.overlay {
    position: relative;
}
.overlay2:before { 
        content: '';
        position: absolute;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
        /* Gradiente oscuro abajo */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        /* Asegura que el pseudo-elemento esté visible */
    
}

.overlay2 {
    position: relative;
}
.lineParent{
    position: relative;
    overflow: hidden;
}