/*** GERAL***/

body{
    font-family: "SF UI Text", "Open Sans", "Myriad Pro", Arial, Sans-serif;
    font-size: 14px;
}

p{
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.no-padding{
    padding: 0;
}

.top-bar{
    background: #24428e;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 0;
}

.top-bar .falecom{
    text-transform: uppercase;
    font-weight: 700;
}

.top-bar span{
    line-height: 40px;
}

.top-bar .falecom span:before{
    content: url(../img/i-ask.png);
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.top-bar .falecom b, .top-bar .falecom a {
    color: #f6da23;
}

.top-bar .lock{
    float: left;
    margin-right: 15px;
}

.top-bar .lock:before{
    content: url(../img/i-lock.png);
    float: left;
    margin-right: 10px;
    margin-top: 6px;
    height: 34px;
}

.btn-main{
    background: #f6da23;
    color: #24428e;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 12px;
}

.btn-info{
    background: #03428f;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    border: 0;
}

.img-desenbahia{
    padding: 32px 0;
}

.top-bar a{
    color: #afb1b0;
}

.top-bar a:first-child{
    border-right: 1px solid #afb1b0;
    padding-right: 5px;
}

span.home:before{
    font-family: 'Font Awesome\ 5 Free';
    content: "\f015";
    font-weight: 900;
    color: #a3a3a3;
    font-size: 16px;
    margin-right: 10px;
    /* top: 0; */
    line-height: 0.7;
}

span.tel:before{
    font-family: 'Font Awesome\ 5 Free';
    content: "\f098";
    font-weight: 900;
    color: #a3a3a3;
    font-size: 16px;
    margin-right: 10px;
    /* top: 0; */
    line-height: 0.7;
}

span.tel{
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}

span.email:before{
    font-family: 'Font Awesome\ 5 Free';
    content: "\f0e0";
    font-weight: 900;
    color: #a3a3a3;
    font-size: 16px;
    margin-right: 10px;
    /* top: 0; */
    line-height: 0.7;
}

span.email{
    font-size: 14px;
    display: inline-block;
}

header{
    width: 100%;
    background: #ffffff;
}

header .box-logo{
    padding-top: 30px;
    padding-bottom: 30px;
}

/*****
/*****
mega menu

*********
******/
#navbarMenu > li{
    padding: 23px 0;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    /*margin-bottom:1rem;*/
}

.navbar .dropdown-menu {
    border:none;
    background-color:#f6da23!important;
    border-radius: 0;
    border: 0!important;
    border-bottom: 10px solid #01a04e!important;
}

.navbar .dropdown-menu .container{
    max-width: 100%;
}

.nav-item.show{
    background: #f6da23;
}

.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(36, 66, 142);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(36, 66, 142);
}

.dropdown-menu .container .row{
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.list-style-none{
    list-style: none;
    padding-left: 30px;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top:0px;
        padding-bottom:0px;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding: 25px 0.9rem 20px 0.9rem;
    }

    .navbar .nav-item:hover{
        background: #f6da23;
    }

    .navbar .nav-item-child .nav-link {
        font-size: 13px;
        padding: 0;
        text-align: center;
        padding: 10px 5px;
    }

    .navbar .nav-item-child .nav-link:hover{
        background: #24428e;
        color: #FFFFFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .dropdown-menu .row .col-md-2{

    }

    /* makes the dropdown full width  */
    .navbar .dropdown {position:static;}

    .navbar .dropdown-menu {
        left: -65px;
        right: 0;
        top: 116px;
        width: 1270px;
    }

    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display:block!important;
    }

    .navbar .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        background-color: #fff;
    }

}

/*** final do mega menu
******
******/

.no-padding{
    padding: 0!important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(36, 66, 142);
    font-weight: bold;
}

.bt-buscar{
    background: #01a04e;
    color: #FFFFFF;
    display: block;
    padding: 40px 15px;
}

.search-bar{
    background: #eaebeb;
    min-height: 75px;
    display: none;
}

.search-bar input{
    border: 0;
    font-size: 13px;
    color: #24428e;
    padding-left: 52px;
    background: #FFFFFF url(../img/i-search-input.png) center left no-repeat;
    background-position-x: 15px;
}

