/*
Theme Name: Divi hijo
Theme URI: http://www.globals.es
Author: Globals
Author URI: http://www.globals.es
Description: Theme globals
Version: 1.0
Template: Divi
*/

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

/*
*  1- #typografies
*  2- #header
*  3- #footer
*  4- #maintenance
*  5- #home
*  6- #empresa
*  7- #categories
*  8- #subcategories
*  9- #contacta
*  10- #woocommerce
*/

/* #typografies */
h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
.home h1{
	margin-bottom:25px;
}

h2 {
  font-size: 26px;
  font-weight: 600;
  color: #6c6c6c;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  color: #6c6c6c;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #6c6c6c;
}

h6 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #4e4f4e;
}

p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #6c6c6c;
  padding-bottom: 30px;
}

#logo {
    max-height: 68% !important;
}

/* #woocommerce */
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
  display:none!important;
}
.woocommerce ul.products li.product a.button:hover, .woocommerce .coupon .button:hover {
  color: white;
}
.woocommerce button.button.alt:hover, .woocommerce .wc-proceed-to-checkout .button:hover {
  color:#fff !important;
}
.woocommerce ul.products li.product .button {
  margin-top: 7px;
}

@media only screen and (max-width: 768px){
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
}
}

.rowpubli .et_pb_column{
	margin-right:0% !important;
}

.et_pb_gutters3 .rowpubli .et_pb_column_1_2{
	width:50% !important;
}
