
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('footer-responsive.css');
/* general styling */
@font-face{
    font-family:'poppins';
    src:url('../font/Poppins/Poppins-SemiBold.ttf');
}
@font-face{
    font-family:'montserrat';
    src:url('../font/Montserrat/Montserrat-.ttf');
}
@font-face{
    font-family:'lato';
    src:url('../font/Lato/Lato-Regular.ttf');
}
:root{
    --header:#fb7018;
    --fundo:hsl(42, 25%, 92%);
    --amarelo:#fdbe0f;
    --texto:#a9a4a1;
    --fundo2:#eeeae3;
    --castanha:#2e2d2d;
    --opção: #ffffff;
    --opcao:#e7dcd5;
}
html{
    
    scroll-behavior: smooth;
}
*{padding:0;margin:0;text-decoration:none;list-style:none;box-sizing:border-box;font-family:montserrat,sans-serif;}
body{
    background: var(--opcao);
    color: var(--castanha);
    overflow-x: hidden;
}
p{
    font-family:'lato',sans-serif;
}
img{
    max-width: 100%;
    display: block;
}
header{
    background: var(--fundo);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    padding: 12px 10px;
    position: sticky;
    top: 0;
    z-index: 1000;
}
header p{
    font-family:'lato',sans-serif;
}
header nav a{
    color: var(--castanha);
    font-size: 13pt;
    font-weight: 500;
    position: relative;
}
header nav a:hover::before{
    content: attr(data-link);
    position: absolute;
    background: #fb7018;
    color: var(--castanha);
    top: 70px;
    padding: 7px;
    border-radius: 10px;
    margin-right: 10px;
    z-index: 1000;
}
header nav{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.language-switcher{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 12px;
}
.language-button{
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
    padding: 4px;
    transition: transform .2s linear;
}
.language-button:hover,
.language-button:focus-visible{
    transform: scale(1.12);
    outline: 2px solid var(--header);
    outline-offset: 2px;
}
.language-switcher img{
    width: 30px;
}
body > .goog-te-banner-frame,
body > .goog-te-ftab,
#goog-gt-tt,
.goog-te-gadget,
.goog-te-gadget > *,
.goog-te-menu-value span:last-child {
    display: none !important;
    visibility: hidden !important;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    padding: 8px;
}
.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--castanha);
    border-radius: 2px;
}
header .logo{
    width: 90px;
    margin-left: 10rem;
}
header .logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.headline{
    width: 100%;
    height:30rem;
    position: relative;
    user-select: none;
}
.headline .imagens{
    background-image: url('../imagens/WhatsApp\ Image\ 2026-08-11\ at\ 13.45.18.jpeg');
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s linear;
}
.headline .opacidade{
    background: rgba(10,10,10,0.78);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.headline .head-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.headline .head-container h1{
    font-size: 40pt;
}
.headline .head-container p{
    font-size: 18pt;
    font-family:'lato',sans-serif;
}
.headline .head-container a button{
    font-size: 15pt;
    border: none;
    margin-top: 8px;
    background: var(--header);
    color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px rgb(252, 252, 252);
}
.barra-satis{
    background: var(--header);
    position: absolute;
    right: 12%;
    bottom: -100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 3px;
    width: 75%;
}
.barra-satis .barra-card{
    padding: 18px;
    width: 30%;
    height: 220px;
}
.barra-satis .barra-card h2{
    color: #fff;
    text-align: center;
}
.barra-satis .barra-card .barra-icone{
    width: 30%;
    margin: auto;
}
.barra-satis .barra-card p{
color: var(--castanha);
font-size: 15px;
}
.sobre{
    padding: 20px;
    margin-top: 150px;
    margin-left: 20px;
    color: var(--header);
}
.sobre h5{
   color: var(--castanha);
  
}
.sobre h3{
    font-size: 2.5rem;
}
.sobre .sobre-container p{
    text-align: justify;
    width: 70%;
    margin: 10px 0px 10px 0px;
    line-height: 1.2;
    color: var(--castanha);
    font-family:'lato',sans-serif;
}
.sobre button{
    font-size: 1rem;
    border: none;
    margin-top: 8px;
    color: var(--castanha);
    background-color: var(--header);
    padding: 12px;
    border-radius: 15px;
     
}
.noticia{
    margin:50px auto;
    width: 70%;
}
.noticia h3{
    color: #fb7018;
    font-size: 30pt;
    text-align: center;
    margin-bottom: 10px;
}
.noticia h5{
    font-size: 10pt;
    text-align: left;
    margin-bottom: 5px;
}
.noticia p{
    font-size: 12pt;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family:'lato',sans-serif;
}
.carousel{
    margin: 0 auto;
    width: 60%;
    height: 60vh;
    display: flex;
    overflow-x: auto;
}
.card-img{
    height: 300px;
    padding: 10px;
}
.card-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.card-conteudo{
    padding: 10px;
}
.grupo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    animation: car 15s infinite linear;
    margin-left: 12px;
}
.carousel::-webkit-scrollbar{
    display: none;
}
.carousel .card{
    flex: 0 0 8em;
    height: 9em;
    font-size: 3rem;
    border-radius: .2rem;
    text-align: center;
    align-content: center;
    
}
.carousel .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
 .carousel:hover > .grupo{
      animation-play-state: paused;
    }
