*{
    font-family: "Montserrat", sans-serif;
}

:root {
    --color-primary: #45b170;
}

html {
    scroll-behavior: smooth;
}

.navbar{
    margin-top: 80px;
}

.nav-wtts {
    margin-left: 4em !important;
}

.logo {
    width: 20vh;
}

.cursor-pointer{
    cursor: pointer;
}

.logo-consultor {
    width: 10vh;
}

a:hover {
    text-decoration: none;
}

.text-def {
    color: #0A0F25
}

.btn-nav {
    background-color: var(--color-primary);
    color: #fff !important;
    padding: 0.5em 1.5em;
    border-radius: 15px;
    border: 0;
    cursor: pointer;
    font-weight: bold;
}

.nav-link {
    color: #444;
}

.nav-link:hover {
    color: #000;
}

.banner{
    background-image: url('../img/background.webp');
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 100px;
}

.banner > div{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    align-items: center;
}

.banner_content{
    display: flex;
    flex-direction: column;
    width: 40%;
}

.banner .banner_logo img{
    width: 120px;
    margin-bottom: 50px;
}

.banner_content .banner_pos{
    display: flex;
    align-items: center;
    width: 50%;
    z-index: 1;
}

.banner_content .banner_pos h2{
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
}

.banner_content .banner_price{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    position: relative;
}

.banner_price > img{
    width: 100%;
    margin-left: 200px;
    position: absolute;
}

.banner_content .banner_items{
    display: flex;
    gap: 20px;
    margin-top: 10px;
    z-index: 1;
}

.banner_content .banner_items span{
    color: #fff;
    font-size: 20px;
}

.banner_content .banner_pos h2 > span{
    background-color: #feb800;
    border-radius: 20px 0px 20px 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.banner_prices{
    display: flex;
    flex-direction: column-reverse;
    z-index: 1;
}

.banner_price_item{
    display: flex;
    margin-top: 10px;
    border-radius: 7px;
    background-color: #fff;
}

.price_focus{
    background-color: #feb800;
}

.banner_price_item .price_qtd{
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    background-color: #0A0F25;
    margin: 5px;
    border-radius: 7px;
    padding: 5px;
}

.banner_price_item .price_value{
    font-size: 2rem;
    font-weight: bold;
    color: #353333;
    margin: 5px;
}

.banner_price_item .price_description{
    font-size: 0.8rem;
}

.banner_price_item > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_price_item .price_value .value_text{
    font-size: 2.2rem;
}

.prices_info{
    margin-top: 10px;
    z-index: 1;
    border-radius: 5px;
}

.prices_info span {
  color: #c4acac;
  font-weight: bold;
  font-size: 1rem;
}

.frase {
    color: #fff;
    background-color: #000;
}

.frase span {
    background-color: #fff;
    color: #7cb81b;
    font-weight: 900;
    padding: 0 0.2em;
    border-radius: 5px;
}

.titulo-lista {
    background-color: var(--color-primary);
    padding: 1.5em;
    border-radius: 15px 15px 0px 0px;
}

#pos-graduacao-list{
    padding: 20px;
}

#pos-graduacao-list .titulo-lista{
    padding: 5px;
}

#pos-graduacao-list .titulo-lista h4{
    font-size: 15px;
}

#pos-graduacao-list .titulo-lista img{
    padding: 5px;
}
#pos-graduacao-list .corpo-lista ul li p {
    font-size: 1rem;
}
.titulo-icon {
    background-color: var(--color-primary);
    width: 7vh;
}

.corpo-lista {
    background-color: #F2F2F2;
    border-radius: 0 0 15px 15px;
}

.corpo-lista ul {
    color: var(--color-primary);
}

.corpo-lista ul li {
    margin: 0.4em 0;
}

.corpo-lista ul li p {
    color: #5f5959;
    font-size: 1.2em;
    margin: 0;
}

.btn-lista {
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.btn-lista:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.box ul li {
    margin: .3em 0;
    font-size: 1em;
    color: #444;
}

.hexagono {
    width: 70px;
    height: 30px;
    background: var(--color-primary);
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 9vh;
    left: -1.5vh;
}

.hexagono:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 35.5px solid transparent;
    border-right: 35.5px solid transparent;
    border-bottom: 26px solid var(--color-primary);
}