.search-bar button{
    padding-left: 35px;
    padding-right: 35px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #24428e;
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #24428e;
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #24428e;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #24428e;
}

.search-bar input:before{
    content:

}

.search-bar .row{
    padding: 18px 0;
}

#slider1{
    background: #24428e;
}

.carousel-item .img img{
    width: 100%;
}

.carousel-item .carousel-caption{
    text-align: left;
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -212.5px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.carousel-item .carousel-caption h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: -1px;
    line-height: 3rem;
}

.carousel-item .carousel-caption span{
    float: right;
    display: block;
    clear: both;
    font-size: 3rem;
    width: 100%;
    text-align: right;
    letter-spacing: -1px;
}

.carousel-item .carousel-caption span b{
    font-size: 4rem;
    font-weight: 900;
    color: #f6da23;
}

.carousel-indicators{
    width: 100px;
    left: inherit;
    right: 140px;
    bottom: 90px;
}

.carousel-indicators li{
    width: 15px;
    height: 15px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: #FFFFFF;
}

.carousel-indicators .active {
    background-color: #f6da23;
}

#PaginaNoticias .noticias-container:not(:last-of-type){
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dee2e6;
}

#PaginaNoticias .arrow-before h5{
    font-size: 16px;
    font-weight: 500;
    color: #000080;
    margin-bottom: 15px;
}

#PaginaNoticias .arrow-before h5:before{
    content: url(../img/i-seta.png);
    margin-right: 10px;
    display: inline-block;
    transform: translateY(4px);
}

#PaginaNoticias p.noticias-categorias {
    margin-left: 27px;
    font-size: 12px;
    color: #b5b5b5;
    margin-bottom: 0;
}

#PaginaNoticias .noticia-titulo {
    width: calc(100% - 27px);
    float: right;
}

#PaginaNoticias p.noticias-resumo {
    margin-left: 27px;
    font-size: 12px;
    color: #b5b5b5;
    margin-bottom: 0;
}

#PaginaNoticias .filtrar-logo:after
#PaginaSingleNoticia .filtrar-logo:after{
    margin-left: 10px;
    content: url(../img/i-seta.png);
    display: inline-block;
    transform: translateY(4px);
}

#PaginaNoticias .filtro-box,
#PaginaSingleNoticia .filtro-box{
    color: #000;
    padding: 30px;
    background-color: #f9f9f9;
}

#PaginaNoticias .filtro-box h5,
#PaginaSingleNoticia .filtro-box h5{
    font-weight: 400;
    margin-bottom: 20px;
}

#PaginaNoticias .filtro-box .filtro-input-container,
#PaginaSingleNoticia .filtro-box .filtro-input-container{
    padding: 15px;
    background-color: #fff;
}

#PaginaNoticias .filtro-box .filtro-input-container .filtro-label,
#PaginaSingleNoticia .filtro-box .filtro-input-container .filtro-label{
    font-size: 15px;
    margin-left: 10px;
}

#PaginaPortfolio .accordion .card{
    margin-top: 20px;
    background-color: #F9F9F9;
}

#PaginaPortfolio .accordion .card a:hover{
    text-decoration: none;
}

#PaginaPortfolio .accordion .card .cardHeaderContainer{
    color: #000073;
    border-left: solid #01a04e 2px;
    padding: 17px 0;
}

#PaginaPortfolio .accordion .card .cardBodyContainer{
    color: #000073;
    border: solid #F9F9F9 2px;
    background-color: #FFF;
    padding: 10px 1rem;
    font-size: 14px;
    font-weight: 400;
}

#PaginaPortfolio .accordion .card .cardBodyContainer .card-body ul{
    line-height: normal;
}

#PaginaPortfolio .accordion .card .icon-container{
    padding: 13px 17px;
    margin-top: -13px;
    border: solid #F4D839 2px;
    color: #F4D839;
    border-radius: 6px;
}

#PaginaPortfolio a .accordion .card .icon-container i{
    font-size: 23px;
}

#PaginaPortfolio a[aria-expanded="false"] .accordion .card .icon-container i{
    transform: rotate(-90deg);
}

#PaginaConsultaSPC li{
    line-height: 40px;
}

#PaginaConsultaSPC .arrow-before h4:before{
    content: url(../img/i-seta.png);
    margin-right: 10px;
    display: inline-block;
}