@keyframes car{
    from{
        transform: translateX(0);
    }to{
        transform: translateX(-100%);
    }
}

/* Mantém o carrossel de notícias organizado em todos os tamanhos de tela. */
.noticia .carousel {
    width: min(100%, 900px);
    height: auto;
    min-height: 420px;
    align-items: stretch;
}

.noticia .grupo {
    flex: 0 0 max-content;
    align-items: flex-start;
    margin-left: 0;
    padding: 0 6px;
}

.noticia .carousel .card {
    flex: 0 0 clamp(220px, 24vw, 280px);
    height: auto;
    min-height: 390px;
    overflow: hidden;
}

.noticia .card-img {
    height: auto;
    aspect-ratio: 4 / 3;
    padding: 10px;
}

.noticia .card-img img {
    display: block;
}

.noticia .card-conteudo {
    min-width: 0;
}


@media (max-width: 768px) {
    .noticia {
        width: min(94%, 560px);
    }

    .noticia .carousel {
        width: 100%;
        min-height: 360px;
    }

    .noticia .carousel .card {
        flex-basis: min(78vw, 260px);
        min-height: 340px;
    }
}

@media (max-width: 480px) {
    .noticia .carousel .card {
        flex-basis: 82vw;
    }
}

.servicos{
    background: #fff;
    height: 70vh;
}
.servicos .text{
    padding-top: 30px;
    margin-left: 30px;
}
.servicos .text p{
    width: 70%;
}
.servicos .text h3{
    color: #fb7018;
    font-size: 30pt;
}
.parent {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 10px;
    margin: 20px;
}
.parent img{
    width: 100%;
    object-fit: cover;
}
.esc{
    height: 80%;
}
.div1 {
    padding: 5px;
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
}
.div1 button{
    width: 100%;
    margin-bottom: 19px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid var(--castanha);
    color: var(--castanha);
    font-size: 20px;
    background: transparent;
    transition: .3s linear;
}
.div1 button:hover{
    transform: translateY(-3px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.ser-btn.ativa{
    background: var(--castanha);
    color: white;
}
.div3 {
    padding: 5px;
    grid-column: span 4 / span 4;
    grid-row: span 4 / span 4;
    grid-column-start: 3;
}
.div3 h2{
    margin-bottom: 25px;
}
.div3 p{
    margin-bottom: 25px;
    line-height: 1.6;
}
.div3 h2{
    margin-bottom: 25px;
}
.div3 a{
    text-decoration: underline;
    color: #fb7018;
}   
.div4 {
    grid-column: span 3 / span 3;
    grid-row: span 4 / span 4;
    grid-column-start: 7;
    overflow: hidden;
}
.div4 img{
    border-radius: 8px;
    object-fit: cover;
    transition: .8s linear;
}
.div4 img:hover{
    scale: 1.1;
}
.destino{
    width: 100%;
    margin: auto;
    
}
.destino .des-text{
    margin-left: 95px;
}
.destino .des-text p{
    width: 75%;
    margin-top: 15px;
    margin-bottom: 25px;
}
.destino .des-text h3{
    color: #fb7018;
    font-size: 30pt;
}
.destino-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 15px;
    width: 100%;
    margin: auto;

}
.destino-container img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.destino-container .ind{
    position: relative;
}
.destino-container-div1 {
    width: 762px;
    height: 400px;
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
}

.destino-container-div2 {
    width: 350px;
    grid-row: span 3 / span 3;
    grid-column-start: 3;
}

.destino-container-div3 {
    grid-row: span 3 / span 3;
    grid-row-start: 4;
}

.destino-container-div4 {
    grid-row: span 3 / span 3;
    grid-row-start: 4;
}
.destino-container-div5 {
    grid-row: span 3 / span 3;
    grid-row-start: 4;
}
.tour{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s linear;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    background: rgba(20, 20, 20, 0.45);
}
.tour h3{
    color: white;
}
.tour:hover{
    background: transparent;
}
.tour p{
    transition: .2s linear;
    background: #fb7018;
    color: #fff;
    font-size: 11pt;
    padding: 8px;
    border-radius: 10px;
    display: flex;
    gap: 8px;
}
.dest-link{
    width: max-content;
    margin:15px auto;
    transition: .2s linear;
}
.dest-link:hover{
    transform: translateX(10px);
}
.dest-link-a{
    color: #fb7018;
    text-align: center;
    font-size: 17pt;
    text-decoration: underline;
}
.tour p:hover{
    font-size: 15pt;
    padding: 9px;
    transform: translateY(-2px);
}
/*EVENTO LOCAIS*/
.evento-local{
    padding: 12px 24px 48px;
    background: linear-gradient(180deg, #fff 0%, #fffaf4 100%);
}
.evento-local h3{
    text-align: center;
    font-size: 30pt;
    color: #fb7018;
    margin-bottom: 25px;
}
.evento-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    width: min(1100px, 75%);
    margin: 0 auto;
    align-items: stretch;
}
.evento-card{
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.08);
    margin: 0;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transition: transform .25s ease, box-shadow .25s ease;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}
