@font-face {
    font-family: Flama;
    src: url(../../assets/fonts/flama/Flama-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: Flama;
    src: url(../../assets/fonts/flama/Flama-Book.otf);
}

body {
    font-family: Flama, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

button:focus {
    outline: none;
}

a {
    text-decoration: none;
}

.text-decoration-none {
    text-decoration: none !important;
}

.t-none {
    text-decoration: none;
}

.header .navbar .nav-item.active {
    border-bottom: 3px solid #004a8e;
    color: #004a8e;
    font-weight: bold;
}

.header .navbar .nav-item.active>.nav-link {
    color: #004a8e;
    font-weight: bold;
}

.footer .nav .nav-link.active {
    background: #004a8e;
    font-weight: bold;
}

.color-gray {
    color: #6d6e70;
}

.c-gray-light {
    color: #929496;
}

.c-white {
    color: #fff;
}

.c-blue {
    color: #004a8e;
}

.c-ciano {
    color: #00adee;
}

.c-black {
    color: #212529;
}

.c-red {
    color: #b7282b;
}

.bg-white {
    background: #fff;
}

.bg-blue {
    background: #004a8e;
}

.bg-ciano {
    background: #00adee;
}

.bg-ciano2 {
    background: #0098d2;
}

.bg-ciano3 {
    background: #f1f6f9;
}

.bg-green {
    background: #37b34a;
}

.bg-orange {
    background: #faaf40;
}

.obj-cover-center {
    object-fit: cover;
    object-position: center;
}

.obj-contain-center {
    object-fit: contain;
    object-position: center;
}

.fs-10 {
    font-size: 0.625em;
}

.fs-12 {
    font-size: 0.75em;
}

.fs-14 {
    font-size: .875em;
}

.fs-16 {
    font-size: 1em;
}

.fs-24 {
    font-size: 1.5em;
}

.fs-32 {
    font-size: 2em;
}

.fs-48 {
    font-size: 3em;
}

.fs-56 {
    font-size: 3.5em !important;
    line-height: 56px;
}

.bold {
    font-weight: bold
}

.p-70 {
    padding: 120px 0;
}

.mt-50 {
    margin-top: 50px;
}

.m-50 {
    margin: 50px 0;
}

.p-50 {
    padding: 50px 0;
}

.p-25 {
    padding: 25px 0;
}

.pb-50 {
    padding-bottom: 50px;
}

/* .pb-1em {
    padding-bottom: 1em;
}
 */
.pt-50 {
    padding-top: 50px;
}

.bdr-10 {
    border-radius: 10px;
}

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

.btn-ler-sm-blue {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #004a8e;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s ease;
    text-decoration: none;
}

.btn-ler-sm-blue:hover {
    background: #004a8e;
    color: #fff;
}

.btn-ler {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #004a8e;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s ease;
    text-decoration: none;
}

.btn-square {
    display: inline-block;
    padding: 5px 10px;
    border: 4px solid #fff;
    cursor: pointer;
    transition: .3s ease;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.btn-form {
    color: #fff;
    background: #004a8e;
    border: 0;
    padding: 25px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: .3s ease;
}

.btn-form:hover {
    background: #00adee;
}

.btn-down {
    display: inline-block;
    background: #004a8e;
    padding: 10px 25px;
    color: #fff; 
    transition: .3s ease;
}

.btn-down:hover {
    background: #0098d2;
    color: #fff;
}

.h1-title {
    display: inline-block;
    position: relative;
}

.h1-title::after {
    content: '';
    width: 50%;
    height: 4px;
    background: #004a8e;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.h1-title-left {
    display: inline-block;
    position: relative;
}

.h1-title-left::after {
    content: '';
    width: 50%;
    height: 4px;
    background: #004a8e;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.h1-head {
    font-size: 3.5em;
}

.item-none {
    display: none;
}

.item-block {
    display: block;
}

.pagination {
    justify-content: center;
}

.pagination .page-link {
    border: 0;
    color: #004a8e;
    transition: .5s ease;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0;
}

.pagination .page-link:hover {
    border: 0;
    color: #fff;
    background: #004a8e;
    margin: 0 10px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.page-item .page-link.page-previus {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item .page-link.page-next {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}


.item-list {
    list-style-type: square;
}

.ul-list {
    padding-left: 15px;
}

.ul-list .link-list {
    text-decoration: none;
}

.ul-list .link-list:hover {
    font-weight: bold;
    color: #004a8e;
}

.banner-head {
    width: 100%;
    height: 200px;
}

.banner-head .cont-title {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
}

.text-upper {
    text-transform: uppercase;
}

.rgb-cinza-rusbe{
    color: rgb(109, 110, 112);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #004a8e; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #003158; 
}


/********* Menu fixo ****************/
.header.fixed-menu {
    background: #fff;
    width: 100%;
/*     position: sticky; */
    top: -175px;
    z-index: 999;
    -webkit-animation: slide-down 0.7s;
            animation: slide-down 0.7s;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
            box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
/* 
.header.fixed-menu .info-head,
.header.fixed-menu .logo {
    display: none;
} */

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    } 
}
@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    } 
}

.grecaptcha-badge{
    bottom: 100px !important;
    z-index: 999 !important;
}

.whats{
    z-index: 999 !important;
}

@media(max-width: 992px){
    .p-70 {
        padding: 25px 0;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        padding: 0 !important;
    }

    .container{
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    h2,h1{
        font-size: 28px !important;
    }

    ul,li,p{
        font-size: 16px !important;
    }

    .sumir-mobile{
        display: none !important;
    }

    .row,.form-row{
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .login,.cadastro{
        padding: 20px 0 60px 0 !important;
    }
}

@media(min-width: 992px){
    .sumir-desktop{
        display: none !important;
    }
}
/* .banner-congresso .box-banner .container {
    position: relative;
    text-align-last: center;
	justify-content: space-around

} */
