@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap");

.space {
    padding: 50px 0;
}

@media (max-width: 992px) {
    .space {
        padding: 40px 0;
    }
}

.spaceTop {
    padding: 80px 0 0;
}

@media (max-width: 992px) {
    .spaceTop {
        padding: 40px 0 0;
    }
}

.spaceButtom {
    padding: 0 0 80px;
}

@media (max-width: 992px) {
    .spaceButtom {
        padding: 0 0 40px;
    }
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
}

.bold {
    font-weight: 700;
}

.extraBold {
    font-weight: 800;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FF019A;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #FF019A;
    }

h2 {
    font-size: 40px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

p {
    font-size: 18px;
    font-weight: 400;
}

#banner {
    width: 100%;
    /*margin-top: 95px;*/
}

    #banner #slickSliderBanner-2024 {
        display: flex;
        align-items: center;
    }

        #banner #slickSliderBanner-2024 .card {
            position: relative;
            width: 100%;
        }

            #banner #slickSliderBanner-2024 .card .desktop {
                display: block !important;
            }

@media (max-width: 992px) {
    #banner #slickSliderBanner-2024 .card .desktop {
        display: none !important;
    }
}

#banner #slickSliderBanner-2024 .card .mobile {
    display: none !important;
}

@media (max-width: 992px) {
    #banner #slickSliderBanner-2024 .card .mobile {
        display: block !important;
    }
}

.slick-track {
    height: 100% !important;
}

.slick-slide img {
    width: 100%;
}

.slick-prev {
    left: 25px !important;
    z-index: 1;
}

.slick-next {
    right: 25px !important;
}

#footer {
    width: 100%;
    background-color: #F4F9F3;
}

    #footer .all {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        #footer .all .redesSociais {
            display: flex;
            flex-direction: column;
            margin-bottom: 48px;
        }

            #footer .all .redesSociais h3 {
                color: #000 !important;
                text-align: center;
            }

            #footer .all .redesSociais .icones {
                display: flex;
                justify-content: center;
                gap: 10px;
                padding: 10px 0 0 0;
            }

                #footer .all .redesSociais .icones a {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    max-width: 40px;
                    height: 40px;
                    color: #ffffff !important;
                    background-color: #FF019A !important;
                    border-radius: 5px;
                    text-decoration: none;
                }

                    #footer .all .redesSociais .icones a:hover {
                        background-color: #e50089;
                        color: #FFF;
                    }

                    #footer .all .redesSociais .icones a i {
                        font-size: 20px;
                    }

        #footer .all .logosGrupo {
            display: flex;
            flex-direction: column;
            padding: 20px 0 0px 0;
        }

            #footer .all .logosGrupo .textos {
                display: flex;
                justify-content: center;
                gap: 20px;
            }

                #footer .all .logosGrupo .textos p {
                    color: #000;
                    font-weight: bold;
                }

            #footer .all .logosGrupo .logos {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: row;
                flex-wrap: wrap;
                padding-top: 20px;
                gap: 30px;
            }

                #footer .all .logosGrupo .logos img {
                    width: 100%;
                    max-width: 70px;
                    max-height: 35px;
                    transition: 0.3s;
                }

                    #footer .all .logosGrupo .logos img:hover {
                        scale: 115%;
                        transition: 0.3s;
                    }

        #footer .all .copy {
            padding: 0px 0 10px 0;
        }

            #footer .all .copy p {
                text-align: center;
                color: #000;
            }

.footerBotton {
    width: 100%;
    height: 100px;
    display: flex;
    background: rgb(245, 177, 10);
    background: linear-gradient(90deg, rgb(245, 177, 10) 35%, rgb(221, 0, 107) 100%);
}

@media (max-width: 992px) {
    .footerBotton {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 50px 10px;
    }
}

.footerBotton .grupoep {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

@media (max-width: 992px) {
    .footerBotton .grupoep {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }
}

.footerBotton .grupoep p {
    color: #ffffff;
    margin: 0;
}

.footerBotton .grupoep a {
    color: #ffffff;
}

    .footerBotton .grupoep a:hover {
        color: #FF019A;
    }

#Nav {
    background-color: #ffffff;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.2);
    /*  position: fixed;
  top: 0;
  z-index: 999999;*/
    width: 100%;
}

    #Nav nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        padding: 0 10px;
        margin: auto;
    }

