@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,300&display=swap");
@import url("https://unicons.iconscout.com/release/v4.0.0/css/line.css");

@import "./global.css";

#rodape,
#footer {
  width: 100vw;
  margin: 0;
  justify-content: center;
}
#load-page--exit-button-desktop {
  display: none;
}
#whatsapp-button {
  position: fixed;
  bottom: 5rem;
  right: 14px;
  z-index: 9999999;
  width: 4rem;
  height: 4rem;
}
#whatsapp-button a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-mobile--content > .content {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.main-mobile--content > .content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue-g);
  border-radius: 0 15rem 15rem 8rem;
}
.mobile--nav {
  background: var(--blue-g);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999999999;
}
.content {
  padding: 0 1rem 2rem 1rem;
  margin: 0;
}
.mobile--nav-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0.4rem 1rem;
}

.uil-linkedin,
.uil-whatsapp,
.uil-instagram,
.uil-facebook {
  color: var(--gray-150);
  font-size: 2rem;
}

.mobile--nav-element > a > i,
#mobile--nav-main > i {
  color: var(--gray-150);
  font-size: 1.6rem;
}

#mobile--nav-main > i {
  color: var(--blue-300);
}

#mobile--nav-main {
  width: 3.4rem;
  height: 3.4rem;
  background: var(--gray-150);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-menu-logo {
  z-index: 1;
  margin-left: -3rem;
}
#main-mobile--top {
  max-width: calc(100vw - 2rem);
  display: flex;
  justify-content: space-between;
  margin-left: -2rem;
  z-index: 1;
}
#social-links > li > a > i {
  color: var(--gray-150);
}
#main-mobile--right > h3,
#main-mobile--right > h1 {
  color: var(--gray-150);
}
#main-mobile--right > h1 {
  line-height: 1.25em;
}
#main-mobile--separator {
  border: 0.2px solid var(--gray-150);
  opacity: 0.5;
  height: 100%;
  margin: 0 1rem;
}
#desktop--home {
  display: none;
}
#mobile--header-menu {
  display: flex;
  justify-content: center;
  padding: 0.6rem 0;
}
#mobile--header-menu > #header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100vw - 3.2rem);
}
#header-menu > li > i {
  font-size: 1.4rem;
}
#theme-button > i,
#desktop--theme-button > i {
  color: var(--blue-300);
}
#menu-blog-button {
  border-left: 2px solid var(--yellow-500);
  padding-left: 0.4rem;
}
#menu-blog-button > a > i,
#menu-blog-button > a > b {
  color: var(--gray-150);
  font-size: 1.2rem;
  opacity: 0.6;
}
#main--cta-button {
  margin-top: 1.3rem;
  display: flex;
  background: var(--yellow-g);
  border-radius: var(--rounded-md);
  align-items: center;
  justify-content: center;
  width: 12rem;
  margin-left: -8rem;
  z-index: 1;
}
#blog-button {
  padding: 0.5rem;
  border-radius: var(--rounded-sm);
  border: 1px solid;
  border-color: var(--yellow-500);
  transition: all ease-in-out 0.3s;
}
#blog-button:hover {
  background: var(--yellow-500);
  color: var(--gray-100);
  cursor: no-drop;
}
#main--cta-button > a {
  padding: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
