/* OSANO*/
button.osano-cm-close{
	display:none!important;
}

.menu{
  padding-bottom:20px;
}
@media only screen and (min-width: 767px){
.menu .menu-item{
  padding: 0px 20px 0px 10px;
}}
/* DESKTOP SUBMENU color links*/
@media only screen and (min-width: 767px){
.menu .category-item .item-link{
  color:#3f44ad;
}}


/* FOOTER color links*/
.footer a{
  color:#c0c2fb;
}

/* IMG GALLERY widget carrousel se muestra el boton de creditos siempre */
.image-set-slideshow-show-caption{
  opacity: 100!important;
  display:none;
    background-color:#3f44ad!important;
}
/* IMG GALLERY widget carrousel se muestran las flechas */
.image-set-slideshow-nav{
opacity: 100!important;
background-color:#3f44ad!important;
}
/* IMG GALLERY widget carrousel se muestran los creditos al pasar raton por encima foto */
.image-set-slideshow-item-caption{
display:block!important;
background-color:#3f44ad!important;
}
/* IMG GALLERY widget carrousel oculta la cruz de cerrar creditos */
.image-set-slideshow-item-caption-hide-button{
  display:none;
}


.footer {
  background-color:#3f44ad;
}

/* COLLECTION PAGES padding por abajo*/
.listing-asset-container .asset-container{
  margin-bottom:100px;
}

/* CUSTOM PAGES padding por arriba*/
#content_page_wrapper ._4ORMAT_content_page_container{
  padding-top:0px;
}

/* BOTONES estilos bloque HTML en BIO*/
.boton {
  border: none;
  color: #ffffff!important;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  background-color: #3f44ad;
  border-radius:50px;
}
.boton a{
color: #ffffff!important;
}