@media screen and (min-width:641px){
	#barra-inferior-wrp {
    position: fixed;
    bottom: 40px;
    right: 60px;
    height: 40px;
		width: 400px;
		z-index:9999999999999999;
}
	
	#boton-inf-llamar {
    box-sizing: border-box;
    margin-left: 2%;
    margin-right: 1%;
		
     padding-top: 10px;
	 padding-bottom: 10px;
	 padding-left: 20px;
	 padding-right: 10px;
	text-align: center;
    font-size: 18px;
    background-color: aliceblue;
    opacity: 0.9;
    color: #000;
    display: inherit;
    width: 46%!important;
    float: left;
    border-radius: 25px;
    line-height: 20px;
		height: 40px;
	}
	
	#boton-inf-whatsapp {
    box-sizing: border-box;
    margin-left: 1%;
    margin-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 20px;
    background-color: #009A1E;
    opacity: 0.9;
    color: #FFFFFF;
    display: inherit;
    width: 44%;
    float: left;
    border-radius: 25px;
    line-height: 20px;
	}


}

@media screen and (max-width:640px){
	#barra-inferior-wrp {
    position: fixed;
    bottom: 33px;
    left: 0px;
    height: 40px;
		width: 100%;
		z-index:9999999999999999;
}
	
	#boton-inf-llamar {
    box-sizing: border-box;
    margin-left: 2%;
    margin-right: 1%;
		
     padding-top: 10px;
	 padding-bottom: 10px;
	 padding-left: 20px;
	 padding-right: 10px;
	
    font-size: 18px;
    background-color: aliceblue;
    opacity: 0.9;
    color: #000;
    display: inherit;
    width: 42%!important;
    float: left;
    border-radius: 25px;
    line-height: 20px;
		height: 40px;
	}
	
	#boton-inf-whatsapp {
    box-sizing: border-box;
    margin-left: 1%;
    margin-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 20px;
    background-color: #009A1E;
    opacity: 0.9;
    color: #FFFFFF;
    display: inherit;
    width: 44%;
    float: left;
    border-radius: 25px;
    line-height: 20px;
	}

}

.icono-barra-inferior {
    height: 20px;
    width: auto;
    margin-right: 20px;
    float: left;
    padding-top: 3px;
}
.texto-barra-inferior {
    height: 18px;
    width: auto;
    margin-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    font-size: 16px;
    line-height: 20px;
}