.evento-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 30px rgba(251, 112, 24, 0.12);
}
.evento-img{
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}
.evento-card img{
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    position: relative;
    transition: transform .35s ease;
}
.evento-card:hover img{
    transform: scale(1.06);
}
.evento-conteudo{
    padding: 18px 16px 16px;
    background: white;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.evento-conteudo h3{
    text-align: left;
    color: #fb7018;
    font-weight: 700;
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    margin-bottom: 10px;
}
.evento-conteudo p{
    color: var(--castanha);
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    flex: 1;
}
.btn{
    margin: 18px auto 0;
    width: 100%;
}
.evento-conteudo button{
    background: linear-gradient(135deg, #fb7018, #ff8e3c);
    color: #fff;
    padding: 12px 18px;
    width: 100%;
    border: none;
    font-size: 1rem;
    border-radius: 12px;
    transition: transform .2s ease, box-shadow .2s ease;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(251, 112, 24, 0.2);
}
.evento-conteudo button:hover{
    transform: translateY(-3px);
    box-shadow: 0 14px 20px rgba(251, 112, 24, 0.25);
}
.destaque{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 4;
    background: var(--header);
    padding: 6px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    transition: transform .2s linear;
    box-shadow: 0 6px 12px rgba(0,0,0,0.12);
}
.destaque:hover{
    transform: rotate(360deg);
}

@media (max-width: 768px) {
    .evento-local {
        padding: 12px 16px 36px;
    }

    .evento-container {
        width: 100%;
        gap: 16px;
    }

    .evento-img {
        height: 220px;
    }
}

.pub{
    width:100%;
    padding: 15px 15px 50px 15px;
    margin: 15px 0px 20px 0px;
    background: var(--fundo2);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.pub a{
 color: var(--header);
 font-size: 15pt;
 margin-top: 20px;
 text-decoration: underline;
}
.pub img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: .5s linear;
}
.pub img:hover{
    scale: 1.1;
}
.pub h3{
    color: #fb7018;
    font-size: 30pt;
    text-align: center;
    margin-bottom: 25px;
}
.pu-img{
    margin:auto;
    height: 440px;
}
.pub-container{
    display: flex;
    gap:5px;

}





.pergunta{
    padding: 12px 24px;
    background: white;
}
.pergunta h3,.depoimento h3{
    color: #fb7018;
    font-size: 30pt;
    text-align: center;
    margin: 20px 0 30px 0;
}

.per-container {
    display: flex;
    gap: 15px;
}
.fundo{
    flex: 1 1 100%;
}
.per-container h4{
    display: flex;
    align-items: center;
    align-content: center;
    gap: 15px;
    font-size: 15pt;
    color: var(--castanha);
}
.per-container p{
    color: black;
    line-height: 1.3;
    margin-top: 15px;
}
.per-container .fundo{
    border: 1px solid var(--header);
    padding: 10px;
    border-radius: 5px;
}
.dep-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: auto;
    padding: 40px;
    max-width: 1200px;
}
.dep-card {
    background-color: var(--texto);
    border-radius: 5px;
    padding: 30px;
    line-height: 1.5;
    box-sizing: border-box;
    color: hsl(var(--suave-texto));
    font-family: fonte;
    position: relative;
    transition: all 0.3s ease;
}
.dep-card:hover {
    transform: translateY(-5px);
    border-color: hsl(var(--anel));
}
.dep-card-quote {
    font-size: 4rem;
    color: #fff;
    line-height: 1;
    font-family: Georgia, serif;
    margin-bottom: 10px;
}
.dep-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
    color: #000;
}
.dep-card-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.dep-card-avatar {
    width: 100px;
    height: 60px;
    background: linear-gradient(135deg, hsl(var(--anel)), hsl(var(--destaque)));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
}
.dep-card-avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.dep-card-info {
    display: flex;
    flex-direction: column;
}
.dep-card-name {
    color: hsl(var(--texto-principal));
    font-weight: 600;
    font-size: 0.9rem;
}
.dep-card-role {
    color: hsl(var(--suave-texto));
    font-size: 0.8rem;
}
.cta{
    padding: 12px 24px;
    margin: 10px 0px 15px 0px;
}
.cta .cta-container{
    transition: .2s linear;
    background: var(--castanha);
    border-radius: 8px;
    width: 70%;
    height: 250px;
    margin: auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.cta .cta-container:hover{
    transform: translateY(-5px);
}
.cta .cta-container h3{
    color: #fb7018;
    font-size: 20pt;
}

.cta .cta-container a button{
    padding: 8px;
    border-radius: 5px;
    border: none;
    transition: .2s linear;
}
.cta .cta-container a button:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 6px rgba(182, 181, 181, 0.1);
}
    footer{
        background-color: var(--castanha);
    color: #fff;
    padding: 50px 30px;
}
.card-footer{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.card-footer .logo{
    width: 75px;
    margin-left:60px ;
}
.card-fo p{
    width: 50%;
    margin-left:55px;
}
.card-footer .logo img{
    width: 100%;
}
.card-footer .linkes img{
    width: 10%;
}
.card-footer .linkes{
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-footer .redes a, .card-lig a{
    display: block;
    margin-top: 10px;
    color: silver;
    transition: .2s linear;
}
.card-footer a:hover{
    transform: translateY(-5px);
}
footer .rodape{
    border-top: 1px solid silver;
    text-align: center;
    padding-top: 10px;
    width: 100%;
    margin:20px auto;
}
.whats{
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 50;
    transition: .2s linear;
}
.whats a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.whats a img{
    width: 60px;
    border-radius: 50%;
    animation: a 5s linear infinite;
    display: block;
}
.whats a::after {
    content: "Fale connosco";
    position: absolute;
    right: 72px;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    background: rgba(15, 23, 42, 0.95);
    color: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}
.whats a::before {
    content: "";
    position: absolute;
    right: 64px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: rgba(15, 23, 42, 0.95);
    transform: translateY(-50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}
.whats a:hover::after,
.whats a:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
.whats:hover{
    transform: translateY(-5px);
}
.about-page,
.contact-page {
    width: min(1200px, calc(100% - 32px));
    margin: 40px auto;
}
.page-hero {
    background: linear-gradient(135deg, rgba(251, 112, 24, 0.12), rgba(0, 0, 0, 0.04));
    border-radius: 16px;
    padding: 48px 32px;
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,0.05);
}
.page-hero h1 {
    color: var(--header);
    font-size: clamp(2.2rem, 5vw, 4rem);
    margin-bottom: 14px;
}
.page-hero p {
    width: min(760px, 100%);
    color: var(--castanha);
    font-size: 1.05rem;
    line-height: 1.7;
}
.about-grid,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}
.about-card,
.contact-card,
.contact-info {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}
.about-card h3,
.contact-info h3,
.contact-card h3 {
    color: var(--header);
    font-size: 1.7rem;
    margin-bottom: 16px;
}
.about-card p,
.contact-info p,
.contact-card p,
.contact-list li {
    color: var(--castanha);
    line-height: 1.7;
    font-size: 1rem;
}
.about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.value-box {
    background: #fff;
    border-radius: 12px;
    padding: 24px 18px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.05);
}
.value-box h4 {
    color: var(--castanha);
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.value-box p {
    color: var(--castanha);
    line-height: 1.6;
}
.story-box {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 28px;
    margin-top: 34px;
    align-items: center;
}
.story-box img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
}
.contact-card form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contact-card input,
.contact-card textarea {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 1rem;
    background: #fff;
    color: var(--castanha);
}
.contact-card textarea {
    min-height: 150px;
    resize: vertical;
}
.contact-card button {
    background: var(--header);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.2s linear;
}
.contact-card button:hover {
    transform: translateY(-2px);
}
.contact-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}
.contact-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-map {
    margin-top: 28px;
    background: linear-gradient(135deg, rgba(251, 112, 24, 0.1), rgba(0,0,0,0.03));
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 14px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--castanha);
    font-size: 1.2rem;
    text-align: center;
    padding: 20px;
}
@keyframes a{
    0%{
        box-shadow: 1px 1px 1px 1px green;
    }
    20%{
        box-shadow: 2px 2px 2px 2px green;
    }
    30%{
        box-shadow: 0 3px 5px green;
    }
    50%{
        box-shadow: 4px 4px 4px 4px green;
    }
    60%{
        box-shadow: 1px 1px 1px 1px green;
    }
    70%{
        box-shadow: 0 3px 5px green;
    }
    80%{
        box-shadow: 3px 3px 3px 3px green;
    }
    90%{
        box-shadow: 1px 1px 1px 1px green;
    }
    100%{
        box-shadow: 2px 2px 2px 2px green;
    }
}

