/* Arquivos CSS index */

@import url('./reset.css');
@import url('../components/Home/Section1/Section1.css');
@import url('../components/Home/section2/style.css');
@import url('../components/Home/section3/style.css');
@import url('../components/Home/section4/style.css');
@import url('../components/Home/section5/style.css');
@import url('../components/Home/section6/style.css');
@import url('../components/Home/section7/style.css');
@import url('../components/Home/footer/style.css');
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

body {
    box-sizing: border-box;
    background-color: #0b9cbc;
    font-family: "Roboto", serif;
    height: 100vh;
}

header {
    padding: 1rem;
    margin-left: 8rem;
}

.Logo {
    height: 5rem;
}

.logo__grande {
    background: url('../IMG/Assets/icon.ai_.png');
    height: 30rem;
    width: 24rem;
    display: block;
    background-size: cover;
    margin-top: -18rem;
    margin-bottom: 3rem;
    margin-left: 5rem;
    opacity: 0.3;
}

.logo__grande2 {
    background: url('../IMG/Assets/icon.ai_.png');
    height: 30rem;
    width: 24rem;
    display: block;
    background-size: cover;
    margin-top: -18rem;
    margin-bottom: 3rem;
    margin-left: 25rem;
    opacity: 0.4;
    color: blue;
}

@media (max-width: 640px) {
    header {
        margin-left: 0;
        text-align: center;
        height: 3rem;
        width: 7rem;
    }
    .logo__grande {
        display: none;
    }
    .logo__grande2 {
        display: none;
    }
}