.hexagono:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 35.5px solid transparent;
    border-right: 35.5px solid transparent;
    border-top: 26px solid var(--color-primary);
}

.btn-lista2 button {
    font-size: 1.5em !important;
    color: var(--color-primary);
    background-color: #000;
    font-weight: 600;
    transition: transform 0.3s;
}

.btn-lista2 button:hover {
    background-color: var(--color-primary);
    color: #000;
    transform: translateY(-10px);
}

.nota-mec {
    display: flex;
    margin: 8em 0 0 0 !important;
    padding: 3em 0;
    background-color: #000;
    color: #fff;
}
.nota-mec h1 {
    color: var(--color-primary);
    font-weight: 900;
    margin: 0 !important;
}

.nota-mec strong {
    font-weight: 900;
    text-transform: uppercase;
}

.nota-mec img {
    width: 15vw;
}

.form{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 40%;
    z-index: 1;
}

.form-control {
    border-color: var(--color-primary3);
}

.form > div > div{
    width: 100%;
}

.form h3{
    font-weight: 800;
}

.form img {
    width: 40vw;
}

.form-control {
    border-color: var(--color-primary);
}

footer {
    background-image: linear-gradient(70deg, #0A0F25 0%, #0A0F25 100%);
}

.btn-whatsapp {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 1em;
    padding: 0.5em;
    font-size: 1.8em;
    border-radius: 500px;
}

@media screen and (max-width: 768px) {
    .corpo-lista ul li p{
        font-size: 1rem;
    }

    .nota-mec{
        flex-direction: column;
    }

    .nota-mec .vantagens{
        width: 100%;
        margin-top: 20px;
    }

    .container-input {
        padding-top: 10px;
    }

    .container-input .input-form {
        max-width: 100%;
    }

    .top-message{
        padding: 10px;
    }

    body .top-message .top-message-section{
        flex-direction: column;
        width: 100%;
    }

    body .top-message .top-message-section button{
        margin-top: 5px;
    }

    body .vantagens{
       flex-direction: column;
       gap: 20px;
    }

    body .vantagens .vantagens_item{
        width: 80%;
    }

    body .vantagens .vantagens_item h4{
        font-size: 1.3rem;
    }

    body .vantagens .vantagens_item p{
        font-size: 0.9rem;
    }

    .banner{
        padding: 10px;
    }

    .banner > div{
        flex-direction: column;
    }

    .banner_content .banner_price{
        width: 100%;
    }

    .banner_content{
        width: 100%;
        margin-top: 173px;
    }

    .banner_price > img{
        margin:0;
        bottom: -30px;
    }

    .form{
        width: 100%;
        margin-top: 20px;
    }

    .banner_content .banner_pos h2{
        font-size: 2rem;
    }

    .banner_price_item .price_qtd{
        font-size: 20px;
    }

    .prices_info span {
        color: #463535;
    }

    .countdown-page .info{
        flex-direction: column;
    }
}

@media screen and (max-width: 426px) {
    .nav-wtts {
        margin-left: 0em !important;
    }
    h1{
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.2em;
    }

    .btn-nav {
        margin-top: 1em;
    }

    .navbar-toggler {
        margin-top: 1em;
    }

    .btn-lista2 button {
        font-size: 4vw !important;
    }

    .navbar{
        margin-top: 90px;
    }

}

.countdown-page .info {
    display: flex;
    align-items: center;
}

.countdown-page .info h1{
    font-weight: bold;
    color: #383d37;
}

.uk-countdown-number {
    font-size: 2.5rem;
}

.countdown-page .info .mec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.countdown-page .info button {
    background-color: #E9B847;
    border: none;
    border-radius: 5px;
    padding: 7.7px;
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
}

.countdown-page .info button:hover{
    color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    transition: 0.2s;
}

#cookieAcceptBar.cookieAcceptBar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgb(245, 242, 242);
    color: rgb(51, 49, 49);
    padding: 20px 0;
    z-index: 99999;
    text-align: justify;
    padding: 10px 20px;
    font-size: 13px;
}