@media (max-width: 1100px) {
    header {
        padding: 12px 16px;
    }
    
    header nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 12px;
    }
    header nav a {
        font-size: 11pt;
    }
    .headline .head-container h1 {
        font-size: clamp(2.2rem, 5vw, 4rem);
    }
    .headline .head-container p {
        font-size: clamp(1rem, 2vw, 1.4rem);
    }
    .barra-satis {
        right: 5%;
        width: 90%;
    }
    .sobre {
        margin-top: 120px;
    }
    .noticia {
        width: 90%;
    }
    .parent {
        grid-template-columns: 1fr;
        height: 700px;
        gap: 10px;
        margin-bottom: 100px;


        
    }
    .div1,
    .div3,
    .div4 {
        grid-column: auto;
        grid-row: auto;
        grid-column-start: auto;
        grid-row-start: auto;
    }
    .div3 p{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .div4{
        height: 300px;
        margin-top: 10px;
    }
    .div4 img{
        height: 100%;
    }
    .div3{
        height: 200px;
    }
    .div1 {
        margin-bottom: 8px;
    }
    .div1 button {
        width: auto;
    }
    .destino-container {
        width: 92%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        
    }
    
    .destino-container-div1 {
        grid-column: span 2;
        width: 100%;
        height: 340px;
    }
    .destino-container-div2,
    .destino-container-div3,
    .destino-container-div4,
    .destino-container-div5 {
        width: 100%;
        height: 240px;
    }
    .v{ 
        height: 340px;
    }
    .per-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        padding: 12px 24px;
    }
    .per-container .fundo {
        border: 1px solid var(--header);
    }
    .dep-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .about-grid,
    .contact-grid,
    .story-box,
    .about-values {
        grid-template-columns: 1fr;
    }
    .story-box img {
        height: 300px;
    }
    .card-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 768px){
    header {
        position: sticky;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 12px;
    }
    .menu-toggle {
        display: flex;
    }

    .menu-nav {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px 0 0;
    }
    .menu-nav.open {
        display: flex;
    }
    header nav a:hover::before {
        display: none;
    }
    header .logo {
        margin-left: 0;
        width: 75px;
    }
    .headline {
        height: 26rem;
    }
    .headline .head-container {
        padding: 20px;
        text-align: center;
    }
    .headline .head-container p,
    .sobre .sobre-container p,
    .servicos .text p,
    .destino .des-text p {
        width: 100%;
    }
    .barra-satis{
        display: block;
        width: 100%;
        position: static;
        margin: 20px auto 0;
    }
    .barra-satis {
        width: 90%;
        margin: 20px auto 0;
    }
    .barra-satis .barra-card {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .barra-satis .barra-card h2{
        text-align: center;
        padding-bottom: 10px;
    }
    .barra-satis .barra-card p{
        margin: 0 auto;
        width: 80%;
    }
    .barra-icone{
        width: 12%;
    }
    .barra-icone img{
        width: 52%;
        margin: auto;
    }
    .sobre {
        padding: 20px 16px;
    }
    .sobre-container{
        margin: 400px 0 0;
        
    }
    .sobre h3 {
        font-size: 2rem;
    }
    .noticia h3 {
        font-size: 2rem;
    }
    .carousel {
        height: 420px;
    }
    .servicos{
        margin-bottom: 100px;
    }
    .servicos .text {
        margin-left: 16px;
        padding-top: 20px;
    }
    .destino{
        margin-top: 105px;
        

    }
    .destino .des-text {
        margin-left: 16px;
    }
    
    .destino-container {
        grid-template-columns: 1fr;
        margin:0 auto;
    }
    .destino-container-div1,
    .destino-container-div2,
    .destino-container-div3,
    .destino-container-div4,
    .destino-container-div5 {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: 260px;
    }
    .per-container {
        
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }
    .per-container .fundo {
        
        border: 1px solid var(--header);
    }
    .dep-container {
        grid-template-columns: 1fr;
        padding: 20px 16px 30px;
    }
    .pub{
        
        margin-top: 500px;
    }
   .pub-container{
    flex-direction: column;
   }
    .cta .cta-container { 
        width: 100%;
        height: auto;
    }
    .page-hero {
        padding: 28px 20px;
    }
    .about-card,
    .contact-card,
    .contact-info {
        padding: 20px;
    }
    .about-grid,
    .contact-grid,
    .story-box,
    .about-values {
        grid-template-columns: 1fr;
    }
    .story-box img {
        height: 240px;
    }
    .contact-list li {
        font-size: 0.9rem;
    }
    .contact-list img {
        width: 18px;
        height: 18px;
    }
    .card-footer {
        grid-template-columns: 1fr;
    }
    .card-footer .logo {
        margin: auto;
    }
    .card-fo p{
        width: 90%;
        margin: auto;
        text-align: justify;
    }
    .card-footer .redes a, .card-footer .card-lig a {
        margin-top: 8px;
    }

    .div3 p{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .carousel{
    margin: 0 auto;
    width: 90%;
    height: 60vh;
    display: flex;
    overflow-x: auto;
}
.card-img{
    height: 300px;
    padding: 10px;
}
.card-conteudo{
    padding: 10px;
}
.grupo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    animation: car 5s infinite linear;
    margin-left: 12px;
}
.carousel::-webkit-scrollbar{
    display: none;
}
.carousel .card{
    flex: 0 0 7em;
    height: 9em;
    font-size: 3rem;
    border-radius: .2rem;
    text-align: center;
    align-content: center;
    margin-left: 10px;
    
}
.carousel .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.cta h3{
    text-align: center;
}
.pu-img{
    height: auto;
}
.dest-link{
    width: 40%;
}
}

@media (min-width: 480px) and (max-width: 764px){
    header nav a {
        font-size: 10pt;
    }
    .headline {
        height: 22rem;
    }
    .headline .head-container h1 {
        font-size: 2rem;
    }
    .headline .head-container p {
        font-size: 0.95rem;
    }
    .headline .head-container a button,
    .sobre button,
    .cta .cta-container a button {
        font-size: 0.9rem;
    }
    .barra-satis .barra-card h2 {
        font-size: 1.2rem;
    }
    .barra-satis .barra-card p {
        font-size: 0.82rem;
    }
    .noticia {
        width: 94%;
    }
    .carousel > article {
        width: min(75vw, 220px);
    }
   
    .pergunta,
    .cta {
        padding-left: 12px;
        padding-right: 12px;
    }
    .whats a img {
        width: 52px;
    }
    .destino{
        margin-top: 50px;

    }
    .div3 p{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media(max-width: 1024px){
    header {
        position: sticky;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 12px;
    }
    .menu-toggle {
        display: flex;
    }

    .menu-nav {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px 0 0;
    }
    .menu-nav.open {
        display: flex;
    }
    header nav a:hover::before {
        display: none;
    }
    header .logo {
        margin-left: 0;
        width: 75px;
    }
    .headline {
        height: 26rem;
    }
    .headline .head-container {
        padding: 20px;
        text-align: center;
    }
    .headline .head-container p,
    .sobre .sobre-container p,
    .servicos .text p,
    .destino .des-text p {
        width: 100%;
    }
    .barra-satis {
        width: 90%;
        margin: 20px auto 0;
    }
    .barra-satis .barra-card {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .barra-satis .barra-card h2{
        text-align: center;
        padding-bottom: 10px;
    }
    .barra-satis .barra-card p{
        margin: 0 auto;
        width: 80%;
    }
    .barra-icone{
        width: 12%;
    } 
    .barra-icone img{
        width: 52%;
        margin: auto;
    }
    .sobre {
        margin: 150px 0 0;
        padding: 20px 16px;

    }
    .sobre h3 {
        font-size: 2rem;
    }
    .noticia h3 {
        font-size: 2rem;
    }
    .carousel {
        height: 420px;
    }
    .servicos{
        margin-bottom: 750px;
    }
    .servicos .text {
        margin-left: 16px;
        padding-top: 20px;
    }
    .destino{
        margin-top: 305px;

    }
    .destino .des-text {
        margin-left: 16px;
    }
    .pub{
        margin-top: 600px;
    }
    .destino-container {
        margin:0 auto;
        height:100vh;

    }
    .destino-container-div1,
    .destino-container-div2,
    .destino-container-div3,
    .destino-container-div4,
    .destino-container-div5 {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: 260px;
    }
    .per-container {
        display: flex;
        
    }
    .per-container .fundo {
        border: 1px solid var(--header);
    }
    .dep-container {
        
        padding: 20px 16px 30px;
    }
    .dest-link {
        width: 100%;
        margin-left: 45px;
    }
    .pub-container{
        display: flex;
        width: 80%;

    }
    .cta .cta-container { 
        width: 90%;
        height: auto;
        padding: 22px 12px;
    }
    .page-hero {
        padding: 28px 20px;
    }
    .about-card,
    .contact-card,
    .contact-info {
        padding: 20px;
    }
    .about-grid,
    .contact-grid,
    .story-box,
    .about-values {
        grid-template-columns: 1fr;
    }
    .story-box img {
        height: 240px;
    }
    .contact-list li {
        font-size: 0.9rem;
    }
    .contact-list img {
        width: 18px;
        height: 18px;
    }
    .card-footer {
        grid-template-columns: 1fr;
    }
    .card-footer .logo {
        margin: auto;
    }
    .card-fo p{
        width: 90%;
        margin: auto;
        text-align: justify;
    }
    .card-footer .redes a, .card-footer .card-lig a {
        margin-top: 8px;
    }

    .div3 p{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .carousel{
    margin: 0 auto;
    width: 90%;
    height: 60vh;
    display: flex;
    overflow-x: auto;
}
.card-img{
    height: 300px;
    padding: 10px;
}
.card-conteudo{
    padding: 10px;
}
.grupo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    animation: car 5s infinite linear;
    margin-left: 12px;
}
.carousel::-webkit-scrollbar{
    display: none;
}
.carousel .card{
    flex: 0 0 7em;
    height: 9em;
    font-size: 3rem;
    border-radius: .2rem;
    text-align: center;
    align-content: center;
    margin-left: 10px;
    
}
.carousel .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.cta h3{
    text-align: center;
}
.pu-img{
    height: auto;
}
.dest-link{
    width: 40%;
}

.card-footer {
    display: flex;
    width: 100%;
}
}


@media (min-width:1025px) and (max-width:1280px) {
    .per-container{
        display: flex;
        padding-bottom:25px;
    }
    
    .destino-container{
        width:80%;
        
    }
}

@media (min-width:1281px) {
    .per-container{
        display: flex;
        padding-bottom: 25px;
    }
    .destino{
        display: flex;
        flex-direction: column;
        
    }
    .destino-container{
        margin: auto;
       
        
    }
    .parent{
        width: 90%;
        margin:30px auto;
        
    }
    .destino-container{
        width: 86%;
    }
    .pub-container{
    width:80%;
    margin:auto;
    gap:20px;
}


}


@media (max-width: 480px) {
    .destino{
        margin-top: 48px;
    }
    .card-footer{
        flex-direction: column;
    }
    .pub-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        flex-direction: column;
        margin: 30px auto;
        width: 100%;
    }
    .sobre{
        margin-top: 200px;

    }
}

/* Keep the original destination layout while preventing overflow */
.destino-container {
    width: 100%;
    max-width: 100%;
}

.destino-container > .ind {
    max-width: 100%;
    min-width: 0;
}

.destino-container img {
    max-width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .destino-container {
        width: 100%;
        padding-inline: 16px;
    }

    .destino-container > .ind {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .destino .des-text {
        width: min(86%, 1200px);
        margin-left: auto;
        margin-right: auto;
    }

    .destino .destino-container {
        width: min(86%, 1200px);
        margin-left: auto;
        margin-right: auto;
        justify-items: center;
    }
}

/* Keep stacked sections in normal flow on narrow screens. */
@media (max-width: 1024px) {
    
    
    .servicos {
        height: 85rem;
        margin-bottom: 0;
    }

    .parent {
        height: auto;
        margin-bottom: 30px;
    }
    .destino{
        height: 110rem;
    }
    .pub {
        margin-top: 0;
    }
    .pub h3{
        font-size: 19pt;
    }
}
.noticia .card-conteudo p{
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
*{font-family:'montserrat',sans-serif;}
p{font-family:'lato',sans-serif;}
h1,h2,h3,h4,h5,h6{font-family:'poppins',sans-serif;}
