html, body {
    min-height: 100%;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    color: #000000;
}

.logo
{
    margin-left: 436px;
}

.topo {
    width: 100%;
    height: 90px;
}

.warning-bar{
    width: 100%;
    padding: 12px 0;
    background-color: #f49500;
}
.warning-bar p{
    color: #FFF;
    text-align: center;
    font-size: 15px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
a.nav-link{
    color: #5f5f5f;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
}

a.dropdown-item{
    color: #1371AF;
    text-transform: uppercase;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.dropdown-item:hover{
	background-color: #1e356a;
    color: #ffffff;
}
.dropdown-menu{
    margin: 0;
}
.dropdown:hover>.dropdown-menu{
	display: block;
    color: #00acf1;
}
.bg.white{
    background-color: #ffffff;
}

a.topmenu{ 
	color: #797979;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
   
}
.rodape{
    background: #0048bb;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
   
}
.rodape span {
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
}
.color-white{
    color: #fff;
}
.link-item-11{
    font-size: 11px;
    color: #fff;
}
/*link sem efeito*/
a.link-item-11:link, a.link-item-11:visited{
    text-decoration: none;
}
a.link-item-11:hover{
    text-decoration:none;
    color: #fff;
}
a.link-item-11:active{
    text-decoration:none;
}
.link-item-14{
    font-size: 14px;
    color: #fff;
}
/*link sem efeito*/
a.link-item-14:link, a.link-item-14:visited{
    text-decoration: none;
}
a.link-item-14:hover{
    text-decoration:none;
    color: #fff;
}
a.link-item-14:active{
    text-decoration:none;
}
.link-item-15{
    font-size: 15px;
    color: #fff;
}
/*link sem efeito*/
a.link-item-15:link, a.link-item-15:visited{
    text-decoration: underline;
}
a.link-item-15:hover{
    text-decoration:underline;
    color: #fff;
}
a.link-item-15:active{
    text-decoration:underline;
}
.font-16{
    font-weight: 500;
    font-size: 16px;
}
.font-14{
    font-weight:100;
    font-size: 14px;
}
.font-20{
    font-weight:700;
    font-size: 20px;
    line-height: 120%;
}
.bold-item{
    font-weight: bold;
}
.inline{
    display:inline;
}
.line{
    width: 100%;
    height: 3px;
}
.line.fat div {
    height: 8px;
}
.line div.green{
    background: #ea5214;
}

.line div.orange{
    background: #163566;
}

.line div.lblue{
    background: #ea5214;
}
.line div.blue{
    background: #a8a8a8;
}
.line div.dblue{
    background: #5f5f5f;
}
.line div {
    width: 20%;
    height: 3px;
    float: left;
}
h2.titulo-section{
    font-size: 2.5em;
    text-transform: uppercase;
    text-align: center;
    color: #000000;

}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e000000',GradientType=0 );
    transition: height .3s ease-in;
}
.card .conteudo {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px;
      color: #ffffff;
      transition: bottom .3s .1s ease-in; }
img{
    transition: all .5s ease;
    border-style: none;
}
hr.divider {
    max-width: 3.25rem;
    border-width: 0.2rem;
    border-color: #00acf1;
}
.video-background {
    background: url(../img/video-background.jpg) center no-repeat;
    background-size: cover;
}
h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    line-height: 120%;
    font-style: italic;
}
.plano-background {
    background: url(../img/plano-background.jpg) center no-repeat;
    background-size: cover;
    min-height: 440px;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em;
}
.fa-4x {
    font-size: 5em;
}
.format-texto-blue-20{
    color: #294992;
    font-size: 20px;
}

#bannerIncorporaPrevmon{
    height: 790px;
    top: 0;
    background: url(../img/banner-incorpora-prevmon.png) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
