/* ###########################################
// ##  GENERAL CSS  ##########################
// ######################################## */

body {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Sora', 'helvetica', 'arial', sans-serif;
    color: #353535;
}

body.no-overflow {
    height: 100vh;
    overflow-y: hidden;
}

.layout-canvas-g > .section {
    margin: 0 !important;
}

a, a:hover,
button, button:hover {
    transition: .15s;
}

.title-video {
    margin-bottom: 5%;
    font-size: 20px;
    font-weight: bold;
}

.grid {
    width: 1426px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.main {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}

.section-container {
    padding-top: 120px;
    padding-bottom: 120px;
}

.title {
    font-weight: 700;
}

.title-1 {
    font-size: 70px;
    line-height: 60px;
}

.title-2 {
    font-size: 30px;
    line-height: 51px;
    text-transform: uppercase;
}

.title-3 {
    font-size: 20px;
    line-height: 26px;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

strong {
    font-weight: 700;
}

.button {
    width: auto;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #E6C780;
    border: none;
    border-radius: 12px;
    padding: 0 30px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #3D3935;
    font-family: 'Sora', 'helvetica', 'arial', sans-serif;
    text-transform: uppercase;
    border-radius: 30px;
}

.button:hover {
    background-color: #D1B574;
}

/* ###########################################
// ##  TEMPLATE CSS  #########################
// ######################################## */

.header {
    max-width: 100vw;
    background-color: #3D3935;
    text-align: center;
    padding: 24px 30px;
}

.header img {
    display: inline-block;
}

.footer {
    width: 100%;
    max-width: 100vw;
    background-color: #FFF;
    text-align: center;
}

.footer .brand {
    display: inline-block;
    margin-bottom: 17px;
}

.footer .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F1EEEB;
}

.footer .content {
    width: 100%;
}

.footer .content + .content {
    text-align: right;
}

.footer .social {
    display: flex;
}

/* ###########################################
// ##  MAIN CSS  #############################
// ######################################## */
.intro {
    /*background-color: #E8E8E8;*/
    /*padding-top: 60px;*/
    border-radius: 0 0 100px 100px;
}

.intro .container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 30px 80px;
}

.intro .text {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    align-items: center;
    padding-bottom: 60px;
    align-self: center;
}

.intro .text h1 span {
    display: none;
}

.intro .text h1 {
    margin-bottom: 20px;
}

.intro .text ul {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.intro .text ul li {
    max-width: 200px;
}

.intro .text ul li p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #3D3935;
}

.intro .text ul + span {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin: 30px 0;
}

.intro .text ul + span strong {
    color: #BFA152;
}

.intro .text .button {
    width: 300px;
    max-width: 100%;
    display: inline-block;
}

.intro .text .images {
    display: flex;
    align-items: center;
    gap: 30px;
}

.intro .image {
    max-width: 56%;
}

.intro .image img {
    width: 100%;
    height: auto;
    display: block;
}

.intro .encounter {
    margin: 30px 0;
}

.intro .encounter p {
    font-size: 20px;
    font-weight: 700;
}

.intro .encounter p.encounter-title {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 20px;
}

.intro .encounter .date {
    color: #E6C780;
}

.intro .encounter .date > span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.intro .encounter .date span span {
    display: block;
    font-weight: 700;
}

.intro .encounter .date .number {
    font-size: 80px;
}

.intro .encounter .date .month,
.intro .encounter .date .hour {
    font-size: 20px;
    text-transform: uppercase;
}

.intro .encounter .date .brasilia {
    font-size: 10px;
    display: block;
}

.program {
    margin-top: -2.5%;
    background-color: #FFFFFF;
}

.program .grid {
    width: 1521px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px 60px;
}

.program .text {
    max-width: 580px;
}

.program .text .title-2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.program .text p {
    margin-bottom: 20px;
}

.program .text ul {
    margin-bottom: 20px;
}

.program .text ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 4px;
}

.program .text ul li:last-child {
    margin-bottom: 0;
}

