#intro {
    background: url("../img/fundo6.jpg") no-repeat center center;
    background-size: cover;

}

#centro_logo {

    margin-top: 8%;

    width: 73%;
    height:50%;
    /*top: 80%;*/
    /*left:10%;*/

    margin-left: 2%;
}

#centro_botao_conheca_plataforma{
    margin-left: 11%;

}

#centro_login{
    margin-top: 8%;
    /*    top:10%;
        left:23%;
        margin-top: 5%;
        margin-left: -20%;  */
}

.top-nav-collapse {
    /*background-color: #3949ab !important;*/
    background-color: #0052cc !important;
}

.navbar:not(.top-nav-collapse) {
    /*background: transparent !important;*/
    background: #007ee6 !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #3949ab !important;
    }
}

#intro .h6 {
    font-weight: 300;
    line-height: 1.7;
}

.hm-gradient .full-bg-img {
    background: rgba(255, 255, 225, 0.7);
    /*background: linear-gradient(45deg, rgba(255, 255, 225, 0.7), rgba(112, 184, 255, 0.7) 100%);*/
    background: linear-gradient(45deg, rgba(255, 255, 225, 0.7), rgba(225, 225, 255, 0.7) 100%);
}

@media (max-width: 450px) {
    .margins {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

#pricing .lead {
    opacity: 0.7;
}

#pricing .card-image {
    background: url("../img/architecture.jpg") no-repeat center center;
}

#pricing ul li {
    font-size: 1.1em;
}
