.header{
    background-color: rgb(255, 255, 255);
    Font-family: "Montserrat", sans-serif !important;
}

.logo-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 144px;
    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo-header .logito{
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 400px;
    /*margin-left: -32px;*/
    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 98% 0, 88% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 98% 0, 88% 100%, 0% 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar{
    padding: 0!important;
    margin: 0;
}
.btn-primary{
    background-color: #0f54d3 !important;
    border-radius: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-color: transparent !important;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold !important;
}
.fa-facebook, .fa-instagram, .fa-tiktok, .fa-linkedin-in {
    color: #0f54d3 !important;
    font-size: 20px;

}


.nav-link{
    color:#b1b1b1!important;
    font-weight: bolder!important;
}
.nav-link:hover{
    color:#0f54d3 !important;
}

.margintop-3{
    padding-top: 0px!important;
}
@media (min-width: 480px) {
    .nav-item .nav-link {
        text-align: center!important;

    }
    .margintop-3{
        display: none!important;
    }


    
}   
@media (max-width: 768px) { 
    .nav-item .btn-primary {
        display: none !important;
    }
        .logo-header{

    margin-left: 0px!important;

margin-bottom: 20px!important;
margin-top: 20px!important;
}
}
@media (max-width: 768px) { 
    .nav-item.d-flex { 
        display: none !important;
    }


}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important
;
        flex-basis: auto;
        justify-content: space-around;
    }
    .nav-link {
        text-align: center!important;

    }
}
