body {
    font-family: 'Roboto', sans-serif;
    background: #EEEAE6;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

td p {
    margin: 0;
}

.hero {
    background-image: url('img/header.jpg');
    background-size: cover;
    background-position: center bottom;
    height: 700px;
    padding: 4rem 13%;
    position: relative;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 80px;
}

.tag-presencial {
    /* width: 174px; */
    background: #fff;
    color: #744B00;
    display: inline-block;
    display: inline-flex;
    padding: 4px 10px;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 22px;
    line-height: 1em;
    font-weight: 400;
    gap: 10px;
}
.tag-presencial > div {
    text-transform: uppercase;
    background-color: rgb(241, 117, 33);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.title {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    max-width: 750px;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.title-break::before {
    content: "\A";
    white-space: pre;
}

.buttons {
    display: flex;
    gap: 10px;
    margin-top: 2rem;
}

.btn-inscrevase {
    color: #FFF;
    background: #FF8700;
    border-radius: 26px;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: bold;
    max-width: 200px;
}

.btn-sobre {
    color: #FF8700;
    background: #4f493fd4;
    border-radius: 26px;
    padding: 16px 29px;
    text-decoration: none;
    border: 1px solid #FF8700;
    font-weight: bold;
    max-width: 200px;
}


.inscricao-button-container {
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.inscricao-button {
    background: #FF8700;
    color: white;
    border: none;
    padding: 20px 80px;
    border-radius: 25px;
    font-size: 24px;
    font-weight: bold;
    max-width: 430px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0px 3px 12px #00000029;
}


.btn-inscrevase,
.btn-sobre,
.btn-patrocinio {
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.btn-inscrevase:hover,
.btn-sobre:hover,
.inscricao-button:hover,
.btn-patrocinio:hover {
    transform: scale(1.05);
    color: #FFF;
    background-color: #FF8700;
}

.info-card-wrapper {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 14%;
}

.info-card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
}

.info-group {
    flex: 1;
}

.info-card h3 {
    color: #744B00;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    border-left: 4px solid #744B00;
    padding-left: 0.5rem;
}

.info-card p {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: #262239;
}

.publico-alvo {
    display: flex;
    min-height: 500px;
}

.publico-alvo-image {
    flex: 0 0 40%;
    background-image: url('img/publico-alvo.jpg');
    background-size: cover;
    background-position: center;
}

.publico-alvo-content {
    flex: 1;
    background-image: url('img/publico-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 4rem 8%;
    padding-left: 127px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.target-audience h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #FFFFFF;
    font-weight: bold;
}

.target-audience p {
    line-height: 1.6;
    font-size: 1.1rem;
    color: #FFFFFF;
    max-width: 600px;
}

@media (max-width: 1200px) {
    .publico-alvo {
        flex-direction: column;
    }

    .publico-alvo-image {
        width: 100%;
        max-width: 100%;
        height: 400px;
    }

    .publico-alvo-content {
        padding: 4rem 8%;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 2rem 5%;
        height: auto;
        min-height: 700px;
    }

    .title {
        font-size: 1.8rem;
    }

    .buttons {
        flex-direction: column;
    }

    .info-card {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
    }

    .info-card-wrapper {
        position: relative;
        bottom: 0;
        margin-top: 2rem;
    }
}

.apresentadores {
    background: #FF8700;
    padding: 60px 20px;
    background-image: url('img/programa-bg.jpg');
    background-size: cover;
    background-position: top;
}

.apresentadores h2 {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.title-programacao {
    margin-top: 80px;
}

.apresentadores-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.apresentador-card {
    flex: 0 1 calc(33.333% - 20px);
    min-width: 300px;
    max-width: 350px;
}

.apresentadores-container:has(.apresentador-card:nth-child(5)) .apresentador-card:nth-child(4),
.apresentadores-container:has(.apresentador-card:nth-child(5)) .apresentador-card:nth-child(5) {
    margin-top: 60px;
}

@media (max-width: 1000px) {
    .apresentador-card {
        flex: 0 1 calc(50% - 15px);
    }
}

@media (max-width: 650px) {
    .apresentador-card {
        flex: 0 1 100%;
    }
}

.apresentador-card {
    background: white;
    border-radius: 8px;
    padding: 30px 20px;
    max-width: 350px;
    position: relative;
    margin-top: 60px;

    @media (min-width: 1600px){
        flex: 0 0 23%;
    }
}

.apresentador-img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.apresentador-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.apresentador-card h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.apresentador-card p {
    color: #0B2124;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.programacao-container {
    max-width: 1000px;
    margin: 40px auto;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.programacao-table {
    width: 100%;
    border-collapse: collapse;
}

.programacao-table th {
    background: #333;
    color: white;
    padding: 15px;
    text-align: left;
}

.programacao-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.programacao-table tr:nth-child(even) {
    background: #f9f9f9;
}

.programacao-table .presenter {
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .apresentadores-container {
        flex-direction: column;
        align-items: center;
    }

    .apresentador-card {
        width: 100%;
        max-width: 350px;
    }

    .programacao-table {
        font-size: 14px;
    }

    .programacao-table td,
    .programacao-table th {
        padding: 10px;
    }
}

.patrocinio-content p {
    margin-bottom: 30px !important;
}

.btn-patrocinio {
    color: #FF8700;
    border-radius: 26px;
    padding: 10px 36px;
    text-decoration: none;
    border: 1px solid #FF8700;
    font-weight: bold;
    max-width: 200px;
}

.beneficios {
    padding: 0;
    background: #fff;
    width: 100%;
    margin-top: -2px;
}



.beneficios-container {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: stretch;
    flex-wrap: nowrap;
}

.beneficios-container>div:first-child {
    border-left: none;
}

.beneficio-card {
    flex: 1;
    width: 33.333%;
    border-left: 0.5px solid #eeeae6cc;
}

.beneficio-image-container {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
    border-top: solid 1px #fff;
}

.beneficio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: background-color 0.3s ease;
}

.beneficio-card:hover .overlay {
    background: rgba(0, 0, 0, 0.3);
}

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

.arrow-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 0 100px 100px;
    /* padding: 14px 30px; */
    z-index: 2;
    border: 1px solid #ffffff8f;
    border-top: none;
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.beneficio-content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    padding: 40px 20px;
    color: rgba(255, 255, 255, 0.904);
    text-align: center;
    z-index: 2;
}

.beneficio-content h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

.beneficio-content p {
    font-size: 16px;
    line-height: 1.5rem;
    max-width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .beneficios-container {
        flex-direction: column;
    }

    .beneficio-card {
        width: 100%;
    }

    .beneficio-image-container {
        max-height: 460px;
    }

    .inscricao-button {
        padding: 21px 24px;
    }
}

.inscricao-section {
    background: #EEEAE6;
    padding-bottom: 60px;
}

.inscricao-container {
    max-width: 800px;
    margin: 0 auto;
}

.inscricao-card {
    background: white;
    padding: 10%;
    border-radius: 10px;
    position: relative;
    margin-top: -150px;
    z-index: 10;
    box-shadow: 0px 3px 16px #00000029;
}

.inscricao-card h2 {
    color: #744B00;
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
}

.inscricao-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.inscricao-table th {
    background: #E8EDE8;
    padding: 15px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
}

.inscricao-table td {
    padding: 15px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.inscricao-info {
    text-align: center;
    margin: 20px 0;
    color: #333;
}

.warning-container,
.payment-section,
.cancellation-container {
    font-size: 80%;
}

.warning-container p,
.payment-section p,
.cancellation-container p {
    margin-bottom: 0;
}

.warning-container {
    margin: 30px 0;
}

.warning-item {
    padding: 15px;
    background: #f8f9fa;
    margin-bottom: 2px;
    position: relative;
}

.warning-orange::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #FF8700;
}

.payment-section {
    margin: 30px 0;
}

.payment-section h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 18px;
}

.payment-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.cancellation-container {
    background: #f8f9fa;
    position: relative;
    padding: 20px;
    margin-top: 30px;
}

.cancellation-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #dc3545;
}

.cancellation-content h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
}

.cancellation-content p {
    margin-bottom: 10px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .inscricao-card {
        padding: 20px;
    }

    .inscricao-table {
        font-size: 14px;
    }

    .inscricao-button {
        width: 100%;
    }

    .info-card-wrapper {
        padding: 0 1%;
    }

    .inscricao-card {
        margin-top: 0;
    }
}

footer .realizacao img {
    max-width: 256px
}

footer {
    border-top: #dad2d2 solid 1px;
    margin: 0;
    padding: 30px;
    text-align: center;
    font-size: 0.9em;
    color: rgb(148, 148, 148);
    background: #EEEAE6;
}

footer a:link,
footer a:visited {
    color: inherit;
}

.secretaria {
    background: #EEEAE6;
    margin: -20px 0 40px 0;
}

.modal-open .modal {
    /* top: -12%; */
}

.modal-dialog {
    max-width: 762px !important;
    margin: 1.75rem auto;
}

.modal-content {
    border: none;
    border-radius: 12px !important;
    box-shadow: 0px 3px 26px #0000003b;
    background: #ffffff;
    position: relative;
}

.modal-body {
    padding: 64px !important;
}

.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    padding: 0;
    margin: 0;
    opacity: 1;
    z-index: 2;
    border: none;
    font-size: 21px;
    color: #000000;
    opacity: 0.5;
}

button:focus {
    outline: none;
}	

.modal-label {
    color: #322918;
    font-size: 16px;
    margin-bottom: 8px;
}

.modal-price {
    color: #322918;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 32px;
}

.benefits-label {
    color: #322918;
    font-size: 16px;
    margin-bottom: 16px;
}

.modal-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-benefits ul li {
    color: #322918;
    font-size: 16px;
    line-height: 1.6rem;
    margin-bottom: 12px;
    padding-left: 16px;
    position: relative;
}

.modal-benefits ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000000;
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 1rem;
    }

    .modal-body {
        padding: 32px !important;
    }

    .modal-price {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .modal-benefits ul li {
        font-size: 13px;
    }
}