.wz-widget {
    left: 25px !important;
    display: block !important;
fetch("https://s.cdpn.io/profiles/user/222579/80.jpg")
  .then(respuesta=>{
  console.log(respuesta);
  return respuesta.blob();
  })
  .then(respuesta2=>{
  console.log(respuesta2);
  fetchTest.src = URL.createObjectURL(respuesta2)
     })
  .catch(error =>{console.error(error)})
} 

.btn3 a span , .btnzoho a span , .btnver a.zpbutton-wrapper span {
    
  letter-spacing: 0.3pt;
  
  font-size: 14px !important;
    
}
.btn3 a span , .btnzoho a span {
    
    font-family: Amaranth, sans-serif !important;
    color: #2980b9 !important;
    
}

.btnver a.zpbutton-wrapper span {
    
    font-family: 'Lato', sans-serif !important;
	color: #FFF !important;
    
}

.btn3 a , .btnzoho a , .btnver a.zpbutton-wrapper {
  border: none !important;
  padding: 16px !important;
  text-decoration: none !important;
  border-radius: 6px !important;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#ebebeb) !important;*/
  display:inline-block !important; /* IE is so silly */
}

.btn3 a , .btnzoho a {
  box-shadow: 1px 1px 2px #AAB8C1 !important;
  background-image: linear-gradient(to bottom, #ffffff, #ebebeb) !important;
  text-shadow: 1px 0px 2px #dbdbdb !important;
}

.btnver a.zpbutton-wrapper {
  box-shadow: 1px 1px 2px #AAB8C1 !important;
  background-image: linear-gradient(to bottom, #FAC078, #B56F17) !important;
  text-shadow: 1px 0px 2px #7A490C !important;
}

.btn3 a:hover , .btnzoho a:hover , .btnver a.zpbutton-wrapper:hover {
    background-image: none !important;
  	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#2980B9) !important;*/
    transition: none !important;
}
.btn3 a:hover , .btnzoho a:hover {
    
    box-shadow: 1px 1px 2px #272F3B !important;
    background-color: #364253 !important;
  	text-shadow: 1px 1px 0px #272F3B !important;
    
}
.btnver a.zpbutton-wrapper:hover {
    
    box-shadow: 1px 1px 2px #713B05 !important;
    background-color: #934C06 !important;
  	text-shadow: 1px 1px 0px #272F3B !important;
    
}

.btn3 a:hover span , .btnzoho a:hover span , .btnver a.zpbutton-wrapper:hover span {
	color: #FFF !important;
    
}
.btnzoho a span{
     font-family: tahoma, sans-serif !important;
}
.btnzoho a {
	display:block !important;
   
}

.btnzoho div {
    padding:3pt !important;
}

.seccion_zoom_logo img {
	transform: scale(0.8);
    transition: transform 1s;
}
.seccion_zoom_logo img:hover {
	transform: scale(1);
}

.grande a.zpbutton-wrapper span {
   font-size: 20px !important;
}

.zpcol-md-3.zpcol-sm-12.theme-blog-category-column  div.theme-blog-category-container:nth-child(3) {
    display: none;
}









