footer #mobile-footer-cta-buttons {
    padding-bottom: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

footer #mobile-footer-cta-buttons:before {
    content: " ";
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #15618a;
}

footer #mobile-footer-cta-buttons .row {
    --gutter-x: 4px;
    --gutter-x2: -4px;
}

footer #mobile-footer-cta-buttons .buttonx {
    height: 52px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

footer #mobile-footer-cta-buttons .buttonx.button-call {
    background: #15618a;
    background: -moz-linear-gradient(top, #15618a 0%, #102a38 100%);
    background: -webkit-linear-gradient(top, #15618a 0%, #102a38 100%);
    background: linear-gradient(to bottom, #15618a 0%, #102a38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@first", endColorstr="@sec", GradientType=0);
}

footer #mobile-footer-cta-buttons .buttonx.button-whatsapp {
    background: #58d164;
    background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
    background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
    background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@first", endColorstr="@sec", GradientType=0);
}

footer #mobile-footer-cta-buttons .buttonx img {
    margin-right: 12px;
    position: relative;
    top: 11px;
    left: 19px;
}

footer #mobile-footer-cta-buttons .buttonx span.text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

footer #mobile-footer-cta-buttons {
    padding-bottom: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

footer #mobile-footer-cta-buttons:before {
    content: " ";
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #20202b;
}

footer #mobile-footer-cta-buttons .row {
    --gutter-x: 4px;
    --gutter-x2: -4px;
}

footer #mobile-footer-cta-buttons .buttonx {
    height: 52px !important;
    width: 100% !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    display: flex;
}

footer #mobile-footer-cta-buttons .buttonx.button-call {
    background: #ee6fcb;
    background: -moz-linear-gradient(top, #ee6fcb 0%, #7c2d6c 100%);
    background: -webkit-linear-gradient(top, #ee6fcb 0%, #7c2d6c 100%);
    background: linear-gradient(to bottom, #ee6fcb 0%, #7c2d6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@first", endColorstr="@sec", GradientType=0);
}

footer #mobile-footer-cta-buttons .buttonx.button-whatsapp {
    background: #58d164;
    background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
    background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
    background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@first", endColorstr="@sec", GradientType=0);
}

footer #mobile-footer-cta-buttons .buttonx img.whatsappLink {
   /*argin-top: 10px;*/
    margin-left: 10px;
}
footer #mobile-footer-cta-buttons .buttonx img.telefonLink {
    margin-top: 5px;
    margin-left: 14px;
}

footer #mobile-footer-cta-buttons .buttonx span.text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    top: 0;
    left: 9px;
    position: relative;
}
footer #mobile-footer-cta-buttons .buttonx.telefonLink span.text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    top: 3px;
    left: 9px;
    position: relative;
}
footer #left-whatsapp {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

 #left-whatsapp a {
    height: 52px;
    width: 52px;
    background: #58d164;
    background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
    background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
    background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@first", endColorstr="@sec", GradientType=0);
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

footer #left-whatsapp a:hover {
    padding-left: 5px;
    width: 57px;
}
footer .container{
z-index: 99;
position: relative;
}
footer .col-6{
    padding-right: 15px;
    padding-left: 15px;
    }