/*RESPO*/

@media (max-width: 1360px) {
    body, html{
        font-size: 14px;
    }
}
@media (max-width: 995px) {
}
@media (max-width: 978px) {

}
@media (max-width: 767px) {
    .btn.btn-more-info:hover {
        background-color: #ffba00;
    }
    .navbar-brand img{
        width: 100%;
        max-width: 13.125rem;
    }
    .navbar-home{
        background-color: rgba(0, 0, 0, 0.75);
        height: unset;
        padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
    }
    .navbar-home .navbar-toggler{
        /*border: 1px solid #fff;
        background-color: rgba(255,255,255,.25);*/
    }
    .navbar-light .navbar-toggler-icon{
        background-image: none;
    }
    .navbar-light .navbar-toggler-icon::before{
        content: "\f0c9";
        font: normal normal normal 24px/1 FontAwesome;
        color: #fff;
    }


    .navbar-home .nav-item{
        margin: 10px 0;   
    }
    .navbar-home .nav-item .nav-link{
        padding: 0!important;
        line-height: 2rem;
        font-size: 1.2rem;
    }
    section.section.slider h2{
        font-size: 1.85rem;
        text-align: center;
    }
    section.section.slider h2 br{
        display: none;
    }
    section.section.slider p{
        text-align: center;
    }
    section.section.mission hr{
        margin-top: 0.9375rem;
    }
    section.section.mission p{
        margin: 0.9375rem 0;
        line-height: 2rem;
        font-size: 1.15rem;
    }
    section.section.about .box-about{
        padding: 30px 15px;
        margin: 0 0 30px 0;
    }
    section.section.about h2{
        margin: 0 0 15px 0;
    }
    section.section.about p{
        margin: 0 0 15px 0;
        font-size: 1rem;
    }
    section.section.capabilities{
        padding: 100px 0 1.875rem 0;
        position: relative;
    }
    section.section.capabilities::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    section.section.capabilities h2{
        margin: 0 0 0.9375rem 0;
    }
    section.section.capabilities p{
        margin: 0.9375rem 0 0 0;
        font-size: 1.25rem;
    }
    footer p, footer a{
        font-size: 1.25rem; 
        line-height: 2.25rem;
    }
}
@media (max-width: 330px) {
}
@media (max-width: 480px) {
}
