@import url("https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;700;900&display=swap");

:root {
  --main-color: #0969ad;
  --secondary-color: #d3a724;
  --text-color: #999;
}

* {
  font-family: "saira", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #fff;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

.nav li {
  float: left;
  position: relative;
  margin-right: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.container {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin: 0px auto;
  height: auto;
  clear: both;
}

.container-menu {
  justify-content: center;
}

.content-menu {
  align-items: center;
  width: 100%;
  height: 45px;
  background-color: var(--main-color);
}

.container-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.container-top .logo img {
  width: 1000px;
  margin-top: 6px;
}

.container-top .dv-info {
  font-weight: 500;
  text-align: right;
}

.container-top .dv-info img {
  height: 100px;
}

.dv-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  height: 60px;
  margin-bottom: 30px;
  box-shadow: 0px 3px 3px rgba(99, 97, 97, 0.2);
}

.dv-title h1 {
  /* font-size: 30px; */
  font-weight: 700;
  color: var(--secondary-color);
  text-transform: uppercase;
}

.rslides_container {
  background-color: #ceb687;
  position: relative;
  float: left;
  width: 100%;
  height: auto; /*700px; */
  margin: 0px;
}

.dv-servicos {
  display: flex;
  flex-direction: column;
  /* background-color: var(--main-color); */
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dv-servicos h1 {
  padding: 30px 0 10px 0;
  font-weight: 700;
  color: var(--main-color);
  text-transform: uppercase;
  text-align: center;
}

.container-servicos {
    display: flex;
    justify-content: center; /* Alinha os cards à esquerda */
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 50px; /* Espaçamento entre os cards */
  }

.container-servicos .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 130px;
  min-height: 170px;
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 5px;
  transition: transform 0.3s ease; /* Transição suave */
  cursor: pointer;
}

.container-servicos .card:hover {
  transform: scale(1.05); /* Aumenta 5% */
}

.container-servicos .card:not(:first-child) {
  margin: 20px 0;
}

.container-servicos .card p {
  margin: 10px 0;
  padding: 4px;
  font-family: "SAIRA", sans-serif;
  font-size: 12px;
  /* font-weight: 700; */
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.container-servicos .card p a {
  color: #fff;
}

.container-servicos .card img {
  height: 60px;
}

.container-servicos .card p a:hover {
  color: #ccc;
}

.container-quem-somos {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-quem-somos .card-qs {
  background-color: var(--secondary-color);
  width: 420px;
}

.container-quem-somos .card-qs .card-qs-center {
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 10px;
  min-height: 180px;
}

.container-quem-somos .card-qs .card-qs-center h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.container-quem-somos .card-qs .card-qs-center div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #fff;
}

footer {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
  background-color: #333;
  min-height: 250px;
  margin-top: 0;
  box-sizing: border-box;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  color: #ccc;
}

.container-footer {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 150px;
}

.container-footer a {
  color: #fff;
}

.container-footer div {
  flex-grow: 1;
}
.footer-endereco {
  flex-grow: 1;
  text-align: left;
  padding: 10px;
}
.footer-horario {
  flex-grow: 1;
  text-align: center;
}
.footer-email {
  flex-grow: 1;
  text-align: right;
  padding: 10px;

}

.container-footer a:hover {
  color: #ccc;
}

.container-footer div h3 {
  color: var(--secondary-color);
}

.container-footer div p {
  color: #fff;
}

.container-footer div .redes-sociais {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.container-footer div .redes-sociais i {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 10px;
}

.container-text {
  text-align: justify;
}

footer .rodape {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
}

footer .rodape div {
  word-break: break-word;
}

/* Inputs */
input,
textarea,
select,
button {
  padding: 14px;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  /* color: #444444; */
  border: 1px solid #ccc;
  margin-top: 10px;
  /* width: 470px; */
  width: 100%;
  border-radius: 3px;
}

.frm_error {
  border: 1px solid #ff0000;
}

.error {
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
}

.btn {
  margin: 10px;
  padding: 14px;
  font-size: 14px;
  font-family: "saira";
  text-transform: uppercase;
  clear: both;
  display: block;
  letter-spacing: 2px;
  transition: all 0.3s ease-out;
  border: none;
}
.btn-primary {
  color: var(--secondary-color);
  background-color: var(--main-color);
}

.btn-secondary {
  color: var(--text-color);
  background-color: #f3f3f3;
}

/* Inputs */

.dv-contato {
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}

.dv-contato .dv-form {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.dv-contato .dv-maps {
  margin-left: 10px;
}

.dv-links {
  flex-direction: column;
}

.dv-links ul {
  list-style: none;
}

.dv-links ul li {
  padding: 10px 0;
}

.dv-links ul li i {
  margin-right: 10px;
}

.dv-links ul li a {
  font-size: 20px;
  color: #333;
}

.dv-links ul li a:hover {
  color: #ccc;
}

.dv-documentos {
  flex-direction: column;
  margin-bottom: 20px;
}

.dv-documentos ul li {
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.dv-documentos ul li i {
  font-size: 30px;
  margin-right: 20px;
}

.dv-documentos ul {
  list-style: none;
}

.padding-container {
  padding: 20px 0px;
}

.titulo-medio2 {
  font-family: "saira";
  color: var(--secondary-color);
  font-size: 30px;
  width: 100%;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 30px;
}
.logo_servico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
}

.logo_servico img {
  width: 20% !important;
  margin-right: 20px !important;
}
.logo_topo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
}
.logo_topo img {
  width: 250px;
}

.banner-image img {
  width: 100%;
  height: 70vh; /* Altura controlada */
  object-fit: cover; /* Faz a imagem cobrir o container */
  object-position: center -120px;
  display: block;
  margin-top: 0;
  /* box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.3); */
}


