@import url("https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;700;900&display=swap");

:root {
  --main-color: #227c9d;
  --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;
}

.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: flex-end;
}

.content-menu {
  align-items: center;
  width: 100%;
  background-color: #fff;
}

.container-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 20px 0px 0px 20px;
}

.container-top .logo img {
  width: 550px;
}

.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-weight: 700;
  color: var(--main-color);
  text-transform: uppercase;
}

.rslides_container {
  background-color: #ceb687;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0px;
}

.dv-servicos {
  display: flex;
  flex-direction: column;
  background-color: #f5f9fc;
  color: #222;
  width: 100%;
  min-height: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-servicos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
}
.container-servicos h1 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.container-servicos .card {
  width: 150px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 15px;
  margin: 10px;
  border-radius: 6px;

  background-color: var(--main-color);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.3s ease-in-out;
  text-align: center;
  overflow: hidden;
}

.container-servicos .card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.15);
  background-color: var(--secondary-color);
}

.container-servicos .card img {
  height: 60px;
  margin-bottom: 10px;
}

.container-servicos .card p {
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  width: 100%;
  padding: 0 5px;
}

.container-servicos .card p a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.container-servicos .card p a:hover {
  color: #fff;
}

.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 {
  background-color: #13465a;
  color: #ccc;
}

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 a:hover {
  color: #ccc;
}

.container-footer div h3 {
  color: var(--secondary-color);
  font-weight: 600;
}
.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;
  border: 1px solid #ccc;
  margin-top: 10px;
  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-primary:hover {
  background-color: #1b5f7a;
  color: #fff;
}

.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;
}

.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;
}
