:root {
    --color1: #FF8307;
}

html {
    scroll-behavior: smooth;
}

body{
    font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.2;
  color: #606062;
}

p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: #606062;
}

/* .navbar{
    margin-top: 80px;
} */

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

.logo {
    width: 25vh;
}

.cursor-pointer{
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

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

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

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

.btn-custom:hover{
    background-color: #383d37;
}

.nav-link {
    color: #444;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.nav-link:hover {
    color: var(--color1);
}

.about{
    display: flex;
    align-items: center;
    width: 82%;
    margin: auto;
    gap: 30px;
}

.about iframe{
    border-radius: 20px;
    width: 50%;
    height: 300px;
}

.about .about_content{
    width: 50%;
}

.about h1{
    font-size: 1rem;
    color: var(--color1);
    font-weight: 400;
}

.about p{
    margin-top: 20px;
}

.modality_courses{
    display: flex;
    justify-content: space-between;
    width: 82%;
    margin: auto;
    gap: 10px;
    margin-top: 100px;
}

.modality_courses .modality_item{
    display: flex;
    gap: 10px;
}

.modality_courses img{
    width: 280px;
}

.modality_courses .modality_item h3{
    font-weight: 600;
    font-size: 1.2rem;
}

.modality_courses .modality_item p{
    font-size: 1.2rem;
}

.modality_courses .modality_item .modality_content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner img {
    width: 100%;
    height: 100vh;
}

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

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

.form img {
    width: 40vw;
}

.form_lead button{
    width: 100%;
}

.form_lead h3{
    font-weight: 500;
    font-size: 1.3rem;
}

.form_lead label{
    color: #606062;
}

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

.valores{
    display: flex;
    width: 82%;
    margin: auto;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 100px;
}

.valores .valores_item{
    display: flex;
    align-items: flex-start;
    width: 40%;
    gap: 10px;
}

.valores .valores_item h3{
    font-size: 1rem;
    font-weight: bold;
}

.valores .valores_item .valores_content{
    display: flex;
    flex-direction: column;
}

.valores .valores_item img{
    width: 70px;
}

.about_inst{
    width: 100%;
    background-color: var(--color1);
}

.about_inst_div{
    display: flex;
    width: 82%;
    margin: auto;
    margin-top: 100px;
    background-color: var(--color1);
    padding: 50px 0px 50px 0px;
}

.about_inst_div p{
    color: #fff;
}

.about_inst_div button{
    border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
    .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;
    }

    .about{
        flex-direction: column;
    }

    .about iframe{
        width: 100%;
    }

    .about .about_content{
        width: 100%;
    }

    .valores{
        flex-direction: column;
    }

    .valores .valores_item{
        width: 100%;
    }

    .valores .valores_item img{
        width: 50px;
    }

    .modality_courses{
        flex-direction: column;
    }

    .modality_courses .modality_item{
        flex-direction: column;
        margin-top: 20px;
    }

    .modality_courses .modality_item img{
        width: 100%;
    }

    .about_inst_div{
        flex-direction: column-reverse;
    }

    .about_inst_div img{
        margin-bottom: 50px;
    }
}

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

    /* .navbar{
        margin-top: 90px;
    } */
}

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

.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: 9999999999999;
    position: fixed;
    display: flex;
    background-color: var(--color1);
    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;
}

/* FOOTER */

.footer {
    background-color: #606062;
    color: #ffffff;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-logo img {
    width: 200px;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-icon.facebook {
    background-color: #1877f2;
}

.social-icon.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-section h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.footer-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #ffa500;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    line-height: 1.5;
}

.footer-info  p{
    color: #fff;
    margin: 0;
}

.btn-polos {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-top: 10px;
    width: fit-content;
}

.btn-polos:hover {
    background-color: #ffffff;
    color: #6b7280;
}

.email {
    margin-top: 10px;
    font-size: 13px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.phone-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-icon {
    font-size: 20px;
}

.phone-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.footer-qrcode {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

/* Responsividade - Tablets */
@media (max-width: 1024px) {
    .footer {
        padding: 30px 15px;
        gap: 20px;
    }

    .footer-section {
        min-width: 200px;
    }
}

/* Responsividade - Celulares */
@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
        padding: 25px 15px;
        gap: 25px;
    }

    .footer-section {
        width: 100%;
        min-width: auto;
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-menu {
        align-items: center;
    }

    .btn-polos {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contact {
        align-items: center;
    }

    .phone-item {
        justify-content: center;
    }

    .footer-qrcode {
        margin: 10px 0;
    }

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

    .courses .search_courses, .courses .search_courses_items{
        width: 100%;
    }

    .courses .search_courses_list{
        flex-direction: column;
        width: 100%;
    }

    .search_courses_list .course_item{
        width: 100%;
    }

    body .section_courses_header{
        margin-top: 30px;
    }

    .course_about{
        flex-direction: column;
    }

    .course_about .course_text{
        width: 100%;
    }

    .course_about .course_value{
        width: 100%;
    }
}

/* Responsividade - Celulares Pequenos */
@media (max-width: 480px) {
    .footer {
        padding: 20px 10px;
        gap: 15px;
    }

    .footer-section {
        gap: 10px;
    }

    .footer-section h4 {
        font-size: 13px;
    }

    .footer-menu a,
    .footer-info {
        font-size: 12px;
    }

    .phone-number {
        font-size: 16px;
    }

    .qrcode-placeholder {
        width: 80px;
        height: 80px;
    }
}

/* CURSOS */

.section_courses_header{
    width: 82%;
    margin: auto;
}

.section_courses_header h1{
    color: var(--color1);
    font-size: 1rem;
    font-weight: 600;
}

.section_courses_header h2{
    font-size: 1.7rem;
}

.courses{
    display: flex;
    width: 82%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}

.search_courses{
    display: flex;
    flex-direction: column;
    width: 25%;
}

.search_courses_areas{
    width: 100%;
}

.search_couses_name{
    width: 100%;
    margin-top: 50px;
}

.search_couses_name input{
    width: 100%;
}

.search_courses_items{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

.search_courses_list{
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.course_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #eff0e7;
    background-color: #f7f7f7;
    padding: 25px 15px 25px 15px;
    width: 33.3%;
    height: 200px;
    justify-content: space-around;
}

.course_item h2{
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

.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(241, 126, 59) 0%, rgb(241, 126, 59) 0%, rgb(224, 93, 5) 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: 1rem;
    padding: 5px;
}

.panel a {
    color: #be9432;
}

.panel p:hover{
    color: var(--color1);
}

.page-item.active .page-link{
    background-color: var(--color1);
    border-color: #383d37;
}

.page-link{
    color: var(--color1);
}

.pagination_courses{
    margin-top: 20px;
}

.course_about{
    display: flex;
    width: 82%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 40px;
}

.course_text{
    display: flex;
    flex-direction: column;
    width: 60%;
}

.course_text h1{
    font-size: 2rem;
    font-weight: 600;
}

.course_text h1 > span{
    color: var(--color1);
}

.course_text .duration{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.course_text .duration img{
    width: 20px;
}

.course_text span{
    font-weight: 500;
    color: #606062;
}

.course_description{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.course_description h2{
    color: var(--color1);
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 20px;
}

.course_matriz{
    display: flex;
    flex-direction: column;
    border: solid 1px #d2d3ca;
}

.course_matriz div{
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
}

.course_value{
    width: 30%;
}

.course_installment{
    background-color: var(--color1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 50px;
}

.course_installment span{
    color: #fff;
}

.course_installment h3{
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}