@media (max-width: 992px) {
    #Nav nav {
        height: 14vh;
        padding: 0 15px;
    }
}

#Nav nav .logo a h1 img {
    width: 100%;
    max-height: 90px;
    padding: 10px;
}

.menu {
    margin: 0;
}

    .menu ul {
        display: flex;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 25px;
    }

        .menu ul .dropdown .dropbtn {
            font-size: 17px;
            font-weight: 600;
            border: none;
            outline: none;
            color: #FF019A;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
            height: 96px;
        }

@media (max-width: 992px) {
    .menu ul .dropdown .dropbtn {
        color: #F5B10A;
        height: auto;
    }
}

.menu ul .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #FF019A;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .menu ul .dropdown .dropdown-content a {
        float: none;
        color: #F5B10A;
        border-left: 5px solid #F5B10A;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        background: #FF019A;
        text-align: left;
        background-image: linear-gradient(to left, transparent, transparent 50%, #F5B10A 50%, #F5B10A);
        background-position: 100% 0;
        background-size: 200% 100%;
        transition: all 0.25s ease-in;
    }

        .menu ul .dropdown .dropdown-content a:hover {
            background-position: 0 0;
            color: #FF019A;
        }

.menu ul .dropdown:hover .dropdown-content {
    display: block;
}

.menu ul li {
    height: auto;
}

    .menu ul li a {
        color: #FF019A;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.03rem;
    }

@media (max-width: 992px) {
    .menu ul li a {
        color: #F5B10A;
    }
}

.menu ul li a.aoVivo {
    background: #F5B10A;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bolder;
}

    .menu ul li a.aoVivo:hover {
        background-color: #FF019A;
        color: #F5B10A;
    }

@media (max-width: 992px) {
    .menu ul li a.aoVivo {
        color: #FF019A;
    }
}

.hamburger-menu {
    display: none;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #FF019A;
    margin: 5px 0;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1290px) {
    nav {
        flex-direction: row-reverse;
        justify-content: space-around;
    }

    .menu {
        display: none;
    }

    .hamburger-menu {
        display: block;
        margin: 0 0 0 4%;
    }

        .hamburger-menu.active .bar:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
        }

        .hamburger-menu.active .bar:nth-child(2) {
            opacity: 0;
        }

        .hamburger-menu.active .bar:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }

    .menu.active {
        display: block;
        position: absolute;
        top: 14vh;
        left: 0;
        width: 100%;
        border-top: 1px solid #FF019A;
        background-color: #FF019A;
        z-index: 5;
        text-align: center;
        height: 86vh;
    }

        .menu.active ul {
            display: block;
            margin: 0;
            padding: 0 0 0 10%;
            text-align: left;
        }

        .menu.active li {
            margin: 0;
            padding: 15px 5px;
        }
}

@media screen and (max-width: 1290px) and (max-width: 992px) {
    .menu.active li {
        padding: 15px 0px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-padding, 50px);
}

#palestras {
    background-color: #ffffff;
}

    #palestras h2 {
        /*color: #FF019A;*/
        text-align: center;
        font-size: 32px;
        padding: 0 0 15px;
        font-weight: bold;
    }

    #palestras .all {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 20px;
    }

@media (max-width: 992px) {
    #palestras .all {
        flex-direction: column;
    }
}

#palestras .all a {
    width: 100%;
    max-width: 570px;
}

    #palestras .all a .cardPalestras {
        height: 200px;
        display: flex;
        justify-content: center;
        background-color: #FF019A;
        border-radius: 10px;
    }

@media (max-width: 992px) {
    #palestras .all a .cardPalestras {
        max-width: 100%;
        flex-direction: row;
    }
}

#palestras .all a .cardPalestras .img {
    width: 100%;
    max-width: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px 0 0px 10px;
    background-color: #ffffff;
}

