.navbar-landing{

    background-color: #fcc642;

}


.navbar-landing .navbar-nav .nav-item .nav-link:hover{
    color:#fff !important;
}


.outline-hover:hover{
background-color: #364574;
color: #fff !important;
}


.hero-img{
    object-fit: cover;
    height: 600px;
}


.poutline-hover:hover{
    background-color:transparent;
    color: #000 !important;
    border-color: #364574;
    }

    .c-btn {
        width: 50px;
        height: 50px;
        background: #fcc642;
        padding: 5;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.btn-primar{
    background: #fcc642;
    color:#000;
    border-color: #fcc642;
}

    @media screen and (max-width: 768px) {
    div#navbarSupportedContent {
        padding-bottom: 30px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: none;
    }
    .hero-img{
        object-fit: cover;
        height: 300px;
    }

  #navbar-example a.nav-link {
        text-align: center;
    }

    .m-buttom{
        text-align: center;
        margin-top: 20px;
    }

}