html {
    overflow-x: hidden;
}


/**** BANNER HOME  *****/

.banner-congresso .box-banner {
    width: 100%;
    height: fit-content;
    position: relative;
}

.banner-congresso .box-banner .text {
    margin-bottom: 2rem;
}

.banner-congresso .img-fluid {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-congresso .owl-carousel {
    position: relative;
}

.banner-congresso .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}

.banner-congresso .owl-carousel .owl-nav .owl-prev,
.banner-congresso .owl-carousel .owl-nav .owl-next {
    position: relative;
    top: 21vh;
}

.banner-congresso .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 10em;
    margin: 0;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.banner-congresso .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.data-congresso .cont-data .item-data {
    width: 130px;
    height: 130px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.data-congresso .cont-data {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.local .cont-photo-local {
    width: 100%;
    height: 450px;
    position: relative;
    margin: 0 auto;
    background: url(../../assets/images/bg-plus.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.local .cont-photo-local::before {
    content: '';
    width: 50px;
    height: 50px;
    background: #004a8e;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: -25px;
}

.local .box-img-local {
    max-width: 550px;
    height: 400px;
}

.local .box-img-local .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/******* PARALAX *****/

.parallax-congresso {
    width: 100%;
    height: 500px;
}


/***** PATROCINADORES *****/

.patrocinadores .owl-carousel {
    max-width: 650px;
    position: relative;
    margin: 0 auto;
}

.patrocinadores .owl-carousel .owl-stage-outer {
    margin: 0 auto;
}

.patrocinadores .owl-carousel .box-parceiro {
    width: 150px;
    height: 130px;
    margin: 0 auto;
}

.patrocinadores .owl-carousel .owl-nav {
    position: absolute;
    top: -10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}

.patrocinadores .owl-theme .owl-nav [class*=owl-] {
    color: #004a8e;
    font-size: 5em;
    margin: 0;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}


/****** PROGRAMAÇÃO *******/

.programacao .box-h2 {
    max-width: 650px;
    display: inline-block;
}

.programacao .accordion .card-header {
    display: flex;
    justify-content: space-between;
}


/******* INSCREVA-SE ******/

.inscrevase .table th {
    border: 0;
}

.inscrevase .table td {
    border-top: 0;
}

.inscrevase .brt-10 {
    border-radius: 10px 10px 0 0;
}

.inscrevase .br-left-right-ciano {
    border-left: 1px solid #00adee;
    border-right: 1px solid #00adee;
}

.inscrevase .br-bot-ciano {
    border-bottom: 1px solid #00adee;
}


/***** ICONS *****/

.icons .row>*{
    max-width: 100%;
}

@media(min-width:992px){
    .icons .row>*.col-lg-2{
        flex: 1 1 16.666667%;
    }
}

@media(min-width:768px){
    .col-md-6 {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}

@media(min-width:576px){
    .col-md-6 {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}

.icons .cont-icon {
    /* width: 200px; */
    padding: .5rem;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.icons .cont-icon h1 {
    margin-bottom: 0;
}

.icons .box-icon {
    display: flex;
    align-items: center;
    height: 50px;
}


/******* EMPRESAS CONFIRADAS *****/

.empresas-confirmadas .box-h1-title {
    background: #004a8e;
    padding: 10px;
    min-width: 320px;
}

.empresas-confirmadas .item-logo {
    max-width: 135px;
    padding: 20px;
    margin: 0 auto;
}


/***** PLANTA DO EVENTO *****/

.planta .mybtn {
    background: 0;
    border: 2px solid #004a8e;
    padding: 10px 25px;
    line-height: 32px;
    color: #004a8e;
    transition: .3s ease;
    cursor: pointer;
}

.planta .mybtn:hover {
    background: #004a8e;
    color: #fff;
}

.planta .mybtn.active {
    background: #004a8e;
    color: #fff;
}

.planta .mybtn.left {
    border-radius: 15px 0 0 15px;
}

.planta .mybtn.right {
    border-radius: 0 15px 15px 0;
}

.planta .content-img{
    max-width: 800px;
    min-height: 450px;
    margin: 0 auto;
}

.planta .content-img>*{
    display: block;
    display: -webkit-block;
}

.planta .content-img>*:not(:last-child){
    margin-bottom: 2rem;
}

.planta .content-img .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/****** RESERVAS DE ESTANDE *****/

.reserva-estande {
    min-height: auto;
}

.reserva-estande .filtro {
    width: 100%;
    min-height: auto;
    background: rgba(3, 33, 76, .8);
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Congresso Extensão ****/

.congresso-extend .nav-congresso .nav-link {
    border: 2px solid #004a8e;
    border-radius: 10px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1em;
    color: #004a8e;
    transition: .3s ease;
    position: relative;
    font-weight: bold;
    width: 100%;
}

.congresso-extend .nav-congresso .nav-link:hover,
.congresso-extend .nav-congresso .nav-link.active {
    background: #004a8e;
    color: #fff;
    font-weight: bold;
}

.congresso-extend .nav-congresso .nav-link.active:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #004a8e;
    position: absolute;
    right: -22px;
}

.congresso-extend .icon {
    margin-right: 1rem;
}

.congresso-extend .img-logo {
    display: block;
    max-width: 100%;
}

.congresso-extend .social-gif {
    width: 2rem;
}

@media(max-width: 992px) {
    .banner-congresso .box-banner {
        height: auto !important;
    }
}

.vidposition {
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

.content {
    display: flex;
    flex-direction: column;
    margin: 0px 0px -40px 0px;
}

.banner-congresso.sumir-mobile .owl-item.active .box-banner .rll-youtube-player,
.banner-congresso.sumir-mobile .owl-item.active .box-banner iframe {
    position: relative;
    width: 100%;
    min-height: 394px;
}

.banner-congresso .box-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
    background-color: #004B8F;
}

.planta .text-center button:first-child {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.banner-congresso .content .title {
    text-align: center;
    /*     color: #fff;
    font-size: 38px;
    line-height: 28px;
    letter-spacing: .2px;
    margin-bottom: 20px; */
}

element.style {}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

user agent stylesheet div {
    display: block;
}

.container .pb-1em {
    padding-bottom: 0;
}

.container .p {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-ver {
    /*     display: inline-block; */
    padding: 10px 25px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s ease;
    text-decoration: none;
}

.box-patrocionador {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.box-patrocionador>* {
    width: 25%;
}

.programacao .accordion .card-body p:has(img){
    text-align: center !important;
}

.programacao .accordion .card-body img{
    display: block;
    display: -webkit-block;
    max-width: 640px;
    max-height: 900px;
    object-fit: contain;
    -o-object-fit: contain;
    margin: 0 auto;
}

@media(max-width:768px) {
    .box-patrocionador {
        justify-content: center;
        padding: 0;
        gap: 1rem;
    }
    .box-patrocionador>* {
        width: fit-content;
    }
    .planta .content-img {
        width: fit-content;
        max-width: 100%;
        height: fit-content;
    }
    .programacao .card .card-body h4 {
        font-size: 2.2vw !important;
    }
}

@media(max-width:570px) {
    .icons .cont-icon {
        justify-content: start;
        gap: 3vw;
    }
    .icons .cont-icon h1 {
        font-size: 5vw !important;
    }
    .programacao .accordion .card-header {
        height: fit-content !important;
    }
    .programacao .card button {
        white-space: normal;
    }
    .realizacao .row>*:last-child {
        flex-wrap: wrap;
    }
    .programacao .card .card-body {
        padding: .5rem;
    }
    .programacao .card .card-body h4 {
        font-size: 2.2vw !important;
    }
    .sobre .box-img-sobre {
        height: fit-content;
    }
    .sobre .box-img-sobre img {
        width: fit-content;
        height: auto;
        max-width: 100%;
    }
}

@media(max-width:425px) {
    .box-patrocionador>* {
        width: 47%;
    }
}