@media (max-width: 992px) {
    #palestras .all a .cardPalestras .img {
        max-width: 40%;
        height: 100%;
        flex-direction: row;
    }
}

#palestras .all a .cardPalestras .title {
    width: 100%;
    max-width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

@media (max-width: 992px) {
    #palestras .all a .cardPalestras .title {
        max-width: 60%;
        flex-direction: column;
    }
}

#palestras .all a .cardPalestras .title h4 {
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    #sobre {
        padding: 0px;
    }
}

#sobre .all {
    background-color: #ffffff;
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    #sobre .all {
        max-width: 100%;
        padding: 0px 10px;
    }
}

#sobre .all .edicoes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
    margin: 5rem 0 0 0; /*
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    border-bottom-color: #d5d5d5;
    border-spacing: 8px;*/
}

    #sobre .all .edicoes h2 {
        color: #FF019A;
        text-align: center;
        font-size: 40px;
        padding: 0 0 15px;
        font-weight: 800;
    }

@media (max-width: 992px) {
    #sobre .all .edicoes h2 {
        font-size: 32px;
    }
}

#sobre .all .edicoes h3 {
    /*color: #F5B10A;*/
    text-align: center;
    font-size: 32px;
    padding: 0 0 15px;
    font-weight: 800;
}

@media (max-width: 992px) {
    #sobre .all .edicoes h3 {
        font-size: 36px;
    }
}

#sobre .all .edicoes h4 {
    /*color: #F5B10A;*/
    text-align: center;
    font-size: 24px;
    padding: 0 0 15px;
    font-weight: 800;
}

@media (max-width: 992px) {
    #sobre .all .edicoes h4 {
        font-size: 24px;
    }
}

#sobre .all .edicoes p {
    color: #152234;
    line-height: 26px;
    text-align: center;
}

#sobre .all .edicoes a {
    background-color: #FF019A;
    color: #FFf;
    text-align: center;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: 800;
    border-radius: 5px;
    transition: 0.5s;
}

    #sobre .all .edicoes a:hover {
        background-color: #9b005d;
        color: #fff;
    }

#sobre .all .edicoes .apoio-instutucional {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #sobre .all .edicoes .apoio-instutucional h4 {
        color: #FF019A;
        text-align: center;
        font-size: 24px;
        padding: 0 0 15px;
        font-weight: 800;
    }

@media (max-width: 992px) {
    #sobre .all .edicoes .apoio-instutucional h4 {
        font-size: 24px;
    }
}

#sobre .all .edicoes .apoio-instutucional .logos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 20px;
    gap: 50px;
}

#sobre .all .edicoes .apoio-instutucional a {
    background-color: white;
}

#sobre .all .edicoes .apoio-instutucional .logos img {
    width: 100%;
    max-width: 120px;
    height: 100%;
    /*max-height: 80px;*/
    transition: 0.3s;
}

    #sobre .all .edicoes .apoio-instutucional .logos img:hover {
        scale: 115%;
        transition: 0.3s;
    }

@media (max-width: 992px) {
    #sobre .all .edicoes .apoio-instutucional .logos img {
        width: 100%;
        max-width: 80px;
        height: 100%;
        max-height: 80px;
    }
}

#sobre .all .edicoes .redesSociais {
    display: flex;
    flex-direction: column;
}

    #sobre .all .edicoes .redesSociais .icones {
        display: flex;
        justify-content: center;
        gap: 10px;
        padding: 10px 0 0 0;
    }

        #sobre .all .edicoes .redesSociais .icones a {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            width: 100%;
            max-width: 40px;
            height: 40px;
            color: #ffffff;
            background-color: #FF019A;
            border-radius: 5px;
            text-decoration: none;
        }

            #sobre .all .edicoes .redesSociais .icones a:hover {
                background-color: #F5B10A;
                color: #FF019A;
            }

            #sobre .all .edicoes .redesSociais .icones a i {
                font-size: 20px;
            }

#inscricao {
    margin-bottom: 30px;
    background-color: #F4F9F3;
}

    #inscricao p {
        color: #000;
    }

    #inscricao .all {
        text-align: center;
    }

        #inscricao .all h2 {
            color: #ffffff;
            text-align: center;
            padding-bottom: 50px;
            font-size: 34px;
        }

