@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s ease;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header.scroll, header.blog {
  background-color: #012758;
}
header .container-fluid .navbar {
  justify-content: space-between;
}
header .container-fluid .navbar .menu-mobile {
  display: none;
}
header .container-fluid .navbar #menu-header {
  right: 0;
}
header .container-fluid .navbar #menu-header li a {
  padding: 0;
  margin: 0 15px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
header .container-fluid .navbar #menu-header li a:hover {
  border-bottom: 2px solid #a7976c;
}

footer {
  background-color: #fff;
  padding: 50px 0;
}
footer .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .content .assinatura {
  margin: 0px;
  font-size: 18px;
  color: #7e8082;
}
footer .content .redes {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
footer .content .redes a {
  color: #012758;
  font-size: 28px;
}
footer .content .redes a:hover {
  color: #a7976c;
}

.titulo h2 {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: normal;
}

h2 {
  font-weight: 800;
  color: #012758;
  font-size: 60px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
}
h2:before {
  bottom: -10px;
  content: " ";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #a7976c;
}

p {
  font-size: 16px;
  color: #7e8082;
}

.owl-banners {
  top: 0;
  height: 100vh;
}
.owl-banners .item {
  width: 100vw;
  height: 100vh;
}
.owl-banners .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.owl-banners .item .container {
  position: relative;
}
.owl-banners .item .container .texto {
  position: absolute;
  color: #fff;
  width: 440px;
  right: 0;
  height: 100vh;
  font-family: "Lato", serif;
  font-style: normal;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.owl-banners .item .container .texto h1 {
  position: relative;
  font-size: 90px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 80px;
}
.owl-banners .item .container .texto h1 strong {
  font-weight: 900;
}
.owl-banners .item .container .texto h1:before {
  bottom: -40px;
  content: " ";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #a7976c;
}
.owl-banners .item .container .texto h2 {
  position: relative;
  font-size: 32px !important;
  margin: 0;
  padding: 0;
  display: block;
  top: 60px;
  font-weight: 100;
  color: #fff;
}
.owl-banners .item .container .texto h2:before {
  display: none;
}

#whatsapp-flutuante {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}
#whatsapp-flutuante i {
  margin-top: 16px;
  color: #fff;
}
#whatsapp-flutuante:hover {
  transition: 0.3s;
  width: 62px;
  height: 62px;
}

section {
  padding: 100px 0;
}
section a, section button {
  display: block;
  width: -moz-min-content;
  width: min-content;
  margin-top: 30px;
  border: 2px solid #012758;
  color: #012758;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  text-wrap: nowrap;
}
section a:hover, section button:hover {
  background-color: #012758;
  color: #fff;
}
section.sociedade {
  position: relative;
}
section.sociedade img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(50% - 30px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
section.equipe {
  position: relative;
  background: #012758;
  padding-bottom: 0;
}
section.equipe h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 0 50px 0;
  padding: 0 0 0 30px;
  font-weight: 100;
  color: #fff;
  font-size: 36px;
  height: 70px;
}
section.equipe h2:before {
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
}
section.equipe h2 strong {
  font-weight: 900;
}
section.equipe:after {
  content: " ";
  left: 0;
  bottom: -45px;
  position: absolute;
  height: 90px;
  width: 100%;
  background-color: #a7976c;
}
section.equipe .item {
  background-color: #fff;
  position: relative;
  z-index: 1;
  height: 100%;
}
section.equipe .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.equipe .item .info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}
section.equipe .item .info h3, section.equipe .item .info p {
  color: #a7976c;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
}
section.equipe .item .info p {
  font-size: 14px;
}
section.equipe .item .info small {
  font-size: 14px;
}
section.servicos {
  background-color: #f4f4f4;
}
section.servicos h2 {
  font-weight: 100;
  color: #012758;
  font-size: 60px;
}
section.servicos h2 strong {
  font-weight: 900;
}
section.servicos img {
  width: 100%;
}
section.servicos p {
  display: flex;
  padding: 50px 15%;
}
section.servicos .accordionServicos {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
section.servicos .accordionServicos .accordion {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
section.servicos .accordionServicos .accordion-item {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #a7976c;
  transition: border-color 0.3s;
}
section.servicos .accordionServicos .accordion-item.open {
  border: 2px solid #012758;
}
section.servicos .accordionServicos .accordion-item .accordion-button {
  background: transparent;
  border: none;
  font-size: 18px;
  font-family: "Lato", serif;
  font-weight: bold;
  font-style: normal;
  color: #012758;
  box-shadow: none;
}
section.servicos .accordionServicos .accordion-item .accordion-button:focus {
  outline: none;
}
section.servicos .botao {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.servicos .botao a {
  border: 2px solid #a7976c;
  color: #a7976c;
}
section.servicos .botao a:hover {
  background-color: #a7976c;
  color: #fff;
}
section.noticias {
  position: relative;
}
section.noticias h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #012758;
  font-size: 36px;
  padding-left: 30px;
  margin-bottom: 50px;
  height: 70px;
}
section.noticias h2:before {
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
}
section.noticias h2 strong {
  font-weight: 900;
}
section.noticias img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(50% - 30px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
section.noticias ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.noticias ul li a {
  font-size: 16px;
  color: #012758;
  border: 0;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
  margin: 0;
  display: block;
  width: 100%;
  text-wrap: auto;
}
section.noticias ul li a:hover {
  background-color: transparent;
  color: #a7976c;
}
section.contato {
  background-color: #012758;
}
section.contato h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 0 50px 0;
  padding: 0 0 0 30px;
  font-weight: 100;
  color: #fff;
  font-size: 36px;
  height: 70px;
}
section.contato h2:before {
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
}
section.contato h2 strong {
  font-weight: 900;
}
section.contato p {
  color: #fff;
  font-size: 16px;
}
section.contato ul {
  display: flex;
  flex-direction: column;
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
  row-gap: 30px;
}
section.contato ul li {
  display: grid;
  grid-template-columns: 30px 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  justify-content: center;
}
section.contato ul li svg {
  width: 30px;
  fill: #a7976c;
}
section.contato ul li div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  text-transform: uppercase;
}
section.contato ul li div strong {
  font-weight: bold;
}
section.contato ul li div a {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
section.contato form .form-group {
  margin-bottom: 30px;
}
section.contato form input, section.contato form textarea {
  border: 1px solid #a7976c;
  padding: 10px;
  border-radius: 0;
  background-color: transparent !important;
  color: #fff !important;
}
section.contato form input::-moz-placeholder, section.contato form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.49);
}
section.contato form input::placeholder, section.contato form textarea::placeholder {
  color: rgba(255, 255, 255, 0.49);
}
section.contato form button {
  margin-top: 0;
  border: 0 solid #a7976c;
  background-color: #a7976c;
  color: #fff;
}
section.contato form button:hover {
  background-color: #fff;
  color: #012758;
}

