.container {z-index: 1; position: relative; margin: auto;}
.row {display: flex;flex-wrap: wrap;justify-content: center;background-color: transparent;}
.col-1 {width: 8.3333333333%;}
.col-2 {width: 16.6666666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.3333333333%;}
.col-5 {width: 41.6666666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.3333333333%;}
.col-8 {width: 66.6666666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.3333333333%;}
.col-11 {width: 91.6666666667%;}
.col-12 {width: 100%;}

@media (min-width: 576px) {
    .col-sm {flex: 1 0 0%;}
    .col-sm-auto {width: auto;}
    .col-sm-1 {width: 8.3333333333%;}
    .col-sm-2 {width: 16.6666666667%;}
    .col-sm-3 {width: 25%;}
    .col-sm-4 {width: 33.3333333333%;}.col-sm-5 {width: 41.6666666667%;}
    .col-sm-6 {width: 50%;}
    .col-sm-7 {width: 58.3333333333%;}
    .col-sm-8 {width: 66.6666666667%;}
    .col-sm-9 {width: 75%;}
    .col-sm-10 {width: 83.3333333333%;}
    .col-sm-11 {width: 91.6666666667%;}
    .col-sm-12 {width: 100%;}
}

@media (min-width: 768px) {
    .col-md {flex: 1 0 0%;}
    .col-md-auto {width: auto;}
    .col-md-1 {width: 8.3333333333%;}
    .col-md-2 {width: 16.6666666667%;}
    .col-md-3 {width: 25%;}
    .col-md-4 {width: 33.3333333333%;}
    .col-md-5 {width: 41.6666666667%;}
    .col-md-6 {width: 50%;}
    .col-md-7 {width: 58.3333333333%;}
    .col-md-8 {width: 66.6666666667%;}
    .col-md-9 {width: 75%;}
    .col-md-10 {width: 83.3333333333%;}
    .col-md-11 {width: 91.6666666667%;}
    .col-md-12 {width: 100%;}
}

@media (min-width: 992px) {
    .col-lg {flex: 1 0 0%;}
    .col-lg-auto {width: auto;}
    .col-lg-1 {width: 8.3333333333%;}
    .col-lg-2 {width: 16.6666666667%;}
    .col-lg-3 {width: 25%;}
    .col-lg-4 {width: 33.3333333333%;}
    .col-lg-5 {width: 41.6666666667%;}
    .col-lg-6 {width: 50%;}
    .col-lg-7 {width: 58.3333333333%;}
    .col-lg-8 {width: 66.6666666667%;}
    .col-lg-9 {width: 75%;}
    .col-lg-10 {width: 83.3333333333%;}
    .col-lg-11 {width: 91.6666666667%;}
    .col-lg-12 {width: 100%;}
}

@media (min-width: 1200px) {.col-xl {flex: 1 0 0%;}
    .col-xl-auto {width: auto;}
    .col-xl-1 {width: 8.3333333333%;}
    .col-xl-2 {width: 16.6666666667%;}
    .col-xl-3 {width: 25%;}
    .col-xl-4 {width: 33.3333333333%;}
    .col-xl-5 {width: 41.6666666667%;}
    .col-xl-6 {width: 50%;}
    .col-xl-7 {width: 58.3333333333%;}
    .col-xl-8 {width: 66.6666666667%;}
    .col-xl-9 {width: 75%;}
    .col-xl-10 {width: 83.3333333333%;}
    .col-xl-11 {width: 91.6666666667%;}
    .col-xl-12 {width: 100%;}
}

*{padding: 0; margin: 0;text-decoration: none; list-style: none; scroll-behavior: smooth;}

