* {
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    list-style: none;
    border: 0;
}

body {
    background-color: #FBFBFD;
    font-family: 'TT Commons', sans-serif;
    
}

header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 50%; /* Move o header para o centro horizontal */
    transform: translateX(-50%); /* Centraliza o header */
    padding: 20px 0 20px;
    width: 100%;
    z-index: 3;
    transition: all 0.3s;
    backdrop-filter: blur(15px); /* Aplica o efeito de desfoque */
    -webkit-backdrop-filter: blur(15px); /* Para compatibilidade com navegadores WebKit */
    background-color: rgba(111, 46, 242, 0.5); /* Cor de fundo com transparência */
    border-radius: 0;
    margin-top: 0;
}

header.show {
    background-color: rgba(111, 46, 242, 0.9); /* Ajusta a cor de fundo quando o header aparece */
    padding: 30px 20px; /* Adiciona margem ao redor do header */
    border-radius: 50px;
    width: 90%;
    margin-top: 20px;
}


.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 40px;
}


.logo {
    max-width: 100%;
    width: 115px;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.menu a {
    font-size: 20px;
    color: #FBFBFD;
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.3s;
}

.menu a:hover {
    color: #c2c2c2;
}

.social-section {
    display: inline-flex;
    text-decoration: none;
}

.social-icons {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 20px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FBFBFD;
    font-size: 25px;
    margin-right: 15px;
    text-decoration: none;
    border-radius: 50%;
    transition: background-color 0.3s, color 0.3s;
}

.social-icons a i {
    display: block;
}

.social-icons a:hover {
    color: #c2c2c2;
}

.other-networks {
    margin-left: -10px;
    display: flex;
    align-items: center;
}

.other-networks a {
    display: inline-block;
    font-size: 20px;
    color: #FBFBFD;
    text-decoration: none;
    transition: color 0.3s;
}

.other-networks a:hover {
    color: #EAEAEA;
}

p {
    font-size: 18px;
}

.content {
    text-align: center;
}

.content.em-breve {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #EAEAEA;
    text-align: left;
    padding: 20px;
    z-index: 2;
}

.content.em-breve h1 {
    font-size: 10vw;
    line-height: 0.8em;
    text-transform: uppercase;
    margin-bottom: 5px;
    max-width: 80%;
}

.content.em-breve p {
    font-size: 4vw;
    margin-bottom: 15px;
}

.video-section {
    position: relative;
    width: 100%;
    height: 101vh;
    overflow: hidden;
    background-color: rgba(111, 46, 242, 0.8);
}

.video-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
}

.saiba-mais {
    display: inline-block;
    color: #FBFBFD;
    font-size: 3vh;
    margin-top: 20px;
    text-decoration: none;
    transition: all 100ms ease-in-out;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.saiba-mais i {
    margin-left: 5px;
}

.saiba-mais:hover {
    color: #EAEAEA;
}

.gradient-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(63, 10, 151, 0.8), transparent);
    z-index: 1;
}

.video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}


.section.quem-somos {
    text-align: center;
}

.content.quem-somos-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90vw;
    height: 34vw;
    margin: 0 auto;
    padding: 30px 30px;
    border-radius: 20px; 
    background-color: #EAEAEA;
    margin-top: 35px;
}

.quem-somos-text {
    color: #3A1772;
    text-align: left;
    max-width: 590px;
}

.quem-somos-text h1 {
    font-size: 6.6vw;
    margin-bottom: 15px;
}

.quem-somos-text p {
    font-size: 2.6vw;
    line-height: 1.2;
}

.quem-somos-text span {
    font-weight: 600;
    color: #3A1772;
}

.quem-somos-image {
    text-align: center;
}

.quem-somos-image img {
    width: 45vw;
    height: 34vw;
    object-fit: cover;
    border-radius: 20px;
    pointer-events: none
}


.video-container video {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(20%);
}

.preview-section {
    margin-top: 35px;
    position: relative;
    background-color: transparent;
    color: #EAEAEA;
    text-align: center;
}

.preview-title h1 {
    font-size: 6.6vw;
    margin-top: 0;
    position: relative;
    padding-top: 40px;
}

.carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    padding-bottom: 70px;
}

.carousel-item {
    width: 22.5vw;
    height: 22.5vw;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s;
}

