@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    display: block;
    min-height: 100vh;
    background: #000;
    color: white;
}

a, p, h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.hidden {
    display: none!important;
}

.container {
    width: auto;
    height: auto;
    margin: auto;
    padding: 0 30px;
    max-width: 1100px;
}

.cabecalho {
    width: auto;
    height: auto;
    overflow: hidden;
}

.logotipo-cabecalho {
    width: 200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 50px auto;
}

main h1, main h2 {
    text-align: center;
    display: block;
    max-width: 800px;
    margin: auto;
    font-size: 35pt;
    font-weight: 300;
    line-height: 1.4;
}

.brand-carousel {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  background: #212121;
}

.brand-track {
  display: flex;
  width: calc(80px * 10 * 2);
  animation: scroll 25s linear infinite;
}

.brand-track img {
  width: 80px;
  margin: 0 40px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.3s;
}

.brand-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


.acao {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* espaço entre os botões */
}

.acao a, .whatsapp2 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 50px 0;
    text-align: center;
    padding: 15px 25px;
    color: white;
    font-size: 14pt;
    font-weight: 500;
    text-decoration: none;
    border-radius: 100px;
    background: linear-gradient(145deg, #26b359, #1d9b4f, #128C7E);
    background-size: 200% 200%;
    box-shadow: 0 8px 20px rgba(37,211,102,0.35), inset 0 1px 0 rgba(255,255,255,0.25);
    transition: all 0.3s ease;
}

.whatsapp2 {
    float: left;
}

.acao a:hover, .whatsapp2:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 28px rgba(37,211,102,0.55);
}

.acao a::after, .whatsapp2::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
    transition: 0.6s;
}

.acao a:hover::after, .whatsapp2:hover::after {
    left: 120%;
}

