*{  margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Poppins", sans-serif;}


    body{
        height: 210vh;
        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: 40%;
    }
    
    .home{
        height: 100%;
        margin-right: 43px;
        color: #5699A1;; 
        font-family: "Questrial", sans-serif;        
        text-decoration: none; 
        font-size: 1.0rem; 
        font-weight: bold;
    }
    
    .lista{
        height: 100%;
        margin-right: 50px;
        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: 10%;
        margin-left: 5%;
    }
    #logo img{
        height: 100px;
        width: 100px;
    }

    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: 5%;
       width: 20%;
      
    }

    #svgs svg{
        height:30px;
        width: 30px;
        fill: #ffffff;
        margin-right: 5%;
    }


    #formulario{
        margin-top: 7%;
        height: 110vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #formulario div{     
        display: flex;
        justify-content: start;
        align-items: start;
        flex-wrap: wrap;
        margin-left: 10%;
    }

    #email{
        height: 24vh;
        width: 60%;
    }
        
    #padrao{
        width: 40%;
        height: 20%;
        margin-left: 0%;
    }
    #email h1{
        width: 50%;
        height: 30%;
    }
    #email h2{
        margin-left: 10%;
        height: 30%;
    }

    #questao{
        height: 33vh;
        width: 60%;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-wrap: wrap;
    }
    #questao h1{
        width: 100%;
    }

    #questao textarea{
        width: 69%;
        height: 20vh;
        border-radius: 10px;
        font-size: 1.4em;
    }

    #enviar{
        height: 10vh;
        width: 20%;
        margin-left: 10%;
        font-size: 1.4em;
    }

    #star{
        height: 20%;
        width: auto;
    }






    #loc{
        height: 130vh;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-wrap: wrap;
    }
    #loc h1{
        color: #5699A1;
        font-size: 3.0em;
        margin-left: 10%;
        margin-top: 5%;
        width: 100%;
    }
    #loc iframe{
        margin-left: 10%;
        margin-top: 5%;
    }















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: 22%;
        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: 5%;
        margin-bottom: 100px;
    }


    @media screen and (max-width: 768px) {
  #formulario, #loc {
    flex-direction: column;
    align-items: center;
  }
  #loc{
    display: flex;
    justify-content: start;  }
    iframe{
        margin: 27%;
    }
  #email, #questao {
    width: 90%;
    margin-left: 0;
  }
  #pesquisa {
    width: 60%;
    margin-top: 10px;
  }
  ul {
    width: 80%;
    flex-wrap: wrap;
  }
}