.blog article {
  padding: 150px 0 90px 0;
}
.blog article h1 {
  color: #a7976c;
  font-size: 36px;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 992px) {
  body, html {
    overflow-x: hidden;
    width: 100vw;
  }
  #menu-header {
    display: none;
    position: fixed;
    background-color: #012758;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    top: 0;
    left: 0;
    margin: 0;
    flex-direction: column;
    row-gap: 0;
  }
  #menu-header .dropdown-toggle::after {
    display: none;
  }
  #menu-header .dropdown-menu {
    display: block;
    width: 100%;
    position: static;
    margin-top: -10px;
  }
  #menu-header li {
    width: 100%;
    text-align: center;
  }
  #menu-header.show {
    padding: 100px 0;
    row-gap: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start !important;
  }
  header {
    width: 100vw;
  }
  header .container-fluid .menu-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 0;
    height: 35px;
    width: 35px;
    right: 0;
    position: relative;
    z-index: 30;
  }
  header .container-fluid .menu-mobile a {
    display: flex;
    height: 35px;
    width: 35px;
    background-color: #012758;
    align-items: center;
    justify-content: center;
    color: #edbe61;
    border-radius: 0;
    right: 0;
    position: absolute;
    text-decoration: none;
  }
  header .container-fluid .menu-mobile a.menu-mobile-fechar {
    display: none;
  }
  header .navbar {
    padding: 0;
  }
  header .navbar .logo {
    padding: 10px 0;
    z-index: 2000;
  }
  header .navbar .logo img {
    width: 180px;
  }
  #whatsapp-flutuante {
    bottom: 15px;
    right: 15px;
  }
  .owl-banners .item .container .texto {
    padding: 30px;
    width: 100%;
  }
  .owl-banners .item .container .texto h1 {
    line-height: 36px;
    font-size: 36px;
  }
  .owl-banners .item .container .texto h2 {
    font-size: 22px !important;
  }
  .owl-banners img.desktop {
    display: none;
  }
  .owl-banners img.mobile {
    display: block;
  }
  h2 {
    font-size: 32px;
  }
  section.sociedade {
    padding: 70px 0;
  }
  section.sociedade img {
    display: none;
  }
  section.servicos {
    padding: 70px 0;
  }
  section.servicos img {
    display: none;
  }
  section.servicos h2 {
    font-size: 36px;
  }
  section.servicos p {
    padding: 0;
  }
  section.servicos .accordionServicos {
    grid-template-columns: 1fr;
    row-gap: 15px;
    margin-top: 15px;
  }
  section.noticias {
    padding: 70px 0;
  }
  section.noticias h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  section.noticias img {
    display: none;
  }
  section.noticias ul li a {
    padding: 15px 0;
  }
  section.contato {
    padding: 70px 0;
  }
  section.contato h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  section.contato form {
    margin-top: 50px;
  }
}/*# sourceMappingURL=styles.css.map */