/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Varela);

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
}
body {
	font-family:'Varela';
	background: #f8f8f8;
	font-size: 16px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
a:focus {
	outline:0;
	color: inherit;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #8D6615;
}
.texto-blanco{
	color: #fff;
}
.btn-borde {
    background: #fff;
    color: #8D6615;
    border: 2px solid #8D6615;
    padding: 5px 15px;
}
.btn-borde:hover {
    color: #fff;
    background: #8D6615;
    text-decoration: none;
    border: 2px solid #fff;
}
.text-right{text-align: right;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,.80);
    z-index: 9;
    top: 0;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.64);
        min-height: 144px;
}
nav.nav-principal {
    float: right;
    margin-top: 30px;
}
nav.nav-principal ul li a {
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    color: #222222;
}
nav.nav-principal ul li {
    display: inline-block;
}
nav.nav-principal ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
nav.nav-principal ul li:hover > .sub-menu {
    display: block;
}
ul.sub-menu li {
    display: block !important;
    text-align: left;
    background: #f3f3f3;
    margin: 4px 0;
    padding: 9px 7px 9px 13px;
}
ul.sub-menu {
    display: none;
    position: absolute;
}
.sub-menu > li a {
    margin-left: 0!important;
}
.nav-principal > ul > li.current-menu-item > a {
    color: #8D6615 !important;
}

nav.nav-extra ul li {
    display: inline-block;
}
nav.nav-extra ul {
    list-style: none;
    text-align: right;
    display: block;
    float: right;
    background: #8D6615;
    padding: 10px 10px;
    margin-bottom: 0;
    margin-top: 30px;
}
nav.nav-extra ul li a {
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
}
nav.nav-extra ul li:last-child a {
    border-right: 0px solid #fff;
}


.social-header ul {
    list-style: none;
    padding: 0;
}
.social-header ul li {
    float: left;
    margin: 0 10px;
}
.social-header {
    position: absolute;
    right: 445px;
    top: 25px;
}
/* logo */
.logo {
    margin-top: 13px;
}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer a {
    color: #fff;
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer {
    background: #835d00;
    padding: 30px 0 15px 0;
    border-top: 5px solid #ffd277;
    color: #fff;
    font-size: 14px;
}
.footer-legal{
	min-height: 60px;
	background: #424242;
	color: #fff;
	font-size: 11px;
	padding: 24px 0 0 0;
}
.footer-legal a{
	color: #fff;
}
div#logo-footer {
    text-align: center;
    position: relative;
    top: 23px;
}
.cabecera-pagina{
	height: 330px;
}
.titulo-cabecera h1 {
    position: absolute;
    bottom: -276px;
    color: #fff;
    right: 0;
    font-size: 43px;
}
.titulo-color-h2, .titulo-color-h2 h2{
	font-size: 18px;
	color: #835d00;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.titulo-color-h3, .titulo-color-h3 h3{
	font-size: 16px;
	color: #835d00;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.titulo-borde-h3 {
    text-align: center;
}
.titulo-borde-h3 h3 {
    border-bottom: 3px solid #8D6615;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.titulo-borde-left-h3 h3 {
    border-bottom: 3px solid #8D6615;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.titulo-borde-blanco-h3{
	text-align: center;
}
.titulo-borde-blanco-h3 h3{
	 border-bottom: 3px solid #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
}
.titulo-blanco-h3, .titulo-blanco-h3 h3{
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.lista-contacto ul li a {
    color: #8D6615;
}
.lista-contacto ul li {
    margin: 15px 0;
}
.lista-contacto ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*INICIO*/

.theme_1 .imc-logo-wrapper .imc-logo {
    width: 60% !important;
  }
.enlace-post a {
    background: #fff;
    color: #8D6615 !important;
    border: 2px solid #8D6615 !important;
    padding: 5px 15px !important;
}
.titulo-post {
    margin-bottom: 0 !important;
}
.titulo-post h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #8D6615;
    margin: 5px 0 !important;
    padding: 0;
}
.vc_gitem-post-data-source-post_excerpt p {
    text-align: justify !important;
    color: #727271;
}

/*FUNDACION*/

.bloque-fines{
	color: #fff;
}
span.num-lista {
    margin-right: 20px;
}
.bloque-valores{
	color: #636363;
}
.bloque-valores strong{
	color: #000;
}

.bloque-valores a{
	color: #8D6615;
}

/*PATRONATO*/
.bloque-miembro {
    padding: 0 5px;
}
.bloque-miembro em {
    color: #888888;
}
.bloque-miembro p {
    margin: 0;
}
.bloque-miembro h3 {
    color: #8D6615;
    font-size: 16px;
    font-weight: 100;
    margin: 20px 0 5px 0;
    padding: 0;
}
.bloque-miembro em {
    color: #888888;
    margin-bottom: 9px !important;
    display: block;
}
.bloque-miembro img {
    border: 2px solid #FFF;
}
/*TRANSPARENCIA*/

.tabla-transparencia td {
    font-size: 14px;
}
.tabla-transparencia th {
    color: #8D6615;
}
.tabla-transparencia td, .tabla-transparencia th {
    border: 1px solid #8D6615;
    width: 320px;
    padding: 15px;
    text-align: center;
}
/*DOCUMENTACIÓN*/

