.home-title {
    background: transparent url(../img/home/icn-logotipo.png) no-repeat left center;
    background-size: 40px 40px;
    padding-left: 60px;
}

.home-title-light {
    background: transparent url(../img/home/icn-logotipo-light.png) no-repeat left center;
    background-size: 40px 40px;
    padding-left: 60px;
}

#revolutionSlider .top-label {
    color: #ffffff;
    text-shadow: 0 0 15px rgba(0,0,0,.9);
    font-size: 28px;
}

#revolutionSlider .main-label {
    font-family: "Dancing Script", arial, sans-serif;
    font-size: 70px;
}

#revolutionSlider .bottom-label {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0,0,0,.9);
}

.whatsapp {
    border: none !important;
    background: none !important;
}

.testimonial-white p {
    color: lightgrey !important;
}

.testimonial-author p {
    color: lightgrey !important;
}

.testimonial-author span {
    color: darkgrey !important;
}

section.section-custom-map-2 {
    background: none;
}


#header .header-nav-top ul.nav-pills li span{
    color: #ffffff;
}

.feature-box-info h4.mb-none {
    font-size: 25px;
}
.feature-box-info small {
    font-size: 14px;
}

#home-intro span {
    color: #62bfae !important;
}
#home-intro em {
    color: #ffffff;
    margin-left: 10px;
    font-family: 'Dancing Script', arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
}
#home-intro .learn-more {
    color: #ffffff !important;
}
#home-intro .learn-more a {
    color: #62bfae !important;
}

#header .feature-box-info {
    margin: 0;
}

#header .feature-box-info p {
    margin: 0;
}

#header .homeblog {
    padding: 40px;
}

#news {
    margin-bottom: 40px;
}

.nav a, li, ul {
    font-size: 13px !important;
}

.treatment {
    margin-bottom: 40px;
}

.home-box a {
    color: #ffffff;
}

.whatsapp {
    position: fixed;
    top: 85%;
    left: 75%;
    padding: 10px;
    z-index: 10000000;
}

@media only screen and (max-width: 993px) {
    .whatsapp {
        position: fixed;
        top: 85%;
        left: 25%;
        padding: 10px;
        z-index: 10000000;
    }
}

@media only screen and (max-width: 770px) {
    .whatsapp {
        position: fixed;
        top: 85%;
        left: 5%;
        padding: 10px;
        z-index: 10000000;
    }
}