/*
COLORS
BLUE 05FFFF
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.main-font, p, p:last-child{
    font-family: 'Poppins', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 200;
    font-style: normal;
    line-height: 25px;
}

body{
    color: #fff;
}

.side_nav{
    background: #000000;
    width: 26%;
}

#pp-nav li .active span, #pp-nav li .active span::after, #pp-nav li .active span::before{
    background-color: #05FFFF;
}

.slider-area{
    background-image: url('../../assets/backgrounds/bg-mountain.jpg');
}

/* #home-banner{
    position: relative;
}

#home-banner:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 30%);
    content: ' ';
} */

#home-banner .banner-image{
    max-width: 50%;
    margin-left: 100px;
}

#home-banner .logo{
    max-width: 400px;
}

#home-banner .text-white{
    font-size: 20px;
    font-weight: 200;
    margin-top: 25px !important;
    line-height: 1.2em;
}

#home-banner .text-white span{
    font-weight: 800;
}

#the-group , .main-font{
    font-family: 'Poppins';
    font-size: 77px;
    font-weight: 400;
}

#the-group .main-color{
    font-style: italic;
    margin-top: -38px;
    font-weight: 600;
}

#clientes .main-font{
    font-family: 'Poppins';
    font-size: 77px;
    font-weight: 400;
}

#the-group p{
    padding: 0 10%;
    font-size: 24px;
    line-height: 1.2em;
}

#clientes .main-color{
    font-family: 'Poppins';
    font-style: italic;
    margin-top: -34px;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    #clientes .main-color{
        margin-top: -10px;
    }
}

#clientes p{
    padding: 0 10%;
    font-size: 24px;
    line-height: 1.2em;
}

#contacto .btn{
    border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
    border-color: #000;
    color: #FFF;
    background-color: #000;
}

.opacity-6{
    opacity: 1;
    background-color: rgb(0 0 0 / .6);
}

.opacity-8{
    opacity: 1;
    background-color: rgb(0 0 0 / .8);
}

.text-normal{
    font-weight: 200;
    line-height: 1.5em;
}

.text-normal span{
    font-weight: 800;
}

.text-normal-20{
    font-size: 20px;
}

.text-normal-22{
    font-size: 22px;
}

.main-color{
    color: #05FFFF;
}

.bg-black{
    background: #000 !important;
}
.bg-white{
    background: #fff !important;
}

.bg-astronauta{
    background-image: url('../../assets/backgrounds/bg-astronauta.png');
    max-width: 100%;
    height: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    font-size: 1.5em;
    padding: 300px 10% 0 10%;
    line-height: 1.5em;
}

.bg-mountain-2{
    background-image: url('../../assets/backgrounds/bg-mountain-2.jpg');
    max-width: 100%;
    height: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    font-size: 1.5em;
    padding: 200px 10% 0 10%;
    line-height: 1.5em;
}

@media (max-width: 767px) {
    .bg-mountain-2{
        background-image: url('../../assets/backgrounds/bg-mountain-2.jpg');
        max-width: 100%;
        height: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        font-size: 1.5em;
        padding: 100px 10px;
        line-height: 1.5em;
    }
}

.bg-mountain-3{
    background-image: url('../../assets/backgrounds/bg-mountain-3.jpg');
    max-width: 100%;
    height: 65dvh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1.5em;
    padding: 80px 10% 0 10%;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .bg-mountain-3{
        background-image: none;
        background-color: #000000;
        height: 120dvh;
    }

}


.bg-footer {
    position: relative;
    width: 100%;
    min-height: 70dvh;
    height: auto;
    background: url('../../assets/backgrounds/bg-footer.jpg') center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Asegura que cubra toda la imagen */
    background: rgba(0, 0, 0, 0.6); /* Ajusta la opacidad si es necesario */
}

.bg-footer-blog {
    position: relative; /* Asegura que los elementos absolutos se posicionen dentro */
    width: 100%;
    min-height: 900px; /* Ajusta la altura para que no se recorte */
    background: url('../../assets/backgrounds/bg-footer.jpg') center center no-repeat;
    background-size: cover;
}