.acao svg, .whatsapp2 svg {
    width: 32px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.inicio {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.ilustracoes {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 200px;
    z-index: -9999;
}

.ilustracao {
    width: 450px;
    height: auto;
    overflow: hidden;
}

.ilustracoes .it {
    width: auto;
    height: auto;
    overflow: hidden;
}

.problemas{
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 65px auto;
}

.problemas h2, .contato h2{
    font-size: 25pt;
    margin-bottom: 60px;
    font-weight: 700;
    background: linear-gradient(90deg, #9effc7, #00e6a8, #00b386);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.problemas-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 30px;
}

.problema-card{
    background:#212121;
    border-radius: 15px;
    padding: 35px 20px;
    transition: 0.3s;
    text-align: center;
}

.problema-card svg {
    width: 80px;
    height: auto;
}

.icone{
    font-size:32px;
    margin-bottom:15px;
}

.problema-card h3{
    margin-bottom:10px;
    font-weight: 500;
}

.problema-card p{
    opacity:0.7;
    font-size:14px;
}

.avaliacoes{
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 65px auto;
    text-align: center;
}

.avaliacoes h2, .firepoint h2{
    font-size: 25pt;
    margin-bottom: 60px;
    font-weight: 700;
    background: linear-gradient(90deg, #9effc7, #00e6a8, #00b386);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.firepoint h2 {
    text-align: left;
}

.avaliacoes-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.avaliacao-card{
    background:#212121;
    border-radius:16px;
    padding:35px;
    transition:0.3s;
}

.stars{
    color:#facc15;
    font-size:30px;
    margin-bottom:15px;
}

.avaliacao-card p{
    font-size:15px;
    opacity:0.85;
    margin-bottom:15px;
}

.avaliacao-card span{
    font-size:14px;
    opacity:0.6;
}

.chamada {
    width: auto;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.chamada h2{
    font-size: 25pt;
    margin-bottom: 60px;
    font-weight: 700;
    background: linear-gradient(90deg, #9effc7, #00e6a8, #00b386);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.chamada p {
    font-size: 13pt;
}

.contato, .firepoint {
    text-align:center;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
}

.contato h2 {
    font-size: 25pt;
    margin-bottom: 60px;
    font-weight: 700;
    margin-bottom:50px;
}

.contato-container, .firepoint-container {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}

footer {
    background: #111;
    color: #ccc;
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    border-top: 1px solid #333;
}

.rodape {
    max-width: 1200px;
    margin: 0 auto;
}

.rodape p {
    margin: 0;
}

/* FIREPOINT */
.firepoint {
    text-align: center;
    margin-bottom: 80px;
}

.firepoint-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px;
    border-radius: 25px;
    align-items: center;
    background: linear-gradient(145deg, #ffffff, #bafff7);
    box-shadow: 0 20px 50px rgba(177, 177, 177, 0.4);
    margin-bottom: 40px;
}

/* TEXTO */
.firepoint-container .texto {
    padding: 10px;
    text-align: left;
    font-size: 13pt;
    line-height: 1.6;
}

.firepoint-container .texto b {
    color: #00e6a8;
}

/* IMAGEM */
.firepoint-container img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: auto;
    transition: 0.4s;
}

.firepoint-container img:hover {
    transform: scale(1.03);
}

/* BOTÃO */
.whatsapp2 {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* RESPONSIVO */
@media (max-width: 900px) {
    .firepoint-container {
        grid-template-columns: 1fr;
        padding: 30px 20px;
        text-align: center;
    }

    .whatsapp2 {
        float: none;
    }

    .firepoint h2 {
        text-align: center;
    }

    .firepoint-container .texto {
        text-align: center;
        padding: 0;
    }

    .firepoint-container img {
        max-width: 350px;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .firepoint-container {
        padding: 25px 15px;
    }

    .firepoint-container img {
        max-width: 280px;
    }

    .firepoint-container .texto {
        font-size: 12pt;
    }
}
/* MAPA */

.mapa iframe{
    width: 100%;
    height: 350px;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 200, 170, 0.15);
}

/* CONTATO */

.info-contato{
    background:#fff;
    padding:40px;
    border-radius:16px;
    text-align:left;
    height: calc(350px - 80px);
    box-shadow: 0 10px 30px rgba(0, 200, 170, 0.15);
}

.info-contato h3{
    margin: 0;
    margin-bottom:20px;
    font-weight: 600;
    font-size: 17pt;
}

.info-contato p{
    margin:10px 0;
    opacity:0.8;
}

.btn-whatsapp{
    display:inline-block;
    margin-top:25px;
    padding:15px 25px;

    background: linear-gradient(145deg, #25D366, #128C7E);
    color:white;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;

    transition:0.3s;
}

.btn-whatsapp:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(37,211,102,0.4);
}

.linha{
    display:flex;
    align-items:center;
    gap:10px;
    margin:12px 0;
    opacity:0.85;
}

.linha svg{
    width:28px;
    height:28px;
    fill:#22c55e;
    flex-shrink:0;
}

.imagem-central {
    width: 100%;
    overflow: hidden;
    display: none;
}


.imagem-central img {
width: 50%;
    height: auto;
    display: block;
    margin: 40px auto 0;
}

.brand-carousel h2 {
    font-size: 18pt;
    font-weight: 600;
    margin: 20px auto;
    color: #5d5d5d;
}

.badge-whatsapp {
text-align: center;
    color: #1dc15e;
    font-weight: 600;
    width: fit-content;
    margin: auto;
}

.badge-whatsapp svg{
    width:25px;
    height:25px;
    flex-shrink:0;
    float: left;
    margin-right: 5px;
}

.badge-whatsapp svg path {
    fill:#22c55e;
}

@media(max-width:1700px){
    .ilustracoes {
        top: 330px;
    }

    .ilustracao {
        width: 300px;
    }

    main h2 {
        font-size: 32pt;
    }

}

@media(max-width:1200px){
    .ilustracao {
        display: none;
    }

    .imagem-central {
        display: block;
    }

    .inicio {
        margin-bottom: 0;
    }
}

@media(max-width:950px){

    .contato-container{
        grid-template-columns:1fr;
    }

    .mapa iframe{
        height:250px;
    }

}

@media(max-width:768px){
    main h2 {
        font-size: 25pt;
    }

    .problemas h2, .chamada h2, .avaliacoes h2, .contato h2, .firepoint h2 {
        font-size: 20pt;
    }

    .imagem-central img {
        width: 75%;
    }

    .brand-carousel h2 {
        font-size: 14pt;
    }
}

@media(max-width:570px){
    .acao {
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
        margin: 35px 0 15px;
    }

    .acao a {
        margin: 0;
    }

    .container {
        padding: 0 15px;
    }

    .brand-carousel {
        padding: 0 15px;
        width: auto;
    }

    .imagem-central img {
        width: 85%;
    }

    main h2 {
        font-size: 22pt;
    }

    .badge-whatsapp {
        margin: 30px auto 0;
    }
}