
:root {
    --color-primary3: #E9B847;
    --color-primary2: #9cecf0;
}

body{
    background: #F0F0F0;
}

html {
    scroll-behavior: smooth;
}

.navbar{
    margin-top: 80px;
}

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

.cursor-pointer{
    cursor: pointer;
}


a:hover {
    text-decoration: none;
}

.text-def {
    color: var(--color-primary3);
}

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

.btn-f {
    background-color: #ca5151;
    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: 50%;
}

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

.banner_content .banner_pos{
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.banner_content .banner_pos h2{
    color: #9cecf0;
    font-weight: bold;
    font-size: 55px;
    text-align: center;
}

.banner_content .banner_pos h4{
  color: #9cecf0;
  margin-top: 20px;
}

.banner_content .banner_pos p{
  color: #9cecf0;
  margin-top: 20px;
}

.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: 40px;
    font-weight: 600;
    color: #fff;
    background-color: #0a8156;
    margin: 5px;
    border-radius: 7px;
    padding: 5px;
}

.banner_price_item .price_value{
    font-size: 40px;
    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: 3rem;
}

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

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

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

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

.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-primary3);
    border: 2px solid var(--color-primary3);
}

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

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

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

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

/* FOOTER */

#footer {
    background: var(--color-primary3);
    color: #fff;
}

#footer .area-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3rem;
    max-width: 1140px;
}

#footer .item-footer {
    max-width: 100%;
}

#footer a {
    color: #222222;
    font-weight: normal;
}

.footer-title {
    font-size: 1em;
    font-weight: 700;
    color: #fff;
}

#footer p,
#footer label {
    color: #222222;
    font-size: 0.7em;
}

.footer-img {
    flex-direction: column;
}

footer {
    background: var(--color-primary2);
    margin-top: 20px;
}

footer div {
    justify-content: space-between;
}

.emec{
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.emec .emec-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #1888bd;
    border-radius: 10px;
    padding: 10px;
}

.emec .emec-image img{
    width: 120px;
}

.emec .emec-image span{
    color: #1888bd;
    font-weight: bold;
    margin-top: 5px;
}

.emec span{
    color: #1888bd;
    font-weight: bold;
}

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

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

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

    .content-about{
        flex-direction: column;
    }

    body .content-about .about-zigool{
        width: 100%;
    }

    body .content-about .video{
        margin-top: 20px;
        margin-left: 0;
    }

    body .section-certificate{
        flex-direction: column;
        width: 90%;
        height: 100%;
    }

    .section-certificate .certificate-text{
        margin-top: 20px;
    }

    .section-certificate .image_certificate{
        margin-bottom: 10px;
    }

    body .section-vantagens div{
        flex-direction: column;
        align-items: center;
    }

    .list_courses{
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    .logo{
        width: 7vh;
    }

    .footer-title {
        margin: 1em 0em;
    }

    footer div {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #footer .area-footer {
        flex-direction: column;
    }

    #footer .item-footer {
        margin-top: 20px;
    }

    .banner{
        padding: 10px;
    }

    .top-message{
        padding: 10px;
    }

    .countdown-page{
        margin-top: 5px;
    }

    .top-message .countdown-page .info button {
       margin-top: 10px;
    }

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

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

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

    .banner_content .banner_price{
        width: 100%;
    }

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

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

    .content-about .video video{
      height: 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;
    }
}

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

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

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

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

.countdown-page .info button {
    background-color: rgb(233, 94, 94);
    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{
    width: 80%;
}

.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-primary3);
    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;
    font-size: 1rem;
}

.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: #9cecf0;
    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;
}

.content-about{
  display: flex;
  margin-top: 50px;
  align-items: center;
}

.content-about .about-zigool{
  display: flex;
  flex-direction: column;
  width: 80%;
}

.content-about h4{
  font-weight: bold;
}

.content-about .about-zigool p{
  text-align: justify;
}

.content-about .video{
  width: 100%;
  margin-left: 10px;
}

.content-about .video video{
  border-radius: 20px;
}

.content-about .btn-f{
  width: 200px;
}

.section-items{
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.section-items h4{
  font-weight: bold;
}

.section-vantagens{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #222222;
}

.section-vantagens div{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    padding: 20px 0px 20px 0px;
}

.section-vantagens h3{
  color: var(--color-primary2);
  font-weight: bold;
}

.section-vantagens .background-vantagens{
    background: url(../img/background.webp);
    opacity: 0.08;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.section-vantagens .item-vantagem{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    justify-content: center;
}

.section-vantagens span{
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.section-vantagens p{
    color: #fff;
    text-align: center;
}

.section-vantagens i{
    color: var(--color-primary2);
}

.list_courses {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
}

.list_courses .curso img{
    width: 100%;
    height: 135px;
    border-radius: 20px;
    position: absolute;
    z-index: -1;
    filter: brightness(40%);
    margin-left: -123px;
    margin-top: -17px;
}

.curso {
    /* background-color: white; */
    border-radius: 15px;
    padding: 20px;
    width: 250px;
    text-align: center;
    transition: transform 0.2s;
    margin: 10px;
    position: relative;
    border-radius: 20px;
}

.curso h2{
    font-size: 18px;
}

.curso:hover {
    transform: scale(1.05);
}

.btn-cursos {
    display: inline-block;
    background-color: var(--color-primary3);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.2s;
    margin-top: 10px;
}

.other_areas{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}