body {background-color: #000000 !important ; }
.topbar{ background-color: #000; font-family: 'Montserrat', sans-serif; font-size: 14px; display: flex; align-items: center; justify-content: flex-end; padding-right: 15px; padding-top: 8px; padding-bottom: 8px; }
.icon-whatsapp{color: #0d57ff; text-decoration: none;}
.icon-social{color: #0d57ff; padding-right: 10px; padding-left: 10px;}

/*  ----------- HEADER/Menú Desktop ----------- */
header {
    background-color: rgba(0,0,0,1);
    display: flex;
    position: sticky;
    top: 0;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    animation: enhance-header linear both;
}
.logo-header img{height: 30px;  padding-left: 30px; padding-top: 0px;}
.nav-menu ul{ display: flex; align-items: center;}
.nav-menu li{ margin-right: 1.5rem;}
.nav-menu a, li {font-family: 'Montserrat', sans-serif; font-size: 16px; color: #fff; text-decoration: none !important;}
.nav-menu a:hover{color: rgb(0, 192, 102);}

/*  ----------- HEADER/Menú Mobile ----------- */
.menu-icon img{width: 50px; height: 50px; border-radius: 2px;}
.menu-icon, #check{display: none;}

/* Media Querys para el responsive del menú */
@media (max-width:768px){
.checkbtn{display: block;}
.menu-icon{display: block; position: relative; top:5px; right: 10px; cursor: pointer;} 
.nav-menu ul{display: block; position: fixed; top:50px; left: -100%; background: #0f0f0f; width:100%; height:100vh; right: 0; z-index: 1;}
.nav-menu ul li{padding: 2rem; display:flex; justify-content: center; margin: 0;}
.nav-menu ul li:last-child{background: none; padding: 1rem;}
#check:checked ~ ul{left: 0; transition: all 1.5s;}
}

/* Media Querys Animación Back Menú */
@keyframes enhance-header {
    to { background: rgba(0,0,0,.4);
    backdrop-filter: blur(15px);}
}

/* ----------- CONTENIDO ----------- */

:root {
    --primary: #2c0869;
}

.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin-top: 0px;
    padding: 0px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../img/projects/bg-corona.webp) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: 0.5s;
}

.banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.content {
    position: relative;
    max-width: 550px;
    display: none;
    visibility: hidden;
    transform: scale(0);
    transition: 0.5s;
}

.content.active{
    display: block;
    visibility: visible;
    transform: scale(1);
    transition: 0.5s;
}

.project-title {
    max-width: 250px;
}
@media (max-width: 575px) {
    .project-title {
        margin-top: 15%;
        margin-bottom: -5%;
        max-width: 250px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .project-title {
        margin-top: 10%;
        margin-bottom: -3%;
        max-width: 250px;
    }
}
.banner .content h4 {
    font-family: "Montserrat";  
    font-size: 18px; 
    font-weight: 400;
    color: #fff;
    line-height: 2;
}

.banner .content h4 span {
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.banner .content h4 span:first-child {
    padding-left: 0;
}

.banner .content h4 span:last-child {
    border-right: none;
}

.banner .content h4 span i {
    background:  var(--primary);
    color: #fff;
    padding: 0 8px; 
    display: inline-block;
    border-radius: 2px;   
}

.banner .content p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    color: #fff;
    margin: 10px 0 20px;
}

.banner .content .button {
    position: relative;
}

.banner .content .button a {
    font-family: "Montserrat"; 
    position: relative;
    display: inline-block;
    margin-right: 10px;
    background: var(--primary);
    color: #fff;
    padding: 6px 20px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s;
    cursor: pointer;
}

.banner .content .button a:nth-child(2){
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner .content .button a:hover:nth-child(2){
    background: var(--primary)
}

.carousel-box {
    position: relative;
    min-width: 650px;
    height: 550px;
    margin-top:-10%;
    right: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 25px;
}
@media (max-width: 575px) {
    .carousel-box {
        min-width: 350px;
        height: 450px;
        margin-left: -30px;
        margin-top:5%;
        margin-bottom: 3%;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .carousel-box {
        min-width: 600px;
        height: 450px;
        margin-right: 20px;
        margin-top:5%;
        margin-bottom: 3%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-box {
        min-width: 600px;
        height: 450px;
        margin-top:5%;
        margin-bottom: 3%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-box {
        min-width: 600px;
        height: 450px;
        margin-top:5%;
        margin-bottom: 3%;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .carousel-box {
        min-width: 650px;
        height: 500px;
        right: 50px;
        margin-top:-10%;
    }
}
.carousel {
    position: relative;
    height: 550px;
    perspective: 1500px;
}

.carousel .carousel-item {
    width: 250px;
    cursor: pointer;
}

.carousel .carousel-item img {
    max-width: 235px;
    margin-top:-25%;
    border-radius: 10px;
    transform: translateX(80px) translateY(-100);
    object-fit: cover;
    object-position: center;
}
@media (max-width: 575px) {
    .carousel .carousel-item img {
        margin-top:-45%;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .carousel .carousel-item img {
        margin-top:-45%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel .carousel-item img {
        margin-top:-45%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel .carousel-item img {
        margin-top:-45%;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .carousel .carousel-item img {
        margin-top:-30%;
    }
}
/* Se comenta el estilo del video
y las redes sociales por ahora

.play {
    position: absolute;
    bottom: 50px;
    left: 100px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.2em;
    cursor: pointer !important;
    transition: 0.3s;
}

.play i {
    margin-right: 10px;
    font-size: 40px;
    cursor: pointer !important;
}

.play:hover {
    color: var(--primary);
}

.sci {
    color: #fff;
    position: absolute;
    bottom: 50px;
    right: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    cursor: pointer;
}

.sci a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 25px;
    transition: 0.3s;
}

.sci a:hover {
    color: var(--primary);
}


.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    -- Para visualizar el video 
    comentar las siguientes
    tres lineas --
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.trailer .active {
    visibility: visible;
    opacity: 1;
}

.trailer video{
    max-width: 900px;
    outline: none; 
}

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    max-width: 30px;
}
*/



/*  Igualmente vamos a comentar el footer por acá
----------- FOOTER -----------
.footer{background-color: #000000; position: fixed; padding-bottom: 0; width: 100%; display: flex; padding-top:8px; padding-bottom:8px;}
.footer ul {display:flex; }
.footer li {margin-left: 15px;}
.nav-footer a, li {font-family: 'Montserrat', sans-serif; font-size: 12px; color: #7D4CFF;} */