@media (max-width: 992px) {
    #inscricao .all h2 {
        max-width: 100%;
        height: auto;
        padding: 50px 10px;
    }
}

#inscricao .all a {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    padding: 20px;
    color: #FF019A;
    background-color: #F5B10A;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s;
}

    #inscricao .all a:hover {
        scale: 110%;
        transition: 0.5s;
        color: #FF019A;
        background-color: #ffffff;
    }

#aoVivo {
    padding: 50px 0;
}

    #aoVivo .all .aovivo {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

        #aoVivo .all .aovivo h3 {
            color: #FF019A;
            text-align: center;
        }

        #aoVivo .all .aovivo p {
            padding-bottom: 10px;
            text-align: justify;
        }

        #aoVivo .all .aovivo video {
            width: 100%;
            max-width: 1200px;
            display: flex;
            padding-top: 20px;
            justify-content: center;
            align-items: center;
            margin: auto;
        }

@media (max-width: 992px) {
    #aoVivo .all .aovivo video {
        padding: 50px 10px;
    }
}

#agenda {
    display: flex;
    justify-content: center;
    margin: auto;
    /*padding-top: 24vh;*/
}

    #agenda h2 {
        /*color: #FF019A;*/
        font-weight: bolder;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        padding: 0 0 40px;
    }

    #agenda a.btn, #inscricao a.btn {
        background-color: #FF019A;
        color: #FFf;
        text-align: center;
        margin-top: 20px;
        padding: 10px 20px;
        font-weight: 800;
        border-radius: 5px;
        transition: 0.5s;
    }

        #agenda a.btn:hover, #inscricao a.btn:hover {
            background-color: #d3007e;
        }

@media (max-width: 992px) {
    #agenda h2 {
        font-size: 20px;
    }
}

#agenda h4 {
    color: #ffffff;
    background-color: #FF019A;
    font-weight: bolder;
    font-size: 24px;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    #agenda h4 {
        font-size: 20px;
    }
}

#agenda .agenda {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

    #agenda .agenda p {
        color: #000;
        padding-bottom: 10px;
        margin: 0;
    }

    #agenda .agenda li {
        color: #FF019A;
    }

    #agenda .agenda hr {
        margin: 20px 0;
        color: #FF019A !important;
    }

    #agenda .agenda bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

        #agenda .agenda bottom a {
            padding: 10px 20px;
            background-color: #F5B10A;
            color: #FF019A;
            font-weight: 700;
            border-radius: 5px;
            transition: 0.5s;
        }

            #agenda .agenda bottom a:hover {
                background-color: #FF019A;
                color: #F5B10A;
            }

table {
    width: 100%;
    border-collapse: collapse;
    padding: 40px 0;
    caption-side: top;
}

    table tr td {
        padding: 15px;
        border: 1px solid #F3F3F3;
        text-align: left;
        color: #000;
        word-break: break-word;
        font-size: 15px;
    }

        table tr td:nth-child(1) {
            width: 40%;
            text-align: left;
            word-break: break-word;
        }

@media (max-width: 992px) {
    table tr td:nth-child(1) {
        width: 100%;
    }
}

table tr td:nth-child(2) {
    width: 60%;
    text-align: left;
}

@media (max-width: 992px) {
    table tr td:nth-child(2) {
        width: 100%;
    }
}

table tr td:nth-child(3) {
    width: 0%;
    text-align: left;
}

@media (max-width: 992px) {
    table tr td:nth-child(3) {
        width: 100%;
    }
}

table tr th {
    text-align: left;
}

    table tr th.menuTable {
        background: #FFEBBB;
        color: #FF019A;
        border: unset;
        padding: 15px;
    }

    table tr th.subMenuTable {
        background: #FFEBBB;
        color: #000000;
        border: unset;
        padding: 15px;
    }