#main--cta-button > a > div > i {
  font-size: 2rem;
  color: var(--gray-150);
}
#main--cta-button > a > div > p {
  color: var(--gray-150);
  font-size: 1.2rem;
  font-weight: bold;
}
#navigate-arrow {
  bottom: 10rem;
  right: 22px;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 9999999;
}
.section--header {
  display: flex;
  flex-direction: column;
  position: relative;
  transform: none;
}
.section--header::before {
  --recuo-vertical: 0.4em;
  content: "";
  position: absolute;
  background: var(--yellow-g);
  width: 6px;
  top: var(--recuo-vertical);
  bottom: var(--recuo-vertical);
  left: -1.5em;
  border-radius: 0.15em;
}
.section--title {
  font-size: var(--text-xl) !important;
  color: var(--gray-800);
}
.section--subtitle {
  font-size: var(--text-md);
  font-weight: 400;
}
.section-skew {
  margin-bottom: var(--between-sections-margin);
  position: relative;
  z-index: 1;
}
.section-skew--wrapper {
  position: relative;
  inset: 0;
}
.section-skew--wrapper::before {
  content: "";
  position: absolute;
  inset: -2.5em 0;
  background: var(--blue-g);
  transform: skewY(var(--skew-y));
  z-index: -1;
}
.section-skew .section--title,
.section-skew .section--subtitle,
.section-skew .section--text {
  color: var(--gray-150);
}
.section--text {
  padding: 0 2rem;
}
#sobre-nos {
  padding-top: calc(2.4 * var(--m-1));
}
#nossos-servicos {
  padding-top: calc(2.4 * var(--m-1));
}
#fotos {
  padding-top: calc(2 * var(--m-1)) !important;
}
#services--category {
  display: flex;
  align-items: center;
  margin-bottom: 1rem !important;
  padding-bottom: 1rem !important;
}
.services--category-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services--category-item-active {
  background: var(--yellow-g);
  color: var(--gray-100);
}
#services--category {
  display: flex;
  min-width: 100px;
  padding: 10px;
  margin: 0 1rem;
  overflow-x: auto;
}
.services--card-title {
  font-size: var(--text-xl);
  color: var(--gray-150);
  font-weight: 700;
}
.services--card-text {
  color: var(--gray-150);
  font-size: var(--text-md);
}
.services--category-item {
  background-color: var(--gray-100);
  box-shadow: var(--drop-shadow);
  font-size: var(--text-md);
  border-radius: var(--rounded-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.4rem;
  padding: 0.6rem;
  white-space: nowrap;
  cursor: pointer;
  font-weight: bold;
}
.services--card {
  background: var(--blue-g);
  border-radius: var(--rounded-md);
  display: none;
  padding: 1.4rem;
  margin: 0 2rem;
  flex-direction: column;
}
#services--card-portas {
  display: flex;
  flex-direction: column;
}
.services--card-image img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-radius: var(--rounded-md);
}
.service--card-info {
  display: flex;
  flex-direction: column;
  align-items: left;
  background: var(--blue-g);
  padding: 1rem 2rem 2rem 2rem;
  border-radius: 0 0 var(--radius) var(--radius);
}
.service--card-info > p {
  font-size: var(--text-size);
  color: var(--white);
}
.card {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-us--service-about-us {
  display: none;
}
#postagens {
  margin-top: calc(4.4 * var(--m-1)) !important;
}
#instagram {
  padding-top: calc(2.4 * var(--m-1)) !important;
}
#empresas-parceiras {
  margin-top: calc(2.4 * var(--m-1)) !important;
}
#insta-recentes {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
}
.section--target > a {
  margin-top: 1rem;
  display: block;
  color: var(--gray-150);
  width: 100%;
  text-align: center;
}

.midia-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.midia-content,
.midia-content video {
  --tamanho: calc((100vw / 2) - 3em);
  width: var(--tamanho);
  height: var(--tamanho);
  object-fit: cover;
}

/* Sessão footer */

#footer {
  margin-top: calc(3 * var(--m-1));
  display: flex;
  flex-direction: column;
  background: var(--blue-g);
  text-align: center;
  padding: 1.5rem 0;
  color: var(--gray-150);
}
#footer--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-auto-flow: row;
}
#footer--header > h6 {
  font-size: var(--text-md);
  font-weight: 50;
}
#footer--header::before {
  display: none;
}
#footer--siga-nos > ul {
  display: grid;
  grid-row: 2;
  grid-template-columns: repeat(4, 1fr);
}
#footer--siga-nos > ul > li {
  display: grid;
  place-items: center;
}
#footer--institucional {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-items: start;
  text-align: center;
  margin-top: 1em;
}
#footer--institucional > div {
  margin: 0 auto;
}
#footer--institucional > div > ul {
  display: flex;
}
#footer--institucional > div > ul > li {
  margin: 0 1em;
}
#footer--institucional > div:nth-child(2) > h4 {
  text-align: center;
}
#footer--institucional div > ul > li > a {
  color: var(--gray-150);
}
#footer--message {
  z-index: 999999 !important;
  position: relative;
  color: var(--gray-150);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  background: var(--yellow-500);
  word-wrap: break-word;
  padding-bottom: 6rem !important;
  max-width: clamp(768px, 100vw, 100vw);
  margin: 0 auto;
}
#footer--message a b {
  color: var(--gray-150);
}
#mobile-map {
  margin-top: 2rem;
  margin: 2rem;
  height: 100vw;
  grid-column: -3;
  grid-row: 2;
  border-radius: var(--rounded-md);
}
.out-map {
  margin-top: 2rem;
  justify-content: center;
  align-items: center;
}
.out-map h2 {
  margin-bottom: -1rem;
}
#blog-card {
  border: 2px solid var(--yellow-light);
  padding: 0.8rem;
  border-radius: 0.5rem;
}
#blog-card:hover {
  background: var(--yellow-g);
  color: var(--white);
}
#main {
  padding-bottom: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
