/*
*******************
CONFIGURACION GENERAL

    Design property all rigths reserved

*******************
*/

* {
    padding: 0vh;
    margin: 0vh;
    font-family: 'Mukta', sans-serif;
    text-decoration: none;
    font-family: 'Mukta';
    box-sizing: border-box;
    line-height: 20px;
    color: white;

}

body{
    background-image: url(./img/background_desktop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.clearfix{
    clear: both;
    float: none;
}

html{
    scroll-behavior: smooth;
}
/*
*******************
MENÚ PRINCIPAL

    Header, nav, logo.

*******************
*/

header{
    display: flex;
    width: 100%;
    height: 20vw;
    /*#0018A8 pantone blue, #1034A6 egiptian*/
    background: linear-gradient(180deg, #002255ff, rgb(0, 41, 102), rgba(0, 54, 134, 0.836), transparent);
}


.main-nav-div{
    display: flex;
    position: absolute;
    width: 80%;
    left: 10%;
    
    max-width: 2400px;
}

.link-logo-container{
    width: 25vw;
    max-width: 1000px;
    min-width: 100px;
    display: flex;
    flex: 0 0 auto;
}

.logotipe{
    width: 100%;
}

/*
*******************
MENÚ

    responsive

*******************
*/

.nav{
    
    display: flex;
    position: absolute;
    height: 80%;
    top: 15%;
    right: 0%;
}

.nav-link{
    color: white;
    text-decoration: none;
}

.nav-menu{
    display: flex;
    list-style: none;
    padding: 20px 0;
}

.nav-menu-item{
    font-size: 1.5rem;
    margin: 0 10px;
    line-height: 55px;
    text-transform: uppercase;
    width: max-content;
}

.nav-menu-link{
    padding: 8px 12px;
    border-radius: 5%;
}

.nav-menu-link:hover,
.nav-menu-link_active{
    background: #00CCFF;
    transition: 0.15s;
}

/*
*******************
RESPONSIVE

    iPhone, galaxy, etc...

*******************
*/

.nav-toggle{

    background: none;
    border: none;
    
    display: none;
}


/*
*******************
START

    secdcción

*******************
*/

.start-container{
    display: flex;
    margin-top: -10%;


    height: 90vmax;
}

.wolf-cube{
    margin-top: -25%;
    width: 900px;
}

.welcome{
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;

    width: 30%;
    height: auto;
}

h2{
    font-size: 6rem;
    margin-top: 60%;
    text-align: center;
}

.next-level{
    font-size: 2rem;
    margin-top: 10%;
    text-align: center;
}

.start-button{
    border: 1px solid white;
    margin-top: 10%;
    width: 80px;
    height: 30px;
    font-size: 70;
    letter-spacing: 5px;
    background: none;
    border-radius: 0%;
    text-align: center;

}

/*
*******************
SOLUTIONS

    sección

*******************
*/

.solutions-container{
    
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    padding: 2% 0%;

    background-color: #252b31;


    align-content: center;
}

.solutions-container p, h3{
    text-align: center;
}

h3{
    top: 50%;
    font-size: 5rem;
}

.solutions-container p{
    margin-top: 5%;
    font-size: 2rem;
    line-height: 50px;
}


.solution-menu{
    
    margin-top: 10%;
    display: flex;
    align-content: space-around;

    width: 80%;
    margin-left: 10%;
}

.solution{
    margin-left: 10%;
}

.solution-item{
    width: 25vw;
}

/*
*******************
    
    CLIENTES
    Diferentes clientes

*******************
*/

.clients-container{
    /*border: 2px solid blueviolet;*/
    display: flex;
    flex-direction: column;
    position: relative;
    
    width: 100%;
    height: fit-content;
    margin-top: 0px;
    text-align: center;
    background-color: rgb(214, 214, 214);
}

.clients-tittle{
    /*border: 2px solid blue;*/
    margin-top: 5%;
    color: rgb(92, 92, 92);
}

/*SLIDER DE IMAGENES DE CLIENTES*/

.slider{
    width: 95%;
    margin: auto;
    overflow: hidden;
}

.slider ul{
    /*border: 2px solid magenta;*/
    display: flex;
    padding: 0;
    width: 500%;

    animation: change 24s infinite;
    animation-direction: alternate;
}

.slider li{
    /*border: 2px solid #833AB4;*/
    margin-left: -20px;
    width: 100%;
    list-style: none;
}

.slider img{
    width: auto;
    justify-content: center;
}
/*ANIMATION KEYFRAMES*/

@keyframes change{
    0% {margin-left: 0;}
    15% {margin-left: 0;}

    20%{margin-left: -100%;}
    40%{margin-left: -100%;}

    45%{margin-left: -200%;}
    60%{margin-left: -200%;}

    65%{margin-left: -300%;}
    85%{margin-left: -300%;}

    90%{margin-left: -400%;}
    100%{margin-left: -400%;}
}


/*
*******************
SOCIAL MEDIA

    sección

*******************
*/

.socialmedia-container{
    
    display: flex;
    margin-top: 25%;
    flex-direction: column;
    
    width: 100%;
    height: fit-content;

    background-color: #252b31;

}

.socialmedia-container h4{
    text-align: center;
    font-size: 4rem;

    
    margin-top: 10%;

}

.socialmedia-list{
    margin-top: 5%;
    
    display: flex;
    align-content: space-around;
}

.socialmedia-list div{
    margin-left: auto;
    margin-right: auto;
}



.socialmedia-icon{
    width: 20vh;

}

/*
*********************
********************

    EFECTO
        HOVER PARA REDES SOCIALES

*****************
**************/

.facebook-icon{
    display: inline-block;
    padding: 10px 10px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.1s;
    /*border: 2px solid cyan;
    */
}


.facebook-icon:hover{
    background: #3b5998;
    box-shadow: 0 0 10px #80a4f1, 0 0 40px #80a4f1,
    0 0 80px #80a4f1;
}

.instagram-icon{
    
    display: inline-block;
    padding: 10px 10px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.1s;
    /*border: 2px solid cyan;*/
}

.instagram-icon:hover{
    background: linear-gradient(#405DE6, #5B51D8,#833AB4,#C13584, #E1306C,#FD1D1D, #F56040, 
    #F77737, #FCAF45, #FFDC80);
    box-shadow: 0 0 10px #eb66b1, 0 0 40px #eb66b1,
    0 0 80px #eb66b1;
}

.twitter-icon{
    
    display: inline-block;
    padding: 10px 10px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.1s;
    /*border: 2px solid cyan;*/
}

.twitter-icon:hover{
    background: #1DA1F2;
    box-shadow: 0 0 10px #58bcfa, 0 0 40px #58bcfa,
    0 0 80px #58bcfa;
}

.youtube-icon{

    display: inline-block;
    text-decoration: none;
    padding: 10px 10px;
    overflow: hidden;
    transition: 0.1s;
    /*border: 2px solid cyan;*/
}

.youtube-icon:hover{
    background: #FF0000;
    box-shadow: 0 0 10px #fc6060, 0 0 40px #fc6060,
    0 0 80px #fc6060;
}



/*
.facebook-icon,
instagram-icon,
twitter-icon,
youtube-icon{
    border: 2px solid greenyellow;
    padding: 10% 10%;
}
*/

/*
*******************

FOOTER
    seccion

*******************
*/

footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;

    overflow: hidden;

    min-height: fit-content;

    background: linear-gradient(180deg,#252b31,#202020);
}

.footer-nav{
    margin-top: 10%;
    width: 100%;
    align-content: space-between;
}

.footer-list{
    
    display: flex;
    flex-direction: row;
    
    
    list-style: none;
    font-size: 4rem;
}

.footer-nav-li{
    margin-left: auto;
    margin-right: auto;
}

footer-nav-link:hover{
    border-bottom: 1px solid #00CCFF;
    transition: 0.45s;
}

h4{
    margin-top: 10%;
    font-size: 3rem;
}

footer p{
    margin-top: 5%;
    text-align: center;
    font-size: 2rem;
}

.telephone{
    margin-top: 5%;
    font-size: 4rem;
}

iframe{
    margin-top: 2%;
}

/*
*******************

SIGANTURE     
    seccion

*******************
*/

.signature-container{
    
    
    display: flex;
    width: 100%;
    flex-direction: column;
    align-content: center;
    margin-top: 5%;


}

.signature-list{
    
    margin-top: 5%;
    list-style: none;
    display: flex;
    width: 40%;
    margin-left: 30%;
    margin-right: auto;
    flex-direction: row;

    justify-content: space-around;

}

.signature-arthur{
    font-family: 'Arizonia', serif;
    font-size: 4rem;
}

.div-signature-element{
    font-size: 4rem;
}

.wolf-signature{
    font-size: 2.5rem;
    font-family:'Press Start 2P';
}






/*
***********************************************RESPONSIVE DESIGN *********************************
*/

@media(max-width: 1200px){

    body{
        background-image: url(./img/background_divice.png);
    }


    .start-container{
        margin-top: -7%;
        align-items: center;
        flex-direction: column;
        

    }

    .welcome{
        

        margin-top: 5%;
        width: 80%;
        height: fit-content;
        
    }

    .wolf-cube{
        margin-top: 0%;
        width: 90%;
    }

    h2{
        font-size: 4rem;
        margin-top: 10%;
    }

    .next-level{
        font-size: 1.5rem;
    }

        /*
    *******************
    SOLUTIONS

        sección

    *******************
    */
    .solution-menu{
        
    
        width: 90%;
        margin-left: 5%;
    }

    .solutions-container p{
        font-size: 1rem;
        line-height: 20px;
    }

    h3{
        margin-top: 5%;
        font-size: 2rem;
    }

    .solutions-container{
        border-radius: 5%;
    }

    .solution-item{
        width: 40vw;
    }

    .solution{
        margin-left: 3%;
    }


    .slider img{
        width: 50vh;
        justify-content: center;
    }

    .footer-list{
        font-size: 1rem;
    }

        /*
    ***********************

    socialmediafooter

    *******************
    */

    .socialmedia-icon{
        width: 5vh;

    }

    .socialmedia-container h4{
        font-size: 1.5rem;
    }
    
}

@media(max-width: 1050px){
    
    .nav-menu-item{
        font-size: 1rem;
        margin: 0 10px;
        line-height: 10px;
    }

    header{
        height: 15vw;
    }

    

}

@media(max-width: 800px){

    header{
        height: 20vh;
    }

    

    .link-logo-container{
        width: 60vw;
    }


    .nav-menu{

        flex-direction: column;
        align-items: center;

        background-color: #252b31;
        border-radius: 4%;
        position: fixed;
        
        left: 0;
        top: 15%;
        width: 100%;
    

        height: calc(55% - 60px);
        overflow-y: auto;
        
        
        top: -100%;
        transition: top 0.40s;
    }

    .nav-menu-item{
        font-size: 1.3rem;
        
        line-height: 80px;
        text-transform: uppercase;
    }

    .nav-menu-link:hover,
    .nav-menu-link_active{
        background: #00CCFF;
        transition: 0.15s;
    }

    .nav-toggle{
        display: flex;
        padding: 0;
    }

    .toggle{
        width: 15vw;
    }

    .nav-menu_visible{
        top: 10%;
    }

    .start-container{
        margin-top: -15%;
    }



    .maps-responsive{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        height: fit-content;
    }

    h4{
        margin-top: 5%;
        font-size: 1.5rem;
    }
    
    footer p{
        margin-top: 2%;
    
        font-size: 1rem;
    }

    .telephone{
        margin-top: 10%;
        font-size: 2.5rem;
    }

    .signature-list{
        
        width: 60%;
        margin-left: 20%;
        margin-right: auto;
        flex-direction: row;
    
        justify-content: space-around;
    
    }
    
    .signature-arthur{
        margin-top: 2%;
        font-size: 1.2rem;
    }
    
    .div-signature-element{
        font-size: 1.2rem;
    }
    
    .wolf-signature{
        font-size: 0.80rem;
        font-family:'Press Start 2P';
    }
}

@media(max-width: 400px){
    
    .slider img{
        width: 35vh;
        justify-content: center;
    }
}




@media(max-width: 199px){

    .link-logo-container{
        width: 40vw;
    }



    .toggle{
        width: 25vw;
    }

    .nav-menu{
        flex-direction: column;
        align-items: center;
        margin-right: 0;
        list-style: none;
        background-color: #002244;
        position: fixed;
        left: 0;
        top: 13%;
        width: 100%;
        height: 100%;
    }

}