@media (max-width: 520px){
    #bannerIncorporaPrevmon{
        height: 420px;
        background-size: cover;
    }
}
.caption-banner{
    max-width: 1077px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1077px){
    .caption-banner{
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 768px){
    .caption-banner{
        padding-right: 15px;
        padding-left: 15px;
    }
}
.caption-banner .titulo{
    padding-top: 85px;
}
.caption-banner .titulo span{
    font-size: 22.9px;
    color: #ffffff;
    margin-bottom: -8px;
    display: block;
}
@media (max-width: 580px){
    .caption-banner .titulo span{
        font-size: 18px; 
    }
}
.caption-banner .titulo img{
    display: block;
    max-width: 100%;
    height: auto;
}
@media(max-width: 520px){
    .caption-banner .titulo img{
        max-width: 250px;
    }
}
.caption-banner .titulo p{
    margin-top: 46px;
    color: #ffffff;
    max-width: 379px;
}
#second-bannerIncorporaPrevmon{
    position: relative;
    margin-top: 105px;
    z-index: -1;
    height: 906px;
}
@media(max-width: 1700px){
    #second-bannerIncorporaPrevmon{
        margin-top: -275px;
    }
}
@media(max-width: 1250px){
    #second-bannerIncorporaPrevmon{
        margin-top: -365px;
    }
}
@media(max-width: 920px){
    #second-bannerIncorporaPrevmon{
        margin-top: auto;
        height: auto;
        padding-top: 30px;
        padding-bottom: 50px;
    }
}
#second-bannerIncorporaPrevmon .box1{
    height: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-bottom: 117px;
}
@media(max-width: 1240px){
    #second-bannerIncorporaPrevmon .box1{
        padding-top: 100px;
    }
}
@media(max-width: 992px){
    #second-bannerIncorporaPrevmon .box1{
        padding-top: 0;
        padding-bottom: 0;
    }
}
#second-bannerIncorporaPrevmon .box2{
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
}
body .box2{
      max-width: 1077px;
      margin-right: auto;
      margin-left: auto;
 }
@media(max-width: 1077px){
    body .box2{
      margin-right: 30px;
      margin-left: 30px;
 }
}
@media(max-width: 768px){
    body .box2{
      margin-right: 15px;
      margin-left: 15px;
 }
}
#second-bannerIncorporaPrevmon .box3{
    max-width: 509px;
    color: #717171;
    margin-top: 30px;
}
@media(max-width: 1920px){
    #second-bannerIncorporaPrevmon .box3 {
        margin-top: -150px;
    }
}
@media(max-width: 1700px){
    #second-bannerIncorporaPrevmon .box3 {
        margin-top: 50px;
    }
}
@media(max-width: 1240px){
    #second-bannerIncorporaPrevmon .box3 {
        max-width: 350px;
        margin-top: 0;
    }
}
@media(max-width: 992px){
    #second-bannerIncorporaPrevmon .box3 {
        max-width: 100%;
    }
}
body p{
   line-height: 1.5em;
}
#second-bannerIncorporaPrevmon .image{
    position: absolute;
    top: 0;
    right: 0;
}
@media(max-width: 1700px){
    #second-bannerIncorporaPrevmon .image{
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media(max-width: 992px){
    #second-bannerIncorporaPrevmon .image{
        display: none;
    }
}
body img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
#second-bannerIncorporaPrevmon .image img {
     display: block;
}
@media(max-width: 1900px){
    #second-bannerIncorporaPrevmon .image img{
        max-width: 860px;

    }
}
@media(max-width: 1700px){
    #second-bannerIncorporaPrevmon .image img{
        max-width: 700px;

    }
}
@media(max-width: 1240px){
    #second-bannerIncorporaPrevmon .image img{
        max-width: 600px;

    }
}
#main-informa{
    padding-top: 140px;
    padding-bottom: 38px;
    background: url(../img/banner-section-info.png) center top no-repeat;
    position: relative;
    margin-top: -95px;
    z-index: 0;
}
@media(max-width: 1900px){
    #main-informa{
        margin-top: -225px;
    }
}
@media(max-width: 1700px){
    #main-informa{
        margin-top: -145px;
    }
}
@media(max-width: 992px){
    #main-informa{
       background-size: cover;
       margin-top: 0;
    }
}
#main-informa .titulo{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
@media(max-width: 680px){
    #main-informa .titulo{
        display: block;
    }
}
#main-informa .titulo h2{
    font-size: 26px;
    color: #c3db66;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}