#main > div > section {
  display: flex !important;
}
#main--right {
  width: 62vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2rem;
}
.main--social-links {
  color: var(--white);
}
#social-links > li {
  margin: 1rem 0;
  color: var(--white);
}
#main--right > h1 {
  font-size: var(--h1-size);
  font-weight: 600;
  word-wrap: normal;
  line-height: 3.2rem;
  color: var(--white);
}
#main--right > h3 {
  color: var(--white);
}
#mainMobileDiv {
  background: var(--blue-g);
  border-radius: 0 11rem 12rem 6rem;
  padding-bottom: 2rem;
  width: 100vw;
}
#main--service-ul {
  align-items: center;
  justify-content: center;
  display: flex;
  transform: rotate(var(--skew-y));
}
.main--service-photos > img {
  margin: 0.4rem;
  width: 60vw;
}
#main--service {
  margin: var(--m-1) 0;
}
#hero-target {
  text-align: left;
}

/* Estilização padrão das Sessões */

.section--line {
  width: 0.4rem;
  border-radius: 100px;
  margin-right: 1.4rem;
}
.section--header {
  margin-left: -1rem;
  display: flex;
  margin: 0 3rem 1.4rem 3rem;
}
.buttom-active {
  background: var(--yellow-g);
  color: var(--white);
  font-weight: bold;
}
#theme-button,
#desktop--theme-button {
  cursor: pointer;
}
.card-active {
  display: flex;
}

/*  Sessão empresas parceiras */

#empresas {
  background: var(--gray-150);
  padding-top: calc(2 * var(--m-1));
}

.empresas--pages {
  width: 10vw;
  display: flex;
  justify-content: space-around;
  background: blue;
  margin: 1rem 0;
}
.empresas--icons {
  height: 100%;
  width: 16vw !important;
}
#empresas--list {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper {
  width: 84vw;
}
.contact {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1rem;
}

.contact__information {
  gap: 1rem;
  padding: 1rem;
  border: 2px solid var(--blue-300);
  border-radius: 1rem;
  display: flex;
}
.contact__information:hover {
  background: var(--blue-g);
}

.contact__icon{
  font-size: 2rem;
  width: 3rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide {
  background: transparent;
}
.swiper-slide img {
  filter: grayscale(1);
  display: block;
  height: 100%;
  width: 100%;
}
.swiper-slide img:hover {
  filter: grayscale(0);
}
.swiper-slide img :hover {
  filter: grayscale(0);
}
.swiper-pagination {
  margin-top: 2rem;
  position: static;
}
.swiper-pagination-bullet {
  background: var(--blue-100);
}
#empresas--separator {
  margin-top: calc(2 * var(--m-1));
  background: var(--gray-200);
  opacity: 0.2;
  border: 1px solid var(--gray-200);
}
#desktop-nav--menu {
  z-index: 100;
  filter: var(--drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)));
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1em;
  background: var(--gray-100);
}
#desktop-nav--list {
  display: flex;
  flex-direction: row;
}
#desktop-nav--list > li > a {
  margin: 0.25em;
}
.nav-menu-li > i {
  color: var(--blue-light);
}
#desktop--home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#desktop-nav--menu {
  width: 100vw;
}
#galery {
  margin-top: calc(2 * var(--m-1));
}
.galery--menu-separator {
  background: var(--gray-200);
  width: 1px;
  height: 100%;
  margin: 0.5rem 0;
}
.galery--menu {
  overflow-x: auto;
  padding-bottom: 0.5rem;
  width: 100%;
  display: flex;
  margin: 1rem 0;
  padding-left: 1.4rem;
  padding-bottom: 1rem;
  margin-bottom: -1rem;
}
.galery--menu div {
  margin: 0 0.5rem;
  display: flex;
  cursor: pointer;
  border: 1.5px solid var(--blue-300);
  padding: 0.6rem;
  padding-left: 0.2rem;
  color: var(--gray-800);
  border-radius: var(--rounded-sm);
}
.galery--menu-active {
  background: var(--blue-g);
  border: 1px solid transparent !important;
  color: #fff !important;
}
.galery--menu i {
  margin: 0 0.5rem;
}
.galery--menu span {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.galery-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 2rem;
  grid-gap: 10px;
}
.galery-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.galery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rounded-sm);
  aspect-ratio: 4/3;
}
.galery-container {
  display: none;
}
#galery-varzea-alegre {
  display: grid;
}

#contatos {
  padding: 1.5rem 0
}

