.revo-slider-emphasis-text {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Raleway', sans-serif;
    padding: 15px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    width: 650px;
    text-align: center;
    line-height: 1.5;
}

.revo-slider-caps-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Raleway', sans-serif;
}
.tp-video-play-button { display: none !important; }

.tp-caption { white-space: nowrap; }

.small-video-button {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 22px;
}

.primaryColor{
    color: #1ABC9C !important;
}

/* Container holding the image and the text */
.container_image {
    position: relative;
    text-align: center;
    color: white;
}

    /* Bottom left text */
    .container_image .bottom-left {
        position: absolute;
        bottom: 8px;
        left: 16px;
    }

    /* Top left text */
    .container_image .top-left {
        position: absolute;
        top: 8px;
        left: 16px;
    }

    /* Top right text */
    .container_image .top-right {
        position: absolute;
        top: 8px;
        right: 16px;
    }

    /* Bottom right text */
    .container_image .bottom-right {
        position: absolute;
        bottom: 8px;
        right: 16px;
    }

    /* Centered text */
    .container_image .centered {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.font-hg {
    font-size: 23px!important; }

.font-lg {
    font-size: 18px!important; }

.font-md {
    font-size: 14px!important; }

.font-sm {
    font-size: 13px!important; }

.font-xs {
    font-size: 11px!important; }

.process-steps li { pointer-events: none; }

.bold{
    font-weight: bold !important;
}

.force-height-150{
    height: 150px !important;
}

input[name='path_profile_image'] {
    display: none;
}

#image-profile{
    cursor: pointer;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important; } }


.fa-whatsapp{
    color:#fff;
    background:
            radial-gradient(#25d366 59%,transparent 0);
}

#banner-app {
    position: relative;
    top:0;
    background: #FFFFFF;
    width: 100%;
    height: 50px;
    z-index: 10000;
    border-top: 1px solid #999;
    display: none;
}
#banner-app .logo {
    float: left;
    padding: 5px;
}
#banner-app .logo img {
    width: 50px;
}
#banner-app .description {
    float: left;
    width: 200px;
    padding: 5px 5px;
}
#banner-app .description .title {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
}
#banner-app .description .subtitle {
    font-size: 12px;
}
#banner-app a.btn {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    margin: 8px 5px;
    border-radius: 20px!important;
}

ul.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
}

#primary-menu-trigger .icon-reorder {
    color: #000000!important;
}