*, *::before, *::after { box-sizing: border-box; }

* { margin: 0; padding: 0; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { display: revert; }

html { font-size: 62.5%; line-height: 1.5; }

body { font-family: Arial, Helvetica, sans-serif; line-height: 1.6; background-color: #fff; color: #333; }

a { text-decoration: none; color: inherit; }

a:hover { transition: all 0.3s ease; }

::selection { background-color: #eaeaea; color: #f60; }

::-moz-selection { background-color: #eaeaea; color: #f60; }

img, picture, svg, video, canvas { max-width: 100%; display: block; }

:root { --primary-color: #0a3e76; --accent-color: #d9b377; --text-color: #111; --bg-light: #f5f5f5; --border-radius: 8px; --shadow: 0 4px 6px rgba(0,0,0,0.1); }

.clearfix::after { content: ""; display: table; clear: both; }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

@font-face {
    font-family: 'Rachelya';
    src: url('../fonts/Rachelya.woff2') format('woff2'),
        url('../fonts/Rachelya.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chopin Medium';
    src: url('../fonts/Chopin-Medium.woff2') format('woff2'),
        url('../fonts/Chopin-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chopin Light';
    src: url('../fonts/Chopin-Light.woff2') format('woff2'),
        url('../fonts/Chopin-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chopin Regular';
    src: url('../fonts/Chopin-Regular.woff2') format('woff2'),
        url('../fonts/Chopin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.container{max-width: 1200px;}

.banner{background:url(../img/banner.jpg) no-repeat center; background-size: cover; height: 700px; width: 100%; position: relative;}

.banner-mob{background: url(../img/banner_mob.jpg) no-repeat left; background-size: cover; width: 100%; height: 800px; position: relative;}

.logo{background: #5eccf1; position: absolute; bottom:-40px; left:100px; clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%); border-end-end-radius: 10px; border-bottom-left-radius: 10px;}

h1{font: 10rem 'Rachelya', Arial, sans-serif; color: #5eccf1;}

h2{font: 2.4rem 'Chopin Medium', Arial, sans-serif;   color: #063952; }

h3{font: 1.6rem 'Chopin Medium', Arial, sans-serif;   color: #eee; }

h4{font: 5rem 'Rachelya', Arial, sans-serif; color: #5eccf1; text-align: center;} 

p{font: 1.5rem 'Chopin Regular', Arial, sans-serif; color: #333; line-height: 3rem;}

.btn-play {font: 1.8rem 'Chopin Regular', Arial, sans-serif;    border: solid 4px rgb(223, 245, 252);    border-radius: 20px;    background-color: rgb(94, 203, 241);  
    transform: translateY(0);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

  .btn-play:hover{transform: translateY(-5px) scale(1.02);    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),                 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.foto-sant{overflow: hidden; border-top-right-radius: 80px; width:100%; height:auto; background: #E8F7FC;}

.elemento-azul {    position: absolute;    left: 100px;    top: 0;    width: 80px;     height: 100%;    background-color: #d4f1f9;     z-index: 1;   }

.item{position: relative; z-index: 50;}

    .item h2{margin-top: 3rem;}


.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 45px 20px;
    background: #E8F7FC;
    width: 200px;
    border-radius: 20px;
    gap: 15px; /* espaço entre ícone e texto */
    transition: transform 0.3s ease;
    border: 0;
    animation: flutuar 6s ease-in-out infinite;
    will-change: transform; /* Otimização de performance */    
  }

  
  .card-img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .card-icon svg,
  .card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .card p {
    font-size: 14px;
    font-weight: 500;
    color: #2C5F7C;
    line-height: 1.4;
    margin: 0;
    /* Permite 2 linhas máximo */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .card-delay-1 { animation-delay: 0s; }
  .card-delay-2 { animation-delay: 1.5s; margin-top: 6rem; }
  .card-delay-3 { animation-delay: 3s; }
  .card-delay-4 { animation-delay: 4.5s; margin-top: 6rem;}

  @keyframes flutuar {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-15px);
    }
  }

  .card:hover {
    animation-play-state: paused;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
  }  


  .onda {
    position: absolute;
    left: 0;
    z-index: 0;
    pointer-events: none;
  }
  
  .onda-topo-direita {
    right: 0px;

    animation: ondular 8s ease-in-out infinite;
  }
  
  .onda-baixo-esquerda {
    bottom: -20px;
    left: -20px;
    width: 250px;
    animation: ondular 10s ease-in-out infinite reverse;
  }  

.ondinha{ margin-top:50px; padding-top:70px; background: url(../img/ondas.png) no-repeat right top ;}


.icone-sol{left:-30px; animation: pulsar-rotacionar 4s ease-in-out infinite;}

@keyframes pulsar-rotacionar {
  0%, 100% {
      transform: scale(1) rotate(0deg);
  }
  50% {
      transform: scale(1.15) rotate(10deg);
  }
}

.plantas-nav {
      border-bottom: 2px solid #e0e0e0;
      margin-bottom: 30px;
      cursor: grab; /* Cursor de mão aberta */
      touch-action: pan-y; /* Permite scroll vertical nativo */            
  }
  
  .nav-link {
      color: #666;
      font-weight: 500;
      padding: 15px 30px;
      border: none;
      background: none;
      transition: all 0.3s ease;
      position: relative;
      font:1.5rem 'Chopin Regular', Arial;
  }
  
  .nav-link:hover {
      color: #3B82F6;
      border: none;
  }
  
  .nav-link.active {
      color: #3B82F6;
      background: none;
      border: none;
  }
  
  .nav-link.active::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #3B82F6;
  }
  
  .carousel-item {
      transition: opacity 0.5s ease-in-out;
      
  }

  .carousel-item:active {
    cursor: grabbing; /* Cursor de mão fechada ao clicar */
  }    
  
  .carousel-item img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  
  .plantas-container {
      padding: 40px 20px;
     
  }    

.galeria div{height:200px; overflow: hidden;}

.areas-comuns div{width:33%; height:40rem; }

.localizacao{background:url(../img/localizacao.jpg) no-repeat top; background-size: cover; width: 100%; height: 600px; border-radius:50px;}


.building-container {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.building-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.content-wrapper {
  padding: 20px;
}

.title {
  font-size: 36px;
  font-weight: 700;
  color: #1E3A8A;
  margin-bottom: 30px;
}



.statistics {
  gap: 20px;
}

.stat-item {
font-family: "Chopin Regular", Arial;
  flex: 1;
  min-width: 150px;
  padding: 20px;
}

.stat-number {
  font-size: 4rem;
  font-weight: 700;
  color: #1E3A8A;
  margin-bottom: 10px;
  line-height: 1;
font-weight: 700;
}

.stat-label {
  font-size: 15px;
  color: #666;
  text-transform: lowercase;
}

.stat-divider {
  width: 1px;
  height: 60px;
  background-color: #999;
  transform: skewX(-20deg);
}


.btn-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  border: 2px solid #1E3A8A;
  border-radius: 30px;
  color: #1E3A8A;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: transparent;
}

.btn-custom:hover {
  background-color: #1E3A8A;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(30, 58, 138, 0.3);
}

.btn-custom .arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.btn-custom:hover .arrow {
  transform: translateX(5px);
}



@media (max-width: 768px) {
  .erechim-engenharia {
      padding: 50px 0;
  }
  
 
  .statistics {
      flex-direction: column;
  }
  
  .stat-item {
      width: 100%;
      padding: 15px;
  }
  
  .stat-divider {
      width: 60px;
      height: 1px;
      transform: none;
  }

  

  

}


/**************DRAGGABLE**************/

.image-drag-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}

.image-drag-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
  height: 500px;
  background: #f5f5f5;
}

.image-drag-wrapper:active {
  cursor: grabbing;
}

.image-drag-wrapper.pan-active {
  cursor: move;
}

.draggable-image {
  flex-shrink: 0;
  max-width: none;
  pointer-events: none;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.pan-mode-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #1E3A8A;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #1E3A8A;
  transition: all 0.3s ease;
  z-index: 10;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pan-mode-btn:hover {
  background: #1E3A8A;
  color: white;
  transform: translateY(-2px);
}

.pan-mode-btn.active {
  background: #1E3A8A;
  color: white;
}

@media (max-width: 768px) {
  .image-drag-wrapper {
      height: 500px;
  }
}

@keyframes pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* Apenas mobile */
@media (max-width: 768px) {
  .image-drag-container {
      border-radius: 8px;
      height: 500px;;
  }
  
  .draggable-image {
      width: auto; /* Mantém largura original no mobile */
      min-width: 100%; /* Garante que ocupe pelo menos 100% */
  }
}

/* Desktop (opcional - desabilita no desktop) */
@media (min-width: 769px) {
  .image-drag-wrapper {
      cursor: default;
  }
  
  .drag-indicator {
      display: none;
  }
}

.falar{position:fixed; bottom: 15px; right:15px; animation: flutuar 8s ease-in-out infinite; background-color: #2C5F7C; color:#E8F7FC; font: 1.4rem "Chopin Regular", sans-serif; z-index: 300;}

footer{background:#5eccf1; padding:5rem 0;}

footer img{width: 150px; margin:auto;}


/*---------------DIVERSOS------------------*/
  
.mt-100{margin-top: 10rem;}

.bg-azul{background: #E8F7FC;}


/*---------MENU MOB-------------*/

.barra-mob { background: var(--primary-color); padding: 1.5rem; border-radius: var(--border-radius); display: flex; justify-content: flex-end; }

.pushy { position: fixed; top: 0; left: -250px; width: 250px; height: 100%; background: white; transition: transform 0.3s ease; z-index: 1000; overflow-y: auto; padding-top: 5rem; }

.pushy-open { transform: translateX(250px); }

.pushy a { display: block; padding: 1rem 2rem; color: var(--text-color); text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.1); }


/*-------------FORM--------------*/

input, select, textarea { font-family: inherit; font-size: 1.6rem; padding: 0.8rem 1.2rem; border: 1px solid #ccc; border-radius: var(--border-radius); width: 100%; }

input:focus, textarea:focus { outline: 2px solid var(--primary-color); border-color: var(--primary-color); }

button.enviar { background-color: #dd3439; color: white; border: none; padding: 1.5rem 3rem; border-radius: var(--border-radius); cursor: pointer; font-size: 1.6rem; text-shadow: 0 1px 1px rgba(0,0,0,.3); box-shadow: var(--shadow); transition: transform 0.2s ease; }

button.enviar:hover { transform: translateY(-2px); }


/*-----------------RESPONSIVO-----------------------*/

@media only screen and (max-width: 480px){

  body{overflow-x: hidden;}

  .banner{display: none;}

  .logo{left:80px; clip-path:none; border-radius: 30px;}

  h1{font-size: 7rem;}

  h4{font-size: 3.8rem;}

  .mob-sant{color: #eee; padding: 10px; }

  /*.sant-mob{background:rgba(44,95,124,.8); padding:0 5px 20px 10px; border-radius: 20px;}*/

  .sant-mob{background:rgba(255,255,255,.8); margin-top: 5rem; padding:0 5px 20px 10px; border-radius: 20px; overflow: hidden;}

  .sant-mob::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/sant.jpg);
    background-size: cover; 
    opacity: 0.5; 
    z-index: -1; 
    filter: blur(5px);
    border-radius: 20px;
  }

  /*.sant-mob h1{color:#eee; text-align: center;}*/

  .sant-mob p{color:#333;}

    .btn-play{transform: translateY(50);}

  .elemento-azul{left:0; width:50px;}

  .item :nth-child(2){padding-left: 2rem;}

    .item h2{margin-left: 2rem;}

  .card{width: 95%;}

  .areas-comuns{  flex-direction: column;}

  .areas-comuns div{width: 100%;}

  .tarja{padding: 15px 5px;}

  .galeria{flex-wrap:wrap;}

    .galeria div{height: 250px; border-bottom:3px solid #fff;}

      .galeria img{max-width: 100%; height: auto;}

  footer{padding-bottom:5rem !important; }

  footer svg {
    position: absolute; top:-80px;
      width: 100%;
      height: 100px;
  }

}

@media (max-width: 768px) {
    .card {
      grid-template-columns: repeat(2, 1fr); /* 2 colunas no mobile */
      gap: 15px;
    }
}

@media (min-width: 768px) { html { font-size: 65%; } }

@media (min-width: 992px) { html { font-size: 67.5%; } }

@media (min-width: 1400px) { 
  html { 
  font-size: 70%;  } 

  .logo{left:500px; bottom:-70px;}

}

@media print { *, *::before, *::after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } img { page-break-inside: avoid; } @page { margin: 0.5cm; } }