@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}


::selection {
    color: #fff;
    background-color: #4093c7;
}
::-webkit-scrollbar-track {
      background-color: #a5a0a0;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #007FCE;
}

header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 5vh;
}

header .menu {
    display: none;
}

header h2 {
    font-size: 2vw;
    font-weight: 700;
    width: 50%;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 30vw;
}

nav ul li {
    width: auto;
    color: gray;
    font-size: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

nav ul li:hover {
    color: black;
    cursor: pointer; 
    font-weight: 500;
}

.laranja {
    background-image: url("imgs/desktop/main/laranja-azul.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 5vw;
    font-weight: 800;
}
.laranja h2{
    margin-top: 5vh;
    font-size: 2vw;
}

.laranja h2, h1 {
    width: 80%;
    color: white;
}

.imagens {
    display: flex;
    justify-content: center ;
}

.imagens div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.imagens figure {
    width: 25%;
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagens figure img {
    width: 90%;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}

.imagens figure img:hover {
    transform: scale(1.05);
    transition: 0.7s;
}

footer {
    display: flex;
    margin-top: 10vh;
    height: 10vh;
    align-items: center;
    background-color: #CCCCCC;
    justify-content: center;
}

footer .redes {
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: space-evenly;
}

.redes figure img {
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    user-select: none;
}

.redes figure img:hover {
    transform: scale(1.5);
    transition: 0.7s;
}

footer .copyright {
    display: flex;
    width: 63%;
    flex-direction: row;
}

.h3 {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    font-weight: 600;
}

.paragrafo {
    width: 80%;
    font-size: 1vw;
}

.paragrafo-button {
    width: 80%;
}

.button {
    display: none;
}


@media (max-width:1024px) {
    .laranja{
        height: 70vh;
    }
    .redes figure img {
        width: 60%;
    }
}

@media (max-width: 768px) {
    header .menu {
        display: flex;
        background-color: white;
    }
    header h2 {
        width: 50%;
        text-align: start;
        font-size: 4.5vw;
    }
    header figure img {
        height: 4vh;
    }     
    nav {
        display: none;
    }
    .laranja {
        background-image: url("imgs/mobile/main/laranja-azul.png");
        height: 120vh;
    }
    h1 {
        font-size: 10vw;
    }
    .laranja h2 {
        font-size: 4vw;
    }
    .imagens figure {
        width: 90%;
        height: 9%;
    }
    .imagens figure img {
        width: 90%;
    }
    .telas {
        order: -12;
    }
    .camera {
        order: -11;
    }
    .muance {
        order: -10;
    }
    .mesa{
        order: -9;
    }
    .fotos {
        order: -8;
    }
    .computador{
        order: -7;
    }
    .caneco {
        order: -6;
    }
    .pao-de-queijo {
        order: -5;
    }
    .celular {
        order: -4;
    }
    .cafe {
        order: -3;
    }
    .gravapac {
        order: -2;
    }
    footer {
        display: flex;
        margin-top: 70vh;
        height: 20vh;
        align-items: center;
        background-color: white;
        flex-direction: column;
        justify-content: space-evenly;
    }
    
    footer .redes {
        display: flex;
        width: 75%;
        height: 5vh;
        align-items: center;
        justify-content: space-evenly;
        background-color: #7FDBD4;
    }
    
    .redes figure img {
        cursor: pointer;
    }
    
    footer .copyright {
        display: flex;
        width: 75%;
        flex-direction: column;
    }
    
    .h3 h3{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        font-size: 2vw;
        font-weight: 600;
        text-align: start;
    }
    
    .paragrafo {
        width: 80%;
        font-size: 2vw;
    }
    .paragrafo-button {
        display: flex;
        justify-content: space-between;
        width: 80%;
    }
    .button div{
        background-color: black;
        color: white;
        padding: 10px;
    }
    .button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    a {
        text-decoration: none;
    }

}

@media (max-width: 425px){
    header h2 {
        font-size: 6vw;
    }
    .laranja {
        height: 80vh;
    }
    footer {
        margin-top: 40vh;
    }
    .paragrafo {
        font-size: 3vw;
        width: 80%;
    }
    .h3 h3{
        font-size: 3vw; 
    }
}

@media (max-width: 320px){
    .laranja {
        height: 60vh;
    }
    footer {
        margin-top: 30vh;
    }
    .paragrafo {
        font-size: 4vw;
        width: 80%;
    }
    .h3 h3{
        font-size: 4.5vw; 
    }
}