#topnav{
    z-index: 1020 !important;
}
.fg-container{
    padding: 15px;
}
.section{
    padding: 50px 0;
}
.fg-container .row .features.feature-primary{
    cursor: pointer;
}

/*
	SECTION TITLES
*/
.fg-section-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.fg-section-title .title{
    flex: none;
    margin: 0;
    position: relative;
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
}
.fg-section-title .title:after{
    position: absolute;
    top: 15%;
    right: -20px;
    content: '';
    width: 5px;
    height: 70%;
    background: var(--color-background-two);
    border-radius: 5px;
}

.fg-section-title .title-desc{
    flex-basis: 100%;
    padding: 0 20px;
    margin: 0;
}
/*
	HEADER
*/
.fg-header{
	top: 50px !important;
	border: none !important;
	box-shadow: none !important;
}
.fg-header .container{
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.fg-header .container .navigation-menu{
	justify-content: flex-end !important;
}
.fg-header .container .navigation-menu li{
    margin: 0 !important;
}
.fg-header .container .navigation-menu li a{
	color: var(--color-text-two) !important;
}
.fg-header .navigation-menu>li.active>a, .fg-header .navigation-menu>li:hover>a {
    color: var(--color-text-three) !important;
}

/*
	SLIDES
*/
/*
    CAROUSEL
*/
.carousel {
    overflow: hidden;
    background: var(--color-background-one);
    border-radius: 0 0 25px 25px;
    height: 738px;
    max-height: 738px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.15);
}
.carousel .item-slide{
    position: relative;
    height: auto;
}


.carousel .item-slide .link-slide{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
}

.carousel .item-slide img{
    min-height: 738px;
    object-fit: cover;
}

.carousel .backdrop-slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 99;
}

.carousel .item-slide .container-header{
    position: absolute;
    display: flex;
    width: 100%;
    height: 738px;
    top: 0;
    left: 0;
    z-index: 999;
}
.carousel .item-slide .container-header .container-header-info{
   display: flex;
   align-items: flex-end;
   padding: 110px 20px;
}
.carousel .item-slide .container-header .container-header-info .infos{
    max-width: 600px;
}
.carousel .item-slide .container-header .container-header-info h2{
    font-size: 3em;
    color: var(--color-text-one) !important;
    line-height: 45px;
}
.carousel .item-slide .container-header .container-header-info p{
    color: #eeeeee !important;
    font-size: 0.9em;
}

.carousel:hover .owl-theme .owl-nav .owl-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.carousel:hover .owl-theme .owl-nav .owl-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.carousel .owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
}

.carousel .owl-theme .owl-nav .owl-prev,
.carousel .owl-theme .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: absolute;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    transition: background-color 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-prev {
    left: -60px;
    transition: left 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-next {
    right: -60px;
    transition: right 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-prev:hover,
.carousel .owl-theme .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.carousel .owl-theme .owl-nav .owl-prev i,
.carousel .owl-theme .owl-nav .owl-next i {
    font-size: 3em;
}

.carousel .owl-theme .owl-dots {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.carousel .owl-theme .owl-dots .owl-dot span {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
}

/*
	PESQUISA DE PERITOS
*/
.fg-peritos-busca {
    position: relative;
    margin-top: -50px;
    z-index: 999;
}
.fg-peritos-busca form {}
.fg-peritos-busca form input{
    padding: 35px 30px;
}
.fg-peritos-busca form .btn.btn-pills {
    font-size: 1.3em;
    padding: 8px 30px;
}
.fg-peritos-busca form .btn i{
    font-size: 1.5em;
}

.fg-peritos-section-cards .candidate-list{
    border-top: 3px solid #e1e1e1 !important;
    transition: 0.5s;
    height: 100%;
}

.card-body .content img{
    box-shadow: 0px 0px 15px rgba(0,0,0,0.12);
    transition: 0.5s;
}
.fg-peritos-section-cards .candidate-list:hover .card-body .content img{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}

.fg-peritos-section-cards .candidate-list:hover{
    border-top: 3px solid #f3ba22 !important;
}


.card-chamada .card .card-body img{
    height: 200px;
}

.card-chamada .card .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*FOOTER*/

.footer-apjep .logo-footer img{
    filter: contrast(0) brightness(10);
}


/*AVISOS*/

.modal.close-btn .modal-dialog .modal-content button.btn-close{
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat !important;
}


/* RESPONSIVO */

@media (max-width: 991px) {
    .fg-header {
        top: 0 !important;
    }
    .carousel .item-slide .container-header .container-header-info h2{
        font-size: 2em;
        line-height: 35px;
    }
    .carousel .item-slide .container-header .container-header-info p{
        font-size: 0.7em;
    }

}

@media (max-width: 767px) {

    .container-mt-160{
        margin-top: -160px;
    }

}

@media (max-width: 480px){
    .fg-section-title{
        flex-direction: column;
        align-items: start;
    }
    .fg-section-title .title:after{
        display: none;
    }
}