body{
    background-color:#E6E7E8;
    font-family:Poppins,sans-serif;
    font-size:calc(12px + 0.3vw);
    color:#333;
}
h1, h2, h3, h4, h5, h6{
    font-weight:700;
    color:#006CB5;
}
h1{
    font-size:2.25rem;
}
h2{
    font-size:1.5rem;
}
.header{
    position:relative;
}
.header > div{
    position:absolute;
    top:0; bottom:0;
    margin:auto;
    height:max-content;
    left:30%;
    width:65%;
}
ul, ol{
    padding-left:1rem;
}
.bar{
    width:100%;
    overflow:hidden;
}
.bar .bar-item{
    padding:0.3rem;
    float:left;
    width:auto;
    border:none;
    display:block;
    outline:0;
    color:rgba(255,255,255,.5);
}
#mMenu a, footer a{
    color:rgba(255,255,255,.5)!important;
}
.bar .bar-item:hover, #mMenu a:hover, footer a:hover{
    color:white!important;
}
.right{
    float:right!important;
}
a:link, a:visited{
    color:#006CB5;
}
a:hover{
    text-decoration:none;
    color: #083554;
}
a .card, a.acc{
    color:#333;
    cursor:pointer;
}
a.acc:after{
    font-family:"FontAwesome";
    content:"\f0d8";
    margin-left:.5rem;
    font-size:1rem;
}
a.collapsed:after{
    content:"\f0d7";
}
.card{
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
}
.card:hover{
    box-shadow:0 1rem 3rem rgba(0,0,0,.175);
}
.btn-primary{
    background-color:#0B619E;
    border-color:#0B619E;
    color: white!important;
}
.btn-primary:hover, .btn-primary:focus, a.btn-primary:active{
    background-color:#083554;
    border-color:#083554;
    color: white!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color:#083554;
    border-color:#083554;
    color: white!important;
}
.sideMenu{
    top:40px;
}
.sideMenu a{
    font-size:.9rem;
}
sup{
    padding-left:.15rem;
}
.carousel-item{
    height:480px;
}
.carousel-item img{
    width:calc(70px + 3vw);
}
.carousel-control-next-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23006CB5' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23006CB5' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-prev, .carousel-control-next{
    width:auto;
}
.carousel-indicators{
    bottom:-30px;
}
.carousel-indicators li{
    background-color:#006CB5;
}
.blockquote{
    font-size:1rem;
}
.blockquote p{
    font-family:serif;
}
.fa-file-pdf-o{
    color:#a91717;
}
#gallery .col-sm-3{
    padding:1px;
}
#gallery .col-sm-3 img{
    padding-bottom:2px;
    min-width:100%;
}
@media (max-width:767px){
    .carousel-item img{
        width:calc(80px + 5vw);
        margin-bottom:1rem;
    }
}
@media (max-width:991px){
    .lg-display{
        display:none;
    }
}
@media (min-width:300px){
    .carousel-item{
        height:440px;
    }
}
@media (min-width:350px){
    .carousel-item{
        height:400px;
    }
}
@media (min-width:400px){
    .carousel-item{
        height:360px;
    }
}
@media (min-width:576px){
    .carousel-item{
        height:330px;
    }
}
@media (min-width:768px){
    .carousel-item{
        height:180px;
    }
}
@media (min-width:992px){
    .carousel-item{
        height:205px;
    }
    .container{
        max-width:85%;
    }
}
@media (min-width:1200px){
    .carousel-item{
        height:190px;
    }
}
@font-face {
    font-display: block;
    font-family: "icons";
    src: url("raio/css/fonts/icons/icons.woff2") format("woff2"),url("raio/css/fonts/icons/icons.woff") format("woff");
}

.icon::before,
[class^="icon-"]::before,
[class*=" icon-"]::before {
    display: inline-block;
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: .025em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-caret-right::before { content: "\0021"; }
.icon-strategic::before { content: "\0022"; }
.icon-tactical::before { content: "\0023"; }
.icon-operational::before { content: "\0024"; }
.icon-check::before { content: "\0025"; }
.icon-close::before { content: "\0026"; }