@media (max-width: 650px) {
    th {
        display: none;
    }

    td {
        display: grid;
        gap: 7px;
        grid-template-columns: auto;
        padding: 7px 15px;
        justify-items: center;
    }

    .markMobile {
        background: #FF019A;
        color: #F5B10A;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    padding: 20px 0;
}

    table caption {
        background: #FF019A;
        color: #F5B10A;
        font-weight: bolder;
        font-size: 30px;
        text-transform: uppercase;
        border-radius: 10px 10px 0px 0px;
        text-align: center;
        border-bottom: unset;
        padding: 15px;
        border: 1px solid #F3F3F3;
    }

@media (max-width: 992px) {
    table caption {
        font-size: 20px;
    }
}

table tr td {
    padding: 15px;
    border: 1px solid #F3F3F3;
    text-align: left !important;
}

table tr th {
    text-align: left !important;
}

    table tr th.menuTable {
        background: #F4F9F3;
        color: #FF019A;
        border: unset;
        padding: 15px;
        text-align: left;
    }

    table tr th.subMenuTable {
        background: #F4F9F3;
        color: #000000;
        border: unset;
        padding: 15px;
        text-align: left;
    }

@media (max-width: 650px) {
    table th {
        display: none;
    }

    table td {
        display: grid;
        gap: 7px;
        grid-template-columns: 18ch auto;
        padding: 7px 15px;
    }

        table td:first-child {
            padding-top: 30px;
        }

        table td:last-child {
            padding-bottom: 30px;
        }

        table td::before {
            content: attr(data-cell) ": ";
            font-weight: 700;
            text-transform: capitalize;
        }
}

#palestrantes h2, #certificado h2 {
    /*color: #FF019A;*/
    font-weight: bolder;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 40px;
    /*margin-top: 16vh;*/
}

#palestrantes .all {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px 20px;
    padding: 50px 0 0 0;
}

@media (max-width: 992px) {
    #palestrantes .all {
        width: 100%;
        flex-direction: column;
        padding: 50px 10px;
    }

    #palestrantes .image-container h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #palestrantes .image-container h2 {
        font-size: 32px;
        padding-bottom: 10px;
    }

    #palestrantes .text-content p {
        font-size: 1.3rem;
    }

    #curriculoPalestrante h3 {
        margin-top: 16px;
    }
}

#palestrantes .all .cardPalestrante {
    width: 100%;
    max-width: 370px;
    min-height: 600px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 20px;
    gap: 10px;
    transition: 0.3s;
    cursor: auto;
}

    #palestrantes .all .cardPalestrante:hover {
        scale: 105%;
        transition: 0.3s;
    }

@media (max-width: 992px) {
    #palestrantes .all .cardPalestrante {
        max-width: 100%;
        min-height: 700px;
    }
}

#palestrantes .all .cardPalestrante h3 {
    color: #F5B10A;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

#palestrantes .all .cardPalestrante h4 {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

#palestrantes .all .cardPalestrante a {
    width: 100%;
    width: 50%;
    color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    transition: 0.3s;
}

    #palestrantes .all .cardPalestrante a:hover {
        scale: 110%;
        transition: 0.3s;
        color: #FF019A;
        background-color: #F5B10A;
        border: 1px solid #F5B10A;
    }

#curriculoPalestrante {
    text-align: center;
}

#regulamento .all {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    #regulamento .all a {
        color: #259b4e;
    }

    #regulamento .all h2 {
        /*color: #FF019A;*/
        text-align: center;
        padding-bottom: 20px;
        font-size: 28px;
        font-weight: 700;
    }

    #regulamento .all h3 {
        color: #259b4e;
        text-align: center;
        padding-top: 20px;
        font-size: 18px;
        font-weight: 700;
    }

    #regulamento .all p {
        padding-bottom: 10px;
        margin: 0;
        word-break: break-word;
        text-align: justify;
    }

        #regulamento .all p span {
            margin-left: 60px;
        }

    #regulamento .all li {
        /*margin: 0 0 0 30px;*/
        padding: 0;
    }

#regulamento a.btn {
    background-color: #259b4e;
    color: #FFf;
    text-align: center;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: 800;
    border-radius: 5px;
    transition: 0.5s;
}

    #regulamento a.btn:hover {
        background-color: #00D84B;
        color: #FFF;
    }

