/*
Theme Name: Pofo Child
Theme URI: http://wpdemos.themezaa.com/pofo
Template: pofo
Author: ThemeZaa
Author URI: http://www.themezaa.com
Description: POFO is an innovative, attractive, extremely flexible and highly customizable Bootstrap responsive multi-purpose corporate and portfolio WordPress theme with 25+ unique home page demos, 150+ stylish elements and 200+ useful templates.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,grid-layout,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,blog,e-commerce,photography,portfolio
Version: 1.1.12.1581011877
Updated: 2020-02-06 17:57:57

*/


/* IcuScc. 06/02/2020.*/
/* Texto titulo de las filas.*/
h2.titulofila {
	font-size:32px;
	line-height:34px;
	color:#ea4996;
	text-align:center;
}

/* ajusto miniheader para derecha e izda y así no se monta en el movil.*/
.mini-header-left{
	width:75%;
}
.mini-header-right{
	width:25%;
}
/* Texto titulo para los widgets del blog.*/
.widgettitle{
	font-size: 32px;
	line-height: 36px;
	color: #ea4996;
}


asection.filabanner{
	margin-top:0px;
}




/* Responsivo..*/
@media screen and (max-width:768px) {
  /* reglas CSS */
	section.filabanner{
		margin-top:70px;
	}		
}

@media screen and (max-width:1024px) and (min-width:768px) {
  /* reglas CSS */
	section.filabanner{
		margin-top:30px;
	}
}
@media screen and (min-width:1024px) {
  /* reglas CSS */
	.asection.filabanner{
		margin-top:50px;
	}
}
/* Fin Responsivo..*/

/*
DESARROLLO DICIEMBRE 2019
*/
section.big-section {
	padding-top:160px;
	padding-bottom:0px;
}
section.big-section2 {
	padding-top:32px;
	padding-bottom:32px;
}

/* TAMAÑO DEL LOGO EN HEADER */
header a.logo-light img {
	min-height: 50px;
}
header a.logo-dark img {
	min-height: 55px;
}
/* CLASES GENÉRICAS */
.centered {
	text-align: center;	
}
ap {
	font-size: 16px;
	line-height: 1.3em;
}



