:root {
    --negro: #080C0F;
    --blanco: #FFFFFF;
    --gris_claro: #CCCCCC;
    --gris: #666666;
    --gris_oscuro:#333333;
    --azul: #2350f8;
    --violeta: #000a4a;
    --azulclaro: #02b4ff;
}

.rojo {
    color: VAR(--azulclaro);
}


/*    BARRA DE NAVEGACIÓN          */
html{
    scroll-behavior: smooth;  /* suaviza los desplazamienos */
    transition: all .3s ease-in-out;
}

::-webkit-scrollbar {
    display: none;
}


body {
    margin: 0;
    font-family: 'lato', serif;
    color: var(--blanco)!important;
    background-color: var(--negro);
    scroll-behavior: smooth;
}

a {
    color: var(--blanco);
    text-decoration: none;
    transition: .3s all ease-in-out;
}

a:hover {
    color: var(--blanco);
}

.mascara {
    background-image: linear-gradient(180deg, var(--negro) , transparent, transparent);
    opacity: 1;
    z-index: 1;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
}


.icono_menu {
    width: 40px;
    opacity: 1;
    cursor: pointer;
}
.icono_menu:hover {
    opacity: .5;
    transform: scale(1.1);
}


/* VIDEO DE FONDO RESPONSIVE*/
.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: .7;
    z-index: 0;
}


/*  TÍTULO Y SUBTÍTULO DE PORTADA  */

.cabecera{
    z-index: 0;
    width: 100%;
    height: 100vh;

    .slider {
        width: 100%;
        height: 100vh;
        z-index: 0;
        overflow: hidden;
    }

    .imagen {
        display: none;
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center center;
    }


    .claim{
        width: 50%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        bottom: 70%;
        z-index: 10;
        left: calc(50vw - 25%);
        .claim_logo {
            width: 250px;
            display: none;
        }

        .titulo {
            font-size: 3.815rem;
            font-weight: 500;
            text-transform: uppercase;
        }
        .subtitulo {
            font-size: 1.1rem;
            font-weight: 300;
            max-width: 1200px;
        }
    }

    .whatssup {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 490px;
        height: auto;
        position: relative;
        left: calc(50% - 225px);
        bottom: 60%;
        opacity: .8;
        z-index: 11;
        cursor: pointer;
        gap: 10px;

        .subtitulo {
            font-size: 1.53rem;
            font-weight: 300;
            max-width: 1200px;
        }
    }

    .book_demo {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 60%;
        transition: .5s ease-in-out all;
        z-index: 12;
    }
}

.social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    width: 30px;
    height: 100px;
    position: absolute;
    bottom: 60px;
    right: 30px;
    z-index: 50;

    .iconoSocial {
        cursor: pointer;
        width: 30px;
        height: 30px;
        transition: all .3s ease-in-out;

    }
    .iconoSocial:hover {
        opacity: .8;
        transform: scale(1.2);
    }
}


/* CUERPO CENTRAL PARA CARGAR CONTENIDO */

/* PIE */

.footer{
    border-top: solid 1px var(--gris);
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    padding-top: 50px;
    z-index: 100;
    padding-left: 15%;
    padding-right: 15%;
    .elemento {
        display: flex;
        flex-direction: column;
        align-items: start;
        height: auto;
        margin: 20px;
        color: #999999;
        min-width: 200px;
        .subtitulo {
            font-size: 1.85em;
        }
    }

}

.media {
    display: flex;
    width: 250px;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

    .iconoSocial {
        width: 50px;
        height: 50px;
    }
    .iconoSocial:hover {
        transform: scale(1.2);
        opacity: .8;
    }
}

.copyright {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;

    .text_legal {
        display: flex;
        flex-direction: row;
        gap: 20px;
        color: var(--gris_oscuro);
        align-items: center;
       
        .enlace {
            font-size: 1em;
            color: var(--gris_claro);
            cursor: pointer;
    
        }
        .enlace:hover {
            color: var(--azulclaro);
        }
      
    }
  
}

/* Profile formulario contacto */

.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 20px;
    gap: 5px;
    
    .foto_profile {
        background-color: var(--azul);
        height: 90px;
        width: 90px;
        min-width: 90px;
        border-radius: 50px;
        object-fit: cover;
        object-position: center center;
    }
    .nombre{
        font-size: 2em;
        color: var(--azulclaro);
    }

}

/* LOGOTIPOS DE CLIENTES */

.cont_logos {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 50px;
    .logo_cliente {
        padding-left: 20px;
        padding-right: 20px;
        width: 150px;
    }
}

/* END LOGOTIPOS CLIENTES */



@media only screen and (min-width:350px) and (max-width:1200px) {

    /* animar de izquierda a derecha */
    .whatssup {
        bottom: 90%;
    }
    .book_demo {
        bottom: 85%;
    }

    .social {
        bottom: 120px;
    }

    .cabecera {
        .claim{
            width: 90%;
            left: calc(50vw - 45%);
            bottom: 90%;
            .claim_logo {
                display: block;
            }
            .titulo {
                font-size: 2.15em;
            }
            .subtitulo {
                font-size: 1.1rem;
               
            }
            
        }

        .whatssup {
            bottom: 85%;
            .subtitulo {
                font-size: 1.4em;
            }
        }

        .book_demo {
            display: flex;
            width: 100%;
            justify-content: center;
            align-items: center;
            position: relative;
            bottom: 70%;
            transition: .5s ease-in-out all;
            z-index: 12;
        }
    }

    .book_demo {
        bottom: 65%;
    }

    .footer{
        grid-template-columns: repeat(1,1fr);
        border-top: none;
    }
}