.program .text ul li figure {
    width: 38px;
    height: 38px;
    background-color: #E8E8E8;
    border-radius: 50%;
    position: relative;
}

.program .text ul li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.program .text ul li .text {
    font-weight: 900;
}

.program .image {
    max-width: 100%;
    position: relative;
}

.program .image:after {
    content: '';
    width: 149px;
    height: 140px;
    position: absolute;
    bottom: -70px;
    right: -80px;
}

.program .image img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.program .image iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 19px;
}

.encounters {
    background: url(https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/40d297ed-c576-48c6-97b2-289768e2aefd.png) no-repeat calc(100% + 230px) center #E8E8E8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.encounters .container {
    width: 1008px;
    max-width: calc(100vw - 95px);
    background-color: #FFFFFF;
    border-radius: 40px;
    text-align: center;
    padding: 60px;
    position: relative;
}

.encounters .content .title {
    margin-bottom: 30px;
}

.encounters .slider .slides {
    position: static;
}

.encounters .slider .slides .slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    width: 63px;
    height: 63px;
    border-radius: 50%;
    font-size: 0;
    display: block;
    background-color: #F8F7F4;
    cursor: pointer;
    transition: .15s ease-in;
}

.encounters .slider .slides .slick-arrow:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/e1743f2d-e269-46c4-94a6-5128f161e956.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.encounters .slider .slides .slick-arrow:hover {
    background-color: #E8E7E5;
}

.encounters .slider .slides .slick-arrow.slick-prev {
    left: -32px;
}

.encounters .slider .slides .slick-arrow.slick-prev:before {
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
}

.encounters .slider .slides .slick-arrow.slick-next {
    right: -32px;
}

.encounters .tag {
    background-color: #D3F8E5;
    border-radius: 23px;
    padding: 6px 10px;
    display: inline-block;
    font-weight: 900;
    font-size: 9px;
    color: #009549;
    text-transform: uppercase;
}

.encounters time {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 6px 0;
}

