/* TOPO */
@media(max-width:1024px) {

  .topo .lista .item.interno {
    display: none;
  }

  .barra {
    border-bottom: 5px solid #01813D;
  }

}

/* SOBRE */
#sobre.interno {
  margin-top: -5px;
}

@media(max-width:1024px) {
  #sobre.interno {
    margin-top: 50px;
  }
}

@media(max-width:768px) {
  #sobre.interno {
    margin-top: 80px;
  }
}

/* NOVIDADES */

#novidades-ver {
  background-color: #F7F6FB;
  margin-top: -5px;
}

#novidades-ver .conteudo {
  display: inline-table;
  width: 100%;
  margin-bottom: 100px;
}

#novidades-ver .conteudo .area-dois {
  display: table;
  float: right;
  margin: 0 -20px 0 15px;
  width: 50%;
  position: relative;
  z-index: 1;
}

#novidades-ver .conteudo .area-dois img {
  width: 100%;
  border-radius: 5px;
  border-bottom: 10px solid #97B040
}

#novidades-ver .novidades .mais-novidades {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  padding-bottom: 100px;
}

#novidades-ver .novidades .mais-novidades .card {
  width: 370px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 20%);
}

#novidades-ver .novidades .mais-novidades .card .card-img img {
  width: 370px;
  height: 225px;
  object-fit: cover;
  border-bottom: 3px solid #97B040;
}

#novidades-ver .novidades .mais-novidades .card .card-cont {
  padding: 5px;
  height: 190px;
}

#novidades-ver .novidades .mais-novidades .card .card-cont h1 {
  font-size: 16px;
  color: #2B2B2B;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 10px;
  font-weight: 500;
}

#novidades-ver .novidades .mais-novidades .card .card-cont .texto {
  margin: 10px;
  color: #444444;
  font-size: 14px;
  text-align: justify;
}


@media(max-width:1024px) {
  #novidades-ver .novidades .mais-novidades {
    gap: 40px;
    justify-content: center;
  }

  #novidades-ver .conteudo .area-dois {
    width: 80%;
    margin-bottom: 20px;
  }

  #novidades-ver .conteudo .area-um {
    width: 80%;
  }

  #novidades-ver .conteudo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #noticias.interno {
    padding-top: 150px !important;
  }
}

@media(max-width:768px) {
  #novidades-ver {
    padding-top: 130px;
  }
}

@media(max-width:425px) {

  #novidades-ver .conteudo .area-um,
  #novidades-ver .conteudo .area-dois {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #novidades-ver .texto-padrao {
    text-align: justify;
    width: 90%;
  }

  #novidades-ver .conteudo .area-dois img {
    width: 90%;
  }

  #novidades-ver .centro .titulo h1 {
    text-align: center;
  }

  #novidades-ver .novidades .mais-novidades .card {
    width: 90%;
    height: 480px;
    margin: auto;
  }

  #novidades-ver .novidades .mais-novidades .card .card-img img {
    width: 100%;
  }


}

/* CREDITO */

.interno.credito img {
  position: absolute;
  left: -50px;
  bottom: 10px;
  width: 500px;
  height: 335px;
}

.interno.credito img:hover {
  transform: scale(1.03);
  transition: 0.5s;
}

@media(max-width:1024px) {
  .interno.credito img {
    width: 440px;
    height: 275px;
  }

  .interno.credito .video-area {
    margin-top: 240px !important;
  }
}

@media(max-width:768px) {
  .interno.credito .video-area {
    margin-top: 70px !important;
  }
}

@media(max-width:425px) {
  .interno.credito img {
    width: 100%;
    height: 220px;
    left: 0;
    bottom: 0;
  }

  .interno.credito .video-area {
    margin-top: 250px !important;
  }
}

@media(max-width:375px) {
  .interno.credito img {
    width: 330px;
    height: 165px;
    left: -40px;
  }

  .interno.credito .video-area {
    margin-top: 50px !important;
  }
}

@media(max-width:320px) {
  .interno.credito img {
    width: 100%;
    left: 0px;
  }
}

/* SOLICITAR COTAÇÃO */

.solicitar-cotacao {
  margin-top: -5px;
  padding-top: 50px;
}

@media(max-width:1024px) {
  .solicitar-cotacao {
    padding-top: 130px;
  }

}

/* LINKS */
.links .lista-links {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.links .lista-links .card-link {
  width: 250px !important;
}

.links .lista-links .card-link img {
  width: 100%;
  border-bottom: 3px solid #97B040;
  height: 225px;
  object-fit: cover;
}

.links .lista-links .card-link .area-nome {
  display: flex;
  justify-content: center;
}

.links .lista-links .card-link {
  background-color: #ffffff;
  padding: 5px;
  box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 20%);
}

.links .lista-links .card-link:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.links .lista-links .card-link h1 {
  text-transform: uppercase;
  font-size: 16px;
  color: #2B2B2B;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 10px;
  font-weight: 500;
}

@media(max-width:1024px) {
  .links {
    padding-top: 130px !important;
  }
}

/* CONTATOS */
@media(max-width:1024px) {
  #contato.interno {
    padding-top: 150px !important;
  }
}

/* POLITICA PRIVACIDADE */

.politica-privacidade .texto-padrao a {
  color: #444444;
  font-weight: 900;
  text-decoration: underline;
}

@media(max-width:1024px) {
  .politica-privacidade {
    margin-top: 80px;
  }
}

@media(max-width:768px) {
  .politica-privacidade .texto-padrao {
    text-align: justify;
  }

}