/* style.css */

/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #F4F4F4;
  scroll-behavior: smooth;
}

#primeiro_elemento{
  width: 100%;  
  height: 140px;
  /* background-image: linear-gradient(to bottom, #ffffff, #cccccc); */
}

#primeiro_elemento #logo{
  width: 50%;
  float: left;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10%;
}

#primeiro_elemento #logo2{
  width: 50%;
  float: left;
  padding-top: 60px;
  padding-bottom: 14px;
  padding-left: 10%;

}

#primeiro_elemento #logo2 h1{
  font-size: 23px;
  color: #005e9c;
  font-family: Montserrat;
}

#segundo_elemento{
  width: 100%;
  height: 60px;
}

#segundo_elemento menu a{
  text-decoration: none;
}

#segundo_elemento menu li{
  text-decoration: none;
  list-style: none;
  width: 24.625%;
  height: 60px;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #FCB813, #f6921e);
  color: #005e9c;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;

}

#segundo_elemento menu #pesquisa{
  margin-left: 0.5%;
  cursor: pointer;
}

#segundo_elemento menu a #extencao{
  margin-left: 0.5%;
  margin-right: 0.5%;
}


/* MENU PESQUISA */
#listagem_pesquisa{
  width: 24.625%;
  margin-top: 60px;
  margin-left: 25.125%;
  /* background-image: linear-gradient(to right, #99DAF4, #5DCAF0); */
  position: absolute;
  z-index: 9;
}

#listagem_pesquisa menu a {
  text-decoration: none;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 700;
  color: #0167A1;
}


#listagem_pesquisa menu a li {
  list-style: none;
  height: 50px;
  width: 100%;
  float: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: #0167A1 1px solid;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 700;
  color: #0167A1;
  padding-top: 0;
}





/* FOOTER */
#faixa_amarela{
    height: 60px;
    background-image: linear-gradient(to right, #FCB813, #f6921e);
    font-size: 25px;
    font-family: Montserrat;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #005e9c;
}

#home_quinto_elemento #contato{
    height: 307px;
    width: 100%;
    background-image: linear-gradient(to bottom, #ffffff, #cccccc);
}

#home_quinto_elemento #contato #contato_conteudo{
    height: 307px;
    width: 70%;
    float: left;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    padding: 20px;
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; */
    color: #005e9c;
}

#home_quinto_elemento #contato #contato_conteudo ul li{
  list-style: none;
}

#home_quinto_elemento #contato #contato_conteudo ul li #icone_email{
  height: 100px;
  width: 60px;
  border-right: #005e9c 4px solid;
  float: left;
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center; 
}

#home_quinto_elemento #contato #contato_conteudo ul li #email{
  float: left;
  margin-left: 10px;
}

#home_quinto_elemento #contato #contato_logo{
    height: 307px;
    width: 30%;
    padding: 20px;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


#faixa_azul {
  height: 60px;
  background-image: linear-gradient(to right, #005e9c, #005e8c);
  font-size: 25px;
  font-family: Montserrat;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #FFF;
}


/* RESPONSIVO */
@media (max-width: 1600px) {

  #primeiro_elemento #logo2{
      padding-left: 5%;
  }

}


@media (max-width: 1450px) {

  #primeiro_elemento #logo2{
      padding-left: 0;
  }

}

@media (max-width: 1300px) {
  
  #primeiro_elemento #logo2{
      width: 60%;
  }

  #primeiro_elemento #logo{
      width: 40%;
  }

}

@media (max-width: 1100px) {
  
  #primeiro_elemento #logo2{
      width: 70%;
  }

  #primeiro_elemento #logo{
      width: 30%;
  }

  #home_quinto_elemento #contato #contato_conteudo{
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  #segundo_elemento menu li{
      float: none;
      width: 100%;
      margin-bottom: 3px;
      font-size: 18px;
      text-decoration: none;
  }
  #segundo_elemento menu #pesquisa{
    margin-left: 0;
  }
  
  #segundo_elemento menu a #extencao{
    margin-left: 0;
    margin-right: 0;
  }

  #listagem_pesquisa {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    /* background-image: linear-gradient(to right, #99DAF4, #5DCAF0); */
    position: relative;
    z-index: 9;
  }

  #faixa_amarela{
    font-size: 20px;
  }

  #faixa_azul{
    font-size: 20px;
  }

  #segundo_elemento{
    height: auto;
  }

}


@media (max-width: 950px) {
  #primeiro_elemento{
    height: auto;
  }
  #primeiro_elemento #logo2{
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 10px;
    text-align: center;
  }

  #primeiro_elemento #logo{
    width: 100%;
    padding: 0;
    padding-top: 20px;
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  #home_quinto_elemento #contato{
    height: 600px;
  }

  #home_quinto_elemento #contato #contato_conteudo{
      float: none;
      height: 300px;
      width: 100%;
  }

  #home_quinto_elemento #contato #contato_logo{
      float: none;
      height: auto;
      width: auto;
  }
}


@media (max-width: 700px) {
  #home_quinto_elemento #contato #contato_conteudo{
    font-size: 13px;
  }

  #home_quinto_elemento #contato #contato_conteudo ul{
    margin-left: 0;
    padding-left: 0;
  }

  #home_quinto_elemento #contato{
    height: 700px;
  }
  
}


@media (max-width: 600px) {
   #home_quinto_elemento #contato #contato_conteudo ul li #icone_email {
      height: 100px;
      width: 100%;
      border-right: none;
      border-bottom: #005e9c 4px solid;
      /* float: left; */
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
  }

  #home_quinto_elemento #contato #contato_conteudo ul li #email {
      float: none;
      margin-left: 0;
  }

  #home_quinto_elemento #contato #contato_conteudo {
      height: 350px;
  }

}