
/** ADD YOUR AWESOME CODES HERE **/

#home {
    margin-top: 155px;
}

.navbar-dark {
    background-color: #f7f7f7 !important;
}

#mainNav {
    background-color: #f7f7f7 !important;
}

#mainNav.navbar-shrink {
    background-color: #f7f7f7 !important;
}

.section.lb {
    background-color: white;
}

.icon-b {
    background: #e43336;
}

.footer-distributed .footer-company-name a {
    color: #e43336;
}

#preloader {
    background: #e43336;
}

h1.ph-fonts-style {
    font-size: 50px;
    color: #664a3f;
    text-align: center;
    font-weight: 500;
    padding: 0;
}

.linea {
    height: 1px;
    background: #e43336;
    margin: 30px 0px;
    margin-bottom: 57px;
}

.nombre-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 40px;
    color:#e43336;
}

.nombre-menu p{
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .nombre-menu{
        display: none;
    }
}