@charset "utf-8";
body{
    font-size: 1.1rem;
}
#navbar li{
    border-left: 1px solid #999;
}
#navbar li:first-child{
    border: none;
}
#navbar li a{
    color: #999;
}
@media (max-width: 991px){    
    .navbar-brand{
        padding: 0;
    }
    header img{
        height: 30px;
    }
    #navbar li{
        border: none;
    }
}
header .navbar-toggler{
    border-color: #1F2D6C;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.container{
    max-width: 900px!important;
}
.btn-primary{
    background: #0160a0;
}
section{
    margin-bottom: 3rem;
}
.h3{
    background: #0160a0;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 1rem;
}
.box-beforeafter{
    border: 2px solid #999;
    padding: 10px 25px;
    margin-bottom: 2rem;
}
.h4,
.box-merit h4{
    background: #e76003;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 1rem;
}
.box-merit img{
    margin-bottom: 1rem;    
}
.box-merit span{
    color: #e76003;
}
.box-news{
    border: 2px solid #c9e8f9;
    padding: 1rem 0;
    margin-bottom: 0.5rem;
}
footer{
    background: #0160a0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