.bg-footer-blog::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
    .bg-footer-blog {
        min-height: 550px;
    }
}

@media (max-width: 767px) {
    .bg-footer-blog {
        min-height: 500px;
    }
}

.bg-mountain{
    background-image: url('../../assets/backgrounds/bg-mountain.jpg');
    max-width: 100%;
    height: 95%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-blog{
    background-image: url('../../assets/backgrounds/bg-blog-new.jpg');
}

.bg-contact {
    background-image: url('../../assets/backgrounds/bg-contact.png');
}

@media (max-width: 1024px) {
    .bg-contact {
        background-image: none;
        background-color: #000000;
    }
}

.bg-404 {
    background-image: url('../../assets/backgrounds/bg-404.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin-left: 5%; */
    text-align: center !important;
}

.bg-404 p{
    font-size: 6vw;
    text-align: center !important;
    width: 100%;
    font-family: 'Poppins', sans-serif;;
    font-weight: 800;
}

.bg-404 .wow{
    height: 90vh;
}

#the-brands h2 span{
    font-size: 28px;
    font-weight: 200;
}

#the-brands h2{
    font-size: 72px;
}

#the-brands h5{
    font-size: 2em;
}

#the-brands .btn{
    border-style: solid;
    border-width: 1px;
    border-color:#fff;
    border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
    color: #fff;
}

#the-brands .all-products{
    width: 100%;
    margin-left: 0;
}

#the-brands .parallax-box, #the-brands .parallax-box p{
  text-align: left;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

#blog h2{
    font-family: 'Poppins';
    font-size: 80px;
    font-weight: 900;
}

#blog .parallax-box{
    text-align: left;
    font-size: 1.2em;
}

.team-box {
    position: relative;
    background-color: #000;
}

.team-box .team-text{
    /* color: #fff; */
    font-size: 12px;
}

.owl-products .owl-item.center .team-box .team-text h5{
    color: #fff;
    font-size: 16px;
}

.btn.btn-trans:hover {
    background: #05FFFF !important;
    border-color: #05FFFF;
    color: #ffffff !important;
}

#section-clients li img{
    width: 120px;
    height: auto;
    margin: 25px 50px;
}

#section-clients li{
    float: left;
}

#testimonial-carousal{
    margin-top: 80px;
}

.contact-form{
    padding-top: 0;
}

.testimonial-img img{
    border-radius: 0;
}

.reviews .owl-carousel .owl-item img{
    width: 350px;
    height: auto;
}


.navbar-brand img{
    height: 36px;
    width: auto;
}

@media (max-width: 767px) {
    .navbar-brand img{
        display: none;
    }
}

#clientes .logo-cliente{
    width: 109px;
    margin: 50px;
}

.side-nav-menu span{
    font-size: 8px;
}

/* CONTACTO */
#contacto .main-font {
    font-family: 'Poppins';
    font-size: 80px;
    font-weight: 900;
    color: #ffffff;
}

@media (max-width: 767px) {
    #contacto .main-font {
        font-size: 50px;
    }
}

/* END: CONTACTO */

/* FOOTER */
#big-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100dvh;
}

@media (max-width: 1200px) {
    #big-footer {
        height: 100%;
        padding: 0;
    }
}

#postfooter a {
    text-decoration: none;
    color: #ffffff;
}

#postfooter {
    font-size: 13px;
    color: #ffffff !important;
    background-color: #000000;
    height: auto;
    padding: 22px 0;
}

#postfooter .btn-subscribe {
    right: 6px;
    top: 6px;
    bottom: 6px;
}

#postfooter .icon-social {
    width: 30px; /* Tamaño fijo para los iconos */
    height: 30px; /* Asegura que sean circulares */
    object-fit: contain; /* Mantiene la proporción sin recortar */
    border-radius: 50%; /* Asegura que sean redondos */
    background: white; /* Fondo blanco si los iconos son PNG con transparencia */
    padding: 5px; /* Espaciado interno para evitar cortes */
}

#postfooter .col-social {
    align-items: center;
    flex-wrap: wrap;
}