#cookieAcceptBar.cookieAcceptBar a {
    text-decoration: underline;
}

#cookieAcceptBar button {
    cursor: pointer;
    border: none;
    background-color: rgb(80 121 89);
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px;
}

#cookieAcceptBar #cookieAcceptBarRecuse {
    background-color: #f4ac6d;
}

.vantagens_content{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #080522;
    margin-top: 70px;
    padding: 20px;
}

.vantagens_content h3{
    font-weight: 800;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 50px;
}

.vantagens{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
}

.vantagens .vantagens_item{
    display: flex;
    flex-direction: column;
    width: 30%;
}

.vantagens .vantagens_item p{
    text-align: start;
    color: #fff;
}

.vantagens .vantagens_item_icon{
    display: flex;
    gap: 1rem;
}

.vantagens .vantagens_item h4{
    font-weight: bold;
    color: #fff;
    font-size: 1.5rem;
}

.video-youtube{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.video-youtube iframe{
    border-radius: 20px;
}


.input-form {
    border: 2px solid #FE6603;
    border-radius: 35px;
    font-size: 0.7em;
    background-color: #fff;
    width: 100%;
    max-width: 25vw;
    margin-top: 5px;
}

.input-form input {
    padding: 0.8rem;
    border: 0;
    border-radius: 35px;
    width: 90%;
    outline: none;
}

.input-form button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    outline: none;
    border: none;
}

.container-input {
    display: flex;
    text-align: center;
    flex-direction: column;
    padding-top: 30px;
    align-items: center;
}

.top-message{
    z-index: 1052;
    position: fixed;
    display: flex;
    background-color:#222222;
    top: 0;
    color: #E9B847;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.top-message .top-message-section{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.top-message .top-message-section span{
    font-weight: bold;
    text-align: center;
}



/* TIMELINE */

.container-timeline {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #4a4a4a;
    margin-bottom: 40px;
}

/* --- Estilos do Carrossel (Swiper) --- */
.timeline-swiper {
    max-width: 600px; /* Largura máxima para o carrossel */
    height: auto; /* Altura ajustável ao conteúdo */
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
}

.timeline-number {
    background-color: #151C3A;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 20px;
}

.timeline-content {
    max-width: 100%;
}

.timeline-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 12px;
}

.timeline-text {
    font-size: 1rem;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 8px;
}

/* --- Navegação do Swiper --- */
.swiper-button-prev, .swiper-button-next {
    color: #7dd3c0;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    color: #4CAF50;
}

.swiper-pagination-bullet-active {
    background: #7dd3c0;
}


/* --- Responsividade para Mobile (Ajustada para o Swiper) --- */
@media (max-width: 768px) {
    .main-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }

    .timeline-swiper {
        padding: 10px 0;
    }

    .timeline-number {
        width: 45px;
        height: 45px;
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .timeline-title {
        font-size: 1.25rem;
    }

    .timeline-text {
        font-size: 0.95rem;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev::after, .swiper-button-next::after {
        font-size: 1rem;
    }

    .whatsapp-button {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-button svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 1.5rem;
    }

    .timeline-title {
        font-size: 1.1rem;
    }

    .timeline-text {
        font-size: 0.9rem;
    }
}

.acc-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.accordion {
    flex-direction: column;
    margin-top: 5px;
}

.accordion h1 {
    font-size: 2.3em;
    color: #be9432;
}

.accordion-item {
    background: linear-gradient(90deg, #0A0F25 0%, #0A0F25 0%, #0A0F25 100%);
    margin-top: 0.4em;
    border: none;
    color: #ccc;
    font-weight: 'bold';
    cursor: pointer;
    padding: 5px;
    padding-left: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion-item:focus {
    outline-style: none;
}

.accordion-item:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-right: 10px;
}

.open:after {
    content: '\2212';
}

.panel {
    padding: 0 18px;
    background-color:#151C3A;
    max-height: 0;
    color: #000;
    text-align: left;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    font-size: 0.8rem;
    padding: 10px;
    color: #fff;
}

.panel a {
    color: #be9432;
}
