/*
 Theme Name:   MateriaSPC
 Theme URI:    http://materiaspc.com/actua/
 Description:  Divi Child theme
 Author: Actúa Comunicación
 
 Author URI:   http://www.actua.es
 Template:     Divi     
*/

/*@import url("../Divi/style.css");*/
 

/* ---------- Catalogos download / sombras ---------------*/

.frame img {
  -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.08);
  background-color:white;
}
.frame img:hover {
  -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}
/* ---------- Catalogos download / quitamos los logos de la derecha ---------------*/
@media only screen and (max-width: 980px) {
.marca-download {
	display: none;
}
  }
/*-------------- Sidebar / menú widget como listado y cantos redondeados ---------------- 
.et_pb_sidebar .et_pb_widget {
    margin-bottom: 20% !important;
}
.et_pb_widget ul {
padding-bottom:20px;		
}
.et_pb_widget ul li {
    background-color: #f7f7f7;
    border-radius: 15px;
	border-width: 0px!important;
	border-style: solid;
    border-color: #202020;	
	text-transform: uppercase;
    padding: 10px 20px;
	margin-top: 10px;
}
.et_pb_widget ul li:hover{
    background-color: #f1f1f1;
    border-color: #c2c2c2;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 5px 15px 5px!important;
}
---------------------------------------------------------------------------------*/ 
/*---------- botón para texto  ---------------*/
a.boton-redondo  {
	font-size: 11px;
    text-decoration: none;
	color: #757474;	
    padding: 3px 15px;
    border-radius: 15px;
	border-width: 1px!important;
    border-style: solid;
    border-color: #202020;	
	text-transform: uppercase;
    margin: 0 13px 5px 0;
    float: left;
}
a.boton-redondo:hover {    
    background: rgba(255,255,255,0);
    border-color: #c2c2c2;
}

/*---------- botón para descargar pdf de productos  ---------------*/
.button a  {
  background-color: white;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border: 2px solid #555555;
  border-radius: 4px;
  margin: 6px 6px 6px 0;
}
  
.button a:hover {
  background-color: black;
  color: white;

}

 /*----------- roll over logotipos e imagenes ----------*/
img.foto:hover {
	/*opacity: 0.6;*/
	filter: alpha(opacity=60); /* para IE8 */ 
}
.et_pb_main_blurb_image img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /* para IE8 */ 
} 
/*engordamos un poco la tipografia Quicksans del menú */
#top-menu li a {
	font-weight: 500 !important;
}

/*----   Eliminamos la linea que separa el sidebar    ----*/
@media (min-width: 981px) {
#main-content .container:before {
    display:none;
    }
}  

/*----- Custom hardwood / Fade Effect Maderas -----*/
.ds-hover-3 {
  display: inline-block;
  position: relative;
  margin: 0 4px;
  overflow: hidden;
}
.ds-hover-3 img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.ds-hover-3 img {
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  background-position: center center;
  z-index: 0;
}
.ds-hover-3::before {
  opacity: 1;
  position: absolute;
  width: 90%;
  color: #fff;
  padding: 5%;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 1;
}
.ds-hover-3::before {
  content: attr(ds-title);
  bottom: 0;
  height: 8%;
  background: rgba(0,0,0,0.5);
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
}
.ds-hover-3:hover::before {
  opacity: 1;
  background: rgba(0,0,0,0.0);
  font-weight: 600;
}
.ds-hover-3 img:hover {
  -moz-transform: scale(1.2,1.2);
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
}