.encounters .hour {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

.encounter .date .brasilia {
    font-size: 10px;
}

.encounters .theme {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.encounters .theme:before {
    content: 'Tema';
    display: block;
    font-size: 12px;
    line-height: 28px;
}

.encounters figure {
    margin-bottom: 8px;
}

.date {
    font-size: 10px;
}

.encounters figure:before {
    content: 'Palestrante';
    display: block;
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 6px;
}

.encounters figure img {
    width: 105px;
    height: 114px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 8px;
}

.encounters figure figcaption {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
}

.encounters button:not(.button) {
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    margin-bottom: 30px;
    cursor: pointer;
    background-color: transparent;
    box-shadow: none;
}

.encounters .button {
    /* width:530px; */
    width: 200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.speakers {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
}

.speakers h3 {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 0;
}

.speakers ul {
    display: flex;
    gap: 20px;
}

.speakers ul li span {
    display: block;
    text-align: left;
}

.speakers ul li .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
}

.speakers ul li .month {
    font-size: 12px;
    line-height: 28px;
}

.draw .container .content.text {
    max-width: 480px;
}

.draw .container .content.image img {
    opacity: 1;
    visibility: visible;
    border-radius: 32px;
}

.draw .container .content.image:after {
    display: none;
}

.draw .container .content.image figcaption {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
}

.draw .container .content.text .button {
    width: 160px;
    border-radius: 30px;
}

.testimonials {
    background-color: #E8E8E8;
    text-align: center;
}

.testimonials .title {
    margin-bottom: 30px;
}

.testimonials .slider {
    padding: 0 90px;
    position: relative;
}

.testimonials .slider .slides {
    position: static;
}

.testimonials .slider .slides .slide > div {
    padding: 0 20px;
}

.testimonials .slider .slides .slide figure img {
    display: block;
    margin: 0 auto 20px;
}

.testimonials .slider .slides .slide p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.testimonials .slider .slides .slide .name {
    display: block;
    font-weight: 900;
    font-size: 18px;
    line-height: 13px;
}

.testimonials .slider .slides .slick-arrow {
    position: absolute;
    top: 50%;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    font-size: 0;
    display: block;
    background-color: #F8F7F4;
    cursor: pointer;
    transition: .15s ease-in;
}

.testimonials .slider .slides .slick-arrow:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(images/icon-arrow.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.testimonials .slider .slides .slick-arrow:hover {
    background-color: #E8E7E5;
}

.testimonials .slider .slides .slick-arrow.slick-prev {
    left: 0;
}

.testimonials .slider .slides .slick-arrow.slick-prev:before {
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
}

.testimonials .slider .slides .slick-arrow.slick-next {
    right: 0;
}

.lead {
    background-color: #F8F7F4;
    padding-left: 30px;
    padding-right: 30px;
}

.lead .form {
    width: 540px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.lead .form:after {
    content: '';
    width: 160px;
    height: 266px;
    background: url('../assets/LOGO_MCOOP.svg') no-repeat center;
    position: absolute;
    top: 150px;
    right: -250px;
}

.lead .title-2 {
    width: 100%;
    margin-bottom: 20px;
}

.lead form {
    width: 100%;
    display: flex;
    gap: 20px 10px;
    flex-wrap: wrap;
    font-size: 0;
}

.lead .field {
    width: calc(50% - 5px);
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    text-align: left;
}

.lead .field.full {
    width: 100%;
}

.lead .field.hidden {
    display: none;
}

.lead .field.terms {
    position: relative;
}

.lead .field.checkboxes {
    display: flex;
}

.lead .field.checkboxes > span {
    font-size: 12px;
    line-height: 24px;
}

.lead .field.checkboxes label {
    width: auto;
    cursor: pointer;
}

.lead .field.terms p {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 12px;
    line-height: 24px;
    pointer-events: none;
}

#cidade-container {
    width: 100%;
}

.lead .field.terms p a {
    font-size: 12px;
    line-height: 24px;
    color: #998543;
    text-decoration: underline;
    pointer-events: all;
}

.lead .field.terms label {
    width: 100%;
    margin-bottom: 10%;
}

.lead .field.submit {
    justify-content: flex-start;
}

.lead .field.submit button {
    width: 150px;
    border-radius: 30px;
    margin-top: 10%;
}

form label {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
}

form input,
form select,
form textarea {
    width: 100%;
    background-color: #FFF;
    border: none;
    border-radius: 12px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
}

input[type='checkbox'],
input[type='radio'] {
    width: auto;
    height: auto;
    cursor: pointer;
    display: unset;
}

.faq {
    background-color: #FFF;
}

.faq .title-2 {
    margin-bottom: 30px;
}

.faq .question {
    text-align: left;
    border-bottom: 1px solid #F1EEEB;
}

.faq .question.active h3 {
    color: #998543;
}

.faq .question.active h3:after {
    content: '-';
}

.faq .question.active .answer p,
.faq .question.active .answer a,
.faq .question.active .answer li {
    font-size: 14px;
    line-height: 24px;
    opacity: 1;
    padding-bottom: 20px;
}

.faq .question.active .answer a {
    font-weight: 700;
    color: #353535;
}

.faq .question.active .answer a:hover {
    text-decoration: underline;
}

.faq .question.active .answer li {
    line-height: normal;
    padding-bottom: 0;
    list-style: disc inside;
}

.faq .question h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    transition: .15s ease-in;
    cursor: pointer;
    position: relative;
    padding: 20px 30px 20px 0;
}

.faq .question h3:after {
    content: '+';
    font-weight: 700;
    font-size: 16px;
    color: #998543;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    pointer-events: none;
}

.faq .question .answer p,
.faq .question .answer a,
.faq .question .answer li {
    font-size: 0;
    line-height: normal;
    opacity: 0;
    transition: opacity .15s ease-in, padding .15s ease-in;
}

.fulness {
    text-align: center;
    padding-top: 0;
    margin-top: 5%;
}

.fulness .title {
    margin-bottom: 20px;
}

.fulness img {
    display: block;
    margin: 0 auto;
}

.app {
    background-image: linear-gradient(to bottom, #FFFFFF 60px, #009449 61px, #009449 calc(100% - 60px), #FFFFFF calc(100% - 59px), #FFFFFF 100%);
    background-color: #009449;
    margin-bottom: 120px;
}

.app .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px 80px;
}

.app .text {
    color: #FFFFFF;
}

.app .text .title {
    text-transform: none;
    line-height: normal;
}

.app .stores {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.app .stores li {
    width: 100%;
}

.app .stores li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.attendance {
    padding-top: 0 !important;
}

.attendance .container {
    display: flex;
    justify-content: center;
    gap: 20px 90px;
}

.attendance .content strong {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #AA924A;
    margin-bottom: 8px;
}

.attendance .content > span,
.attendance .content a {
    display: block;
    font-size: 12px;
    color: #3D3935;
    margin: 4px 0;
}

.attendance .content a {
    text-decoration: underline;
}

.attendance .content > span > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #B7B6A8;
}

.attendance .content small {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #B7B6A8;
    margin-top: 20px;
}

.dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: .15s ease-in;
}

.dialog * {
    pointer-events: none;
}

.dialog.active {
    opacity: 1;
    pointer-events: all;
}

.dialog.active * {
    pointer-events: all;
}

.dialog .container {
    width: 884px;
    max-width: calc(100vw - 60px);
    height: auto;
    max-height: calc(100vh - 30px);
    padding: 80px;
    border-radius: 40px;
    background-color: #FFF;
    position: relative;
}

.dialog .container .close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-color: transparent;
    box-shadow: none;
    font-size: 26px;
    color: #3D3935;
}

