/* ==========================================================================
   Table of Contents
   ========================================================================== */
/*

    1. Font Face
    2. General
    3. Utilities
    4. Header
    5. Page Content
    6. Footer
    7. Third Party Elements
    8. Media Queries

 */
/* $variable: #b4b4c4; */
/* ==========================================================================
   1. Font Face - Sets up the website fonts
   ========================================================================== */
/*

@font-face {
  font-family: 'FontFamilyName';
  src: url('../../fonts/fontFolder/fontfile.eot');
  src: url('../../fonts/fontFolder/fontfile.eot') format('embedded-opentype'),
       url('../../fonts/fontFolder/fontfile.woff2') format('woff2'),
       url('../../fonts/fontFolder/fontfile.woff') format('woff'),
       url('../../fonts/fontFolder/fontfile.ttf') format('truetype'),
       url('../../fonts/fontFolder/fontfile.svg#FontFamilyName') format('svg');
}

*/
/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */

@font-face {
  font-family: 'Axiforma';
  src: url('../../fonts/axiformar.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Hasweny';
  src: url('../../fonts/hasweny.otf') format('opentype');
  font-weight: 400;
}

html,
body {
  height: 100%;
  margin: 0;
}

/* TOPO */ 
.nav-link i {
  background: #71BAB3;
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 5px;
}

/* SEÇÃO BANNER */ 
.display-desk {
  width: 100%;
  height: 745px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
/* SEÇÃO BANNER */ 
.display-desk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.display-desk:hover img {
  transform: scale(1.04);
}
.overlay-banner {
  background-color: rgba(32, 79, 93, 0.4); 
}
.titulo-banner {
    font-family: "Hasweny";
    text-transform: uppercase;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    margin: 20px;
}
.legenda-banner {
  color: #FFF;
  text-align: center;
  font-family: "Axiforma";
  font-size: 25px
}
.btn-banner {
  padding: 0.6rem 0 0.5rem 0;
  min-width: 235px;
  background-color: #71BAB3;
  color: #fff;
  border-radius: 5px;
  font-family: "Axiforma";
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.btn-banner span {
  display: inline-block;
  margin-right: -18px;
  transition: all .3s;
}
.btn-banner i {
  opacity: 0;
  transition: all .3s;
}
.btn-banner:hover {
  background-color: #5daaa3;
  color: #fff;
}
.btn-banner:hover i {
  opacity: 1;
}
.btn-banner:hover span {
  margin-right: 0;
}
.container-banner {
  position: relative;
}
.img-banner {
  transition: transform 0.8s ease;
  object-fit: cover;
}
.container-banner:hover .img-banner {
  transform: scale(1.05);
}

/* SEÇÃO SOBRE */
.sobre {
  background: #FFF9EC;
}
.sobre h1 {
  font-family: "Hasweny";
  font-size: 42px;
  color: #71BAB3;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}
.sobre h5 {
  font-family: "Axiforma";
  font-weight: 400;
  color: #BB9462;
  margin-bottom: 24px;
}
.sobre h5 svg {
  margin-right: 4.8px;
}
.sobre p {
  color: #535353;
  font-family: "Axiforma";
  font-size: 16px;
}

/* SEÇÃO INFRAESTRUTURA */
.infraestrutura .titulo-infra {
  font-family: "Hasweny";
  text-transform: uppercase;
  font-size: 45px;
  color: #71BAB3;
  margin-bottom: 1rem;
}
.infraestrutura .legenda {
  color: #535353;
  font-family: "Axiforma";
  font-size: 16px;
  width: 85%;
}
.bg-infra {
  background-color: #204F5D;
  width: 90%;
  margin-top: -2rem;
  font-size: 14px;
  font-family: "Axiforma";
  padding: 3rem 3.5rem 2rem 3.5rem;
  position: relative;
  z-index: 1;
}
.infraestrutura {
  position: relative;
}
.infraestrutura  .img-infra {
  z-index: 1;
}
.infraestrutura .btn-banner {
  padding: 0.4rem 0 0.2rem 0;
}
.imagem-decorativa-infra {
  position: absolute;
  top: 375px;
  left: -12px;
  z-index: 0;
}
.imagem-decorativa-infra img {
  width: 505px; 
  opacity: 0.7; 
  pointer-events: none; 
}
.btn-interesse {
  background: none;
  border: 2px solid #fff;
  padding: 0.3rem 3.5rem 0.3rem 3.5rem;
  font-size: 15px;
  color: #fff;
  font-family: "Axiforma";
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-interesse:hover {
  background-color: #fff;
  color: #204F5D;
  border: 1px solid #204F5D;
}

/* SEÇÃO LUXO */
.bg-luxo {
  background-color: #FFF9EC;
}
.imagens-luxo {
  position: relative;
  bottom: -4rem;
  z-index: 2;
}
.imagens-luxo .box-img-luxo {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.imagens-luxo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .5s;
  border-radius: 5px;
}
.imagens-luxo img:hover {
  transform: scale(1.05);
}
.img-canto {
  position: absolute;
  bottom: -50px;
  right: -52px;
  width: 160px;
  z-index: 1;
  transition: all .3s;
}
.img-canto.active {
  transform: rotate(15deg);
}
.luxo .titulo-luxo {
  font-family: "Hasweny";
  text-transform: uppercase;
  color: #71BAB3;
  font-size: 42px;
  margin: 4rem 0;
}
.luxo .legenda-luxo {
  color: #535353;
  font-family: "Axiforma";
  font-size: 16px;
  width: 85%;
}
.luxo .info-luxo {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.luxo .icon-luxo {
  border: 2px solid #71BAB3;
  width: 5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.luxo .legenda-icon {
  color: #535353;
  font-family: "Axiforma";
  font-size: 14px;
  margin-top: 16px;
}

/* SEÇÃO GALERIA */
.galeria h2 {
  font-family: "Hasweny";
  text-transform: uppercase;
  color: #71BAB3;
  font-size: 42px;
  margin-bottom: 2.5rem;
}
.elemento-decorativo {
  position: absolute;
  top: -130px;
  right: 8px;
  z-index: 0;
  max-width: 335px;
  opacity: 0.7;
  pointer-events: none;
}
.col-info {
  margin-top: 60px;
  margin-bottom: 60px;
}
.galeria .galeria-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
.galeria-item .imagem {
  transition: transform 0.5s ease;
  width: 100%;
  display: block;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}
.galeria-item:hover .imagem {
  transform: scale(1.05);
}
.galeria .overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.galeria .icone-zoom {
  background: #FFF9EC;
  padding: 01rem 1.4rem;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.galeria-item:hover .icone-zoom {
  opacity: 1;
}
.galeria .faixa-legenda {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  background: linear-gradient(0deg, #71BAB3 0%, rgba(113, 186, 179, 0.00) 100%);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 1;
}
.galeria-item:hover .faixa-legenda {
  opacity: 1;
}
.galeria .legenda-hover {
  color: #fff;
  font-size: 14px;
  font-family: "Axiforma";
  margin: 0;
}

/* SEÇÃO EXPLORAR */
.explorar .imagem-explorar {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.explorar .sobreposicao {
  position: absolute;
  inset: 0;
  background-color: rgba(32, 79, 93, 0.8); 
  padding: 2rem;
  z-index: 1;
}
.explorar .titulo {
  font-size: 45px;
  width: 80%;
  font-family: "Hasweny";
  text-transform: uppercase;
}
.explorar .btn-tour {
  padding: 0.4rem 0 0.3rem 0;
  width: 240px;
  font-size: 15px;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: "Axiforma";
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.explorar .btn-tour span {
  display: inline-block;
  margin-right: -18px;
  transition: all .3s;
}
.explorar .btn-tour i {
  opacity: 0;
  transition: all .3s;
}
.explorar .btn-tour:hover i {
  opacity: 1;
}
.explorar .btn-tour:hover span {
  margin-right: 0;
}

/* SEÇÃO PLANTAS */
.plantas .titulo-secao {
  font-size: 50px;
  font-family: "Hasweny";
  text-transform: uppercase;
  color: #71BAB3;
  margin-bottom: 2.5rem;
}
.plantas .img-plantas {
  width: 65% !important;
}
.btn-plantas {
  background-color: #71BAB3;
  color: #fff;
  padding: 0.6rem 0 0.5rem 0;
  width: 240px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Axiforma";
  transition: background 0.3s ease;
}
.btn-plantas:hover {
  color: #fff;
  background-color: #71BAB3;
}
.btn-plantas span {
  display: inline-block;
  margin-right: -18px;
  transition: all .3s;
}
.btn-plantas i {
  opacity: 0;
  transition: all .3s;
}
.btn-plantas:hover i {
  opacity: 1;
}
.btn-plantas:hover span {
  margin-right: 0;
}
.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.owl-carousel, .owl-nav, button.owl-prev, button.owl-next {
  background: none !important;
}
.owl-nav .esquerda {
  margin-left: 80px;
}

/* SEÇÃO PROFISSIONAIS */
.profissionais {
  margin-top: 5rem;
  z-index: 1;
}
.profissionais h4 {
  font-family: "Axiforma";
  font-weight: 400;
  color: #BB9462;
  margin-bottom: 24px;
}
.decorativo-superior-esquerdo {
  position: absolute;
  bottom: 375px;
  left: -20px;
  z-index: 0;
}
.decorativo-superior-esquerdo img {
  width: 460px; 
  opacity: 0.7;  
  pointer-events: none;
}
.profissional-item {
  background-color: #FFF9EC;
  border-radius: 5px;
  padding-top: 50px; 
}
.foto-wrapper {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.conteudo-profissional {
  padding: 2rem;
}
.nome-profissional {
  color: #71BAB3;
  font-family: "Hasweny";
  text-transform: uppercase;
  font-size: 30px;
  margin: 1rem 0 1.5rem 0;
}
.descricao-profissional {
  font-size: 15px;
  color: #535353;
  font-family: "Axiforma";
  line-height: 1.6;
}
.foto-profissional {
  border-radius: 5px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* SEÇÃO CONTATO */
.contato {
  background-color: #204F5D;
  color: #fff;
}
.contato h2 {
  font-family: "Hasweny";
  text-transform: uppercase;
  font-size: 45px;
  margin-bottom: 1.4rem;
}
.contato p {
  font-size: 15px;
  font-family: "Axiforma";
  margin-bottom: 2.5rem;
}
.input-group-text i {
  font-size: 1.2rem;
}
.input-group-text {
  border-radius: 0 !important;
}
.form-control {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding-left: 0.5rem;
}
.form-control::placeholder {
  color: #fff;
}
.form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #71BAB3 !important;
  color: #fff !important;
  background: transparent !important;
}
.input-group-text {
  border-bottom: 1px solid #fff !important;
  padding-right: 0.5rem;
}
.btn-enviar {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.4rem 0 0.3rem 0;
  width: 240px;
  font-size: 15px;
  font-family: "Axiforma";
  border-radius: 5px;
  transition: 0.3s ease, color 0.3s ease;
}
.btn-enviar:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-enviar span {
  display: inline-block;
  margin-right: -18px;
  transition: all .3s;
}
.btn-enviar i {
  opacity: 0;
  transition: all .3s;
}
.btn-enviar:hover i {
  opacity: 1;
}
.btn-enviar:hover span {
  margin-right: 0;
}
.box-submit {
  display: flex;
    flex-direction: column;
    align-items: center;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-spinner {
  margin-top: 10px;
}

/* FOOTER */
.footer-site {
  background-color: #FFF9EC;
  font-size: 15px;
  font-family: "Axiforma";
  color: #535353;
  padding: 3rem 4rem 1rem 4rem;
}
.titulo-footer {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 0 8px;
}
.info-footer,
.info-footer a {
  color: #535353;
  text-decoration: none;
  font-size: 14px;
}
.info-footer:hover {
  text-decoration: underline;
}
.social-icons a {
  color: #204F5D;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.social-icons i {
  border: solid 2px #71BAB3;
  border-radius: 5px;
  padding: 0.4rem 0.8rem;
  font-size: 22px;
  color: #71BAB3;
} 
.footer-2 {
  font-size: 12px;
  color: #535353;
  font-family: "Axiforma";
}
.footer-2 p {
  margin: 0 !important;
}
.footer-2 p span {
  text-decoration: underline;
}
footer .logo-footer {
  width: 250px;
}

.btn-whatsapp-flutuante,
.btn-whatsapp-flutuante:hover,
.btn-whatsapp-flutuante:active {
  display: flex;
  width: 80px;
  height: 80px;
  font-size: 55px;
  text-decoration: none;
  background-color: #71BAB3;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  bottom: 240px;
  right: 1.5rem;
}

/* PÁGINA 404 */
.page-404 {
  margin: 4rem 0rem;
  text-align: center;
}
.the-title {
  font-family: "Hasweny";
  text-transform: uppercase;
  font-size: 45px;
  color: #204F5D;
}
.the-title h1 {
  margin: 0;
}
.the-content {
  font-size: 18px;
  color: #535353;
  font-family: "Axiforma";
  margin: 1.2rem 0;
}
.page-404 .img-canto {
  position: absolute;
  bottom: 250px;
  right: 0;
  width: 160px;
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1023px) {
/* HOME */
.titulo-banner {
  line-height: 45px;
  font-size: 48px;
}
.legenda-banner {
  font-size: 20px;
}
.bg-infra {
  margin: 0;
  width: 97%;
}
.foto-wrapper {
  position: relative;
  top: 0;
}
.footer-2 {
  text-align: center;
}
.phone-footer {
  margin: 1rem 0;
}
.alfama {
  text-align: center !important;
  margin-top: 1rem;
}
}

@media all and (max-width: 992px) {
  .col-info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* MOBILE */
@media all and (max-width: 768px) { 
.display-desk {
  height: 320px;
}
.titulo-banner {
  line-height: 30px;
  font-size: 30px;
}
.legenda-banner {
  font-size: 18px;
}
.nav-mobile {
 flex-direction: column;
}
.sobre {
  text-align: center;
}
.sobre h1 {
  line-height: 40px;
  font-size: 32px;
}
.infraestrutura .titulo-infra, .galeria h2, .contato h2, .plantas .titulo-secao  {
  font-size: 32px;
}
.infraestrutura .legenda {
  width: 100%;
}
.img-infra {
  margin-bottom: 0.5rem;
}
.imagem-decorativa-infra, .elemento-decorativo, .decorativo-superior-esquerdo {
  display: none;
}
.luxo .legenda-luxo {
  width: 100%;
}
.img-luxo {
  margin-bottom: 1rem;
}
.infraestrutura {
  padding-bottom: 0 !important;
}
.img-canto {
  width: 35%;
  right: 0;
}
.bg-infra {
  padding: 2rem 1rem 2rem 1rem;
  width: 94%;
  margin-top: -3rem;
}
.luxo .titulo-luxo {
  margin: 2rem 0 3rem 0rem;
}
.explorar .titulo {
  font-size: 32px;
  width: 100%;
}
.owl-nav {
  width: calc(100% - 0px);
}
.owl-nav .esquerda {
  margin-left: 0;
}
.plantas .img-plantas {
  width: 100% !important;
}
.foto-wrapper {
  position: relative;
  top: 0;
}
.profissionais {
  margin-top: 0;
}
.mobile-social {
  justify-content: center !important;
}
.footer-site {
  padding: 3rem 2rem 1rem 2rem;
}
.footer-2 {
  text-align: center;
}
.alfama {
  text-align: center !important;
}
.logo-rodape {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.phone-footer {
  margin: 1rem 0;
}
.social-icons {
  margin-top: 1rem;
}
}