#regulamento .all i {
    padding: 0 10px 0 0;
    font-size: 20px;
}

#regulamento .all hr {
    margin-bottom: 20px;
}

#programacao {
    background-color: #ffffff;
}

    #programacao p {
        padding: 0 0 20px;
    }

        #programacao p strong {
            font-style: italic;
        }

    #programacao table {
        width: 100%;
        border-collapse: collapse;
        padding: 40px 0;
    }

        #programacao table caption {
            background: #FF019A;
            color: #F5B10A;
            font-weight: bolder;
            font-size: 30px;
            text-transform: uppercase;
            border-radius: 10px 10px 0px 0px;
            text-align: center;
            border-bottom: unset;
            padding: 15px;
            border: 1px solid #F3F3F3;
        }

@media (max-width: 992px) {
    #programacao table caption {
        font-size: 20px;
    }
}

#programacao table tr {
    width: 100% !important;
    max-width: 240px !important;
}

    #programacao table tr td {
        padding: 15px;
        border: 1px solid #F3F3F3;
        text-align: left !important;
    }

    #programacao table tr th {
        text-align: left !important;
    }

        #programacao table tr th.menuTable {
            background: #FFEBBB;
            color: #FF019A;
            border: unset;
            padding: 15px;
        }

        #programacao table tr th.subMenuTable {
            background: #FFEBBB;
            color: #000000;
            border: unset;
            padding: 15px;
        }

@media (max-width: 650px) {
    #programacao table th {
        display: none;
    }

    #programacao table td {
        display: grid;
        gap: 7px;
        grid-template-columns: 18ch auto;
        padding: 7px 15px;
    }

        #programacao table td:first-child {
            padding-top: 30px;
        }

        #programacao table td:last-child {
            padding-bottom: 30px;
        }

        #programacao table td::before {
            content: attr(data-cell) ": ";
            font-weight: 700;
            text-transform: capitalize;
        }
}

#boasPraticas .single {
    padding: 16vh 0;
}

    #boasPraticas .single h2 {
        color: #FF019A;
        text-align: center;
        padding: 0 0 50px 0;
    }

    #boasPraticas .single p {
        padding-bottom: 10px;
        text-align: justify;
    }

#boasPraticas .all {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 20px;
}

    #boasPraticas .all .cardVideos {
        width: 100%;
        max-width: 570px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        border: 1px solid #F3F3F3;
        background-color: #F3F3F3;
        border-radius: 10px;
        padding: 50px 20px 20px 20px;
    }

        #boasPraticas .all .cardVideos h3 {
            color: #FF019A;
        }

        #boasPraticas .all .cardVideos .video {
            width: 100%;
            padding: 10px 0 0 0;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            justify-content: center;
            align-items: center;
        }

            #boasPraticas .all .cardVideos .video video {
                width: 100%;
                height: 320px;
            }

            #boasPraticas .all .cardVideos .video img {
                width: 100%;
                cursor: pointer;
                transition: 0.3s;
            }

                #boasPraticas .all .cardVideos .video img:hover {
                    scale: 102%;
                    transition: 0.3s;
                }

#vencedores {
    /*margin-top: 120px;*/
}

    #vencedores .single {
        padding: 20px 0;
    }

        #vencedores .single h2 {
            /*color: #FF019A;*/
            font-weight: bolder;
            font-size: 30px;
            text-transform: uppercase;
            text-align: center;
            padding: 0 0 40px;
        }

        #vencedores .single p {
            padding-bottom: 10px;
            text-align: justify;
        }

    #vencedores .all {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px 20px;
    }

        #vencedores .all .cardVideos {
            width: 100%;
            max-width: 570px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            background-color: #F3F3F3;
            border-radius: 10px;
            padding: 50px 30px;
        }

            #vencedores .all .cardVideos h3 {
                color: #FF019A;
                font-weight: 700;
            }

            #vencedores .all .cardVideos .video {
                width: 100%;
                padding: 20px 0 0 0;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                justify-content: center;
                align-items: center;
            }

                #vencedores .all .cardVideos .video img {
                    width: 100%;
                    cursor: pointer;
                    transition: 0.3s;
                    border-radius: 10px;
                }

                    #vencedores .all .cardVideos .video img:hover {
                        scale: 102%;
                        transition: 0.3s;
                    }