#postfooter .social-icons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; /* Espaciado uniforme entre iconos */
}


#postfooter span, #footer-mob span{
    padding: 0 2px;
}

.sticker-nagasaki {
    top: -180px;
    left: -104px;
    margin-bottom: -262px;
    height: 336px;
    width: auto;
    position: relative;
    transform: rotate(8deg);
    z-index: 10;
}

.title-mix span {
    font-style: italic;
    font-weight: 800;
    color: #05FFFF;
}

.lead {
    font-size: 24px;
}

.lead span {
    font-weight: 400;
}

@media (max-width: 767px) {
    .lead {
        font-size: 18px !important;
    }
}

.btn {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    border-style: none;
}

input[type=email]:focus {
    border-style: none !important;
    box-shadow: unset;
}

#footer .btn, #footer-mob .btn{
    background: #05FFFF;
    color: #fff;
    border-style: none;
}

#postfooter .btn{
    height: 32px;
    font-size: 12px;
    background: #05FFFF;
    border-style: none;
    padding: 0px 9px;
    position: relative;
    width: 250px;
}

#postfooter .btn-subscribe {
    width: 200px;
    right: 6px;
    top: 6px;
    bottom: 6px;
}

#footer-mob .btn-subscribe {
    width: 150px;
    right: 6px;
    top: 6px;
    bottom: 6px;
}

#postfooter input, #footer-mob input{
    flex-grow: 2;
    font-size: 12px;
    height: 44px;
    border-style: none;
    margin: 0px;
}

#postfooter form, #footer-mob form{
    background: #fff;
    border-width: 1px;
    border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
}

#footer hr{
    height: 1px;
    color: #ffffff;
    margin-bottom: 45px;
    border-color: none;
}

#prefooter{
    padding: 50px 0;
}

#prefooter h2{
    font-size: 114px;
    padding-top: 76px;
    padding-bottom: 65px;
}

#prefooter .title-mix {
    font-family: 'Poppins';
    font-size: 114px;
    font-weight: 200;
    padding-bottom: 10px;
}

#prefooter .title-mix span{
    font-family: 'Poppins';
    font-weight: 600;
    padding-bottom: 10px;
    font-style: italic;
    color: #05FFFF !important;
}

#prefooter .btn{
    background-color: #FFF;
    border-color: #FFF;
    color: #000;
    border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
}

#prefooter .btn:hover{
    background-color: #05FFFF;
    border-color: #05FFFF;
    color: #fff;
}

#prefooter p{
    font-size: 1.3em;
    font-weight: 200;
    margin-bottom: 50px;
}

#prefooter p span{
    font-weight: 600;
}

#prefooter .parallax-container:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 30%);
    /* -webkit-transition: all 0.3s ease; */
    /* transition: all 0.3s ease; */
    /* opacity: 0; */
    content: ' ';
    z-index: 2;
}

#postfooter .btn{
    background-color: #000;
    color: #ffffff;
}

#footer{
    padding-top: 80px;
}

@media (max-width: 767px) {
    #footer{
        padding-top: 50px;
    }
}

#footer, #postfooter{
    max-width: 100%;
    position: absolute;
    margin: 0 auto;
}

#postfooter{
    bottom: 0px;
    padding: 10px 7%;
}

#footer{
    bottom: 50px;
    padding: 80px 10% 50px 10%;
}

#footer-mob{
    background: #000;
}

#footer .btn{
    background-color: #05FFFF;
    border-color: #05FFFF;
    color: #000;
    border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
}

#footer-mob a{
    font-size: 14px;
}

#footer-mob .btn{
    background-color: #05FFFF;
    border-color: #05FFFF;
    color: #000;
    border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
    position: relative;
    font-size: 12px;
    height: 32px;
    line-height: 30px;
    padding: 0 50px 0 50px;
}

#footer-mob form .btn{
    padding: 0 50px 0 50px;
    background-color: #000000;
    color: #FFF;
}

@media (max-width: 767px) {
    #footer-mob form .btn{
        padding: 0;
        background-color: #000000;
        color: #FFF;
    }
}

