/*clase para redondear esquinas de las fotos (poner */ 
.circular-image img {
  border-radius: 10%;
}

/*ASPECTOS GENERALES*/
.section-team {
	background: #edede6;
  	color: #5e5e5e;
  	padding: 0 0.5px;
}
.site-footer .footer-connect { /*reducir altura footer*/
    /*padding: 25px 0px;*/
    padding-top: 20px !important;
  	padding-bottom: 27px !important;
  	line-height: 0;
}
.site-footer .footer-social a:hover {/*cambiar color a corporativo de iconos sociales al pasar por encima*/
	color: #3366ff;
}
p {/*interlineado*/
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.site { background: #edede6; }/*para que el margen superior del footer sea del color crema-gris*/
/*FIN ASPECTOS GENERALES*/

/*CABECERA*/
/*Centrar Logo*/
.site-branding { 
  	width: 100%;
  	text-align: center;
  	margin-top: 5px;
  	margin-bottom: 3px;
}
/*Menu*/
.onepress-menu { float: none !important; display : table; margin : 0 auto; }
.onepress-menu a {
  	background: #edede6;
  	letter-spacing: 1px;
	font-size: 12px;
    text-align: center;
  	margin-top: 0px; /*relativo al borde superior*/
  	height: 51px !important; /*limitamos la altura y, por tanto, conseguimos padding inferior ok*/
}
.onepress-menu > li.current-menu-item > a {
	color : #99cc00; /*para que la página activa esté en verde*/
}
.onepress-menu.onepress-menu-mobile a:hover {
	color: #3366ff;/*para que la página seleccionada en la hamburguer esté en azul*/
}
/*para que la hamburguer aparezca en medio. El límite es el mismo que hay sobreescrito en el style.css*/
@media screen and (max-width: 500px) {
#nav-toggle {	float: none; display : table; margin : 0 auto; }
}

/*FIN CABECERA*/

/*CARACTERÍSTICAS PRINCIPALES*/
/*Hero Large text*/
/*.hero-content-style1 h2 {
	color: #FFFFFF;
	font-size: 47px;
	letter-spacing: 2px;
}*/
@media screen and (min-width: 460px) {
	.hero-content-style1 h2 {
		font-size: 30px;
		letter-spacing: 2.5px;
	}
  	html {
		font-size: 16px;/*22px*/
	}
}
@media screen and (min-width: 720px) {
	.hero-content-style1 h2 {
		font-size: 70px;
		letter-spacing: 3px;
	}
  	html {
		font-size: 16px;/*18px*/
  	}
}
@media screen and (min-width: 1140px) {
	.hero-content-style1 h2 {
		font-size: 90px;
		letter-spacing: 4px;
	}
  	html {
		font-size: 16px;
	}
}
/*FIN CARACTERÍSTICAS PRINCIPALES*/

/*RESTO DE PAGINAS*/
/*Pages Header*/
.page-header {
	display: none;
}
a {
    color: #3366ff;
}
/*Layout del contenido primario*/
#masthead {
  z-index: 500 !important;
}
#primary { 
	padding-bottom: 0px; /*margen inferior de la página*/
	padding-top: 0px; /*margen superior de la página*/
  	background: #edede6; /*fondo del margen superior del footer*/
}

/* FIN RESTO DE PAGINAS*/
