*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
    width: 100%;
}

header{
    height: 10vh;
    background-color: #7BCCE9;
    
}

.cabeca{
    display: flex;
    height: 10vh;
    justify-content: space-around;
    width: 80%;
    margin: auto;
}

.buscar{
    margin-top: 2%;
    height: 4vh;
    width: 80%;
    border: white;
    border-radius: 45px;
}

.icones{

    height: 4vh;
    width: 100px;
}

.icones2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 10vh;
    width: 200px;
    margin-left: 15%;
}

.icns{
    margin-right: 5px;
    margin-top: 2%;
    height: 4vh;
    width: 120px;

}

.cinza {
    background-color: #FFFFFF;
    height: 5vh;
    color: azure;
    justify-content: space-evenly;
    display: flex;
}

.cinza a{
    display: inline-block;
    width: 15%;
    text-align: center;
}

.texto {
    font-weight: 400;
    color: white;
    font-size: 30px;
    margin-top: 2%;
}

.banner {
    height: 25vh;
    width: 100%;
}

.txt2 {
    color: #242525;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
}

.txt2:hover {
    background-color: #7BCCE9;
    transition: 0.6s;
}

#fundo {
    background-image: url(imagens/pattern.jpg);
    height: 125vh;
    width: 100%;

}
.imgsG{
    height: 20vh;
    width: 50%;
    object-fit: cover;
}

#img1{
    height: 20vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#img1>div{
    height: 5vh;
    width: 75%;
}
#img1>div h6{
    font-size: 20px;
    
}
#img1>div p{
    font-size: 20px;
   
    color: #1E90FF;
}
#img5{
    height: 20vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 15%;
}
#img5>div{
    height: 5vh;
    width: 75%;
}
#img5>div h6{
    font-size: 20px;
    
}
#img5>div p{
    font-size: 20px;
  
    color: #1E90FF;
}


#img9{
    height: 20vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 20%;
}
#img9>div{
    height: 5vh;
    width: 75%;
}
#img9>div h6{
    font-size: 20px;
    
}
#img9>div p{
    font-size: 20px;
   
    color: #1E90FF;
}


.btnComprar{
    margin-left: 25%;
    display: flex;
    justify-content: center;
    padding: 2% 5%;
    font-weight: 700;
    font-size: 25px;
    color: white;
    text-decoration: none;
    background-color: #F27C64;
    border-radius: 50px;
    width: 190px;
}

#aivei{
    height: 3vh;
    width: auto;
}

#rodape{
    background-color: #7BCCE9;
    height: 30vh;
    width: 100%;
    font-size: 30px;
    text-align: center;
}

h1{
    color: #FFFFFF;
    padding-top: 5%;
}

/* Telas menores que 550px */
@media (max-width: 550px) {
    .cabeca {
        flex-direction: column;
        width: 100%;
        height: auto;
        align-items: center;
    }
    .buscar {
        width: 90%;
        margin-top: 10px;
    }
    .icones2 {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }
    .texto {
        font-size: 22px;
        margin-top: 10px;
    }
    .cinza {
        flex-direction: column;
        height: auto;
    }
    .cinza a {
        width: 100%;
        font-size: 22px;
        margin: 5px 0;
    }
    #fundo {
        height: auto;
        padding: 10px 0;
    }
    .imgsG {
        width: 90%;
        height: auto;
        margin: 10px auto;
    }
    #img1, #img5, #img9 {
        flex-direction: column;
        height: auto;
        padding-top: 10px;
    }
    #img1>div, #img5>div, #img9>div {
        width: 100%;
        height: auto;
    }
    #img1>div h6, #img5>div h6, #img9>div h6 {
        font-size: 18px;
    }
    #img1>div p, #img5>div p, #img9>div p {
        font-size: 18px;
    }
    .btnComprar {
        width: 100%;
        font-size: 20px;
        margin-left: 0;
        padding: 10px 0;
    }
    #rodape {
        font-size: 18px;
        height: auto;
        padding: 10px 0;
    }
    h1 {
        font-size: 20px;
        padding-top: 10px;
    }
}

/* Telas entre 550px e 1100px */
@media (min-width: 551px) and (max-width: 1100px) {
    .cabeca {
        flex-direction: row;
        width: 95%;
        height: auto;
        align-items: center;
    }
    .buscar {
        width: 60%;
        margin-top: 10px;
    }
    .icones2 {
        width: 120px;
        margin-left: 5%;
        justify-content: flex-end;
    }
    .texto {
        font-size: 26px;
        margin-top: 10px;
    }
    .cinza {
        flex-direction: row;
        height: auto;
    }
    .cinza a {
        width: 22%;
        font-size: 24px;
        margin: 0 2px;
    }
    #fundo {
        height: auto;
        padding: 20px 0;
    }
    .imgsG {
        width: 60%;
        height: auto;
        margin: 10px auto;
    }
    #img1, #img5, #img9 {
        flex-direction: row;
        height: auto;
        padding-top: 5%;
    }
    #img1>div, #img5>div, #img9>div {
        width: 80%;
        height: auto;
    }
    #img1>div h6, #img5>div h6, #img9>div h6 {
        font-size: 20px;
    }
    #img1>div p, #img5>div p, #img9>div p {
        font-size: 20px;
    }
    .btnComprar {
        width: 150px;
        font-size: 22px;
        margin-left: 10%;
        padding: 8px 0;
    }
    #rodape {
        font-size: 22px;
        height: auto;
        padding: 20px 0;
    }
    h1 {
        font-size: 24px;
        padding-top: 10px;
    }
}

/* Telas acima de 1100px */
@media (min-width: 1101px) {
    .cabeca {
        flex-direction: row;
        width: 80%;
        height: 10vh;
        margin: auto;
    }
    .buscar {
        width: 80%;
        margin-top: 2%;
    }
    .icones2 {
        width: 200px;
        margin-left: 15%;
        justify-content: flex-end;
    }
    .texto {
        font-size: 30px;
        margin-top: 2%;
    }
    .cinza {
        flex-direction: row;
        height: 5vh;
    }
    .cinza a {
        width: 15%;
        font-size: 30px;
    }
    #fundo {
        height: 125vh;
        padding: 0;
    }
    .imgsG {
        width: 50%;
        height: 20vh;
    }
    #img1, #img5, #img9 {
        flex-direction: row;
        height: 20vh;
        padding-top: 0;
    }
    #img1>div, #img5>div, #img9>div {
        width: 75%;
        height: 5vh;
    }
    #img1>div h6, #img5>div h6, #img9>div h6 {
        font-size: 20px;
    }
    #img1>div p, #img5>div p, #img9>div p {
        font-size: 20px;
    }
    .btnComprar {
        width: 190px;
        font-size: 25px;
        margin-left: 25%;
        padding: 2% 5%;
    }
    #rodape {
        font-size: 30px;
        height: 30vh;
        padding: 0;
    }
    h1 {
        font-size: 30px;
        padding-top: 5%;
    }
}