.carousel-item:hover {
    transform: scale(1.05);
}

.carousel-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.carousel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(58, 23, 114, 0.9) 70%, transparent);
    padding: 5px 15px;
}

.carousel-category {
    background-color: #FF00AD;
    color: #EAEAEA;
    display: table;
    text-align: left;
    padding: 0.3vw 0.8vw;
    border-radius: 0.5vw;
    font-weight: bold;
    font-size: 1.3vw;
}

.carousel-highlight {
    margin-top: 10px;
    font-size: 1.8vw;
    color: #EAEAEA;
    text-align: left;
    max-width: 90%;
    font-weight: 600;
    margin-bottom: 5px;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    max-width: 150%;
    width: 800px;
    background-color: #3A1772;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(40, 15, 80);
    padding: 0px 0px 20px;
    text-align: center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    animation: popUpAnimation 0.3s ease forwards;
}

@keyframes popUpAnimation {
    0% {
        opacity: 0;
        transform-origin: center center;
        transform: translate(-50%, -50%) scale(0.5);
    }
    100% {
        opacity: 1;
        transform-origin: center center;
        transform: translate(-50%, -50%) scale(1);
    }
}

.close-popup {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
    transition: color 0.3s;
}

.close-popup:hover {
    color: #c2c2c2
}

.popup-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    pointer-events: none
}

.popup-details {
    margin-top: 20px;
}

.popup-category {
    background-color: #FF00AD;
    color: #EAEAEA;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: bold;
}

.popup-highlight {
    font-size: 30px;
    color: #EAEAEA;
    max-width: 80%;
    margin: 7px auto;
}

.popup-description {
    margin-top: 15px;
    font-size: 20px;
    max-width: 80%;
    text-align: center;
    margin: 15px auto;
    font-weight: 200;
}

.section.onde-estamos {
    text-align: center;
    padding: 35px 0;
}

.content.onde-estamos-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90vw;
    height: 25vw;
    margin: 0 auto;
    padding: 30px 30px;
    border-radius: 20px; 
    background-color: #EAEAEA;
}

.onde-estamos-title {
    font-size: 6.6vw;
    margin-bottom: 10px;
    color: #3A1772;
}

.social-icons-container {
    display: flex;
    gap: 20px;
    /* align-items: center; */
    justify-content: center;
}

.social-block {
    background-color: #FBFBFD;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.2s, background-color 0.2s;
    cursor: pointer;
}

.social-icon {
    background-color: #3A1772;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 30px;
    text-decoration: none;
}

.social-icon i {
    color: #EAEAEA;
}

.social-block:hover {
    transform: scale(1.05);
    background-color: #c2c2c2;
}

.social-block-2 {
    background-color: #FBFBFD;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    transition: transform 0.2s, background-color 0.2s;
    cursor: pointer;
}

.social-block-2:hover {
    transform: scale(1.05);
    background-color: #c2c2c2;
}

.other-networks-2 {
    background-color: #3A1772;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    font-size: 25px;
    text-decoration: none;
    color: #EAEAEA;
}

.other-networks-2-text {
    margin-top: 5px;
    font-size: 12px;
    color: #3A1772;
}

.section.cronometro {
    text-align: center;
    padding: 60px 0;
    padding-top: 25px;
    color: #1D1D1F;
    font-weight: 600;
    position: relative;
}

.cronometro h1 {
    font-size: 4vw;
    margin-bottom: 15px;
}

.cronometro-content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}

.cronometro-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 6px;
}

.cronometro-numero {
    font-size: 8vw;
    font-weight: 800;
    margin-bottom: -15px;
}

.cronometro-label {
    font-size: 2vw;
}

.cronometro-numero.dias {
    margin-right: 20px;
}

.cronometro-sticker {
    position: absolute;
    width: 25vw; 
    transform: rotate(-10deg);
    pointer-events: none;
    display: flex; /* Alterar quando houver data */
}

.contato-redes {
    background-color: #3F0A97;
    padding: 40px 0;
    color: #EAEAEA;
}

.contato-container {
    background-color: inherit;
}

.section.contato-redes h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.content.contato {
    text-align: center;
}

.contato-button {
    display: inline-block;
    padding: 18px 30px;
    background-color: #6f2ef2;
    color: #EAEAEA;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, transform 0.2s;
    font-size: 20px;
}

