/*
Theme Name: Actmob Institucional 2024 - Altair
Author: Bruno Miho
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pirata+One&display=swap"); /*font-family: "Pirata One", system-ui;*/
@import url("./assets/css/global.css");
@import url("./assets/css/header.css");
@import url("./assets/css/utilidade.css");
@import url("./assets/css/footer.css");

/* ============ CSS DO SITE ============*/

/* SECTION - HISTORIA */
.section-historia {
  color: #eaeaea;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #0d1728 !important;
}
.section-historia h3,
.section-historia h2 {
  font-family: "Pirata One";
  line-height: 1;
}
.section-historia h2 {
  font-size: 8rem;
  font-family:'Bomstad display', sans-serif;
}
.section-historia h3 {
  font-size: 6rem;
	font-family: 'Sora', sans-serif;
}
.section-historia p {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
	font-family:'Sora', sans-serif;
	text-align: justify;
}
.galeria-slider .item-galeria img {
  min-height: 225px;
}

@media screen and (max-width: 1400px) {
  .galeria-slider .item-galeria img {
    min-height: 225px;
  }
}

@media screen and (max-width: 800px) {
  .section-historia {
    padding: 0 !important;
  }
  .bloco-tablet > div {
    padding: 0 !important;
  }
  .bloco-historia {
    padding: 2rem 0.75rem 0;
  }

  .galeria-slider .item-galeria img {
    min-height: 100%;
  }
}

@media screen and (max-width: 500px) {
  .section-historia {
    padding-top: initial;
    padding-bottom: 60px;
  }
}

/* SECTION - GALERIA */
.galeria-slider .slick-slide {
  max-width: fit-content;
  height: 307px;
}
.galeria-slider .item-galeria {
  width: 460px;
}

.item-galeria {
  position: relative;
  cursor: pointer;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.item-galeria:hover .overlay {
  opacity: 1;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
}

.overlay > i {
  font-size: 2.5rem;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .galeria-slider .slick-slide {
    height: 222px;
  }
}

@media screen and (max-width: 800px) {
  .galeria-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* SECTION - SERVIÇOS */
.bloco-servicos {
  color: var(--light);
}
.bloco-servicos h3 {
  font-family: 'Sora', sans-serif;
  font-size: 3.75rem;
  line-height: 1.2;
	color: #eaeaea;
}
.bloco-servicos h2 {
  font-family: 'Bomstad display', sans-serif;
  font-size: 6rem;
  line-height: 1.2;
	color: #eaeaea;
}
.bloco-servicos p {
  font-size: 1.375rem;
  line-height: 1.5;
	font-family:'Sora', sans-serif;
	text-align: justify;
}
.bloco-servicos h4 {
  font-family: 'Bomstad display', sans-serif;
  font-size: 3.75rem;
  color: #93B8D8;
}
.bloco-servicos .unidade {
  margin-bottom: 3rem;
}
.bloco-servicos .unidade .telefone {
  display: block;
  font-size: 1.5rem;
}
.box-servico {
  padding: 134px 78px 134px 35px;
	background-color: #0d1728;
}
.bloco-servicos > div > div {
  padding: 100px;
}
.item-servico {
  margin-bottom: 30px;
}
.item-servico > img {
  width: 100%;
  transition: 0.5s;
}
.item-servico > div,
.item-servico-mobile > div {
  background: #253559;
  padding: 20px 30px;
  color: var(--light);
}
.item-servico > div > h3,
.item-servico-mobile > div > h3 {
  font-family: 'Bomstad display', sans-serif;
  color: #93B8D8;
  font-size: 2.5rem;
}
.item-servico > div > a,
.item-servico-mobile > div > a {
  font-family: 'Sora', sans-serif;
  color: var(--light);
  font-size: 1.375rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.item-servico {
  position: relative;
  overflow: hidden;
  height: 480px;
}

.item-servico img {
  transition: opacity 0.3s ease;
}

.item-servico img.hover {
  opacity: 0;
}

.item-servico:hover img {
  height: calc(367px + 40px);
}
.item-servico:hover > div {
  padding: 0;
  padding-left: 30px;
  align-items: stretch !important;
}
.item-servico:hover > div > a {
  min-height: 100%;
  background: green;
  padding: 0 30px;
}
.btn-whatsapp {
  background-color: var(--cor-extra);
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.item-servico-mobile {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
  .bloco-servicos > div > div {
    padding: 20px;
  }

  .item-servico {
    height: 340px;
  }
  .item-servico:hover img {
    height: calc(241px + 30px);
  }
  .item-servico > div > h3 {
    align-self: center;
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  .box-servico {
    padding: 60px 50px;
  }
  .bloco-servicos > div > div {
    padding: 50px;
  }
}

@media screen and (max-width: 500px) {
  .bloco-servicos > div > div {
    padding: 0 20px 40px;
  }
  .box-servico {
    padding: 40px 20px;
  }
  .item-servico {
    height: 330px;
  }
  .item-servico:hover img {
    height: calc(236px + 40px);
  }
}

/* INSTAGRAM */
.section-instagram {
  background: var(--light);
  padding: 74px 0 100px;
  color: #1d2b49;
}
.section-instagram h2 {
  font-family: 'bomsstad display', sans-serif;
  font-size: 3rem;
  margin-bottom: 3.75rem;
}

.img-mobile-clube figure,
.img-mobile-clube figure > div,
.img-mobile-clube img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .item-servico:hover img {
    height: calc(180px + 14px);
  }
}

.section-historia h2 {
	color: #93B8D8;
}

#banner {
  height: 100vh; /* ou 500px, se quiser altura fixa */
  overflow: hidden;
}

#banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
