@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

#whatsapp-float {
    -webkit-text-size-adjust: 100%;
    background: #25D366 !important;
    letter-spacing: normal;
    font: normal normal 100% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align-last: auto;
    text-decoration: none;
    text-emphasis: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    alignment-baseline: baseline;
    animation-play-state: running;
    backface-visibility: visible;
    baseline-shift: baseline;
    border: 0 transparent;
    -webkit-box-decoration-break: slice;
    box-sizing: content-box;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    column-fill: balance;
    column-gap: normal;
    columns: auto auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    direction: ltr;
    dominant-baseline: auto;
    empty-cells: show;
    float: none;
    hyphens: manual;
    image-rendering: auto;
    left: auto;
    list-style: disc;
    margin: 0;
    max-height: none;
    min-height: 0;
    opacity: 1;
    orphans: 2;
    outline: 0;
    outline-offset: 0;
    padding: 0;
    page: auto;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    quotes: none;
    resize: none;
    size: auto;
    table-layout: auto;
    top: auto;
    transform: none;
    transform-origin: 50% 50% 0;
    transform-style: flat;
    unicode-bidi: normal;
    vertical-align: baseline;
    white-space: normal;
    widows: 2;
    width: auto;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-align: start;
    -webkit-font-smoothing: antialiased;
    max-width: 460px;
    overflow: hidden;
    transition: all 0.4s ease-out;
    border-radius: 60px;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16) !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-width: 50px;
    height: 50px;
    z-index: 9999999;
}

#whatsapp-float img {
    -webkit-text-size-adjust: 100%;
    letter-spacing: normal;
    font: normal normal 100% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align-last: auto;
    text-emphasis: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    caption-side: top;
    color: inherit;
    direction: ltr;
    dominant-baseline: auto;
    empty-cells: show;
    hyphens: manual;
    image-rendering: auto;
    list-style: disc;
    orphans: 2;
    pointer-events: auto;
    quotes: none;
    white-space: normal;
    widows: 2;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-align: start;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    box-sizing: border-box;
}

.navbar-left {
    float: left;
}

.navbar-right {
    float: right;
}

.scroll-to-top {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: .35rem !important;
    position: fixed;
    right: 20px;
    bottom: 5rem;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, .5);
    line-height: 46px;
    display: inline;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .scroll-to-top {
        bottom: 4rem;
    }
}