.titulo-internas {
    /*color: #FF019A;*/
    font-weight: bolder;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 40px;
}

/*Banner destaque topo*/
#destaqueTopo.alert-dismissible .btn-close {
    padding: 1.05rem 1rem;
}

#destaqueTopo.alert {
    color: #000;
    border-radius: unset;
    border-color: #e2efdf;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F4F9F3;
}

    #destaqueTopo.alert strong {
        font-size: 1rem;
        font-weight: 600;
        position: relative;
        top: 2px;
    }

    #destaqueTopo.alert .btn {
        background-color: #FF019A;
        border-color: #FF019A;
        font-weight: bold;
    }

#destaqueTopoTransmissao.alert-dismissible .btn-close {
    padding: 1.05rem 1rem;
}

#destaqueTopoTransmissao.alert {
    color: #000;
    border-radius: unset;
    border-color: #e2efdf;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #destaqueTopoTransmissao.alert strong {
        font-size: 1rem;
        font-weight: 600;
        position: relative;
        top: 2px;
    }

    #destaqueTopoTransmissao.alert .btn {
        background-color: #FF019A;
        border-color: #FF019A;
        font-weight: bold;
    }

.titulo-internas {
    /*color: #FF019A;*/
    font-weight: bolder;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 40px;
}

.figure-caption {
    font-size: 0.675em;
    color: #6c757d;
    text-align: center;
}

#menuTopo {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding-top: 3px;
    padding-bottom: 0px;
}


    #menuTopo .nav-link {
        color: #FF019A;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.03rem;
    }

    #menuTopo .dropdown-menu {
        background-color: #FF019A;
        /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
        padding-top: 0px;
        padding-bottom: 0px;
        border-width: 0;
        border-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    #menuTopo .dropdown-item {
        color: #FFF;
        /*border-left: 5px solid #02D5FF;*/
        padding: 12px 16px;
    }

        #menuTopo .dropdown-item:hover {
            background-position: 0 0;
            color: #000;
            background-color: #e4e8e3;
            border-radius: 0px;
        }

/*Botão de scroll up*/
#scrollUp {
    bottom: 50px;
}

.divisor-horizontal {
    margin-top: 70px;
    border-top-style: dashed;
}

.texto-preto {
    color: #000000;
}

.logos-rodape img {
    max-height: 35px;
    transition: 0.3s;
}

    .logos-rodape img:hover {
        scale: 115%;
        transition: 0.3s;
    }

#aempresa h2, #aempresa h3 {
    color: #FF019A !important;
}

#aempresa .text-secondary {
    color: #000 !important;
}

.image-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 24px;
}

    .image-container:hover {
        scale: 105%;
        transition: 0.3s;
    }

    .image-container a {
        color: yellow;
        text-decoration: underline;
    }

        .image-container a:hover {
            text-decoration: none;
        }

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Aqui está o overlay */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%; /* ou 40%, conforme o efeito desejado */
    background: linear-gradient(to top, rgba(96, 0, 180, 0.9), transparent);
    pointer-events: none; /* overlay não interfere com cliques */
}

/* Conteúdo de texto por cima */
.text-content {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    color: white;
    z-index: 1; /* garante que está acima do overlay */
}

    .text-content h2 {
        margin: 0 0 8px;
        font-size: 1.2rem;
        color: #FFD700; /* amarelo como no exemplo */
    }

    .text-content p {
        margin: 0 0 12px;
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .text-content button {
        background-color: rgba(255, 255, 255, 0.15);
        border: 1px solid white;
        padding: 8px 16px;
        color: white;
        border-radius: 8px;
        cursor: pointer;
    }

#curriculoPalestrante img {
    border-radius: 5px;
}

@media (max-width: 650px) {
    #agendaTable th {
        display: flex;
    }
}