*{  margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}


    body{
        height: 100vh;
        width: 100%;
         margin: 0;
  padding: 0;
    }

    #header1{
        height: 15vh;
        width: 100%;     
        background: #092936;    
        display: flex;
        justify-content: start;
        align-items: center;
     
    }
    
    
    ul{
        display: flex;
        justify-content: center;
        list-style: none; 
        width: 45%;
         
    }
    
    .home{
        height: 100%;
        margin-right: 43px;
        color: #5699A1;; 
        font-family: "Questrial", sans-serif;        
        text-decoration: none; 
        font-size: 1.0rem; 
    }
    
    .lista{
        height: 100%;
        margin-right: 43px;
        color: white; 
        font-family: "Questrial", sans-serif;        
        text-decoration: none; 
        font-size: 1.0rem; 
        font-weight: bold;
    }
    .lista:hover{
        transition: 0.5s;
        color: #5699A1;
    }

    #logo{
        width: 20%;
        margin-left: 5%;
    }
    #logo img{
        height: 37%;
        width: 37%;
    }

    input{
        width: 100%;
        height: 100%;
        margin-left: 4%;
        border-radius: 100px;
        position: relative;
    }
    #lupa{
        position: absolute;
        top: 18%;
        right: 0%;
    }

    #pesquisa{
        position: relative;
        width: 25%;
        height: 24%;
    }

    #pesquisa img{
        height:60% ;
    }

    #svgs{
        margin-left: 8%;
        display: flex;
        gap: 30%;
    }

    #svgs{
        margin-left: 5%;
        width: 20%;
       
     }
 
     #svgs svg{
         height:30px;
         width: 30px;
         fill: #ffffff;
         margin-right: 5%;
     }

    section{
        height: 80vh;
    }

    section h1{
        color: #5699A1;
        padding: 5%;
        font-size: 3.00rem;
        width: 100%;
    }

    section div{
        height: 70%;
        width: 80%;
        text-align: left;
        font-size: 1.30rem;
        margin-left: 2.5%;
        line-height: 150%;
    }

    #imagem{
        height: 70%;
        width: 20%;
        margin-left: 10%;
    }

    #txtimg{
        height: 100%;
        width: 80%;
        display: flex;
    }

    footer{
        background-color: #092936;
        height: 30vh;
        width: 100%;
        margin-top: 7%;
        display: flex;
        justify-content: start;
        align-items: center;
        color: white;
    }

    #redes{
        height: 100%;
        width: 32%;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }

    #redes p{
        margin-right: 50%;
        font-size: 1.3rem;
        margin-top: 30px;
        width: 100%;
    }

    #redes img{
        margin-right: 10%;
        margin-bottom: 100px;
    }

    #redes2{
        height: 100%;
        width: 20%;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }

    #redes2 p{
        margin-right: 50%;
        font-size: 1.3rem;
        margin-top: 30px;
        width: 100%;
    }

    #redes2 img{
        margin-right: 15%;
        margin-bottom: 100px;
    }






    @media screen and (max-width: 768px) {
    #header1 {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }

    #logo {
        margin: 0 auto;
        width: 30%;
    }

    #logo img {
        width: 80px;
        height: 80px;
    }

    ul {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .home, .lista {
        margin: 5px 0;
        font-size: 1rem;
    }

    #pesquisa {
        width: 80%;
        margin: 10px auto;
        height: 40px;
    }

    #svgs {
        width: 50%;
        margin: 10px auto;
        justify-content: space-around;
    }

    section div, #txtimg {
        width: 90%;
        margin: 10px auto;
    }

    #txtimg {
        flex-direction: column-reverse;
        align-items: center;
    }

    #imagem {
        width: 60%;
        margin: 10px auto;
    }

    section h1 {
        font-size: 2rem;
        text-align: center;
    }

    footer {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 20px 0;
        margin-top: 30%;
    }

    #redes, #redes2 {
        width: 100%;
        justify-content: center;
        margin: 10px 0;
    }

    #redes img, #redes2 img {
        margin: 0 10px 10px 10px;
    }

    #redes p, #redes2 p {
        margin: 0 0 10px 0;
        font-size: 1.1rem;
    }
}