/* Escribe aquí tu código CSS */
.site-info {
    padding: 0;}

.footer-widgets {
    padding-top: 1.036em;}

.widget {
    margin: 0 0 0.931em;}

  .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
      margin-bottom: 0.236em;}

ul, ol {
    margin: 0 0 0.618em 3em;
    padding: 0;}

.secondary-navigation .menu a {
    padding: 1.387em 0.857em;
  font-weight: 900;}

.bp-contact-card .bp-phone {
	text-align: left;
	color: red;
}

.bp-contact-card .bp-phone:before {
	color: red;
  display: none;
}

.before-footer:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(35, 44, 57, 0.5);
	z-index: 1;
	pointer-events: none;
}

.front-page-4 {
		background-color: #fff;
}

.front-page-4:before {
	background-color: rgba(35, 44, 57, 0.1);
}



