.navbar .nav-item .active {
    color: #D61C62;
}

.navbar .nav-item .active:before,
.navbar .nav-item:hover a:before {
    transition: all .4s ease-in-out;
    margin-top: 0px;
    opacity: 0.1;
    z-index: 0;
}

#service_one,
#service_two,
#service_three,
#service_four,
#service_five,
#service_six {
    cursor: pointer;
}

.modal-header {
    background-color: #018AE0;
    color: #fff !important;
    text-align: center !important;
}

.modal-title {
    color: #fff;
}

.close {
    color: #fff;
}

.img_services_modal {
    text-align: center;
    border: 3px solid #D61C62;
    border-radius: 10px;
}

#services strong {
    color: #424242;
}

.btn-message {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: none;
    color: #FFF;
    font-size: 28px;
    outline: none;
    position: absolute;
    right: 0;
    transform: scale(0);
}

.boton-whatsapp {
    background: transparent;
    margin-right: 105px;
    transition: 0.5s;
    bottom: 22px;
    z-index: 99;
}

.animacionVer {
    transform: scale(1);
}

.btn_24hrs_fix {
    position: fixed;
    right: 15PX;
    bottom: 95PX;
    z-index: 9;
}

.btn_24hrs_fix img {
    border: 2px solid #D61C62;
    width: 80px;
}

.btn_estetica_fix {
    position: fixed;
    right: 15PX;
    bottom: 180PX;
    z-index: 9;
}

.btn_estetica_fix img {
    border: 2px solid #D61C62;
    width: 80px;
}

.section_services {
    background: url("../images/slider/slide_services.jpeg");
    text-align: left;
    margin-bottom: 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    height: 800px;
}

.contact_revilla {
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .navbar .nav-item.active a:before {
        margin-top: -30px;
        opacity: 0.3;
    }
    .navbar .nav-item .active:before,
    .navbar .nav-item:hover a:before {
        transition: all .4s ease-in-out;
        margin-top: -16px;
        opacity: 0.3;
        z-index: 0;
        margin-left: 4%;
        font-size: 35px;
    }
}