.numberWhatsapp {
    margin-top: 5px;
    background-color: #00be38;
    color: #fff;
    text-decoration: none;
    padding: 12px 17px;
    display: inline-block
}

.numberWhatsapp img {
    width: 22px;
    vertical-align: -5px
}

.numberWhatsapp:hover {
    background-color: #009d2f;
    color: #fff
}

.FloatWhatsapp {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    display: block
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(60,200,13,.4)
    }

    100% {
        box-shadow: 0 0 0 35px transparent
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0 rgba(60,200,13,.2)
    }

    100% {
        box-shadow: 0 0 0 70px transparent
    }
}

.FloatWhatsappBT {
    animation: shadow-pulse 1s infinite;
    box-shadow: 0 0 10px #999;
    width: 60px;
    border-radius: 50px;
    height: 60px;
    background-color: #3cc80d;
    display: block;
    float: right;
    text-align: center;
    cursor: pointer
}

.FloatWhatsappBT img {
    width: 30px;
    margin-top: 14px
}

.FloatWhatsappBT:hover {
    background-color: #45e60f
}

.options {
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.15);
    margin-bottom: 15px;
    text-align: left;
    overflow-y: hidden;
    min-width: 250px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none
}

.options span {
    background-color: #3cc80d;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 15px;
    font-size: 14px;
    display: block;
    font-weight: 700;
    cursor: pointer;
    position: relative
}

.options span b {
    position: absolute;
    right: 13px;
    top: 6px;
    font-size: 20px
}

.options span img {
    width: 10px;
    float: right;
    margin: 0;
    margin-top: 5px
}

.options ul {
    margin: 0;
    padding: 0
}

.options ul li a {
    cursor: pointer;
    display: block;
    padding: 10px 15px 11px;
    font-size: 15px;
    color: #555;
    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e9e9e9;
    outline: none
}

.options ul li a:hover {
    background-color: #fafafa;
    color: #3cc80d
}

.options ul li:last-child a {
    border-bottom: none
}

.options ul li a img {
    width: 8px;
    float: right;
    margin: 0;
    margin-top: 9px
}

.options ul li {
    margin-bottom: 0
}

.reveal {
    outline: none;
    border-radius: 8px;
    padding: 0;
    border: none
}

.reveal ul,.reveal p {
    font-size: 18px
}

.reveal .display-flex {
    padding: 16px 22px;
    background-color: #3cc80d
}

.reveal .display-flex button {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    cursor: pointer
}

.reveal .display-flex h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    font-size: 27px;
    letter-spacing: -.5px
}

.reveal .content {
    padding: 22px
}

.reveal ul {
    margin-bottom: 20px
}

.reveal ul li {
    margin: 10px 0;
    line-height: 25px
}

.reveal ul li a {
    color: #7f3989;
    text-decoration: underline;
    font-weight: 700
}

.reveal ul li a:hover {
    text-decoration: none
}

.reveal-overlay {
    background-color: rgba(0,0,0,.8)
}

@media(max-width: 639px) {
    .grid-mansory {
        column-count:2;
        column-gap: 20px
    }

    .reveal {
        border-radius: 0;
        padding:0 !important;
    }
    .reveal .flex-video.widescreen, .reveal .responsive-embed.widescreen {
    padding-bottom: 105.25%;
}

    .FloatWhatsapp {
        bottom: 20px;
        right: 20px
    }

    .reveal .display-flex h5 {
        font-size: 21px
    }

    .reveal .display-flex button {
        line-height: 22px
    }

    .reveal ul,.reveal p {
        font-size: 15px
    }

    .reveal ul li {
        line-height: 20px
    }
}

.reveal.custom {
    overflow: hidden!important;
    padding: 0!important
}