*{margin: 0; padding: 0}

/* body{
    font-family: 'Raleway', sans-serif;
} */

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4{
  color:#f39200;
  font-family: 'RWB';
}


.text-content h5,
.text-content h6{
  color: #006ba3;
  font-family: 'RWB';
}

.text-content small{
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 5px;
}

.text-content small::before{
  content: url('../../img/bolinhas.png');
  margin-right: 6px;
}

.text-content p,
.text-content ul>li,
.text-content ol>li{
  font-family: 'TGL';
  color:#444242;
  font-size:18px;
}

.text-content ul>li{
  margin-left: 15px;
}

.text-content ol>li{
margin-left: 20px;
}

.text-content a{
  font-family: 'TGL';
  color:#f39200;
  font-size:18px;
  transition: .4s all;
}

.text-content a:hover{
  font-family: 'TGB';
  color:#28496f;
  font-size:18px;
  text-decoration: none;
    transition: .4s all;
}

.text-content img{
max-width: 100%;
    height: auto;
}

/* COMEÇO: MENU */
.bg-light {
    background-color: #ffffff!important;
}
.navbar-light .navbar-nav .nav-link{
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color:#f39200;
  text-align: center;
  padding-left: 1.0rem;
  padding-right: 1.0rem;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover{
  color:#28496f;
}

.dropdown-menu {
    position: absolute;
    background: #f39200!important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: none;
    border-radius: 0rem;
    margin-top: 46px;
    width: 250px;
    left: -150px;
}

.dropdown-item {
    font-family: 'Raleway';
    font-size: 13px;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    white-space: inherit;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #28496f;
    text-decoration: none;
    background-color: transparent;
}

.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: #28496f;
}
/* FIM: MENU */

/* COMEÇO:BANNER */
.content-banner-text > h1.title-banner{
  font-weight: 900;
  font-size: 80px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 80px;
/*   width: 960px; */
  margin: 0 auto;
/*   padding-top: 130px; */
}

.col-style{
  columns:2;
  column-gap: 40px;
}

.content-banner-text > h1.title-banner.line-small{
  font-weight: 900;
  font-size: 70px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  /*width: 680px!important;*/
  margin: 0 auto;
 /*  padding-top: 210px; */
}

.content-banner-text > h2.sub-title-banner{
  font-weight: 900;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
/*   width: 960px; */
  margin: 0 auto;
/*   padding-top: 110px; */
}

.content-banner-text > h1.title-banner-anexo{
  font-weight: 900;
  font-size: 80px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
 /*  width: 750px; */
  margin: 0 auto;
}

.content-banner-text > h1.title-banner.line-small,
.content-banner-text > h1.title-banner-anexo.line-small{
  line-height: .4;
}

/* .content-banner-text > h1.title-banner{
  line-height: .99;
} */

.content-banner-text > h1.title-banner > span{
  font-size: 33px;
    display: block;
    line-height: 50px;
}

.content-banner{
  background-position: center center!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  position: relative!important;
  height: 486px;
  z-index: 2;
}

/* FIM:BANNER */

/* COMEÇO: CONTEÚDO */
#content-main .section-padding{
  padding: 75px 0px;
}

.text-content h2.title-main{
  color:#f39200;
  text-align:right;
  border-right: solid 1px #b4b4b4;
  padding-right: 60px;
  min-height: 130px;
  padding-top: 50px;
}

#content-main p.text-main{
  font-family: 'Trade Gothic LT Std';
  font-size: 18px;
  padding-left: 60px;
  color: #444242;
}

#content-main p.text-obs{
  font-family: 'Trade Gothic LT Std';
  font-weight: bold;
  font-size: 14px;
  padding-left: 60px;
  color: #28496f!important;
}

#content-main p.text-main.text-color-blue{
    color: #28496f!important;
}

.separation-line{
  width: 100%;
  height: 1px;
  background-color: #efefef;
}

.pr-text{
  padding-left: 90px!important;
}

.card-content > .image-card {
    text-align: center;
}

.card-content > .title-card h4{
      font-family: 'Raleway';
      font-weight: bold;
      font-size:18px;
      text-align: center;
      color:#f39200;
      padding-top: 20px;
}
/* FIM: CONTEÚDO */

/* COMEÇO: FOOTER */
.logo-partners{
  width: 100%;
  height: 145px;
  background-color: #f7f7f7;
}

.image-footer-top{
  background: url(../../img/top-footer.jpg);
      background-repeat: no-repeat;
      width: 312px;
      height: 12px;
      margin: 0 auto;
      position: absolute;
      margin-top: -5px;
      text-align: center;
      left: 50%;
      margin-left: -156px;
}

ul.list-partners {
    text-align: center;
    padding: 45px 0px;
}

ul.list-partners li {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.copyright{
  background-color: #28496f;
  width: 100%;
}

p.text-copyright{
      font-family: 'TGL';
      color: #ffffff;
      text-align: center;
      font-size: 12px;
      margin-bottom: 0px;
      padding: 14px 0px;
}

a.link-copyright{
  color: #ffffff;
  transition: .4s all;
}

a.link-copyright:hover{
  color: #f39200;
  transition: .4s all;
}
/* FIM: FOOTER */




/* ajustes @ocarioca */

.card{
  padding: 20px 10px;
  height: 100%;
}

.card-body{
  padding: 1.25rem 0 0 0
}

.card-body h5{
  margin: 0;
  color: #f39200;
}

.card-img-top{
  max-width: fit-content;
  max-width: -moz-fit-content;
  margin: 0 auto;
}

.border-right{
  border-right: solid 1px #eee;
}

.card-disclaimer{
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-disclaimer p{
  font-size: 13px;
  color: #0bafe4;
  padding: 0 23px;
}

.dropdown-toggleactive::after, .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 15px;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
}
