#botonera_contacto{}
#botonera_contacto .b_c{padding:10px;float:left;width:100%;}

#botonera_contacto .innerb_c{text-align:center;height:100px;border:0px solid red;background-color:#f0f0f0;}

#botonera_contacto .b_c a.button{display:block;height:50px;line-height:50px;font-size:1.5em;font-weight:normal;border-radius:0;}

.hvr-sweep-to-left:before,.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active,.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {border-radius:0px;}


#botonera_contacto .b_c a.pc{display:none;}
#botonera_contacto .innerb_c .c_2{font-size:1.5em;height:50px;line-height:50px;}
#botonera_contacto #mailto,#botonera_contacto #consulta{font-size:1em;padding-top:0px;height:50px;line-height:50px;}
#botonera_contacto .innerb_c .c_2 a{color:#333;}

#botonera_contacto .b {color:#FF5000;font-weight:bold;}
#botonera_contacto .button {
    display: inline-block;
    padding: 0px 15px;
    background-color: #333;
    text-decoration: none;
    color: white;
    transition: color 0.5s ease;
    border-right: solid #28FF00 60px;
    border-radius:4px;
}

#botonera_contacto .button:hover {
  color: #000;
}



/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: 0px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {border-radius:4px 0 0 4px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00C0FF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: black;border-radius:4px 0 0 4px;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);border-radius:4px 0 0 4px;
}


@media only screen and (min-width: 45em) {#botonera_contacto .b_c{width:50%;}}
@media only screen and (min-width: 64em) {
#botonera_contacto .b_c{width:25%;}
.cel{display:none;}
		.pc{display:block;}
		}	
