
.sticky-cta-container {
    position: -webkit-sticky; /* Safari */
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    color: #444 !important;
    background-color: #fff;
padding-top:10px; padding-bottom:10px;
    box-shadow: 9px 9px 9px #333;
    display: none;

}

.btn-cta{
    background: rgb(255, 199, 104);
    color: rgb(255, 255, 255);

}
.sticky-cta-call {
    background-color: #fdf733;
    border: 2px solid #fff;
    color: #000;
}
.sticky-cta-call a {color: #000 !important;}
.sticky-cta-call .icon-001-smartphone {color: #000 !important;}
.sticky-cta-whatsapp {
    background-color: #17a618 ;
    border: 2px solid #fff;
}
.sticky-cta-link {text-decoration: none; color:white;}
.cta-text {padding-left: 10px;}
.sticky-col {flex:50%;
    padding: 10px 5px;}
.icon-container {
    display: table;
    margin: 0 auto;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "sticky-cta";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-001-smartphone:before { content: '\e802'; } /* '' */
.icon-002-whatsapp:before { content: '\e803'; } /* '' */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
    .sticky-cta-link {font-size:0.9rem;}
}
@media only screen and (min-width: 768px) {
/*    .sticky-cta-container{display:none;} */
}
