:root {
    --color-primary: #64975a;
    --color-primary2: #92d685;
}

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: var(--color-primary);
}

.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 img {
    width: 100%;
}

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

.frase span {
    background-color: #fff;
    color: var(--color-primary);
    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: 25vw;
}

.form {
    background-image: url(../img/background-texture-footer.webp);
    background-size: cover;
}

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

.form img {
    width: 40vw;
}

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

footer {
    background-color: #000;
}

.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;
    }

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

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

    .banner img {
        height: 30vh;
    }

    body .top-message{
        height: 100px;
    }

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

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

    .nota-mec img {
        height: 50%;
        width: 50%;
    }

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

    .vantagens .vantagens_text{
        width: 100%;
    }

    .vantagens .vantagens_items{
        flex-direction: column;
        width: 100%;
    }

    .vantagens .vantagens_items .vantagen_item{
        width: 100%;
    }
}

@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;
    }

    .form img {
        width: 80vw;
    }
}


.countdown-page{
    margin-top: 50px;
}
.countdown-page .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

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

.countdown-page .info .mec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.countdown-page .info .buttons-action {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.countdown-page .info button {
    background-color: #fb6c06;
    border: none;
    border-radius: 5px;
    padding: 15px;
    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{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    width: 100%;
    background-image: url(../img/background.jpg);
    padding: 70px 80px 70px 100px;
}

.vantagens_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.vantagens_text span{
    color: var(--color-primary2);
    font-size: 1.7rem;
    font-weight: 600;
}

.vantagens_text p{
    color: #fff;
    margin-top: 20px;
    font-size: 1.2rem;
}

.vantagens_items{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
}

.vantagens_items .vantagen_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #0d0f13;
    border-radius: 10px;
    margin: 5px;
    height: 200px;
    padding: 20px;
}

.vantagens_items .vantagen_item img{
    width: 100px;
}

.vantagens_items .vantagen_item .img_star{
    width: 200px;
    margin-top: 40px;
}

.vantagens_items .vantagen_item span{
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.vantagens_items .vantagen_item p{
    text-align: center;
    color: #ccc;
}

.info-grid-content {
    max-width: 100%;
}

.info-grid-content p {
    font-size: 0.8em;
}

.info-grid-icon {
    padding: 0.5em 0.6em;
    border-radius: 8px;
}

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

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


.input-form {
    border: 2px solid var(--color-primary);
    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: 9999999999999;
    position: fixed;
    display: flex;
    background-color: rgb(224, 31, 17);
    top: 0;
    height: 80px;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
}

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

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

/* ACORDION */

.acc-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    width: 80%;
    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, rgb(9, 105, 41) 0%, rgb(11, 109, 19) 0%, rgb(206, 194, 33) 100%);
    margin-top: 0.4em;
    border: none;
    color: #fff;
    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: white;
    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;
}

.panel a {
    color: #be9432;
}
