.nav-laterale {
            height: 5vh;
            width: 100%;
            position: fixed;
            bottom: 0;
            display: flex;
            align-items: center;
            z-index: 4;
        }

        .ul-laterale {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
        }

        .nav-laterale-button {
            background: #e30615;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            margin-right: 35px;
        }

        .nav-laterale-text {
            width: 0;
            height: 0;
            overflow: hidden;
            text-decoration-line: none;
        }

        .nav-laterale-button:hover {
            background: #a50e15;
            transition: all .8s;
            width: 15px;
            height: 15px;
        }

        @media screen and (min-width:601px) {
            .nav-laterale {
                height: 80vh;
                top: 10vmin;
                right: 2vmin;
                width: 5vh;

            }

            .ul-laterale {
                /*
    width: 100%;*/
                height: 40%;
                flex-direction: column;
                align-items: flex-end;
            }

            .nav-laterale-a {
                display: flex;
                flex-direction: row-reverse;
            }

            .nav-laterale-button {
                background: #e30615;
                border-radius: 50%;
                width: 15px;
                height: 15px;
                margin-right: 35px;
                border: none;
            }

            .nav-laterale-text {
                font-size: 16px;
                color: white;
                white-space: nowrap;
                /*empeche A propos d'aller à la ligne*/
                transform-origin: 100% 100%;
                /*alignement sur l'axe X et Y*/
                width: 0;
                height: auto;
                transition: all .5s;
                margin-right: 10px;
                margin-top: -4px;
                text-align: right;
                font-weight: 900;
            }

            .nav-laterale-button:hover~.nav-laterale-text {
                width: 110px !important;
                /*white-space: nowrap;*/
                transition: all .8s;
                text-decoration-line: none;


            }

        }



        .navbar-default {
            transition: 500ms ease;
            background: transparent;
            color: transparent !important;
        }

        .navbar-default.scrolled {
            background: #ffffffb5;
            backdrop-filter: blur(6px);
            color: #000 !important;
        }


        a.menu_link {
            color: red;
        }

        a.menu_link.scrolled {
            color: transparent !important;
        }






        .navbar-fixed-top,
        .navbar-fixed-bottom {
            .navbar-collapse {
                max-height: @navbar-collapse-max-height;

                @media (max-device-width: @screen-xs-min) and (orientation: landscape) {
                    max-height: 200px;
                }
            }


            position: fixed;
            right: 0;
            left: 0;
            z-index: 10000;


            @media (min-width: @grid-float-breakpoint) {
                border-radius: 0;
            }
        }

        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }

        .menu_scroll {
            padding: 20px
        }

        a.menu_active {
            color: #f44336 !important;
        }

        .menu_texto {
            color: #fff !important;
        }






        .logo {
            position: absolute;
            z-index: 1;
            width: 100%;
            margin-top: 180px;
            /* Adecuado para pantallas grandes */
            text-align: center;

        }

        /* Media query para dispositivos móviles */
        @media (max-width: 767px) {
            .logo img {
                margin-top: 260px;
                width: 70%;
                /* Menos espacio en la parte superior para pantallas pequeñas */
            }
        }

        /* Puedes agregar más media queries si necesitas ajustes específicos para otros tamaños de pantalla */
        @media (min-width: 768px) and (max-width: 991px) {
            .logo img {
                margin-top: 0px;
                width: 50%;
                /* Ajuste para tablets o pantallas intermedias */
            }
        }


        .contenido {
            background: #fff
        }



        .item {

            justify-content: center;
            align-items: center;
            color: #fff;

            display: flex;
            border-radius: 50%;

        }


        .talentosIKA_img {
            border-radius: 50%
        }

        .talentosIKA {
            overflow: hidden;
            opacity: 0
        }


        .talentosIKA_content {
            color: #FFF;
            font-size: 40px;
            justify-content: center;
            align-items: center;
            color: #fff;
            height: 22.8rem;
            width: 22.8rem;
            display: flex;
            border-radius: 50%;
            opacity: 0;
            position: absolute;
            z-index: 1;
            overflow: hidden
        }


        .talentosIKA_content:hover {
            color: #FFF;
            font-size: 40px;
            background: red;
            transition: opacity 0.25s ease-in-out;
            justify-content: center;
            align-items: center;
            color: #fff;
            height: 24.15rem;
            width: 24.15rem;
            display: flex;
            border-radius: 50%;
            opacity: 0.9;
            position: absolute;
            z-index: 1
        }



        @media (max-width: 360px) {
            .talentosIKA_content:hover {
                color: #FFF;
                font-size: 40px;
                background: red;
                transition: opacity 0.25s ease-in-out;
                justify-content: center;
                align-items: center;
                color: #fff;
                height: 21rem;
                width: 21rem;
                display: flex;
                border-radius: 50%;
                opacity: 0.9;
                position: absolute;
                z-index: 1
            }



        }


        .talentosIKA_texto {
            font-size: 35px;
            margin-bottom: -10px;
            padding-top: 130px;
            font-weight: bold;
        }



        .owl-container {
            max-width: 1180px;
            margin: 0 auto
        }




        .modal {
            display: none;
            /* Oculto por defecto */
            position: fixed;
            z-index: 100000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            padding-top: 200px;
            background-color: rgba(0, 0, 0, 0.8);
            /* Fondo oscuro con opacidad */
        }

        .modal-content {
            background-color: #fefefe;
            border-radius: 40px;
            margin: 10% auto;
            /* 10% desde la parte superior y centrado horizontalmente */
            padding: 5px;
            width: 95%;
            /* Ancho del 90% */
            max-width: 600px;
            /* Máximo ancho de 600px */
        }


        .close {
            color: #fff;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        video {
            width: 100%;
            height: auto;
        }
        
        
        
        .cielo {
            position: relative;
            width: 100%;
            height: 100vh;
            background-image: url('../assets/img/home/parallax/cielo_fondo.webp');
            background-size: cover;
            background-position: center bottom;
            padding-top: 0rem;
        }
        .nubes {
            position: absolute;
            width: 100%;
            
            background-image: url('../assets/img/home/parallax/nubes.webp');
            background-size: cover;
            background-position: center;
            z-index: 90;
        }
        .cohete {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -60%);
            z-index: 2;
        }
        .logo {
            position: absolute;
            top: 25%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 3;
            margin-top: 10%;
            margin-bottom: 10%;
        }


        @media (max-width:360px){
          .cielo {
            position: relative;
            width: 100%;
            height: 100vh;
              background: rgb(40,143,198);
            background: linear-gradient(0deg, rgb(42 152 211) 0%, rgba(40,106,198,1) 100%);
            
        } 
            
            
        .cohete {
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            width: 100%;
        }
        .logo {
            position: absolute;
            top: 25%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 3;
            margin-top: 10%;
            margin-bottom: 10%;
        }
            
            .nubes {
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: url('../assets/img/home/parallax/nubes.webp');
            background-size: cover;
            background-position: center bottom;
            transform: translate(0px, -80px)
        }
            
        }
        