@media (max-width: 768px) {
.call {display: block;margin-left: 10%;position: fixed;bottom: 45px;z-index: 1001;}
.call a {font-size: 16px;}
.call i.fa.fa-phone {padding-right: 5px;}


.banners-big .slides .light h2 {
    font-size: 2.2em;
    line-height: 1.1em;
}




}

@media (min-width: 769px) {
.call {display: none;}
}


.whatsapp-button {
    position: fixed;
    right: 45px;
    bottom: 55px;
    transform: translate(-50%, -50%);
    background: #25D366;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 35px;
    z-index: 9999;
	/* background-image: url(/images/whatsapp.png); */
    background-position: center;
	background-repeat: no-repeat;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 1px;
	right: 1px;
  }


}



.btn.btn-default {
    background-color: #ff7a2f;
    border-color: #ff7a2f;
    color: #ffffff!important;
}

.btn {
    font-size: 0.7333em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid;
    padding: 12px 21px 11px;
    letter-spacing: 0.8px;
    border-radius: 3px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
    .call i.fa.fa-phone {
        padding-right: 5px;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}