*{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;}

.bottom-content{
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    padding:10px 10px;
    font-size: 18px;
    color:#ffffff;
    text-decoration: none;
    background-color: rgba(16, 16, 16, 0.2);
    /*border: 1px solid #575757;*/
    border-radius: 25px;
    backdrop-filter: blur(7px);
}
@media (max-width: 575px) {
    .bottom-content {
        left: 40%;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .bottom-content {
        left: 45%;
    }
}
.bottom-content img{
    width: auto;
    height: 40px;
}

/*  ----------- 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 ----------- */

/* Main Space*/
#app {width: 100%;height: 100%;}

/* Bienvenida Parallax */
#bienvenida {position: relative; width: 100%; min-height: 120vh; display: flex; justify-content: center;align-items: center; z-index: 100; overflow: hidden;}
#bienvenida img{position: absolute; top: 0; left: 0; width: 100%; height: 120vh; object-fit: cover; pointer-events: none;}
#slogan {position: absolute; color: #e1e1e1; font-size: 5vmax; text-align: left; font-family: 'Montserrat', sans-serif; line-height: 0.8em; white-space: nowrap; transform: translateY(-200px); margin-left: -20vw;}
/* Vamos a desactivar en un inicio el botón
#bienvenida #btn{font-family: 'Montserrat', sans-serif; text-decoration: none; display: inline-block;padding: 8px 30px; color: #fff ;font-size: 1.2em;font-weight: 500;letter-spacing: 2px; background: #c701c7; border-radius: 20px; transform: translateY(0px); transform: translateX(0px);}
#bienvenida #btn:hover{background: #3d003d;}
*/

/* CONTENEDORES */

/* Generales */
.card-container-int {
    width: auto;
    height: 50dvh auto;
    border-radius: 25px;
    position: relative;
    margin: 20px auto;
    padding: 20px 20px;
}.card-container-gral {width: 80rem; height: 50dvh auto; background-color: #0f1317; border: 1px solid #575757; border-radius: 25px; position: relative; margin: 20px auto; padding: 20px 20px;}

/* Aenima */
.aenima {
    position: relative;
    background-image: url("./img/backaenima.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}
.wrapper-aenima {
    position: relative;
    z-index: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 12vw;
    /*padding: 100px 0px; */
}
@media (max-width: 575px) {
    .wrapper-aenima {
        position: relative;
        padding: 40px 0px; 
    }
}
.content-aenima {
    position: relative;
    max-width: 600px;
}
/* Core */
.core { background-image: url("./img/backcore.webp"); background-repeat: no-repeat; background-position: center bottom; min-height: 150vh; padding-top: 100px;}
.wrapper-core { margin: 0px; max-width: 1500px;}
.card-core { background-color: rgba(16, 16, 16, 0.5); border: 1px solid #575757; border-radius: 25px; backdrop-filter:blur(7px);}

/* OS */
.operative {
    position: relative;
    background-image: url("./img/backayuda.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    height: 100%;
    width: 100%;
}

.wrapper-operative {
    position: relative;
    z-index: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 12vw;
    /*padding: 100px 0px; */
}
@media (max-width: 575px) {
    .wrapper-operative {
        padding: 40px 0px;
    }
}

.content-operative {
    position: relative;
    max-width: 600px;
    margin: 0px 0px;
}
/* Output */
.projects {min-height: 90vh; padding-top:50px;}
.wrapper-projects {padding: 20px;}
.card-projects {
    position: relative;
    max-width: 980vw;
    height: 40dvh auto;
    background-color: rgba(16, 16, 16, 0.5);
    border: 1px solid #575757;
    border-radius: 25px;
    margin: 10px;
    backdrop-filter: blur(7px);
}
/* Brands */
.brands { min-height: 50vh; padding-top: 150px; padding-bottom: 0px;}
.card-brands {max-width: 98vw; height: 10dvh auto; background-color: rgba(16, 16, 16, 0.5); border: 1px solid #575757; border-radius: 25px; position: relative; margin:10px; backdrop-filter:blur(7px);}

/* Blog */
/*.background-blog {width: 100%; height: 100%; position: relative; display: flex; align-items: center;}*/
/*.wrapper-blog { margin: 150px auto; width: 100%;}*/

/* ESTILOS TEXTOS */ 

/* Generales*/
.title-intro {      font-family: "Montserrat";  font-size: 36px; font-weight: 600 ;     color: #ffffff; padding: 50px 0px 20px 20px;}
.subnumber-intro {  font-family: "Montserrat";  font-size: 36px; font-weight: 600;      color: #7D4CFF; padding: 20px 0px 0px 20px ;}
.cont-strong {      font-family: "Montserrat";  font-size: 18px; line-height: 1.5;      color: #7D4CFF; padding: 20px 20px 0px 20px ;   text-align: justify;    text-transform: uppercase;}
.cont-home {        font-family: "Montserrat";  font-size: 18px; line-height: 1.5;      color: #c5c5c5; padding: 20px 20px 20px 20px ;  text-align: left;}
.sec h2{            font-family: "Montserrat";  font-size: 3.5vw;                       color: #fff;    margin-bottom: 10px;text-transform: uppercase;}

/* Home */
.title-number {     font-family: "Montserrat";  font-size: 46px;     font-weight: 600;    color: #7D4CFF;  padding: 50px 0px 20px 20px;}
.title-home {       font-family: "Montserrat";  font-size: 46px;     font-weight: 600 ;   color: #ffffff;  padding: 50px 0px 20px 20px;}
.subtitle-home {    font-family: "Montserrat";  font-style: italic;  font-size: 28px;     color: #7D4CFF;  padding: 20px 20px 0px 20px ;}

/* Slider proyectos test!*/
.slider-web {display: flex; max-width: 96vw; height: 500px; }
.slider-web img {width: 0px; flex-grow: 1; object-fit: cover; opacity: .8; transition: 1.5s ease;}
.slider-web img:hover { cursor: crosshair; width: 300px; opacity: 1; filter: contrast(120%);}
.slider-web-visible {
    display: block !important;
}
@media (max-width: 575px) {
    .slider-web-visible {
        display: none !important;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .slider-web-visible {
        display: none !important;
    }
}

.slider-web-hidden{
    display: none !important
   
}
@media (max-width: 575px) {
    .slider-web-hidden {
        display:block !important;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .slider-web-hidden {
        display:block !important;
    }
}


.slider-movil{
    aspect-ratio: 10 / 16;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    overflow: scroll;
    scroll-snap-type: x mandatory;
}
.slider-movil img {
    width: 100%;
    left: 0;
    position: sticky;
    object-fit: cover;
    border-radius: 5px;
    scroll-snap-align: center;
}

/* Cintillo Marcas */
.cintillo {width: 90vw; height: auto; margin: auto; overflow: hidden;}
.cintillo .cintillo-track {display: flex; animation: scroll 60s linear infinite; -webkit-animation: scroll 60s linear infinite; width: calc(321px * 30); padding-top: 10px; padding-bottom: 10px; }
.cintillo .marca { width: 321px;}
.cintillo .marca img { width: 100%;}

/* Botones */
.btn-projects {position: relative; height: 50px; display: flex; max-width: 1350px; margin: 25px auto; align-items: center; justify-content: center;}
.btn-projects a {font-family: "Montserrat"; font-size: 20px; color: #575757 ; font-weight: 600; text-transform: uppercase ; text-decoration: none !important;}
.btn-projects a:hover {font-family: "Montserrat"; font-size: 20px; color: #2ab64f ; font-weight: 600; text-transform: uppercase ; text-decoration: none !important;}

/* MEDIA QUERYS Imágenes y Animaciones */

/* Imagen Lateral */
.astro-aenima {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    margin: 0 15% 0 0;
}
@media (max-width: 575px) {
    .astro-aenima {
        margin: 0 0 0 0;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .astro-aenima {
        margin: 0 3% 0 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .astro-aenima {
        margin: 0 3% 0 0;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .astro-aenima {
        margin: 0 5% 0 0;
    }
}
.astro-aenima img {
    height: 700px;
    width: auto;
    animation: reveal linear both;
    animation-timeline: view();
    animation-range: entry 15% cover 50%;
}
@media (max-width: 575px) {
    .astro-aenima img {
        width: 400px;
        height: 100%;
        animation: reveal linear both;
        animation-timeline: view();
        animation-range: entry 15% cover 50%;
    }
}
@media only screen and (max-width:1200px) {
    .astro-aenima img {
        opacity: 0.25;
    }
}

.astro-operative {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    margin: 0 10% 0 0;
}
@media (max-width: 575px) {
    .astro-operative {
        margin: 0 0 0 0;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .astro-operative {
        margin: 0 3% 0 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .astro-operative {
        margin: 0 3% 0 0;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .astro-operative {
        margin: 0 5% 0 0;
    }
}
.astro-operative img {
    height: 700px;
    width: auto;
    animation: reveal linear both;
    animation-timeline: view();
    animation-range: entry 15% cover 50%;
}
@media (max-width: 575px) {
    .astro-operative img {
        width: 500px;
        height: 100%;
        animation: reveal linear both;
        animation-timeline: view();
        animation-range: entry 15% cover 50%;
    }
}
@media only screen and (max-width:1200px) {
    .astro-operative img {
        opacity: 0.25;
    }
}
/* ANIMACIÓN POR INCLUIR Imágenes astro
@keyframes reveal {from {opacity: 0; translate: 100px 100px; scale: 1;} 
to {opacity: 1; translate: 0 0; scale: 1;}}
*/


/* Imagen Lateral Back
.mock {margin-left: 65%;}
.mock img {max-height: 500px;}
@media only screen and (max-width:1200px){
.mock img {opacity: 0.25;}}*/

@keyframes scroll {
    0% {-webkit-transform: translateX(0); transform: translateX(0);}
    100% {-webkit-transform: translateX(calc(-321px * 15));transform: translateX(calc(-321px * 15));}
}

/*  ----------- FOOTER ----------- */
.footer{background-color: #000000; position: absolute; padding-bottom: 0; width: 100%; display: flex; padding-top:8px; padding-bottom:8px; z-index: -10;}
.footer ul {display: flex; }
.footer li {margin-left: 15px;}
.nav-footer a, li {font-family: 'Montserrat', sans-serif; font-size: 12px; color: #7D4CFF; text-decoration: none !important;}