@media (min-width: 768px) {

  .content {
    margin: 0 8rem;
  }
  .services--card {
    gap: 2rem;
    align-items: center;
    display: none;
    flex-direction: row !important;
  }
  .services--card-image img {
    width: 50rem;
    max-width: 40vw !important;
  }
  .galery-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .mobile--nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
  }
  .mobile--nav-list {
    border-radius: var(--rounded-md) var(--rounded-md) 0 0;
    background: var(--blue-g);
    width: 60vw;
    box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.2);
  }
  .main--service-photos img {
    max-width: 40vw;
  }
  #main--service {
    margin-top: calc(2 * var(--m-1));
  }
  .section-skew--wrapper::before {
    content: "";
    position: absolute;
    background: var(--blue-g);
    bottom: -2em;
    transform: skewY(var(--skew-y));
    z-index: -1;
  }
  .midia-content {
    --tamanho: clamp(10vw, calc((100vw / 4) - 2em), 15vw);
    width: var(--tamanho);
    height: var(--tamanho);
  }
  #mobile-map {
    height: 38vw;
  }
  .empresas--icons {
    width: 12rem !important;
  }
  .services--card {
    border-radius: var(--rounded-md);
    /* max-width: 90vw; */
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
  }
  .services--card-image img {
    height: 24rem;
    border-radius: var(--rounded-md);
    min-width: 12rem;
  }
  #footer--message {
    padding-bottom: 1.6rem !important;
  }
  .services--card {
    display: none;
  }
}
@media (min-width: 1440px) {
  .contact{
    flex-direction: row !important;
  }
  .galery--menu {
    overflow: auto !important;
  }
}
@media (min-width: 1024px) {
  #navigate-arrow {
    right: 9.5rem !important;
    bottom: 4rem;
    z-index: 9999999;
  }
  #whatsapp-button {
    width: 5rem;
    height: 5rem;
    bottom: 3rem;
    right: 3rem;
  }
  :root {
    --skew-y: 2deg;
  }
  .out-map h2 {
    margin-bottom: 1rem;
  }
  .services--card-info {
    align-items: left;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .services--card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .services--card-image > img {
    height: 24rem;
  }
  #switch-mode-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 2rem;
  }
  #nossos-servicos,
  #desktop--home,
  #postagens {
    padding-top: calc(6 * var(--m-1));
    margin-top: calc(2 * var(--m-1) * -1) !important;
  }
  #sobre-nos {
    padding-top: calc(8 * var(--m-1));
    margin-top: calc(2 * var(--m-1) * -1);
  }
  #empresas-parceiras {
    margin-top: calc(8 * var(--m-1) * -1);
  }
  #desktop--home {
    display: flex;
  }
  #mobile--home,
  .mobile--nav-list {
    display: none;
  }
  .section-skew--wrapper::before {
    content: "";
    position: absolute;
    background: var(--blue-g);
    inset: -1500px;
    top: -1em;
    bottom: -3em;
    transform: skewY(var(--skew-y));
    z-index: -1;
  }
  #footer {
    display: flex;
    flex-direction: row;
  }
  #footer--wrapper {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row: 1;
  }
  #mobile-map {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row: 1;
    width: 45vw;
    height: 20vw;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    border-radius: var(--rounded-md);
    max-width: 50rem;
  }
  .main-desktop--content {
    max-width: 960px;
    min-width: 800px;
    margin-top: calc(var(--m-1) * 2);
    width: 64vw;
    background: var(--blue-g);
    border-radius: 4rem 20rem 20rem 12rem;
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  .main-desktop--left {
    margin-left: 4rem;
  }
  .main-desktop--right {
    margin-right: -2rem;
  }
  .main-desktop--right img {
    height: 24rem;
  }
  .main--slogan {
    font-weight: bold;
    line-height: 1.2;
    font-size: var(--text-3xl);
  }
  .main-desktop--cta-button {
    margin-top: 1rem;
    background: var(--yellow-g);
    border-radius: var(--rounded-sm);
    padding: 0.6em;
    width: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-100);
  }
  .main-desktop--cta-button a {
    color: var(--gray-100);
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .main-desktop--cta-button > a > span {
    font-size: var(--text-lg);
  }
  .main-desktop--cta-button i {
    font-size: 1.6rem;
    margin-right: 0.6rem;
  }
  .desktop-nav--element {
    border: 2px solid transparent;
    margin: 0.4em;
    transition: all 0.2s ease-in-out;
  }
  .desktop-nav--element a {
    color: var(--gray-300);
  }
  .desktop-nav--element:hover,
  .desktop-nav--element-active {
    border-bottom: 2px solid var(--yellow-500);
  }
  .desktop-nav--element-blog-buttom {
    border: none !important;
  }
}
@media (min-width: 2560px) {
  :root {
    --skew-y: 1deg;
  }
  .section-skew--wrapper::before {
    content: "";
    position: absolute;
    background: var(--blue-g);
    inset: 0;
    top: -1em;
    bottom: -3em;
    transform: skewY(var(--skew-y));
    z-index: -1;
  }
  #rodape,
  #footer {
    width: clamp(768px, 80vw, 1500px);
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
}
