* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: 100%;
    background: #000;
}
img {
    max-width: 100%;
}
.esp,.eng{
    display: none ;
}
a {
    cursor: pointer;
}

h4 {
    color: #fff;
}

.w-40 {
    width: 40%;
}

.row {
    margin-top: 5rem !important;
}

.modal-content,
.modal-body {
    border-radius: 15px !important;
}
.centro{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.centro p{
    color: #fFffff;
    font-size:12px;
}
.otro h6{
    color: #fFffff;
    font-size:14px; 
    margin: 0;
}
.otro p{
    color: #fFffff;
    font-size:11px; 
    margin: 0;
}
.modal video {
    width: 100%;
    margin-bottom: -6px;
    border: solid 1px #fff;
    border-radius: 15px !important;
    height: 75vh;
    background: #000;
}

.modal .btn-close2 {
    position: absolute;
    top: -3rem;
    right: 1rem;
    z-index: 1000;
    color: #fff;
    border: solid 2px #377F69;
    border-radius: 40px;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    background: #377F69;
}

.modal .btn-close2 iconify-icon {
    font-size: 2rem;
}

.header{
    background:#000000 !important;
    padding: 0 !important;
}

.banner {
    width: 100%;
    height: 100svh;
}
.banner2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0) 86.82%);
    pointer-events: none; 
  }

.banner .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18rem;
}

.banner .nav {
    position: absolute;
    top: 0;
    width: 100%;
    position: fixed;
    padding: 1rem;
    display: flex;
    align-items: center;
    border: .1px solid #0F2;
    background: rgba(0, 0, 0, 0.50) !important;
    box-shadow: -0.766px 0 1.531px 0 rgba(201, 201, 201, 0.10) inset, 0 3.063px 3.063px 0 rgba(0, 0, 0, 0.25), 3.829px -3.829px 9.189px 0 rgba(255, 255, 255, 0.05) inset, -3.829px 3.829px 9.189px 0 rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(5.742955207824707px);
}

.banner .nav img {
    width: auto;
    height: 17svh;
}

.banner .nav .col-6:nth-child(2) {
    display: flex;
    justify-content: end;
    align-items: end;
}

.banner img, .banner video {
    width: 100%;
    /* height: 100%; */
}