#postfooter-mob{
    font-size: 11px;
    color: #ffffff;
    background-color: #000000;
    height: auto;
    padding: 22px 0;
    text-align: center;
}

/* End: FOOTER */


/* RESPONSIVE */

@media (min-width: 992px) {
    #footer-mob, #postfooter-mob{
        display: none;
    }
 }

@media (max-width: 991.98px) {
    #footer, #postfooter{
        display: none;
    }
}

/* FIX menu mobile se queda arriba y desaparece */
.broad-nav{
    height: 100vh;
}

.navbar, .broad-nav {
    background-color: #000 !important;
}

@media (max-width: 1024px) {
    #prefooter .title-mix{
        font-size: 70px;
    }

    #the-brands h2{
        font-size: 55px;
    }

    #the-brands h2 span{
        font-size: 18px;
        font-weight: 200;
    }

    #the-brands .parallax-box, #the-brands .parallax-box p{
        text-align: left;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        padding: 0 5%;
    }
}

@media screen and (max-width: 767px) {

    #home-banner .slider-area {
        background-position: center;
    }

    #home-banner .logo{
        height: 40px;
        margin-bottom: 30px;
    }

    #home-banner .banner-image{
        margin-top: 80px;
    }

    #the-group .main-font{
        font-size: 45px;
        font-weight: 400;
    }

    #the-group .main-color{
        font-style: italic;
        margin-top: -24px;
        font-weight: 600;
    }

    #the-group .bg-astronauta{
        padding: 75px 10% 75px 10%;
    }

    #the-brands h2{
        font-size: 55px;
    }

    #the-brands h2 span{
        font-size: 18px;
        font-weight: 200;
    }

    #the-brands .parallax-box, #the-brands .parallax-box p{
        text-align: left;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        padding: 0 5%;
    }

    #clientes .main-font{
        font-family: 'Poppins';
        font-size: 55px;
        font-weight: 400;
    }

    #clientes .logo-cliente {
        width: 109px;
        margin: 20px;
    }

    #blog.bg-blog{
        background-position-x: 0;
    }

    #blog .parallax-box p{
        text-align: center;
        font-size: 1.2em;
        line-height: 1.2em;
    }

    #contacto .btn{
        border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
        border-color: #000;
        color: #FFF;
        background-color: #000;
    }

    #prefooter {
        padding: 0;
    }

    #prefooter .title-mix{
        font-size: 50px;
    }

    #prefooter .title-mix span{
    }
}

/* End: RESPONSIVE */

/* Cursor Class */
.cursor-progress {
    cursor: progress;
}
/* End: Cursor Class */

/* Custom Padding */
@media (max-width: 767px) {
    .title {
        margin: 0 10%;
    }

    .title-mas {
        margin: 0 5%;
    }
}

@media (max-width: 1024px) {
    .pt-mob {
        padding-top: 5rem;
    }
}
/* End: Custom Padding */

/* Custom Section */
@media (max-width: 767px) {
    #clientes {
        padding: 5rem 0 0 0 !important;
    }
}
/* End: Custom Section */

/* OCULTAR RECAPTCHA */
.grecaptcha-badge {
    display: none !important;
}
/* END: OCULTAR RECAPTCHA */

/* SWAL CUSTOM CSS */
/* Fondo del modal de SweetAlert2 */
.swal2-popup {
    background-color: #000 !important; /* Fondo negro */
    color: white !important; /* Texto blanco */
    border: none !important;
    box-shadow: none !important;
}
.swal2-confirm {
    background-color: #05FFFF !important; /* Fondo del botón */
    color: black !important; /* Color del texto */
    border: none !important;
    box-shadow: none !important;
}

.swal2-cancel {
    background-color: #05FFFF !important; /* Fondo del botón de cancelar */
    color: black !important; /* Color del texto */
    border: none !important;
    box-shadow: none !important;
}
/* END: SWAL CUSTOM CSS */

/* MODALES COOKIES */
.modal-content {
    background-color: #000 !important;
    color: #fff;
}
.modal-header .btn-close-white {
    filter: invert(1);
}
/* END: MODALES COOKIES */

