body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.bg-theme {
    background-color: #16232E;
    color: #ffffff;
    min-height: 95vh;
}

.banner-1 {
    max-height: 70vh;
}

.navbar {
    padding: 0;
}

.nav-item {
    margin-left: 10px;
    letter-spacing: 1px;
}

.nav-link {
    color: #000000!important;
}

.nav-link:hover {
    border-bottom: 2px solid #000000;
}

.menu-transparente {
    background-color: #16232E; 
}

.padding-top-pc {
    padding-top: 4rem !important;
}

@media (max-width: 768px) {
    .menu-transparente {
        background-color: #16232E;
    }

    .padding-top-pc {
        padding-top: 0px !important;
    }
}

.menu-scroll {
    color: #47525E!important;
    background-color: #16232E!important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.logo-img {
    height: 60px;
    width: 180px;
}
  
.title-1 {
    position: relative;
    top: 50%;
}

.img-1 {
    position: relative;
    height: 60px;
    width: 60px;
}

.mkt-area {
    height: 80vh;
}

.main-title {
    position: relative;
    margin-top: 15vh !important;

}

.mkt-title {
    position: relative;
    top: 40%;
}

.bg-theme-1 {
    color: #ffffff;
    background-color: #8c52ff;
}

.featurette-heading {
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {
    .featurette-heading {
        font-size: 40px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}