.post-author, .post-category, .post-comments {
	display: none!important;
}
.page-id-11 #banner .banner-image {
	background: url(wp-content/uploads/header-quien.jpg) center center no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-id-92 #banner .banner-image {
	background: url(wp-content/uploads/header-paraque.jpg) center center no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-id-13 #banner .banner-image {
	background: url(wp-content/uploads/header-servicios.jpg) center center no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-id-2 #banner .banner-image {
	background: url(wp-content/uploads/header-metodo.jpg) center center no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
          filter: FlipH;
        -ms-filter: "FlipH";
}
body.home div#banner, body.home #pagetitle {display: none;}
.primary-color-bg {
    background-color: #E54C21!important;
}
.slider-slides {
    height: 350px!important;
}
.menu-main {
    padding-top: 30px!important;
}
#features h3 {
	color: #E54C21!important;
    font-weight: bold!important;
}
.autowide .module.servicios h4 {
	color: #E54C21!important;
}
.page-id-63 #banner, .single-post #banner {display:none;}
.banner {max-height: 220px!important;}
ul li {
    list-style: outside none circle;
    margin: 0 0 5px 20px;
}
h3, .fa-icono-module {color: #E54C21!important;}
.fa-icono-module {font-weight:bold; font-size:200%; margin-top: 15px;}
#breadcrumb, .slide-caption {display:none!important;}

/* 1 column: 320px */
.autowide {
  margin: 0 auto;
	width: 100%;
}
.autowide .module {
  background-color: #EEEEEE;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .5rem;
  text-align:center;
}
.autowide .module ul li {text-align:left!important;}

/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
  .autowide .module {
		float: left;
		margin-right: 1%;
		width: 46%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  .autowide .module {
		width: 30%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 1%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {
  .autowide .module {
		width: 22%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 1%;
	}
	.autowide .module:nth-child(4n+0) {
		margin-right: 0;
	}
}
/* METODO */
@media only screen and (min-width: 992px) {
  .autowide .module.metodo {
        min-height: 250px;
	}
}
/* PARA QUE */
@media only screen and (min-width: 992px) {
  .autowide .module.paraque {
		width: 46%;
        min-height: 500px;
	}
}
/* SERVICIOS */
@media only screen and (min-width: 992px) {
  .autowide .module.servicios {
		width: 30%;
        min-height: 680px;
        text-align: left;
	}
}