.dialog .content {
    display: flex;
    gap: 20px 40px;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    padding-bottom: 30px;
}

.dialog .content h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}

.dialog .content .image img {
    border-radius: 50%;
}

.main-success {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.main-success .title {
    margin-bottom: 10px;
}

.main-success .button {
    width: 200px;
    max-width: 100%;
    display: inline-block;
    margin-top: 30px;
}

/* ###########################################
// ##  MOBILE CSS  ###########################
// ######################################## */
@media (max-width: 1400px) {
    .section-container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .title-1 {
        font-size: 60px;
        line-height: 50px;
    }

    .title-2 {
        font-size: 30px;
        line-height: 40px;
    }

    .program .grid {
        gap: 30px;
    }

    .program .grid .text {
        margin-top: 0;
    }

    .app {
        margin-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .section-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .title-1 {
        font-size: 50px;
        line-height: 40px;
    }

    .title-2 {
        font-size: 28px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .intro .text h1 span {
        font-size: 25px;
    }

    .intro .text h1 img {
        width: 300px;
        height: auto;
    }

    .intro .image {
        margin-bottom: 0;
    }

    .intro ul li img {
        width: 150px;
        height: auto;
    }

    .intro ul li p {
        font-size: 12px;
        line-height: 14px;
    }

    .intro .text ul li p br {
        display: none;
    }

    .program .text {
        max-width: 400px;
    }

    .program .text ul li {
        font-size: 16px;
    }

    .lead .form:after {
        right: -200px;
    }

    .app {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .section-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .title-2 {
        font-size: 20px;
        line-height: 30px;
    }

    .intro {
        flex-wrap: wrap;
        gap: 30px;
    }

    .intro .container {
        gap: 30px;
    }

    .intro .content {
        width: 100%;
    }

    .intro .text {
        padding: 0 30px 30px;
    }

    .intro .image {
        max-width: 100%;
    }

    .intro .text ul {
        flex-direction: column;
    }

    .intro .text ul li {
        max-width: none;
    }

    .program .grid {
        flex-wrap: wrap;
    }

    .program .text .limited {
        width: auto;
        max-width: 100%;
        display: inline-block;
        font-size: 14px;
        padding: 0 30px;
    }

    .program .text small {
        font-size: 12px;
    }

    .program .text ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .program .image:after {
        display: none;
    }

    .draw .grid {
        flex-wrap: nowrap;
    }

    .draw .container .content.text {
        max-width: 50%;
    }

    .app {
        background-image: linear-gradient(to bottom, #FFFFFF 60px, #009449 61px, #009449 calc(100% - 60px), #009449 100%);
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .app .container {
        flex-wrap: wrap;
    }

    .app .container section.text {
        width: 100%;
        text-align: center;
    }

    .lead .form {
        padding: 30px;
    }

    .lead .form::after {
        display: none;
    }

    .attendance .container {
        flex-wrap: wrap;
    }

    .attendance .container .content {
        width: 100%;
        text-align: center;
    }

    .dialog .container {
        padding: 90px 30px 30px;
    }
}


@media (max-width: 767px) {

    .section-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .title-1 {
        font-size: 30px;
        line-height: 30px;
    }

    .title-2 {
        font-size: 16px;
        line-height: 24px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .footer .container {
        flex-wrap: wrap;
    }

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

    .footer .content + .content {
        text-align: center;
    }

    .intro .encounter {
        margin: 0;
    }

    .intro .encounter p.encounter-title {
        font-size: 24px;
        line-height: 40px;
    }

    .intro .encounter .date {
        margin-bottom: 30px;
        display: block;
    }

    .intro .encounter .date .number {
        font-size: 60px;
    }

    .intro .encounter .date .month,
    .intro .encounter .date .hour {
        font-size: 16px;
    }

    .img-banner-evento {
        width: 120%;
    }

    /*.intro {*/
    /*    padding-top: 30px;*/
    /*}*/

    .intro .container {
        flex-wrap: wrap;
    }

    .intro .container {
        width: 100%;
        gap: 40px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        /*margin-top:30px;*/
    }

    .intro .text h1 span {
        font-size: 20px;
        line-height: 20px;
    }

    .intro .text {
        padding-left: 0;
        padding-right: 0;
    }

    .intro .text span strong {
        display: block;
    }

    .intro .text p br {
        display: none;
    }

    .intro .image {
        order: 2;
    }

    .program .grid {
        flex-wrap: wrap;
    }

    .program .content {
        width: 100%;
    }

    .program .text .title-2 {
        margin-bottom: 20px;
    }

    .program .text ul {
        margin-bottom: 20px;
    }

    .program .text ul li {
        font-size: 14px;
    }

    .program .text .download p {
        font-size: 12px;
    }

    .program .image {
        max-width: 100%;
    }

    .encounters .container {
        width: 100%;
        max-width: calc(100vw - 30px);
        padding: 20px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .encounters .speakers {
        flex-wrap: wrap;
    }

    .encounters .speakers ul {
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
    }

    .encounters .speakers ul li {
        width: 100%;
    }

    .encounters .speakers ul li span {
        text-align: center;
    }

    .draw .container {
        flex-wrap: wrap;
    }

    .draw .container .content.text {
        width: 100%;
        max-width: 100%;
    }

    .lead .form {
        padding: 20px;
    }

    .lead .title-3 br {
        display: none;
    }

    .lead .field {
        width: 100%;
        gap: 10px;
    }

    .lead .field .field {
        gap: 10px 0;
    }

    .app {
        margin-bottom: 30px;
    }

    .app .container img {
        max-width: calc(100vw - 60px);
        height: auto;
    }

    .dialog .container .content {
        flex-wrap: wrap;
    }

    .dialog .container .content figure {
        width: 100%;
        text-align: center;
    }

    .intro .text .button {
        height: auto;
        line-height: normal;
        padding: 15px;
    }

    .encounters .button {
        height: auto;
        line-height: normal;
        padding: 15px;
    }
}

@media (max-width: 380px) {
    .lead .field.terms label {
        height: 48px;
    }
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

#loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#overlay.disabled {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .block-1 .content.form form .terms {
        margin-top: 5%;
        position: relative;
        margin-bottom: 35%;
    }
}

.eventos {
    text-align: center;
    background: #F5F2E9;
    padding: 40px 20px;
    border-radius: 20px;
}

.evento-card {
    background: white;
    padding: 20px;
    margin: 20px auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
}

.evento-status {
    color: #4CAF50;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.evento-data p {
    margin: 0;
    font-size: 20px;
}

.evento-info h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.evento-info img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.participar {
    padding: 10px 20px;
    background: #C5A15E;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
}

.container-card-Eventos {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-items: center;
}

.card {
    background: #F5F2E9;
    padding: 20px;
    border-radius: 20px;
}

.logos_unicred_inst {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.container-card-Eventos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    justify-content: center;
    align-items: start;
    margin-top: 20px;
    padding: 36px;
}

.card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 10px;
    max-width: 250px;
    height: 320px;
    margin-bottom: 10%;
}

.card figure {
    margin: 0;
    padding: 0;
}

.card img {
    width: 100%;
    height: auto;
    max-height: 150px; /* Reduzi a altura */
    object-fit: cover;
    border-radius: 8px;
}

.card-content {
    padding: 8px;
}

.card h2 {
    font-size: 1rem; /* Reduzi o tamanho do título */
    margin: 5px 0;
}

.card p {
    font-size: 0.9rem;
    margin: 5px 0;
}

.date {
    font-size: 0.8rem;
    color: #666;
}

.intro .content.image {
    max-width: 56%;
    position: relative;
}

.intro .content.image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 541px;
    filter: drop-shadow(0 20px 20px #B7B6A8);
    border-radius: 2rem;
}

/* Bio Modal Styles - Prefixed to avoid conflicts */
.bio-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bio-modal.active {
    display: flex;
    opacity: 1;
}

.bio-modal-content {
    background-color: white;
    border-radius: 40px;
    max-width: 800px;
    width: 90%;
    padding: 40px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.bio-modal.active .bio-modal-content {
    transform: translateY(0);
}

.bio-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #3D3935;
    line-height: 1;
    padding: 5px;
}

.bio-modal-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.bio-speaker-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.bio-modal-header-text h2 {
    font-size: 24px;
    margin-bottom: 4px;
    color: #3D3935;
    font-weight: 700;
}

.bio-modal-header-text p {
    color: #666;
    font-size: 16px;
}

.bio-content {
    font-size: 16px;
    line-height: 1.7;
    color: #353535;
}

.bio-social-links {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.bio-social-links a {
    color: #E6C780;
    text-decoration: none;
    font-weight: 700;
}

.bio-social-links a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .bio-modal-content {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .bio-modal-header {
        flex-direction: column;
        text-align: center;
    }

    .bio-speaker-image {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .bio-social-links {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

/* Bio Modal Styles */
.bio-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bio-modal.active {
    display: flex;
    opacity: 1;
}

.bio-modal-content {
    background-color: white;
    border-radius: 40px;
    max-width: 800px;
    width: 90%;
    padding: 40px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.bio-modal.active .bio-modal-content {
    transform: translateY(0);
}

.bio-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #3D3935;
    line-height: 1;
    padding: 5px;
}

.bio-modal-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.bio-speaker-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.bio-modal-header-text h2 {
    font-size: 24px;
    margin-bottom: 4px;
    color: #3D3935;
    font-weight: 700;
}

.bio-modal-header-text p {
    color: #666;
    font-size: 16px;
}

.bio-content {
    font-size: 16px;
    line-height: 1.7;
    color: #353535;
}

.bio-social-links {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.bio-social-links a {
    color: #E6C780;
    text-decoration: none;
    font-weight: 700;
}

.bio-social-links a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .bio-modal-content {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .bio-modal-header {
        flex-direction: column;
        text-align: center;
    }

    .bio-speaker-image {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .bio-social-links {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

.slider {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.mobile-hidden {
    display: none;
}

@media (max-width: 768px) {
    .mobile-hidden {
        display: block;
    }
}

.banner-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

.full-width-banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 767px) {
    .full-width-banner {
        width: 100%;
    }
}

/* RESPONSIVO: Banner principal */
@media (max-width: 767px) {
  .banner-wrapper {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .full-width-banner {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

/* RESPONSIVO: Vídeo do YouTube */
.video-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 767px) {
  .video-responsive {
    margin: 0 auto 20px auto;
    max-width: 100vw;
    padding-bottom: 56.25%;
  }
}

/* RESPONSIVO: Slider de encontros */
@media (max-width: 767px) {
  .encounters .slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
  }
  .encounters .slide {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .encounters .slide figure img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
  }
  .encounters .slide h3.theme {
    font-size: 14px;
    text-align: center;
    margin: 12px 0;
    line-height: 1.3;
    word-wrap: break-word;
  }
  .encounters .slide .hour,
  .encounters .slide time {
    font-size: 12px;
    text-align: center;
  }
  .encounters .slide .brasilia {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .logos_unicred_inst {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .logos_unicred_inst img {
    max-width: 80vw;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .footer .brand {
    max-width: 80vw;
    width: auto;
    height: auto;
    margin-bottom: 12px;
  }
}

.banner-desktop { display: block !important; }
.banner-mobile { display: none !important; }
@media (max-width: 767px) {
  .banner-desktop { display: none !important; }
  .banner-mobile { display: block !important; }
}

/* Classes utilitárias para controle responsivo */
.hide-desktop-show-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .hide-desktop-show-mobile {
    display: block !important;
  }
}

/* Para quebras de linha responsivas */
.hide-desktop-show-mobile.br {
  display: none !important;
}

@media (max-width: 767px) {
  .hide-desktop-show-mobile.br {
    display: inline !important;
  }
}

/* Cards de Encontros Realizados - Design Moderno */
.container-card-Eventos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
    gap: 20px;
    justify-content: center;
    align-items: start;
    margin: 40px auto;
    padding: 0 20px;
    max-width: 1200px;
    place-items: center;
    justify-items: center;
}

/* Centralização específica para desktop */
@media (min-width: 768px) {
    .container-card-Eventos {
        justify-content: center;
        justify-items: center;
        place-items: center;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        max-width: 1200px;
    }
}

.card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    padding: 0;
    width: 100%;
    max-width: 280px;
    height: auto;
    min-height: 360px;
    margin: 0 auto;
    transition: all 0.3s ease;
    border: 1px solid rgba(230, 199, 128, 0.1);
    position: relative;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.card figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f7f4 0%, #e8e8e8 100%);
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.card:hover img {
    transform: scale(1.05);
}

.card-content {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 200px);
}

.card h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #3D3935;
    line-height: 1.3;
}

.card p {
    font-size: 13px;
    margin: 0 0 12px 0;
    color: #666;
    line-height: 1.4;
    font-weight: 500;
}

.card .date {
    font-size: 10px;
    color: #E6C780;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid rgba(230, 199, 128, 0.2);
}

/* Responsivo para tablets */
@media (max-width: 991px) {
    .container-card-Eventos {
        grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
        gap: 18px;
        padding: 0 15px;
    }

    .card {
        max-width: 260px;
        min-height: 340px;
    }

    .card img {
        height: 180px;
    }

    .card-content {
        height: calc(100% - 180px);
        padding: 18px 14px;
    }
}

/* Responsivo para mobile */
@media (max-width: 767px) {
    .container-card-Eventos {
        grid-template-columns: repeat(auto-fit, minmax(200px, 240px));
        gap: 16px;
        padding: 0 20px;
        margin: 30px auto;
    }

    .card {
        max-width: 240px;
        min-height: 320px;
        border-radius: 12px;
    }

    .card img {
        height: 200px;
    }

    .card-content {
        height: calc(100% - 200px);
        padding: 16px 14px;
    }

    .card h2 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .card p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .card .date {
        font-size: 10px;
        padding-top: 8px;
    }
}

/* Responsivo para telas muito pequenas */
@media (max-width: 480px) {
    .container-card-Eventos {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 15px;
    }

    .card {
        max-width: 70%;
        min-height: 300px;
    }

    .card img {
        height: 180px;
    }

    .card-content {
        height: calc(100% - 180px);
        padding: 14px 12px;
    }
}