.contato-button i {
    margin-right: 10px;
}

.contato-button:hover {
    background-color: #935dff;
    transform: scale(1.05);
}

.footer {
    background-color: #3A1772;
    padding: 20px 0;
    text-align: center;
}

.footer-content {
    color: #EAEAEA;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 25px;
    left: 20px;
    z-index: 1100;
}

.menu-toggle i {
    color: #FBFBFD;
    font-size: 24px;
}


.logo-section {
    text-align: left;
}


.menu.active {
    left: 0;
}


.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #FBFBFD;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 930px) {
    .social-section {
        display: none;
    }    
}

@media (max-width: 768px) {
    .video-section {
        height: 90vh;
    }

    .menu {
        justify-content: center;
        position: fixed;
        top: 0;
        height: 110vh;
        background-color: #3a1772e6;
        border-radius: 0 20px 20px 0px;
        color: #FBFBFD;
        z-index: 1000;
        transition: left 0.3s ease-in-out;
        flex-direction: column;
        width: 50%;
        left: -100%;
        display: flex;
        align-items: flex-start
    }

    .menu a {
        text-decoration: none;
        margin-bottom: 20px;
        font-size: 24px;
        text-align: left;
        padding-left: 10px;
    }

    .logo-section {
        text-align: center;
    }
    
    .social-section {
        display: none;
    }

    .menu-toggle {
        display: block;
        top: 35px;
    }

    .header-content {
        flex-direction: column;
        align-items: left;
    }

    .menu.active {
        top: -20px;
        left: -10px;
    }

    .section.quem-somos {
        text-align: center;
    }
    
    .content.quem-somos-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 78vw;
        height: 120vw;
        border-radius: 15px; 
        background-color: #EAEAEA;
        margin-top: 20px;
    }
    
    .quem-somos-text {
        text-align: center;
        max-width: 590px;
    }
    
    .quem-somos-text h1 {
        font-size: 12vw;
        margin-bottom: 13px;
    }
    
    .quem-somos-text p {
        font-size: 5vw;
        font-weight: 200 !important;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    
    .quem-somos-image {
        text-align: center;
    }
    
    .quem-somos-image img {
        width: 85vw;
        height: 75vw;
    }

    .preview-section {
        margin-top: 20px;
    }

    .carousel-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .carousel-item {
        width: 40vw;
        height: 40vw;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .carousel-category {
        padding: 0.6vw 1.5vw;
        border-radius: 0.8vw;
        font-size: 3.3vw;
    }
    
    .carousel-highlight {
        font-size: 4vw;
        max-width: 33vw;
    }
    
    .preview-title h1 {
        font-size: 12vw;
    }

    .section.onde-estamos {
        padding: 20px 0;
    }
    
    .content.onde-estamos-container {
        width: 78vw;
        height: 38vw;
    }
    
    .onde-estamos-title {
        font-size: 12vw;
    }
    
    .social-icons-container {
        gap: 2px;
    }
    
    .social-block {
        padding: 10px;
        border-radius: 10px;
        transform: scale(0.9);
    }
    
    .social-icon {
        width: 10vw;
        height: 10vw;
        font-size: 5vw;
    }
    
    .social-block-2 {
        padding: 10px;
        text-align: center;
        transform: scale(0.9);
    }
    
    .other-networks-2 {
        font-size: 5vw;
        transform: scale(0.9);
    }

    .other-networks-2-text {
        display: none;
    }

    .social-block:hover {
        transform: scale(1.0);
    }

    .social-block-2:hover {
        transform: scale(1.0);
    }

    .section.cronometro {
        text-align: center;
        padding: 60px 0;
        padding-top: 25px;
        color: #1D1D1F;
        font-weight: 600;
        position: relative;
    }
    
    .cronometro h1 {
        font-size: 6vw;
    }
    
    .cronometro-numero {
        font-size: 12.5vw;
    }
    
    .cronometro-label {
        font-size: 3.5vw;
    }
    
    .cronometro-numero.dias {
        margin-right: 10px;
    }
    
    .cronometro-sticker {
        width: 40vw;
    }

    .contato-container {
        transform: scale(0.8);
    }

    .footer p{
        font-size: 15px;
    }
    
    .popup-content {
        width: 80vw;
    }
}