.lista-documentos ul li:before {
    content: "";
    width: 14px;
    height: 18px;
    background: url(img/ico-documento.png)no-repeat;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.lista-documentos ul li {
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0;
}
.lista-documentos ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*COLABORA*/
.colaborador {
    min-height: 175px;
    padding-top: 15px;
}
/*BLOG*/

#article-entrada {
    border-right: 1px solid #d5d5d5;
    padding-right: 30px;
    text-align: justify;
}
#cabecera-blog{
	background: url(img/cabecera-blog.jpg)no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 120px;
}
#cabecera-blog .titulo-cabecera h1 {
    position: absolute;
    bottom: -374px;
    color: #fff;
    right: 0;
    font-size: 43px;
}
a.link-foto img {
    width: 100%;
}
.titulo-entrada a {
    text-transform: uppercase;
    color: #8d6615;
}
.titulo-entrada {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #8d6615;
}
.post-article {
    margin-bottom: 70px;
}
/*SIDEBAR*/
aside.sidebar h3 {
    text-transform: uppercase;
    font-size: 18px;
}
.sidebar-widget > div {
    margin: 36px 0;
    border-bottom: 1px solid #8D6615;
    padding-bottom: 25px;
}
.donacion-sidebar {
    background: url(img/bk-colabora.jpg)no-repeat;
    background-size: cover;
    padding: 10px 24px !important;
    color: #fff;
}
.widget_recent_entries {
    padding: 0 0 15px 0!important;
}
.conoce-centro a {
    margin-top: 25px;
    display: inline-block;
}
.conoce-centro h3 {
    text-align: left;
}
.conoce-centro {
    text-align: center;
}
.donacion-sidebar h3 {
    font-size: 16px !important; 
    text-align: center;
    width: 180px;
    margin: 35px auto 0 auto;
}
.donacion-sidebar p {
    line-height: 19px;
    text-align: justify;
}
.widget_recent_entries ul li a {
    color: #808080;
    text-transform: uppercase;
}
.widget_recent_entries ul li {
    margin: 12px 0;
    color: #808080;
}
.widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*SALA DE PRENSA*/
#cabecera-prensa{
	background: url(img/cabecera-prensa.jpg)no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 120px;
}
#cabecera-prensa .titulo-cabecera h1 {
    position: absolute;
    bottom: -374px;
    color: #fff;
    right: 0;
    font-size: 43px;
}
/*COMENTARIOS*/
.comments {
    border-top: 1px solid #E0DFDF;
    margin-top: 28px;
}
.comments h2 {
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
}

.comments ul li img {
    float: left;
    margin-right: 15px;
}
.comments ul li {
    min-height: 100px;
    padding: 20px 20px 1px 20px;
    margin-bottom: 19px;
    background: #fff;
}
.comments ul {
    padding: 0;
    list-style: none;
}
/*CONGREGACION*/
.texto-gris{
color: #636363;
}
.texto-gris strong{
	color: #000;
}
.lista-descargas-flecha ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.lista-descargas-flecha ul li {
    border-bottom: 1px solid #8c6814;
    display: inline-block;
    margin: 9px 0;
}
.lista-descargas-flecha ul li:after {
 content: "";
 background: url(img/ico-flecha.png)no-repeat;
 width: 18px;
 height: 11px;
 margin-left: 15px;
 display: inline-block;
}

.contacto-congregacion{
	color: #fff;
}
.contacto-congregacion a{
	color: #fff;
}
/*MODAL*/

.emodal input[type="text"], .emodal input[type="email"], .emodal textarea {
    border: 0;
    border-bottom: 2px solid #8c6814;
    width: 100%;
    background: #FFFFFF;
    font-family: Varela;
    padding: 15px 0px 12px 11px;
    color: #000 !important;
}
.emodal input[type="submit"]{
       background: #fff;
    color: #8D6615;
    border: 2px solid #8D6615;
    padding: 5px 15px;
    font-family: Varela;
}
.emodal input[type="submit"]:hover{
    color: #fff;
    background: #8D6615;
    text-decoration: none;
    border: 2px solid #fff;
}
.emodal input[type="text"], .emodal input[type="email"]{
	height: 50px;
}
.emodal h3 {
    font-family: Varela;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight: bold;
}
.emodal {
    padding: 35px !important;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media screen and (max-width: 1145px) {
nav.nav-principal ul li a {
    margin: 0 5px;
}
}

@media screen and (max-width: 1059px) {
nav.nav-principal ul li a {
    margin: 0 4px;
    font-size: 15px;
}
}

@media screen and (max-width: 991px) {
	nav.nav-principal ul li a {
    margin: 0 10px;
}
.logo {
    text-align: center;
}
.bloque-menu {
    text-align: center;
}
.social-header {
    position: relative;
    right: 0;
    top: 15px;
}
.social-header ul li {
    float: none;
    display: inline-block;
}
.social-header ul {
    margin: 0;
}
nav.nav-extra ul li a {
    font-size: 14px;
}
nav.nav-extra ul {
    float: none;
    padding: 6px 7px;
    margin: 22px 0 0 0;
    display: inline-block;
    text-align: center;
}
nav.nav-principal {
    float: none;
    margin-top: 20px;
    margin-bottom: 16px;
}
nav.nav-principal ul{
	text-align: center;
}
.subtitulo-slider {
    top: 438px !important;
}
.titulo-slider {
    top: 386px !important;
}
.footer {
    text-align: center;
}
div#logo-footer {
    top: 0;
    margin-bottom: 38px;
}
}

@media screen and (max-width: 767px) {
#wprmenu_menu.top{
	position: absolute;
}
.header {
    top: 42px;
    padding-bottom: 18px;
}
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#835d00;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#835d00;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#835d00;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
