a.brand img {
    width: 150px;
}
#navbar-mobile {
    clear: both;
}
nav.navbar-desctop a.js-target-scroll img {
    height: 25px;
}
.text-white {
    color: #ffffff !important;
}
.slide-title,
.slide-subtitle {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.vision-text {
    margin-top: 50px;
}
.vision-text h3 {
    margin-top: 20px;
}
.vision-text p {
    text-align: left;
    padding: 0px 5px;
}
.legado h4 {
    padding-top: 60px !important;
}
.legado p {
    text-align: left;
}
.legado img {
    width: 180px;
}
.legado ::before {
    display: inherit;
    content: none;
}
.legado ::after {
    clear: none;
}
@media only screen and (max-width: 600px) {
    /* .slide-title,
    .slide-subtitle {
        padding-left: 150px !important;
        white-space: none;
        width: 100%;
        min-width: 390px !important;
    }
     */
    .slide-title {
        font-size: 30px !important;
        line-height: 36px !important;
        padding-right: 15px !important;
    }
    .slide-subtitle {
        font-size: 19px !important;
        padding-top: 50px !important;
        line-height: 20px !important;
    }
    div.brand-panel a.brand img {
        width: 90%;
    }
    .navbar-desctop a.brand img {
        width: 100px;
    }
    .navbar-mobile a.brand img {
        width: 100px;
        float: left;
    }
    .navbar-mobile a.brand {
        float: left;
    }
}
@media only screen and (max-width: 400px) {
    .slide-subtitle {
        font-size: 14px !important;
    }
}