/* Slider */
@media (min-width: 768px) and (max-width: 991px) {
    .owl-carousel .owl-item{
        margin-right: 14px;
    }
}

@media (max-width: 767px) {
    .products-fade, .owl-products, .team-image_{
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .team-image{
        width: 100% !important;
    }

    /* #the-brands .all-products{
        width: 80%;
        margin-left: 0;
    } */
}

/* END: Slider */


/* LINKS NOS ENCANTA */
.link-nos-mueve {
    color: #fff;
}

.link-nos-mueve:hover {
    color: #05ffff;
    text-decoration: none;
}
/* END: LINKS NOS ENCANTA */


/* CARRUSEL CLIENTES */
.clientes-carousel {
    width: 100%;
    max-width: 100vw;
    /* margin: auto; */
    padding-left: 6%;
}

@media (max-width: 767px) {
    .clientes-carousel {
        margin: auto;
    }

}

.clientes-carousel-reverse {
    width: 100%;
    max-width: 100vw;
    /* margin: auto; */
    padding-left: 6%;
}

@media (max-width: 767px) {
    .clientes-carousel-reverse {
        margin: auto;
    }

}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
}
/* END:CARRUSEL CLIENTES */

/* CARRUSEL BLOG */
.owl-prev, .owl-next {
    font-size: 30px !important;
}
/* END: CARRUSEL BLOG */

/* POST SECTION */
.scrollable-section {
    max-height: 100vh; /* Ajuste para que no sobrepase la altura de la pantalla */
    overflow-y: auto; /* Activa el scroll vertical */
}
.header-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%); /* Hace la imagen más oscura */
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Capa oscura adicional */
}

.header-container h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    font-weight: bold;
    z-index: 5;
}

/* Hace que todas las cards tengan la misma altura */
.card {
    display: flex;
    flex-direction: column;
}

/* Evita que el footer de la card cambie de posición */
.card-footer {
    margin-top: auto;
}

.post-section {
    padding: 0;
    margin-left: 5%;
}

@media (max-width: 767px) {
    .post-section {
        margin-left: 0;
    }
}
/* END:POST SECTION */

/* FOOTER BLOG/POST */
/* END:FOOTER BLOG/POST */

/* BLOG */
.blog-page {
    margin-left: 6%;
    padding-top: 0;
}

@media (max-width: 767px) {
    .blog-page {
        margin-left: 0;
    }
}

.scrollable-section {
    max-height: 100vh; /* Ajuste para que no sobrepase la altura de la pantalla */
    overflow-y: auto; /* Activa el scroll vertical */
}

.header-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%); /* Hace la imagen más oscura */
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Capa oscura adicional */
}

.header-container h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    font-weight: bold;
    z-index: 5;
}

/* Hace que todas las cards tengan la misma altura */
.card {
    display: flex;
    flex-direction: column;
}

/* Evita que el footer de la card cambie de posición */
.card-footer {
    margin-top: auto;
}

@media (max-width: 767px) {
    .blog-card {
        margin-bottom: 1.5rem !important; /* Ajusta la separación según necesites */
    }
}
/* END:BLOG */

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

/* COOKIES */
.cont-pol {
    height: 100dvh;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

.cookie-policy h1 {
    font-size: 40px !important;
    border-bottom: .3rem solid #05FFFF;
}

.cookie-policy h2 {
    font-size: 30px !important;
}

.cookie-policy h3 {
    font-size: 26px !important;
}

.cookie-policy p {
    font-size: 22px !important;
}

.cookie-policy ul {
    font-size: 22px !important;
}

.cookie-policy table {
    font-size: 22px !important;
}

@media (max-width: 768px) {
    .cookie-policy {
        padding: 1.5rem;
    }

    .cookie-policy p {
        font-size: 20px !important;
    }

    .cookie-policy ul {
        font-size: 20px !important;
    }

    .cookie-policy table {
        font-size: 20px !important;
    }

    .cookie-policy hr {
        width: 80% !important;
    }
}
/* END: COOKIES */