.banner .float {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

/* .banner button {
    background: #377F69;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    width: 17rem;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 15px !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;

} */
.banner .entrar{
    border-radius: 40px;
    border: 1px solid #FFF;
    background: rgba(217, 217, 217, 0.20);
    box-shadow: -0.766px 0 1.531px 0 rgba(201, 201, 201, 0.10) inset, 0 3.063px 3.063px 0 rgba(0, 0, 0, 0.25), 3.829px -3.829px 9.189px 0 rgba(255, 255, 255, 0.05) inset, -3.829px 3.829px 9.189px 0 rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(5.742955207824707px);
    transition: all 0.4s ease-in-out;
    color: #fff;
    border: none;
    padding: 10px 0;
    width: 17rem;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 15px !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.banner .openModal{
    border-radius: 40px;
    border: 1px solid  rgba(77, 243, 174, 0.70);
    background: rgba(77, 243, 174, 0.70);
    box-shadow: -0.766px 0 1.531px 0 rgba(201, 201, 201, 0.10) inset, 0 3.063px 3.063px 0 rgba(0, 0, 0, 0.25), 3.829px -3.829px 9.189px 0 rgba(255, 255, 255, 0.05) inset, -3.829px 3.829px 9.189px 0 rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(5.742955207824707px);
    transition: all 0.4s ease-in-out;
    color: #fff;
    border: none;
    padding: 10px 0;
    width: 17rem;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 15px !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.banner .openModal:hover{
    background: linear-gradient(90deg, #4DF3A8 0%, #2D8D66 100%);
    color: #fff;
}
.banner .entrar:hover{
    background: linear-gradient(90deg, #4DF3AB 0%, #2D8D6D 100%);
    color: #fff;
}


/* section 1 */
.section_1 {
    padding: 2rem 0;
    background: #000;
}

.languaje {
    position: fixed;
    top: 8rem;
    right: 1rem;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.languaje img {
    width: 4rem;
    margin-top: 1rem;
}

footer {
    background: #000;
    position: relative;
}

footer img {
    width: 100%;
}

footer .row {
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer a {
    color: transparent;
    padding-bottom: 1rem;
    text-decoration: none !important;
}

footer .row .col-6:nth-child(2) {
    display: flex;
    justify-content: end;
    align-items: end;
}

footer .row img {
    width: 50%;
}

footer iconify-icon {
    color: #fff;
    font-size: 2rem;
    margin: 0 .5rem;
    padding-bottom: 1rem;
}

/* preloader */

.preloader {
    position: fixed;
    top: 0%;
    left: 0%;
    background: #000;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-floating-circles {
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.preloader-floating-circles .f_circleG {
    position: absolute;
    background-color: white;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 0.672s;
    -o-animation-duration: 0.672s;
    -ms-animation-duration: 0.672s;
    -webkit-animation-duration: 0.672s;
    -moz-animation-duration: 0.672s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

.preloader-floating-circles #frotateG_01 {
    left: 0;
    top: 32px;
    animation-delay: 0.2495s;
    -o-animation-delay: 0.2495s;
    -ms-animation-delay: 0.2495s;
    -webkit-animation-delay: 0.2495s;
    -moz-animation-delay: 0.2495s;
}

.preloader-floating-circles #frotateG_02 {
    left: 9px;
    top: 9px;
    animation-delay: 0.336s;
    -o-animation-delay: 0.336s;
    -ms-animation-delay: 0.336s;
    -webkit-animation-delay: 0.336s;
    -moz-animation-delay: 0.336s;
}

.preloader-floating-circles #frotateG_03 {
    left: 32px;
    top: 0;
    animation-delay: 0.4225s;
    -o-animation-delay: 0.4225s;
    -ms-animation-delay: 0.4225s;
    -webkit-animation-delay: 0.4225s;
    -moz-animation-delay: 0.4225s;
}

.preloader-floating-circles #frotateG_04 {
    right: 9px;
    top: 9px;
    animation-delay: 0.509s;
    -o-animation-delay: 0.509s;
    -ms-animation-delay: 0.509s;
    -webkit-animation-delay: 0.509s;
    -moz-animation-delay: 0.509s;
}

.preloader-floating-circles #frotateG_05 {
    right: 0;
    top: 32px;
    animation-delay: 0.5955s;
    -o-animation-delay: 0.5955s;
    -ms-animation-delay: 0.5955s;
    -webkit-animation-delay: 0.5955s;
    -moz-animation-delay: 0.5955s;
}

.preloader-floating-circles #frotateG_06 {
    right: 9px;
    bottom: 9px;
    animation-delay: 0.672s;
    -o-animation-delay: 0.672s;
    -ms-animation-delay: 0.672s;
    -webkit-animation-delay: 0.672s;
    -moz-animation-delay: 0.672s;
}

.preloader-floating-circles #frotateG_07 {
    left: 32px;
    bottom: 0;
    animation-delay: 0.7585s;
    -o-animation-delay: 0.7585s;
    -ms-animation-delay: 0.7585s;
    -webkit-animation-delay: 0.7585s;
    -moz-animation-delay: 0.7585s;
}

.preloader-floating-circles #frotateG_08 {
    left: 9px;
    bottom: 9px;
    animation-delay: 0.845s;
    -o-animation-delay: 0.845s;
    -ms-animation-delay: 0.845s;
    -webkit-animation-delay: 0.845s;
    -moz-animation-delay: 0.845s;
}


.language-selector {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    text-align: left;
  }
  
.language-selector .lang-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 40px;
    border: none;
    background: #E9FFF6; 
    cursor: pointer;
    font-size: 12px;
    border-radius: 62px;
    border: 1.567px solid #377F69;
    box-shadow: -1.2px 0 2.399px 0 rgba(201, 201, 201, 0.10) inset, 0 4.799px 4.799px 0 rgba(0, 0, 0, 0.25), 5.998px -5.998px 14.396px 0 rgba(255, 255, 255, 0.05) inset, -5.998px 5.998px 14.396px 0 rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(8.997296333312988px);
    padding: 5px 15px;
    width: 10rem;
    font-size: 1.5rem;
  }
  
  .lang-btn:hover {
    background: #d6f5e8;
  }
  
  .lang-menu {
    position: absolute;
    top: 110%;
    left: 0;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #E9FFF6;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    gap: 6px;
    min-width: 120px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
  
  .lang-menu li {
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  
  .lang-menu li:hover {
    background: #d6f5e8;
  }
  
.rigth{
    text-align: right;
}
@keyframes f_fadeG {
    0% {
        background-color: black;
    }

    100% {
        background-color: white;
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: black;
    }

    100% {
        background-color: white;
    }
}

.fondo_oscuro {
    background: #000;
    width: 100%;
    height: 1rem;
    position: absolute;
    bottom: -165px;
}




@media(max-width: 1280px) {
    .banner .center {
        top: 37%;
    }

    .banner .float {
        top: 70%;
    }

    .banner button {
        padding: 5px 0;
        width: 14rem;
        font-size: 1.7rem;
    }

    .fondo_oscuro {
        bottom: 144px;
    }
}

@media(max-width: 1024px) {
    footer {
        text-align: center;
        padding-top: 5rem;
        display: flex;
        justify-content: center;
    }

    footer img {
        width: 75%;
    }

    footer .row img {
        width: 75%;
    }

    footer a {
        padding-bottom: 0;
        font-size: 23px;
        text-decoration: none;
    }

    .container-footer {
        position: absolute;
        bottom: 0;
    }

    footer img:nth-child(1) {
        width: 100%;
    }

    .fondo_oscuro {
        bottom: 31px;
        height: 2rem;
    }

    .banner .nav {
        background: linear-gradient(#000, #000, #000000c0, #00000025);
    }
}

@media(max-width: 576px) {
    .banner button {
        padding: 10px 0;
        width: 8rem;
        font-size: 1rem;
    }

    .languaje {
        right: 3px;
    }

    .banner .center {
        top: 32%;
        width: 10rem;
    }

    .banner .float {
        bottom: -3rem;
    }

    img {
        margin-top: 1rem;
        padding: 1rem;
    }

    .banner .nav {
        padding: 0;
    }

    .modal video {
        height: 50vh;
    }

    footer{
        padding: 1rem;
    }
    footer a {
        font-size: 11px;
    }

    .fondo_oscuro {
        bottom: 166px;
    }
    .centro{
        padding: 40px 0 10px 0;
    }
    .banner .float {
        top: 70%;
    }
    .movil-img{
        margin-top: 30%;
    }
}