@media(max-width: 520px){
    #main-informa .titulo h2{
        font-size: 20px;
    }
}
#main-informa .titulo span {
    margin-left: 82px;
    font-size: 1em;
    color: #5e310d;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
}
@media(max-width: 680px){
    #main-informa .titulo span{
        margin-left: 0; 
    }
}
#main-informa .titulo span img {
    display: inline-block;
    margin-right: 5px;
}
#main-informa .conteudo{
    padding-bottom: 40px;
}
body p{
    line-height: 1.5em; 
}
#main-informa .conteudo p {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 30px;
    line-height: 1.2em;
    margin: 0;
}
#main-informa .conteudo p:last-child{
    padding-bottom: 0;
}
@media(max-width: 520px){
    #main-informa .conteudo p{
        font-size: 14px;
        line-height: 1.3em;
    }
}
.uppercase{
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#banner-principal{
    height: 305px;
    top: 0;
    background: url(../img/banner-quemsomos-2.png) center center no-repeat;
    background-size: cover;
    position: relative;
}
@media(max-width: 520px){
    #banner-principal{
        height: 220px;
    }
}
#banner-principal .container h1{
    font-size: 80px;
    color: #00acf1;
    font-weight: 900;
    opacity: 0.8;
    line-height: 45%;
    padding-left: 370px;
    padding-top: 95px;
}
@media(min-width: 1000px){
    #banner-principal .container h1{
        font-size: 137px;
    }
}
@media(max-width: 766px){
    #banner-principal .container h1{
        padding-top: 70px!important;
        padding-left: 0!important;
    }
}
#banner-principal .container h1 small{
    font-size: 32px;
    line-height: 85%;
    font-weight: 400;
    color: #1e356a;
    display: block; 
}
@media(min-width: 1000px){
    #banner-principal .container h1 small{
        font-size: 49px; 
    }
}
.text-blue{
    color: #0048bb;
}

.box-shadow{
    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
}
.bg-secodary {
    background-color: #FFFFFF;
    min-height: calc(100vh - 215px)
   
}
.input-group-alternativo{
    transition: box-shadow .15s ease;
    border: 0;
    box-shadow: 0 1px 3px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02);
}
.btn-blue{
    color: #fff;
    border-color: #0048bb;
    background-color: #0048bb;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.btn-blue:hover{
    color: #fff;
    border-color: #203b66;
    background-color: #203b66;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.border-radius{
    border-radius: 20px;
}
.border-b-0{
    border-bottom: 0;
}
.box-shadow-2{
    box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
}
.box-shadow-3{
    box-shadow: 0 0 3px;
}
.icon-personal{
    height: 64px;
    width: 64px;
    background-color: #0048bb;
    font-size: 2em; 
    color: #fff;
    padding: 10px;
    border-radius: 10px; 
}
.icon-personal-1{
    font-size: 3em; 
    color: #FFA534;
}
.card-heigth-165{
    height: 180px;
}
.link-not-decoration{
    font-size: 12px;
    color: #000000;
}
/*link sem efeito*/
a.link-not-decoration:link, a.link-not-decoration:visited{
    text-decoration: none;
}
a.link-not-decoration:hover{
    text-decoration:none;
    color: #000000;
}
a.link-not-decoration:active{
    text-decoration:none;
}
.click {
    transition: transform .3s;
}
.click:hover
{
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.card label {
    font-size: .9971em;
    margin-bottom: 5px;
    color: #9a9a9a;
}
.card th{
    color: #9a9a9a;
    font-weight: 400;
}
.card td{
    font-size: 0.875em;
}
.border-1{
    border: 1px solid #ddd;
}
.form-control[readonly]{
    background-color: #fff;
    opacity: 1;
}
legend{
    font-size: 1.2em;
}
.btn-round{
    /*border-radius: 30px;*/
}
.btn-w10{
    width: 10%;
}
.borda-none{
    border: none!important;
}
.card-header h2{
    font-size: 1.375rem;
}
.card .card-body{
    padding: 15px 15px 10px 15px; 
}
.card-result{
    margin: 0;
    color: #333333;
    font-weight: 300;
}
.minheight-527 {
    min-height: 527px;
}
.minheight-350 {
    min-height: 350px;
}

.minHeight-602 {
    min-height: 602px;
}
.fontsize-14{
    font-size: 14px;
}
.fontsize-21{
    font-size: 21px;
}
.width-107{
    width: 107px;
}
.card {
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
    background-color: #fff;
    color: #252422;
    margin-bottom: 10px;
    position: relative;
    border: 0 none;
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
}
.card .card-header{
    border-radius: 12px;
}
footer
{
    margin: 0 auto;
    height: 125px;
    box-sizing: border-box;
}




