@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --ff: "Montserrat",sans-serif;
    --fa: "Arial", sans-serif;
}
*{
    margin: 0;
    padding: 0;
}

body{
    min-height: 100vh;
    max-width: 100%;
    background-color: white;
    font-family: var(--fa);
}

li.logo img{
    height: 100%;
    width: 100%;
}

nav{
    background-color: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

nav li{
    height: 70px;
}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    font-family: var(--ff);
    font-weight: 600;
}

nav a:hover{
    color: rgb(76, 76, 76);
}

nav li.logo:last-child{
    margin-left: auto;
}

.sideBar{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px;
    z-index: 999;
    background-color: rgb(22, 22, 22);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sideBar li{
    width: 100%;
}

.sideBar a{
    width: 100%;
}

.sideBar a:hover{
    color: white;
}

.sideBar li:hover{
    background-color: gray;
}

li.close:hover{
    background-color: transparent;
    
}

li.close a:hover{
    cursor: default;
}

li.close svg:hover{
    cursor: pointer;
    fill: white;
}

li.menu svg:hover{
    cursor: pointer;
    fill: rgb(76, 76, 76);
}

.menu{
    display: none;
}

/*FOOTER*/

footer{
    color: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) inset;
}
.contie{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

p.stamp{
    color: black;
    text-align: end;
    font-family: var(--fa);
    font-weight: 600;
    font-size: 14px;
}

p.stamp2{
    color: black;
    text-align: center;
    font-family: var(--fa);
    font-weight: 600;
    font-size: 14px;
}

div.links ul{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.links li{
    height: 100px;
}

.links a:hover{
    color: gray;
}

.links a{
    height: 100%;
    padding: 0 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    font-family: var(--ff);
    font-weight: 600;
}

div.logo img{
    height: 70px;
    width: 100%;
}

div.socials{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.fb i{
    font-size: 40px;
    margin: 0 15px;
    padding: 10px 20px;
    background-color: black;
    border-radius: 999px;
    color: white;
    text-align: center;
}

.fb i:hover{
    background-color: gray;
}

.twitter i{
    text-align: center;
    font-size: 40px;
    margin: 0 15px;
    padding: 10px 10px;
    background-color: black;
    border-radius: 999px;
    color: white;
}

.twitter i:hover{
    background-color: gray;
}

/*EXPERTISE*/

nav.expertise{
    margin-bottom: 40px;
}

nav.expertise ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav.expertise li{
    height: 40px;
    cursor: pointer;
    margin: 0 30px;
    font-weight: 600;
    font-family: var(--ff);
}

.industry{
    color: rgb(225, 174, 7);
    border-bottom: 3px solid rgb(225, 174, 7);
}

nav.expertise li:hover{
    color: gray;
}


/*EXPERTISE*/

div.banner{
    height: 300px;
    width: 100%;
    background: linear-gradient(rgba(0,0,0, 0.7), rgba(0,0,0,0.7)),url(./logo/sliderHero1.jpg);
    background-position: center;
    margin-bottom: 50px;
}

img.logoPNG{
    height: 128px;
    width: 128px;
}

div.head{
    height: 130px;
    width: 100%;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 span{
    color: rgb(225, 174, 7);
}

h1{
    color: white;
    font-family: var(--ff);
    font-size: 50px;
    font-weight: 600;
    text-align: start;
    padding: 50px 0;
    letter-spacing: 2px;
}

.bar .icon{
    color: white;
}

.bar{
    width: 100%;
    height: 25px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.container1 .bar{
    background-color: red;
}

.container2 .bar{
    background-color: black;
}

.container3 .bar{
    background-color: rgb(23, 134, 23);
}

.card{
    width: 400px;
    height: 300px;
    margin: 0 20px;
}

.heading{
    color: white;
    font-size: 20px;
    padding: 0 10px;
    font-weight: 600;
}

.info{
    padding-top: 10px;
    font-size: 18px;
}

.cards{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.container1, .container2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container2{
    display: none;
}

.container3{
  display: none;  
}

div.image{
    margin: 40px 0;
}

.container3 div.info{
    width: 90%;
    text-align: center;
    transform: translateX(6%);
    margin-bottom: 40px;
}

div.image{
    width: 800px;
    height: 500px;
    transform: translateX(50%);
}

.image img{
    width: 100%;
    height: 100%;
}
















@media (max-width: 1024px) {
    .hideMobile{
        display: none;
    }
    
    .menu{
        display: block;
    }

    nav a{
        height: 100%;
        padding: 0 30px;
        text-decoration: none;
        display: flex;
        align-items: center;
        color: white;
        font-family: var(--ff);
        font-weight: 600;
    }

    /*FOOTER*/

    footer{
        color: white;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) inset;
    }
    .contie{
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
    }
    
    p.stamp{
        color: black;
        text-align: end;
        font-family: var(--fa);
        font-weight: 600;
        font-size: 10px;
    }
    
    p.stamp2{
        color: black;
        text-align: center;
        font-family: var(--fa);
        font-weight: 600;
        font-size: 14px;
    }
    
    
    
    div.links ul{
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .links li{
        height: 50px;
    }
    
    .links a:hover{
        color: gray;
    }
    
    .links a{
        height: 100%;
        padding: 0 20px;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: black;
        font-family: var(--ff);
        font-weight: 600;
    }
    
    div.logo img{
        margin: 20px;
        height: 50px;
        width: 100px
    }
    
    div.socials{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 20px;
    }
    
    .fb i{
        font-size: 20px;
        margin: 0 15px;
        padding: 5px 10px;
        background-color: black;
        border-radius: 999px;
        color: white;
        text-align: center;
    }
    
    .fb i:hover{
        background-color: gray;
    }
    
    .twitter i{
        text-align: center;
        font-size: 20px;
        margin: 0 15px;
        padding: 5px 5px;
        background-color: black;
        border-radius: 999px;
        color: white;
    }
    
    .twitter i:hover{
        background-color: gray;
    }

    /*INOVAR*/

    div.banner{
        height: 300px;
        width: 100%;
        background: linear-gradient(rgba(0,0,0, 0.7), rgba(0,0,0,0.7)),url(./logo/sliderHero1.jpg);
        background-position: center;
        margin-bottom: 50px;
    }
    
    img.logoPNG{
        height: 0px;
        width: 0px;
    }
    
    div.head{
        height: 130px;
        width: 100%;
        padding: 100px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    h1 span{
        color: rgb(225, 174, 7);
    }
    
    h1{
        color: white;
        font-family: var(--ff);
        font-size: 30px;
        font-weight: 600;
        text-align: start;
        padding: 50px 0;
        letter-spacing: 2px;
    }

    nav.expertise li{
        height: 40px;
        cursor: pointer;
        margin: 0 10px;
        font-weight: 600;
        font-family: var(--ff);
    }

    div.image{
        width: 350px;
        height: 150px;
        transform: translateX(5%);
    }



}


@media (min-width:750px) and (max-width:1023px){
    
}

@media (max-width:450px) {
    .sideBar{
        width: 100%;
    }

}

@media (min-width: 1180px) and (max-width:1180px) {

    nav a{
        height: 100%;
        padding: 0 20px;
        text-decoration: none;
        display: flex;
        align-items: center;
        color: black;
        font-family: var(--ff);
        font-weight: 600;
    }

    .links a{
        height: 100%;
        padding: 0 10px;
        text-decoration: none;
        display: flex;
        align-items: center;
        color: black;
        font-family: var(--ff);
        font-weight: 600;
    }
}