#PaginaSingleNoticia img.imgNoticia{
    width: 100%;
}

.box-noticias{
    background-color: #f6da23;
    padding-bottom: 7rem!important;
}

.box-noticias h1{
    color: #01a04e;
    font-weight: 700;
}

.img-noticias-home{
    padding: 0;
}

.img-noticias-home img{
    width: 100%;
    height: 100%;
}

.noticias-home{
    padding: 40px;
}

.noticias-home h1{
    color: #24428e;
    font-size: 28px;
}

.noticias-home ul{
    padding: 0;
    list-style: none;
    margin-top: 1.5rem;
}

.noticias-home ul li{
    padding: 10px 0;
}

.noticias-home ul li:before{
    content: url('../img/i-seta.png');
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.noticias-home ul li a{
    font-size: 1rem;
    color: #24428e;
}

.bt-seta{
    color: #24428e;
    font-size: 18px;
}

.bt-seta:after{
    content: url('../img/i-seta.png');
    top: 3px;
    position: relative;
    left: 5px;
}

.dashboard{
    padding-bottom: 80px;
}

.dashboard .box-icon{
    background-color: #03428f;
    text-align: center;
    padding: 20px 20px;
}

.dashboard .box-icon a{
    color: #FFFFFF;
    display: block;
}

.dashboard .box-icon a img{
    padding: 15px 0;
}

.dashboard .box-icon a h3{
    font-weight: 900;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dashboard .box-icon:hover{
    background: #f6da23;
}

.dashboard .box-icon:hover a{
    text-decoration: none;
    color: #03428f;
}

.dashboard .box-icon:hover .btn-main{
    background: #03428f;
    color: #f6da23;
}

.dashboard .dash-icons .col{
    padding-left: 5px;
    padding-right: 5px;
}

.dashboard h1{
    font-size: 60px;
    color: #c7cdd5;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -3px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.box-block{
    background-color: #03428f;
}

.box-block h3{
    font-weight: 900;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.ml5{margin-left: 5px;}

.box-block{
    margin-right: -10px;
    margin-left: -10px;
}

.box-block a.btn-main, .box-block:hover h3{
    color: #03428f;
}

.box-block:hover{
    background-color: #f6da23;
}

.box-block:hover .btn-main{
    background: #03428f;
    color: #f6da23;
}

.box-block:hover .btn-main:hover{
    background: #003b83;
    color: #FFFFFF;
}

.box-newsletter{
    background-color: #f6da23;
    padding-top: 25px;
    padding-bottom: 25px;
}

.box-newsletter span{
    font-size: 23px;
    color: #01a04e;
    font-weight: 700;
}

input#newsletter{
    border: 0;
    font-size: 13px;
    color: #24428e;
}

footer{
    background: #003b83;
    color: #FFFFFF;
}

footer h5{
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
}

footer h5:before{
    content: url('../img/i-seta.png');
    margin-right: 10px;
    display: inline-block;
    transform: translateY(4px);
}

footer ul{
    padding: 0 27px;
    list-style: none;
}

footer ul li a, footer a{
    color: #FFFFFF;
}

footer ul li a:hover, footer a:hover{
    color: #f6da23;
}

.txt-copyright p{
    margin-bottom: 0;
    color: #03428f;
    font-size: 0.7rem;
}

.topo-page{
    background: #01a04e;
    color: #f6da23;
}

.topo-page h1{
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -3px;
}

.topo-page span{
    color: #FFFFFF;
}

.icon-home{

}

.icon-home:before{
    content: url(../img/i-home-b.png);
    border-right: 1px solid #FFFFFF;
    padding-right: 10px;
    margin-right: 10px;
}

.content-page{
    color: #24428e;
    font-size: 17px;
}

.content-page h2{
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 30px;
}

.content-page p{
    margin-top: 5px;
    margin-bottom: 25px;
}

.content-page ul{
    line-height: 65px;
    padding-left: 25px;
}

ul.styled{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px;
}

ul.styled li{
    padding-bottom: 20px;
}

ul.styled li b:before{
    content: '|';
    width: 3px;
    height: 30px;
    background-color: #01a04e;
    margin-right: 10px;
    color: #01a04e;
}

ul.styled.diretores li b:before{
    content: '|';
    width: 3px;
    height: 30px;
    background-color: #01a04e;
    margin-right: 10px;
    color: #01a04e;
}

ul.styled li b{
    background: #f9f9f9;
    width: 100%;
    display: block;
    padding: 15px 30px;
}

ul.styled.diretores li b{
    background: #f9f9f9;
    width: 100%;
    display: block;
    padding: 15px 30px;
    color: #494d55;
    font-size: 0.8rem;
    line-height: initial;
}

ul.styled.diretores li b span{
    color: #24428e;
    font-size: 1.2rem;
    margin-left: 14px;
}

.bg-amarelo{background-color: #f6da23}
.bg-cinza{background-color: #F8F8F8;}

.buscar-associados{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.buscar-associados input{
    border: 0;
    font-size: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.buscar-associados select{
    color: #24428e;
    border: 0;
    font-weight: 700;
    font-size: 12px;
    height: auto;
    padding: 20px;
}

.search-keywords:after{
    content: '|';
    background-color: #000000;
    color: #ffffff;
}

a.box-cliente{
    width: 100%;
    background:#f9f9f9;
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.formulario{

}

.formulario label{
    color: #24428e;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
}

.formulario input{
    padding: 15px 25px!important;
    height: auto;
}

.outros-contatos{
    padding: 30px;
}

.outros-contatos h3{
    color: #494d55;
    font-size: 20px!important;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 20px;
}

.outros-contatos ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.outros-contatos ul li{
    background: #FFFFFF;
    line-height: normal;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.dropdown-menu h3{
    color: #24428e;
    font-size: 1.3rem;
    font-weight: 700;
}

.dropdown-menu ul li a{
    color: rgb(36, 66, 142);
}

@media screen and (max-width: 450px){
    .carousel-item .carousel-caption{
        position: inherit;
        margin-top: 10px;
        left: 0;
        top: 0;
        padding: 20px;
    }
    .carousel-item .carousel-caption h1{
        font-size: 2rem;
        line-height: 2rem;
    }

    .carousel-item .carousel-caption span{
        display: none;
    }

    .carousel-indicators {
        width: 100px;
        left: inherit;
        right: 0;
        bottom: 0;
        margin-right: 0;
    }

    .box-noticias h1{
        font-size: 1.6rem;
    }

    .col-sm-12.py-5{
        padding-top: 0!important;
    }

    .falecom{
        display: none;
    }

    header .box-logo{
        text-align: center;
    }

    .top-bar .lock{
        float: inherit;
    }

    input#search{
        margin-bottom: 0!important;
    }

    .menu{
        padding: 10px 10px!important;
    }

    .nav-item.show {
        background: #f6da23;
        padding: 0px 0 15px 0;
    }

    .dropdown-menu .container .row{
        padding-left: 0;
    }

    .noticias-home {
        padding: 40px 20px;
    }

    .dashboard h1 {
        font-size: 30px;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .dashboard .box-icon{
        margin-bottom: 10px;
    }

}

@media screen and (min-width: 451px) and (max-width: 1024px){
    .carousel-item .carousel-caption h1, .carousel-item .carousel-caption span{
        font-size: 2rem;
        line-height: 2rem;
    }

    .carousel-item .carousel-caption {
        text-align: left;
        position: absolute;
        right: 10%;
        top: 50%;
        margin-top: -185px;
        left: 10%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
    }

    .carousel-item .carousel-caption span b{
        font-size: 2rem;
    }

    .carousel-item .carousel-caption h1{
        margin-top: 50px;
    }

    .carousel-item .carousel-caption h5{
        font-size: 1rem;
    }

    .carousel-item .carousel-caption p{
        font-size: 0.8rem;
    }

    .carousel-indicators {
        right: 50px;
        bottom: 0px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px){
    .carousel-item .carousel-caption {
        text-align: left;
        position: absolute;
        right: 10%;
        top: 50%;
        margin-top: -227px;
        left: 10%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
    }

    .carousel-indicators {
        right: 90px;
        bottom: 20px;
    }

}

@media screen and (max-width: 992px){
    nav .nav-link{
        font-size: 17px;
        line-height: 21px;
    }

    #navbarMenu > li{
        padding: 0px 0;
    }
}

@media screen and (max-width: 576px){
    .navbar-brand img {
        height: 45px;
    }
}