 /* GENÉRICO */
h1, h2, h3, h4, h5, h6 {
  color: #15284c !important;
  font-family: 'Barlow Condensed', sans-serif;
}
P.entry-meta {
  display: none !important;
}
/* MENÚ */
.genesis-nav-menu a {
  color: #da291c !important;
  text-transform: uppercase;
}

.fa-phone:before, .fa-envelope-o:before {
    color: #15284c !important;
}

.site-topbar a {
    color: #15284c !important;
}

.genesis-nav-menu > .menu-item.highlight a,
	.site-header.sticky .genesis-nav-menu > .menu-item.highlight a {
  border: 1px solid #da291c !important;
}
/* Fondo imágenes wp featherlight */

.featherlight .featherlight-content {
  background: #fff !important;
}


/* Tamaño logo menú sticky */

.site-header.sticky .title-area img{
	padding:5px 0 !important;
}  

/* HOME */
h4.entry-title a {
  color: #da291c !important;
}
h4.entry-title a:hover {
  color: #d12e22 !important;
}

/* Subtítulo home */
p.subtitulo{
font-size: 1em;
	text-shadow: 2px 2px 2px rgba(0,0,0,.8);
  margin-top: -10px;
}
/* SLIDER */

@media only screen and (min-width: 860px){
.front-page-1 .widget:nth-of-type(1) {
    max-width: 80%;
    /* border: 1px solid red; */
}

}
/** OVERLAY **/
.image-section > .overlay {
    background-color: rgba(21, 40, 76, 0.5) !important;
}


h1.portada {
    font-size: 36px;
    font-size: 5rem;
    margin-bottom: 15px;
    color: #fdf9d2 !important;
    text-align: center;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    margin-top: -40px;
    font-family: 'Barlow Condensed', sans-serif;
   margin-top: -40px;
}


h2.destacadoshome {

	font-size: 2.2rem !important;
}



/* FOOTER */
.footer-widgets .widget-title {
	color: #fff !important;

}

  /*Color iconos footer */
  
.footer-widgets-1 a{
  color: #ccc !important;
  }
.footer-widgets-2 .fas,  .footer-widgets-2 .far{
	color: #999 !important;
}

.footer-widgets-2 .fas.fa-phone::before {
	color: #999 !important;
}

  .footer-widgets-2 a {
	color: #999;
	
}
/* CTA categorías */
  .ctacategorias{
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
   
    
  }
  
  .footercategorias {
    text-align: center;
     margin-bottom: 40px;
  }
/* Iconos home */
.fa, .far, .fas, .fab {
	color: #15284c !important;
}

/* MÓVIL */


@media only screen and (max-width: 860px) {

h1.portada {
   
    font-size:3rem !important;
   }
  
  .genesis-nav-menu > .menu-item.highlight a {
     border: none !important;
  }
 /*.front-page-1 {
	background-size: cover !important;
  }*/
  h1.portada {
    margin-top: -30px;
  }
}



@media only screen and (max-width: 1024px) {
figure.msnry_item img{
width:90%! important;
  overflow:hidden;
 
}
.psgal figure {
  width:100% !important;
  }
}
