@import url(https://fonts.bunny.net/css?family=albert-sans:400,500,600,700|rubik:600);

:root {
    --fonte1: 'Albert Sans', sans-serif;
    --fonte2: 'Rubik', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 0.94rem;
    overflow-x: hidden;
    font-weight: 500;
    font-family: var(--fonte1);
}

.ft2 {
    font-family: var(--fonte2);
    font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.4;
}

a {
    text-decoration: none;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.cor-br {
    color: #fff;
}

.cor-pt {
    color: #000;
}

.cor-vm {
    color: #ff0000;
}

.fw700 {
    font-weight: 700;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.mt0 {
    margin-top: 0 !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.mt2 {
    margin-top: 2rem !important;
}

.mt3 {
    margin-top: 3rem !important;
}

.ml1 {
    margin-left: 1rem !important;
}

.ml2 {
    margin-left: 2rem !important;
}

.ml3 {
    margin-left: 3rem !important;
}

.mr1 {
    margin-right: 1rem !important;
}

.mr2 {
    margin-right: 2rem !important;
}

.mr3 {
    margin-right: 3rem !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mb2 {
    margin-bottom: 2rem !important;
}

.mb3 {
    margin-bottom: 3rem !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt1 {
    padding-top: 1rem !important;
}

.pt2 {
    padding-top: 2rem !important;
}

.pt3 {
    padding-top: 3rem !important;
}

.pl1 {
    padding-left: 1rem !important;
}

.pl2 {
    padding-left: 2rem !important;
}

.pl3 {
    padding-left: 3rem !important;
}

.pr1 {
    padding-right: 1rem !important;
}

.pr2 {
    padding-right: 2rem !important;
}

.pr3 {
    padding-right: 3rem !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb1 {
    padding-bottom: 1rem !important;
}

.pb2 {
    padding-bottom: 2rem !important;
}

.pb3 {
    padding-bottom: 3rem !important;
}

.dflex {
    display: flex;
}

.jcc {
    justify-content: center !important;
}

.aic {
    align-items: center !important;
}

.fdc {
    flex-direction: column !important;
}

.ts {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.tc {
    text-align: center !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.text-center {
    text-align: center !important;
}

.topo {
    width: 100%;
    height: 100vh;
}

.topo2 {
    width: 100%;
    height: 500px;
}

.paineis {
    width: 100%;
    min-height: 500px;
}

.topo, 
.topo2,
.paineis,
.bg2,
header {
    /*background-image: linear-gradient(90deg, rgb(100, 114, 177), rgba(35, 117, 163, 1));*/
    /*background: linear-gradient(90deg, #3f52e3 0%, #2d3ba5 100%);*/
    background-color: #272b91;
}

.opcoes {
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 7px;
    transition: all 0.7s ease;
}

.opcoes:hover {
    border: 3px solid rgba(255, 255, 255, 0.8);
    transition: all 0.7s ease;
}

.planos {
    border: 3px solid rgba(72, 126, 176, 0.6);
    border-radius: 7px;
    transition: all 0.7s ease;
}

.planos:hover {
    transition: all 0.7s ease;
    border: 3px solid rgba(72, 126, 176, 1);
}

.linha {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.risco {
    text-decoration: line-through;
    color: #aaa;
}

.bg1 {
    background-color: #f3f4f5;
}

.bg-footer {
    background-color: #485460;
}

/* Botões */
.btn {
    min-width: 140px;
    min-height: 48px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.7s ease;
    padding: 13px 10px;
    font-size: 0.97rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-family: var(--fonte1);
    font-weight: 500;
}

.btn-azul {
    background-color: #0d6efd;
    color: #fff;
    border: 1px solid #0d6efd;
    transition: all 0.7s ease;
}

.btn-azul:hover {
    background-color: #0b54c2;
    border: 1px solid #0b54c2;
    transition: all 0.7s ease;
}

.btn-light {
    background-color: #fff;
    border: 1px solid #fff;
    transition: all 0.7s ease;
    color: #000;
}

.btn-light:hover {
    background-color: #d3d4d5;
    border: 1px solid #d3d4d5;
    transition: all 0.7s ease;
}

.down-bg {
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
    background-color: #f3f4f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px 10px 15px 10px;
}

/* Menu */
header {
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /*background-color: #0f0f23 !important;*/
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;

}

.brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.brand img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    padding: 3px;
    margin-bottom: -4px;
}

.brand-name {
    font-size: 2.2rem;
    font-weight: 600;
    font-family: var(--fonte1);
}

/* Menu de Navegação */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0 10px;
}

.nav-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    padding: 20px 10px;
    transition: all 0.7s ease;
    font-size: 1rem;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    list-style: none;
    padding: 10px;
    border: 1px solid #ddd;
    transition: all 0.7s ease;
    border-radius: 5px;
}

.item-pai:hover .submenu {
    display: block;
    transition: all 0.7s ease;
}

.item-pai {
    position: relative;
    display: inline-block;
}

.item-pai>a::after {
    content: '▼';
    font-size: 12px;
    margin-left: 5px;
}

.submenu li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px 5px;
    text-shadow: none;
    margin: 5px 0;
}

.submenu li a:hover {
    background-color: #0d6efd;
    color: #fff;
}

.nav-menu a:hover {
    background-color: #0d6efd;
    transition: all 0.7s ease;
}

.btn-area {
    background-color: #ffc107;
    transition: all 0.7s ease;
    border: 1px solid #ffc107;
    color: #000 !important;
    text-shadow: none;
}

.btn-area:hover {
    background-color: #ffd24c !important;
    transition: all 0.7s ease;
    border: 1px solid #ffd24c !important;
}

/* Menu Hamburger */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 35px;
    height: 35px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.menu-toggle span {
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: -2px;
}

/* Fim do menu*/

/* WhatsApp Button Styles */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.whatsapp-button img {
    width: 35px;
    height: 35px;
}

/* Criando o Tooltip */
.whatsapp-button::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 50%;
    right: 115%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s, transform 0.7s;
}

/* A setinha do balão */
.whatsapp-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s;
}

/* Mostrar ao passar o mouse */
.whatsapp-button:hover::after,
.whatsapp-button:hover::before {
    opacity: 1;
    visibility: visible;
}

.links-rodape {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.links-rodape a {
    text-decoration: none;
    color: #fff;
    transition: all 0.7s ease;
    padding: 7px 0;
}

.links-rodape a:hover {
    color: #fdec01;
    transition: all 0.7s ease;
}

/* Galeria */
/* Configuração da Grade */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 colunas iguais */
    gap: 15px;
}

.gallery-grid img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 5px;
}

.gallery-grid img:hover {
    transform: scale(1.02);
}

/* Estilo do Lightbox (Tela Cheia) */
.lightbox {
    display: none;
    /* Escondido por padrão */
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Responsivo*/
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .col-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .container {
        max-width: 960px;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .logo-rodape {
        justify-content: flex-end;
    }

    .align-lg-start {
        justify-content: flex-start !important;
    }

    .align-lg-end {
        justify-content: flex-end !important;
    }

    .align-lg-center {
        justify-content: center !important;
    }

    .submenu {
        min-width: 220px;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .lg-none {
        display: none;
    }

    .planos {
        width: 30% !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (max-width: 991px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        flex: 0 0 auto !important;
        width: 100%;
    }

    header {
        flex-direction: row;
        justify-content: space-between;
        padding: 22px 5%;
    }

    /* Centralizar Logo */
    .brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
    }

    .brand img {
        margin-top: 5px;
        width: 70px;
        height: 70px;
        margin-right: 0;
    }

    /* Esconder Nome do Site */
    .brand-name {
        font-size: 2rem;
    }

    /* Mostrar Hamburger */
    .menu-toggle {
        display: flex;
    }

    /* Menu vira uma lista vertical escondida */
    .nav-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: -100%;
        width: 100%;
        background-color: #272b91;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: left;
        z-index: 1000;
        font-size: 22px;
        font-weight: 600;
        border-radius: 0;
        transition: left 0.7s ease;
        align-items: flex-start;
    }

    .nav-menu a {
        height: auto;
        padding: 18px;
        width: 100%;
        justify-content: space-between;
        color: #fff;
    }

    .nav-menu.active {
        left: 0;
    }

    /* Ajustes para o item pai no mobile */
    .item-pai {
        width: 100%;
        position: relative;
    }

    .item-pai>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    /* Seta indicadora */
    .item-pai>a::after {
        content: '▼';
        font-size: 12px;
        margin-left: 5px;
        transition: transform 0.3s ease;
    }

    .item-pai.active>a::after {
        transform: rotate(180deg);
    }

    /* SUBMENU - VERSÃO CORRIGIDA */
    .item-pai .submenu {
        display: none;
        position: static;
        background-color: rgba(255, 255, 255, 0.1);
        border: none;
        padding: 20px 5px;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        list-style: none;
    }

    /* Quando o item-pai tem a classe active, mostra o submenu */
    .item-pai.active .submenu {
        display: block;
    }

    /* Remove o hover do desktop no mobile */
    .item-pai:hover .submenu {
        display: none;
    }

    /* Estilo dos itens do submenu */
    .submenu li {
        width: 100%;
        margin: 0;
        text-shadow: none;
    }

    .submenu li a {
        color: #fff;
        padding: 12px 15px;
        height: 45px;
        background-color: transparent;
        text-shadow: none;
        margin: 5px 0;
    }

    .submenu li a:hover {
        background-color: #0d6efd;
    }

    /* Animação do hamburger */
    .menu-toggle.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, -5px);
    }

    .menu-toggle.open span:nth-child(2) {
        opacity: 0;
        transform: translateX(20px);
    }

    .menu-toggle.open span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, 5px);
    }

    .c-none {
        display: none;
    }

    .align-sm-center {
        align-items: center !important;
    }

    .align-sm-start {
        align-items: flex-start !important;
    }

    .align-sm-end {
        align-items: flex-end !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .justify-sm-center {
        justify-content: center !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .links-rodape a {
        padding: 0.85rem 0;
    }

    .gallery-grid {
        display: flex;
        flex-direction: column;
    }
}