:root {
    --main-red: #E74740;
    --main-yellow: #F0EA43;
    --main-green: #34BBA1;
    --main-orange: #FBB13F;
    --main-orange2: #FBEADE;
    --main-black: #272525;

    /* Gradiente */

    --gradiente-vertical-01: linear-gradient(to bottom, #E8E645, #F89D40);
    --gradiente-vertical-02: linear-gradient(to bottom, #2BBBA7, #E4EA9B);
    --gradiente-vertical-03: linear-gradient(to bottom, #96C154, #F0EA43);
    --gradiente-vertical-04: linear-gradient(to bottom, #F26B40, #F3EB42);

}

body {
    font-family: 'Montserrat', sans-serif;
}

.div_custom{
    background: var(--main-red);
}

.destaque{
    padding: 24px;
    background: #fff;
    border-radius: 8px;
}

[id]:before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -60px;
    visibility: hidden;
}

.btnTopo {
    display: none; /* Ocultar o botão por padrão */
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0px 16px;
    background-color: var(--main-black);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 48px;
}

.img_radius{
    border-radius: 24px;
}


.background_orange {
    background: linear-gradient(90deg, rgba(251, 234, 222, 0.96) 20.17%, rgba(251, 234, 222, 0.96) 87.53%), url('../assets/img/background.svg'), lightgray 50%;
    /* background-image: url('../assets/img/banner.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.background_orange2 {
    background: linear-gradient(90deg, rgba(251, 234, 222, 0.95) 20.17%, rgba(251, 234, 222, 0.95) 87.53%), url('../assets/img/background002.svg'), lightgray 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.background_blue {
    background-color: var(--main-blue);
    color: #000 !important;
}

.background_blue a{
    color: #fff;
}

.button {
    padding: 16px 24px;
    border-radius: 8px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-yellow);
    color: #000 !important;
    font-weight: 600;
    text-decoration: none;
}

.button span {
    margin-left: 8px;
}

h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 16px;
}

p {
    color: var(--main-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;

}

ul li {
    color: var(--main-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

hr{
    margin: 24px 0px;
    border: none;
    border-bottom: 1px solid var(--main-black);

}

a {
    color: var(--main-blue) !important;
    font-weight: bold;
}

.text-end_custom{
    text-align: right;
}

.breadcrump{
    padding: 16px 0px;
    font-size: 16px;
    color: #fff;
}

.breadcrump a{
    padding: 0px 8px;
}

.border{
    border: 1px solid #d8d8d8;
}

/* Logo */

.navbar-brand {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}


.logo_seduckthon_mobile{
    display: none;
}

.logo_seduckthon_desktop{
    display: block;
}


.logo_seduckthon_mobile, .logo_seduckthon_desktop{
    animation: float 3.0s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}


/* Menu principal */

.navBar {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 4px solid var(--main-orange2)
}

.bg-custom-blue {
    color: var(--main-blue) !important;
}

.bg-custom-navbar{
    color: var(--main-color003) !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-custom-navbar {
    padding: 0px !important;
}

a.nav-link {
    font-size: 14px;
    padding: 32px 24px !important;
    color: var(--main-black) !important;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 600;
}

a.nav-link:hover {
    background: var(--main-orange2);
    color: #000 !important;
}

.menuEdital a.nav-link {
    background-color: var(--main-yellow);
    color: #000 !important;
    font-weight: 600;
}


a.nav-link span {
    margin-right: 8px !important;
}

a.nav-link.active {
    background: var(--main-orange2);
    color: #000 !important;
}


/* Banner */

#banner {
    background: linear-gradient(90deg, rgba(43, 187, 167, 0.95) 32.00%, rgba(228, 234, 155, 0.15) 57.53%), url('../assets/img/banner.jpg'), lightgray 50%;
    /* background-image: url('../assets/img/banner.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 75vh;
    display: flex;
    align-items: center;
    margin-top: 85px;
}


#banner h1 {
    color: var(--main-black);
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 24px;
}

#banner h5 {
    color: var(--main-black);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 48px;
}


/* Cards Matrículas */

.cards_matriculas {
    width: 100%;
    padding: 24px;
    border-radius: 4px;
    background: #EFEFEF;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    justify-content: space-between;
}

.cards_matriculas h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 24px;
}


.cards-matriculas p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}


/* O que é o SEDUCKATHON */

.sobre_seduckathon {
    width: 100%;
    padding: 32px;
    border-radius: 4px;
}

.sobre_seduckathon h1 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.sobre_seduckathon p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 24px;
}

.sobre_seduckathon a {
    color: #fff;
}

.sobre_seduckathon hr {
    width: 100px;
    border: 1px solid #fff !important;
    opacity: 1;
}



/* FAQ */

.faq-main {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
}

.faq-title {
    text-align: center;
    font-size: 45px;
    font-weight: normal;
}

.faq-group {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.faq-group .faq-left {
    width: 38%;
}

.faq-group .faq-right {
    width: 58%;
    border-left: #ccc 1px solid;
    padding-left: 30px;
    margin-left: 4%;
}

.faq-group h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 35px 0 15px 0;
}

.faq-group h3:first-child {
    margin-top: 0px;
}

.faq-btns {
    margin-bottom: 40px;
}

.faq-btn {
    width: 100%;
    display: inline-block;
    border: #000 1px solid;
    border-radius: 4px;
    text-align: center;
    margin: 10px 0;
    background-color: #fff;
    padding: 14px;
    text-decoration: none;
    color: #000;
    transition: 0.5s all;
}

.faq-btn:hover {
    background-color: #000;
    color: #fff;
}

.faq-item {
    width: 100%;
    margin: 7px 0px;
    border-bottom: #ebebeb 1px solid;
}

.faq-item .faq-label {
    position: relative;
    width: 100%;
    padding: 12px 26px 12px 0px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.faq-item .faq-label i {
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
}

.faq-item .faq-label i:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 18px;
    height: 2px;
    background-color: #000;
}

.faq-item .faq-label i:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 2px;
    height: 18px;
    background-color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.faq-item.faq-item-show .faq-label i:after {
    opacity: 0;
}

.faq-cont {
    transition: 0.3s all;
    overflow: hidden;
    height: 0px;
}

.faq-item.faq-item-show .faq-cont {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
    height: auto;
}

.faq-cont p {
    margin: 0px 0 20px 0;
}

.faq-cont p:last-child {
    margin-bottom: 0px;
}

@media(max-width:992px) {
    .faq-group .faq-left {
        width: 100%;
    }

    .faq-group .faq-right {
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}


/* Notícias */


#noticias h2 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

#noticias a {
    color: var(--main-blue);
}

#noticias a:hover {
    color: var(--main-black);
}


.header_page {
    background-image: url("../assets/img/header_page.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 70px;
    height: 250px;
    display: flex;
    align-items: center;
}

.header_page h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.header_page p {
    color: #FFF;
    font-size: 18px;
}

.ultimas_noticias h1, .ultimas_noticias h2, .ultimas_noticias h3, .ultimas_noticias h4, .ultimas_noticias h5{
    font-weight: 900;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.ultimas_noticias h6{
    font-weight: 600;
    margin-bottom: 24px;
    padding-bottom: 8px;
}


ul.outras_noticias {
    list-style: none;
    padding: 0 !important;
}


ul.outras_noticias li {
    margin-bottom: 16px;
    padding-left: 0;
}

ul.outras_noticias li a {
    color: var(--main-blue);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

ul.outras_noticias li a:hover {
    text-decoration: underline;
}



/* Editais */

.author-info > p:first-child{
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 50px;
    background-color: #eee;
    width: fit-content;
    letter-spacing: 1px;
}

.container_editais{
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #d8d8d8;
}

.container_editais ul{
    padding: 0px;
}

.container_editais ul li{
    list-style: none;
}

.container_editais ul li a{
    padding: 16px 24px !important;
    border: none;
    border-radius: 8px !important;
    width: max-content !important;
    display: flex !important;
    align-items: center !important;
    background-color: var(--main-yellow) !important;
    /* color: var(--main-black) !important; */
    color: #000 !important;
    font-weight: 600 !important;
    text-decoration: none !important;

}

/* Override Notícias */

.text-primary{
    font-weight: 900 !important;
    margin-bottom: 24px !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 8px !important;
    color: var(--main-black) !important;

}


/* Footer */

footer {
    background: var(--main-black);
}

footer p {
    color: #fff;
}

footer .rodape_img {
    text-align: center;
}

footer .rodape_img {
    text-align: center;
}

footer .rodape_assinatura {
    text-align: left;
}



@media (max-width: 575.98px) {

    img.img-fluid.logo_header {
        width: 210px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-custom-navbar {
        padding: 16px 0px !important;
    }
    
    #banner h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 24px;
    }


}

@media (max-width: 767.98px) {

    .text-end_custom{
        text-align: left;
    }

}

@media (max-width: 991.98px) {

    /* #banner {
        background: linear-gradient(90deg, rgba(43, 187, 167, 0.75) 20.17%, rgba(228, 234, 155, 0.75) 87.53%), url('../assets/img/banner.jpg'), lightgray 50%;
        height: 88vh;
        margin-top: 68px;
    } */

    #banner {
        background: linear-gradient(90deg, rgb(75 255 230 / 75%) 20.17%, rgb(246 255 139 / 75%) 87.53%), url(../assets/img/banner.jpg), lightgray 50%;
        height: 80vh;
        margin-top: 68px;
    }
    
    .container_noticias_custom{
        padding-bottom: 24px;
        border-bottom: 1px solid #DFDFDF;
    }

    .cards_matriculas {
        margin: 0px 0px 32px 0px;
    }

    footer .rodape_img {
        text-align: center;
    }

    footer .rodape_assinatura {
        text-align: center;
    }

    .logo_seduckthon_mobile{
        display: block;
        margin-bottom: 30px;

    }
    
    .logo_seduckthon_desktop{
        display: none;
    }
}

@media (max-width: 1199.98px) {

    a.nav-link {
        padding: 32px 10px !important;
    }

    #banner h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 1399.98px) {}