ul {
    list-style: disc;
    margin: 0 0 0 18px;
    padding: 0;
}

.service-list-wrapper {
    color: white;
    font-size: 14px;
}

.service-list-wrapper .service-link {
    display: block;
    color: white;
    text-decoration: none;
}
.service-list-wrapper .service-link:hover {
    opacity: 0.8;
}

#rev_slider_home, .tp-fullwidth-forcer {
    height: 380px !important;
}
#slide-3-layer-2 {
    text-align:right !important;
}

.btn-flat.custom_btn_wa {
    color: #fff;
    background-color: #25D366;
    border-color: #25D366;
}
.custom_phone_link {
    color: #f29b43;
    font-weight: bold;
    font-size: 24px;
}
.custom_phone_link:hover {
    color: #222222;
}

.custom_divider {
    clear: both;
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 40px 0;
}

.custom_header_contact_mobile {
    display: none;
}

.custom_wa a {
    color: #1196CC;
    font-weight: bold;
    font-size: 20px;
}
.list-border a {
    font-weight: bold;
}

.styled-icons.icon-dark.custom_facebook a {
    background-color: #1196CC;
    color: #eeeeee;
}
.styled-icons.icon-dark.custom_facebook a:hover {
    background-color: #050a1b;
    color: #eeeeee;
}
.styled-icons.icon-dark.custom_facebook span {
    display: block;
    float: left;
    margin-top: 5px;
}

.icon-box.bg-white.bg-hover-theme-colored2 {
    min-height: 490px;
}

.fake_btn {
    margin-top: 16px;
}

.header-nav .custom_btn_header {
    float:right;
}
.header-nav .menuzord {
    width: 75%;
}
@media screen and (max-width:767px) {
    .mobile_hidden {
        display: none;
    }

    .custom_header_contact_mobile {
        display: block;
    }
    .custom_header_contact_desktop {
        display: none;
    }

    .header-nav .menuzord {
        float:right;
        width: 100%;
    }
    .menuzord .showhide.custom_btn_hamburguesa {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 12px;
        color: #fff;
        background-color: #202c45;
        border-color: #202c45;
        font-size: 14px;
        padding: 12px 22px;
        line-height: 1.38;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
    }
    .header-nav .custom_btn_header {
        float:left;
        width: 100%;
    }
    .header-nav .custom_btn_header a {
        width: 100%;
    }
    .header-nav .menuzord-menu {
        float:left;
        width: 100%;
        border:solid 1px orange;
    }
}

@media screen and (min-width:768px) {
    .desktop_hidden {
        display: none;
    }
}