* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Calligraffitti', cursive;
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

:root {
    --color-primary: #283586;
    --color-primary3: #E9B847;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #312a2a;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

header .logos img{
    width: 5vw;
}

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

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-color: var(--color-primary);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form-group {
    margin-bottom: 1rem;
}

.color-gray {
    color: #5d5d5d;
}

body {
    background-color: #e8e6e6;
    font-family: 'Open Sans', sans-serif;
}

.cabecalho {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    justify-content: space-around;
}

.logo-unifatecie {
    width: 20%;
}

.header1{
    display: flex;
}

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

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

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

.banner-page {
    width: 100%;
}

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

.container-input.area-courses {
    margin-top: 105px;
}

.section_title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-input h4 {
    font-weight: 800;
    font-size: 1.5rem;
    padding: 5px;
}

.color-orange {
    color: var(--color-primary3);
}

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


nav .logos {
    display: flex;
    align-items: center;
}

/* 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: #fff;
    font-weight: normal;
}

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

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

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

footer {
    background: #5d5d5d;
    margin-top: 20px;
}

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

@media (max-width: 768px) {
    header .logos .logo-consultor {
        width: 16vw;
    }

    header .logos img {
        width: 13vw;
    }

    .header1{
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .logo-unifatecie {
        width: 50%;
    }

    .input-form {
        max-width: 90vw;
    }

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

    .container-input.area-courses {
        margin-top: 200px;
    }

    section .container-area {
        display: flex;
        width: 100%;
    }

    main {
        margin-top: 120px;
    }

    .container {
        display: flex;
        justify-content: center;
    }

    nav #nav-input {
        max-width: unset;
        width: 100%;
    }

    header .navbar {
        display: flex;
        flex-direction: column;
        position: fixed;
        max-width: 100%;
        padding: 10px;
    }

    .navbar img {
        width: 16vw;
    }

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

    .mec_content .mec_items{
        flex-direction: column;
    }

    .mec_content .mec_items .mec_item{
        margin-top: 20px;
    }

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

    .button_back{
        position: absolute;
        left: 10px;
        bottom: 60px;
    }

    .section_title h1{
        font-size: 25px;
    }

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

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

    body .header-menu.nav-top-message{
        margin-top: 110.5px;
    }

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

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

.button_back{
    text-decoration: none;
}

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

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

.color-white {
    color: white;
}

.btn-whatsapp {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 1em;
    padding: 0.5em;
    font-size: 1.8em;
    border-radius: 500px;
    background-color: #28a745;
    display: inline-flex;
}

.container-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
}

.container-input img {
    margin: 10px;
}

.curso-area {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 20px;
    width: 400px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    margin-top: 1rem;
}

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

.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(37, 112, 141) 0%, rgb(17, 74, 92) 0%, var(--color-primary) 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;
}

/* NAVBAR  */
.navbar img {
    width: 7vw;
}

.logos .logo-consultor {
    width: 4vw;
}

.navbar {
    background-color: #fff;
    position: fixed;
    z-index: 9;
    max-width: 75%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 6px;
}

.navbar input {
    border-radius: 35px;
    width: 90%;
}

#search-input button,
#nav-input .button-search-course {
    outline: none;
    border: none;
    background: transparent;
}

.cursor-pointer {
    cursor: pointer;
}

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

.navbar input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}


.dropdown-item {
    font-size: 0.5em;
    font-weight: 700;
}

#nav-input {
    border: 2px solid var(--color-primary);
    border-radius: 35px;
    font-size: 0.7em;
    background-color: #fff;
    width: 100%;
    max-width: 25vw;
}

#search-input {
    border: 2px solid var(--color-primary);
    border-radius: 35px;
    font-size: 0.7em;
    background-color: #fff;
    width: 100%;
    max-width: 25vw;
}

.header-menu {
    display: flex;
    justify-content: center;
}

.video_course {
    margin-top: 30px;
    margin-bottom: 20px;
}

.check-mec {
    background-color: var(--color-primary);
    color: #fff !important;
    padding: 10px;
    border-radius: 30px;
}

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


.mec_content{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #1a1515;
    padding: 20px;
}

.mec_content .mec_items{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
    width: 100%;
}

.mec_content .mec_title{
    text-align: center;
}

.mec_content .mec_title img{
    width: 100px;
}

.mec_content .mec_items .mec_item{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mec_content .mec_items .mec_item i{
    font-size: 40px;
}

.mec_content .mec_items .mec_item h3{
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
}

.nav-wtts a{
    text-decoration: none;
    color: #28a745;
}

.nav-wtts {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 8px;
}

.nav-wtts span{
    font-weight: bold;
}

.nav-wtts span i{
    color: #28a745;
}



.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 .buttons-action {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.countdown-page .info button {
    background-color: var(--color-primary3);
    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;
}

.countdown-page .subtitle{
    margin-top: 20px;
}

.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;
    padding: 5px;
}

.top-message .top-message-section span{
    font-weight: bold;
    text-align: center;
}
.header-menu.nav-top-message{
    margin-top: 80px;
}

.section-vantagens{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #000231;
    position: relative;
    padding: 20px;
}

.section-vantagens .background-vantagens{
    background-image: url(../../lading_pages/template_oferta/assets/img/background.png);
    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;
    margin-top: 20px;
}


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

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

.section-vantagens i{
    color: yellow;
}

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

/* ===== Custom Bootstrap 4 Pagination Style ===== */

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-item {
    margin: 0 3px;
}

.page-item .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #a9aeb3;
    border-radius: .25rem;
    transition: all 0.2s ease;
    font-weight: bold;
}

.page-item .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25);
}

.pagination_courses{
    padding: 20px;
}

.container-courses{
    display: flex;
    flex-direction: column;
    align-items: center;
}
