* {
    padding: 0;
    margin: 0;
    outline: 0!important;
    box-sizing: border-box;
}

.ul-bullet ul {
    list-style: inside;
}


ol {
    list-style: inside;
    list-style-type: decimal;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', Helvetica, sans-serif;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #E38736;
}

::-webkit-scrollbar-thumb:hover {
    background: #E38736;
}


a {
    text-decoration: none!important;
}

.h-40 {
    height: 40px;
}

.text-blue {
    color: #242E67;
}

.bg-orange {
    background-color: #E38736;
}

.bg-blue {
    background-color: #242E67;
}

.bg-orange-gradient {
    background-image: -webkit-linear-gradient(132deg, rgb(196, 111, 37) 20%, rgb(242, 164, 90) 75%);
    background-image: linear-gradient(132deg, rgb(196, 111, 37) 20%, rgb(242, 164, 90) 75%);
}

.bg-yellow {
    background-color: #ffc107;
}

.border-dotted-left {
    border-left: 2px dotted #242E67;
}

.paragraph-information {
    text-indent: 50px;
    font-size: 18px;
}

.list-cotas {
    font-size: 20px;
}

.bg-black-opacity {
    background-color: rgba(242, 164, 90, 0.6);
}

.bg-yellow-light {
    background-color: #ffc107b8;
}

#logo-abge {
    width: 250px;
    max-width: 100%;
}

.bg-parallax {
    background: url('https://19cbge.abge.org.br/images/background-rock.jpg') rgba(255, 255, 255, 0.6);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

#top-bar {
    border-top: 2px solid #242E67;
}

#yellow-number {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

#blue-bar {
    border-top: 25px solid #fff;
    border-bottom: 2px solid #fff;
}

#local {
    font-size: 1em;
    margin-top: 10px;
}

#data {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #E38736;
}

#congresso {
    font-size: 22px;
}

.h-140 {
    height: 140px;
}

.title-font-size {
    font-size: 4em;
}

.title2-font-size {
    font-size: 2em;
}

.title3-font-size {
    font-size: 1.5em;
}

.font-normal {
    font-size: 36px;
}

.nav-position {
    /* position: absolute; */
    z-index: 1;
    background-color: rgba(255, 255, 255)
}

.patrocinadores {
    max-height: 150px;
}

.expositores {
    max-height: 100px;
}

.apoio {
    max-height: 80px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #E38736;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.4s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #ffc107;
}

#back-to-top.show {
    opacity: 1;
}

.pb-7 {
    padding-bottom: 7rem!important;
}

.logo {
    max-width: 100%;
    width: 37rem;
    height: auto;
}

.bg-opacity-banner {
    background-color: rgba(0, 74, 141, 0.8);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 50%;
    left: 0%;
    top: 72%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #003273;
}

@media(min-width: 1024px) and (max-width: 1220px) {
    .top-header {
        gap:4rem;
    }
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(246, 174, 0)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(227, 135, 54);
}

.jssorb032 .i .b {
    fill: #ffc107!important;
    fill-opacity: 0.7;
    stroke: #E38736!important;
    stroke-width: 1200;
    stroke-miterlimit: 10;
    stroke-opacity: 0.25;
}

.jssorb032 .iav .b {
    fill: #E38736!important;
    fill-opacity: 1;
    stroke: #ffc107;
    stroke-opacity: .35;
}

#frase{
    font-size: 22px;
}

.item {
    min-height: 315px;
    font-size: 25px;
    border-radius: 20px;
    line-height: 35px;
    background-color: #fefefe;
    color: #242E67;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.item:hover {
    background-color: #fff;
    -webkit-transform: scale(1.05);
    color: #fff;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.125);
    z-index: 100;
}

.item::after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  border-radius: 20px;
  height: 100%;
  background-color: #004a8c;
  transform-origin:left;
  transition:width 0.5s ease;
  z-index:-1;
  color: #000;
}

.item:hover::after {
  width: 100%;
}


.icons-top {
    font-size: 20px;
}

.anime {
    opacity: 0;
    transform: translate3d(-100px,0,0);
    transition: 0.1s;
}

.anime-start {
    opacity: 1;
    transform: translate3d(0,0,0);
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}

.logos-clients .slick-list .slick-track{
    display: flex;
    align-items: center;
}

.partner-logo{
    max-height: 100px;
    width: auto;
}

.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.parceiros-main {
    height: 120px;
    width: 225px;
}
.parceiros-main img {
    max-height: 120px;
}

.parceiros-secondary {
    height: 50px;
    width: 100px;
}
.parceiros-secondary img {
    max-height: 100px;
}

.shadow-box {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.table th {
    margin-bottom: 0;
    background-color: #000;
    background-color: #242E67;
    color: #fff;
}

.table {
    color: #E38736;
}

.table tr:nth-child(even) {
    background-color: #f2f2f2;
}


.table th p {
    margin-bottom: 0;
}

/* .mt-more {
    margin-top: 13rem;
} */

@media (min-width: 411px) and (max-width: 767px) {
    div.banner-mobile {
        margin-top: 146px!important;
    }
    .nav-position {
        background-color: rgba(255, 255, 255, 1);
    }
}

@media (min-width: 321px) and (max-width: 410px) {
    div.banner-mobile {
        margin-top: 134px!important;
    }
    .nav-position {
        background-color: rgba(255, 255, 255, 1);
        border-top: 2px solid #242E67;
        border-bottom: 2px solid #242E67;
    }
}

@media (min-width: 360px) and (max-width: 410px) {
    div.banner-mobile {
        margin-top: 132px!important;
    }
    .nav-position {
        background-color: rgba(255, 255, 255, 1);
        border-top: 2px solid #242E67;
        border-bottom: 2px solid #242E67;
    }
}

@media (min-width: 320px) and (max-width: 410px) {
    div.banner-mobile {
        margin-top: 123px!important;
    }
    .nav-position {
        background-color: rgba(255, 255, 255, 1);
        border-top: 2px solid #242E67;
        border-bottom: 2px solid #242E67;
    }
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {position:absolute;}
.jssorb032 .i {position:absolute;cursor:pointer;}
.jssorb032 .i .b {fill:#fff;fill-opacity:0.7;stroke:#575859;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}
.jssorb032 .i:hover .b {fill:#575859;fill-opacity:.6;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .iav .b {fill:#575859;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #242E67;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    background-color: #f5faff;
    margin: 0 0 10px 0;
}

a:hover {
    color: #000;
    text-decoration: underline;
}



.text-default {
    color:green;
}

.card:hover {
    .text-default {
        color:white;
    }
}





