:root {
  --principal: #FAB207;
  --secundaria: #15478e;
  --whatsapp: #33af23;
}
.mobile {
   display: none;
}
.whatsapp-desktop {
	display: initial;
	position: fixed;
	bottom: 115px;
	right: 30px;
	z-index: 9999;
	text-align: center;
}
.whatsapp-desktop img {
	width: 60px;
}
.whatsapp-desktop img:hover {
	transform: scale(1.10);
	opacity:0.8; 
	transition: all 0.3s ease-out;
}
.whatsapp-desktop .whatsapp-text {
	background: var(--whatsapp);
	color: #FFF;
	font-size: 20px;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.d-mobile {
    position: fixed;
    width: 100%;
    display: block;
    bottom: 0;
    font-size: 14px;
    z-index: 999;
    text-align: center;
}
.d-mobile a {
    color: #FFF;
}
.d-mobile .d-phone {
    width: 50%;
    float: left;
    background-color: var(--secundaria);
    padding: 20px 0;
}
.d-mobile .d-whats {
    width: 50%;
    float: right;
    background-color: var(--whatsapp);
    padding: 20px 0;
}
.d-mobile .d-phone i, .d-mobile .d-whats i{
    float: none;
    
}
@media only screen and (max-width : 800px) {
    .d-mobile {
        display: block;
    }
    .mobile {
        display: initial;
    }
    .desktop {
        display: none;
    }
    .whatsapp-desktop {
    	display: none;
    }
    #wrapper{
        margin-bottom: 65px!important;
    }
    #back-to-top{
        bottom: 90px!important;
    }
}
.grecaptcha-badge{
    display: none!important;
}