/*-------------------------------------------------------------------*/
/* Fuentes
/*-------------------------------------------------------------------*/
h1{

}
h2{
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
h3{
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	font-weight:300;
}
h4{
	font-family: 'Merriweather', serif;
	color:white;
	font-size:50px;
	font-weight: 400;
}
h5{
	font-family: 'Montserrat', serif;
	color:white;
	font-size:22px;
	font-weight: 400;
	letter-spacing: 0;
	margin:0;
	padding:0;
}
p{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight: 400;
}
a{
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight: 400;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
}
input, textarea{
	color:#848482;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
}
button{
	font-family: 'Montserrat', sans-serif;
}
::-webkit-input-placeholder{
	color:#848482;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
} 
::-moz-placeholder{
	color:#848482;
	font-size:14px;
	font-weight:400;
  	font-family: 'Montserrat', sans-serif;
}

:-ms-input-placeholder{
	color:#848482;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
} 
:-moz-placeholder { /* Chrome/Opera/Safari */
	color:#848482;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
}
.container{
	width:1200px;
	max-width:100%;
}
a.absolute{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
/*-------------------------------------------------------------------*/
/* Colores
/*-------------------------------------------------------------------*/
/*
// Main font color: black;
// Secondary font color: #848482;		(gris)
// Main background color: #f1f1ee; 		(gris muy claro)
// Secondary background color: #2d2d2d; (gris casi negro)
// Detail color: #822587; 				(rosa oscuro)
// Color de bordes y barras: #d7d7d4;	(gris muy muy claro)
*/

/*-------------------------------------------------------------------*/
/* Fix de BOOTSTRAP Dropdowns
/*-------------------------------------------------------------------*/
.js .menu-toggle, .js .dropdown-toggle{
	display:block !important;
}
.dropdown-toggle{
	position:relative;
}

/*************************************************************************************************************************************/
/* HEADER */
/*************************************************************************************************************************************/

/*-------------------------------------------------------------------*/
/* Main Menu
/*-------------------------------------------------------------------*/
.main-menu{
	border-top:1px solid #f1f1ee;
	border-bottom:1px solid #f1f1ee;
	/*box-shadow: 0px 3px 4px #aaa;*/
	z-index:9;
}
.mega-sub-menu{
	background-image:url('../images/esquina.png') !important;
	background-position: bottom right !important;
	background-repeat: no-repeat !important;
	border:1px solid #822587 !important;

}

.mega-menu-link{
	font-family:'Montserrat', sans-serif !important;
	font-weight: 300 !important;
}

img.logo{
	padding: 30px 0;
}

.slogan{
	font-size: 30px;
	color: #822587;
	font-weight: 400;
	font-family:'Montserrat', sans-serif !important;
	text-align: right;
	padding-top: 40px;
}
/* MENU DE WORDPRESS (AHORA ES UN MEGA MENU)
.menu-main-menu-container{
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid black;
}
.menu-main-menu-container ul li a{
	text-decoration:none;
	border-right:1px solid black;
	margin-right:-2px;
	margin-left:-2px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
	color:black;
	font-weight: 400;
	padding-left:11px;
	padding-right:11px;

}

	.menu-main-menu-container .last a{ border:none; }
	.menu-main-menu-container ul li a:hover{
		background-color:#822587;
		color:white;
	}

.menu-item-has-children a:after{
	background-image: url('../images/caret.png');
	background-size: 10px 10px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 10px; 
    height: 10px;
    content:"";
    margin-left:4px;
}

.menu-item-has-children ul li a:after{
	background-image: none;
    width: 0; 
    height: 0;
    content:"";
    margin-left:0;
}

.menu-main-menu-container .sub-menu{
	background-color:red;
	border:none;
	height:200px;

}
	.menu-main-menu-container .sub-menu a{
		border:none;
	}
*/
.menu-fixed.fixed {
    width: 100%;
    position: fixed;
    z-index: 9;
    /*display: none;*/
    background: white;
    padding: 10px 0;
    top: 0;

    background-image:url('../images/logo-pre.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position: left center;
}

/*-------------------------------------------------------------------*/
/* Secondary Menu
/*-------------------------------------------------------------------*/
.menu-secondary-menu-container{
	margin-top:30px
}

.menu-secondary-menu-container ul{
	text-align:right;
}
.menu-secondary-menu-container ul li a{
	text-decoration:none;
	border-right:1px solid #848482;
	margin-right:-2px;
	margin-left:-2px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	color:#333;
	font-weight: 600;
	padding-left:11px;
	padding-right:11px;

}
	.menu-secondary-menu-container .last a{ border:none; }
	.menu-secondary-menu-container ul li a:hover,
	.menu-secondary-menu-container .current-menu-item a{
		background-color:#822587;
		color:white;
	}


/*-------------------------------------------------------------------*/
/* Bookmark Menu
/*-------------------------------------------------------------------*/
.menu-bookmark-menu-container ul{
	text-align:right;
}

.menu-bookmark-menu-container a:before{
	background-image: url('../images/book-icon.png');
	background-size: 12px 12px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 12px; 
    height: 12px;
    content:"";
    margin-right:4px;
}
	.menu-bookmark-menu-container a:hover:before{
		background-image: url('../images/book-icon_hover.png');
	}

.menu-bookmark-menu-container a{
	font-size:13px;
	font-weight: 700;
	color:#822587;
}
	.menu-bookmark-menu-container a:hover{
		color:#2d2d2d;
		text-decoration: none;
	}

/*-------------------------------------------------------------------*/
/* Black Menu
/*-------------------------------------------------------------------*/
.black-menu{
	background-color: #2d2d2d;
}

.black-menu .container{
	padding-top:8px;
	padding-bottom:5px;
}

/* IZQUIERDA */
.black-menu .izq .br{
	color:#fff;
	font-size:16px;
	font-weight: 500;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:9px;
}
	.black-menu .izq .br:hover{
		text-decoration: none;
		color:white;
	}
.black-menu .izq span{
	font-size:15px;
	color:#fff;
	margin-top:-2px;
	margin-left:-3px;
}
	.black-menu .izq span .fa-inverse{
		color:#2d2d2d;
	}
	.black-menu .izq span:hover{
		color:white;
	}
.black-menu .izq .br{
	border-right:2px solid #848482;
}

/* DERECHA */
.black-menu .der{
	text-align:right;
	display:flex;
	justify-content: flex-end;
}
.black-menu .der a{
	color:white;
	font-size:16px;
	font-weight: 500; 
	display:inline;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
}
	.black-menu .der a:hover{
		text-decoration:none;
		color:#333;

	}
	.black-menu .der a img{
		margin-right:5px;
	}
	.black-menu .der a:hover img{
		filter: opacity(50%);
	}

.black-menu .der .br{
	border-right: 2px solid white;
}
.black-menu .der .bl{
	border-left: 2px solid white;
}

.black-menu .buscador{
	margin-left:15px;
}
.black-menu .buscador form{
	height:auto;
}
.black-menu .buscador label{
	display:none;
}
.black-menu .buscador input{
	font-size:18px;
	height:100%;
	margin:3px;
	padding:0;
	background-color: #969696;
	border:none;
	border-radius: 8px;
	padding-left:5px;
}
.black-menu .buscador button{
	height:26px;
	position:absolute;
	top:-2px;
	bottom:0;
	right:25px;
	background-color:transparent;
}
.black-menu .buscador button svg.icon{
	height:22px;
	width:22px;
	right:-5px;
	top:-5px;
}



/*-------------------------------------------------------------------*/
/* Responsive
/*-------------------------------------------------------------------*/
.cabecera-responsive{ display:none; }
.cabecera-responsive img{ max-height: 118px; }

@media(max-width:1200px){
	.cabecera-responsive{ display:block; }
	.slogan{
		text-align: left;
		font-size: 20px;
		padding-top: 30px;
	}
}

@media(max-width:767px){
	.slogan{
		font-size: 14px;
		padding-top: 0;
		padding-bottom: 10px;
		text-align: center;
	}
}


/***********************************/


/* 	ANTIGUO MENU BOOTSTRAP
.menu-doble .bordered-right{
	border-right:1px solid #848482;
}
	.menu-doble .logo{
		width:100%;
	}

	.menu-doble .bookmarks{
		text-align: right;
		padding-top:10px;
	}
	.menu-doble .bookmarks a{
		font-size:16px;
		font-weight: 400;
		color:#822587;
		margin-left:10px;
	}
		.menu-doble .bookmarks a img{
			padding-bottom:5px;
		}
	.menu-doble .navbar{
		float:right;
		padding-top:30px;
	}

	.menu-doble .navbar a{
		color: #848482 !important;
		font-size:16px;
		font-weight: 400;
		padding:3px;
		padding-left:15px;
		padding-right:15px;
	}

.menu-dropdowns.navbar{
	min-height: auto;
	padding-bottom:10px;
	padding-top:10px;
}
.menu-dropdowns .bordered-right{
	border-right:1px solid black;
}

.menu-dropdowns .dropdown a{
	color:black !important;
	font-size:12px;
	font-weight: 400;
	padding:3px;
	padding-right:15px;
}
*/

/*************************************************************************************************************************************/
/* PAGE: INICIO */
/*************************************************************************************************************************************/
/*-------------------------------------------------------------------*/
/* Contenido
/*-------------------------------------------------------------------*/
.contenido{
	background-color:#f1f1ee;
	/*box-shadow: 0px 3px 4px #aaa inset;*/
}


/*-------------------------------------------------------------------*/
/* SLIDER Wordpress
/*-------------------------------------------------------------------*/
.fondo-fachada{
	background-image:url('../images/fondo-fachada.png');
	background-size: cover;
	height:440px;
	margin-bottom:75px;
	/*box-shadow: 0px 3px 4px #aaa;*/
}
.fondo-fachada .container{

}

.slider-wp{
	position:relative;
	margin-top:50px;
}

.slider-wp .Fashion-BigDisplay{
	color: white !important;
	font-family: 'Merriweather', serif !important;
	font-weight: 400 !important;
}
.slider-wp .WebProduct-Button{
	/*
	background-color:#822587 !important;
	color:white;
	font-size:18px;
	box-shadow: 0px 30px 0px #9c2da2 inset !important;

	font-family: 'Montserrat', sans-serif !important;
	text-align:center !important;
	*/
	height:60px !important;
	line-height: 60px !important;
}
.slider-wp .WebProduct-Button:hover{
	
}

.sello{
	position: absolute;
	right: -40px;
	top:-40px;
	z-index: 2;
}

.sello img{
	width: 200px;
}

/*
.slider-wp .inside-text{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	padding-top:12%;
}
.slider-wp .inside-text h2{
	font-size:34px;
}
.slider-wp .inside-text h3{
	font-size:24px;
	margin:0;
	padding:10px;
}
*/
/*
.slider-wp .inside-text h2{
	left:45%;
	position:absolute;
	text-align:center;
	top:40%;
}
.slider-wp .inside-text h3{
	left:45%;
	position:absolute;
	text-align:center;
	top:45%;
}
.slider-wp .inside-text button{
	left:45%;
	position:absolute;
	text-align:center;
	top:55%;
}*/
/*
	.slider-wp .inside-text button{
		background-color:#822587;
		color:white;
		font-size:18px;
		border-radius: 0px;
		box-shadow: 0px 30px 0px #9c2da2 inset;
		height:60px;
		width:200px;
		margin-top:30px;
	}
	.slider-wp .inside-text button:hover{
		filter:opacity(80%);
	}
*/
.tparrows::before {
    color: #555;
}

/* RESPONSIVE */
@media(max-width:992px){
	.fondo-fachada{
		height:360px;
		margin-bottom:50px;
	}
	.slider-wp .inside-text{
		padding-top:10%;
	}
}
@media(max-width:768px){
	.fondo-fachada{
		height:auto;
		margin-bottom:0px;
	}
	.slider-wp .inside-text{
		padding-top:6%;
	}
}
@media(max-width:650px){
	.slider-wp{
		display:none;
	}
}
/*-------------------------------------------------------------------*/
/* Noticias + banners destacados (3 a 1)
/*-------------------------------------------------------------------*/

/* COMUNES */

/* BLOQUE NOTICIA DEFINITIVO */
.bloque-noticia{
	background-color:white;
	border:1px solid #d7d7d4;
}
.bloque-noticia .image-container{
	height:200px;
	position:relative;
	background-size:cover;
	background-position:center center;

}
.bloque-noticia .noticia{
	height:230px;
	margin-top:0px;
	overflow:hidden;
	padding:10px;
}
	.page-inicio .bloque-noticia .noticia{
		height:211px;
	}
.bloque-noticia .fecha{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight: 400;
	color: #822587;
}
.bloque-noticia .titulo{
	font-size:16px;
	margin:0px;
	padding:0px;
	font-weight: 600;
	line-height: 21px;
	max-height:62px;
	overflow:hidden;
}
.bloque-noticia .subtitulo{
	margin:0;
	font-size:12px;
	color: #822587;
	font-weight: 400;
	white-space: nowrap;
}
.bloque-noticia .container-texto{
	max-height: 130px;
	overflow:hidden;
}
	.bloque-noticia .texto{
		margin-top:5px;
		color: #333;
		font-size:14px;
		font-weight: 400;
		overflow:hidden;
	}

.bloque-noticia a:hover p.texto{
	text-decoration:underline;
}

.bloque-noticia .marca{
	position:absolute;
	top:2px;
	right:2px;
}


.datos{
	background: #FFFFFF;
	border: 1px solid #e1e1de;
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}

.datos-titulo{
	color: #822587;
	font-size: 20px;
	font-family: 'Merriweather', serif;
	padding-bottom: 10px;
}

.datos-lugar{
	font-weight: 700;
	font-size: 16px;
}
.datos-telefono{
	padding-top: 15px;
}

.datos-equipo{
	padding: 20px 0 5px 0;

	font-size: 14px;
}

.noticias-laterales h3{
	font-size: 13px;
	padding: 0;
	margin: 0;
}


.noticias-laterales .fecha{
	font-size: 12px;
}

#new_related h2{ border-top: 1px  dashed #CCCCCC; padding-top: 10px;}


.nota{clear: both;line-height:25px;margin:auto; text-align:center;background: #f6f6f6;border-left: 6px solid #822587;padding: 15px;margin-bottom: 20px !important; font-weight: 600; font-style: italic;}
.nota p{font-family: 'Montserrat', sans-serif; font-weight: 700 !important; }

.nota2{ background: #f6f6f6;padding-bottom: 10px; }
.nota2 p{font-family: 'Montserrat', sans-serif; font-weight: 700 !important; margin-left: 25px;line-height: 25px; text-align: center;}


.nota2 p:before{
	content: "“";
	font-weight: bold;
	font-size: 80px;
	font-family: Times;
	position: relative;
	left: -15px;
	top:35px;
	color: #822587;
	line-height: 25px;
}
.nota2 p:after{
	content: "”";
	font-weight: bold;
	font-size: 80px;
	font-family: Times;
	position: relative;
	right: -25px;
	top:35px;
	line-height: 25px;
	color: #822587;
}


/* THREE AND ONE */
.three-and-one{
	margin-top:30px;
	margin-bottom:30px;
}
	.three-and-one .title{
		padding-bottom:15px;
		border-bottom:2px solid #d7d7d4;
		margin-bottom:15px;
	}
		.three-and-one .title h2{

		}


	.three-and-one .bloque-noticia{
		margin-bottom:15px;
		margin-top:15px;
	}
	.three-and-one .bloque-noticia .container-texto{
		max-height: 105px;
	}

.three-and-one .col-noticias{ /*pequeño hack para cuadrar*/

}
.three-and-one .col-noticias .title{ /*pequeño hack para cuadrar*/

} 


/* BANNERS */
.three-and-one .banner-destacado{
	margin-top:12px;
}

.banner-destacado{
	background-color:transparent;
	/*height:160px;
	width:275px;*/
	width:100%;
	min-width:225px;
	/*height:160px;*/

	float:left;
	border:1px solid #d7d7d4;
	overflow: hidden;
	position:relative;
	text-align: center;
}

.banner-destacado h3{
	font-family: 'Merriweather', serif;
	margin-top:0px;
	padding-top:0px;
}

.banner-destacado img{
}


.banner-destacado.b-carlos{
	background-color:white;
	height:156px;
}
.banner-destacado.b-carlos h3{
	color: #822587;
	font-size:20px;
	font-weight: 400;
	position:absolute;
	top:30px;
	right:5px;
	width:50%;
}
.banner-destacado.b-carlos h3 span{
	font-size:15px;
}
	.banner-destacado.b-carlos img{
		position:absolute;
		left:0;
		bottom:0;
	}
	.banner-destacado.b-carlos .links{
		position:absolute;
		right:0;
		bottom:0;
		width:110px;
	}
		.banner-destacado.b-carlos .links a:hover{
			font-weight: 400;
			color: #822587;
		}
.banner-destacado.congreso-laicos{
    background-color:white;
    height: 427px;
   }
.banner-destacado.b-transparencia img{
	height:100%;
}

.banner-destacado.b-revista{
	background-color:#822587;
	cursor:default;
	text-align: left;
}
	.banner-destacado.b-revista img{
		
	}
	.banner-destacado.b-revista h3{
		color:white;
		font-size:20px;
		position:absolute;
		left:135px;
		top:10px;
	}
	.banner-destacado.b-revista p{
		color:white;
		font-size:14px;
		position:absolute;
		left:135px;
		top:60px;
	}

.banner-destacado.b-cope{
	background-color:white;
	text-align: center;
}
	.banner-destacado.b-cope .image{
		padding-top:20px;
	}
	.banner-destacado.b-cope .play{
		position:absolute;
		right:10px;
		top:10px;
	}
		
.banner-destacado.b-misas{
	background-color:#822587;
	background-image:url('../images/banners/logo-misas.png');
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	padding-left:5px;
	padding-top:28px;
}
	.banner-destacado.b-misas hr{
		width:30%;
		height:2px;
		background-color:white;
	}
	.banner-destacado.b-misas h3{
		color:white;
        text-align:center;
		
	}
	.banner-destacado.b-misas a{
		color:white;
		text-align:left;
		font-weight: 400;
		font-size:12px;
		line-height: 33px;
	}
		.banner-destacado.b-misas a:hover{
			text-decoration:underline;
		}

.banner-destacado.b-pastoral{
	background-color: #adaf41;
	text-align:right;
}
	.banner-destacado.b-pastoral img{
		height:100%;
	}

/* RESPONSIVE */
@media(max-width:650px){
	.three-and-one .col-noticias{
		width: 100%;
	}
	.three-and-one .col-banners{
		width:100%;
	}
	.three-and-one .col-noticias .col-xs-12{
		

	}
}


/*************************************************************************************************************************************/
/* PAGE: CONTACTO */
/*************************************************************************************************************************************/
/*-------------------------------------------------------------------*/
/* DATOS
/*-------------------------------------------------------------------*/
.page-contacto .banner-superior{
	background-image:url('../images/headers/header-clerecia.png');
}

.page-contacto .bloque{
	background-color:white;
	border:1px solid #d7d7d4;
	height:255px;
	/*max-width: 575px;*/

}
	.page-contacto .bloque.izq{	
		padding:25px; 
	}

.page-contacto iframe{ width:100%; }

.page-contacto .datos p{
	color:#333;
	font-weight: 400;
}
.page-contacto .datos a{
	color: #822587;
	text-decoration: underline;
	font-weight: 400;
}
	.page-contacto .datos a:hover{
		text-decoration:none;
	}
.page-contacto .datos p span{
	color:black;
}
.page-contacto .datos h3{
	margin:0;
	margin-bottom:20px;
}

/*-------------------------------------------------------------------*/
/* FORMULARIO (sobreescritura de clases)
/*-------------------------------------------------------------------*/
.page-contacto .formulario{
	padding-bottom:50px;
}
.page-contacto .formulario input, .page-contacto .formulario textarea{
	border-radius: 0px;
}

.page-contacto .formulario label{
	width:100%;
}

.page-contacto .formulario textarea{
	height:170px;
}
.page-contacto .formulario label.izq{
	margin-bottom:8px;
}

.page-contacto .formulario h2{
	color:#822587;
}

.page-contacto .formulario .wpcf7-submit{
	/*float:right;
	margin-top:10px;
	/*background-color:#822587;
	font-size: 18px;
	font-weight: 400;
	width:180px;*/
}

.page-contacto .formulario .wpcf7-response-output{ border:none; }
/*-------------------------------------------------------------------*/
/* Responsive
/*-------------------------------------------------------------------*/
@media(max-width:1200px){
	.page-contacto .formulario{

	}
}

@media(max-width:992px){
	.page-contacto .bloque.izq, .page-contacto .bloque.der{

		margin-top:10px;
	}
	.page-contacto .bloque.der iframe{
		border:1px solid #d7d7d4;		
	}	
	.page-contacto .bloque.der{
		text-align: center;
		border:none;
	}
	.page-contacto .formulario .wpcf7-submit{
		width:100%;
	}

}

/*************************************************************************************************************************************/
/* PAGE: NOTICIAS */
/*************************************************************************************************************************************/
/* sobrescritura de la paginación 
	
*/
.paginacion .nav-links,
.page-archive .nav-links,
.page-search .nav-links{
	display:flex;
	justify-content: flex-end;
	align-items: baseline;
}
.paginacion .nav-links .page-numbers,
.page-archive .nav-links .page-numbers,
.page-search .nav-links .page-numbers{
	background-color:transparent;
	box-shadow:none;
	font-family: 'Montserrat', sans-serif;
	color:black;
	font-weight: 400;
	font-size:18px;
	float:none;
	/*direction:rtl;*/
}

.paginacion .nav-links .page-numbers.current,
.page-archive .nav-links .page-numbers.current,
.page-search .nav-links .page-numbers.current{
	font-weight: 800;
	color: #822587;
}
.paginacion .nav-links .page-numbers:hover,
.paginacion .nav-links .page-numbers:focus,
.paginacion .nav-links .page-numbers:active,
.page-archive .nav-links .page-numbers:hover,
.page-archive .nav-links .page-numbers:focus,
.page-archive .nav-links .page-numbers:active,
.page-search .nav-links .page-numbers:hover,
.page-search .nav-links .page-numbers:focus,
.page-search .nav-links .page-numbers:active{
	box-shadow:none !important;
	text-decoration:none !important;
}

.paginacion .nav-links a.page-numbers:hover,
.page-archive .nav-links a.page-numbers:hover,
.page-search .nav-links a.page-numbers:hover{
	background-color:#822587;
	color:white;
	border-radius:5px;
}

.page-archive .bloque-noticia .noticia{
	height: 220px;
}


/*************************************************************************************************************************************/
/* PAGE: CATEDRAL; */
/*************************************************************************************************************************************/
.page-catedral{
	padding-bottom:40px;
}
.page-catedral .banner-superior{
	background-image:url('../images/headers/header-catedral-ceiling.png');
}
.page-catedral p{
	margin-bottom:0px;
	color:#333;
	font-size: 14px;
	font-weight: 400;
}

.page-catedral .row{
	padding-bottom:10px;
}


.page-catedral .b-logoCatedral{
	background-image: url('../images/banners/techo-catedral.png');
	background-size:cover;
	width:100%;
	margin-top:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.page-catedral strong{
	color: #822587;
	font-size:18px;
}

/*************************************************************************************************************************************/
/* PAGE: OBISPO DIOCESANO; */
/*************************************************************************************************************************************/
.page-obispo-diocesano{
	padding-bottom:40px;
}
.page-obispo-diocesano .banner-superior{
	background-image:url('../images/headers/header-obispo.png');
}
.page-obispo-diocesano img{
	margin-bottom:30px;
}

.page-obispo-diocesano .datos h2{
	font-size:26px;
	font-weight: 600;
	margin-top:0px;
}
.page-obispo-diocesano .datos h3{
	font-size:18px;
	font-weight: 600;
}
.page-obispo-diocesano .datos h5{
	font-size:14px;
	font-weight: 600;
	color:#822587;
	text-transform: unset;
	letter-spacing: 0;
	margin:0;
}
.page-obispo-diocesano .datos p{
	font-size:14px;
	font-weight: 400;
	color:#484848;
}
.page-obispo-diocesano .datos ul{
	padding-left:15px;
}
.page-obispo-diocesano .datos ul li{
	padding-top:10px;
	color:#822587;
}
.page-obispo-diocesano .datos ul li h5{
	display:inline;
}
.page-obispo-diocesano .datos ul li p{
	display:inline;
}

.page-obispo-diocesano .section-title{
	font-weight: 500;
	font-size:22px;
}

.page-obispo-diocesano .caja-gris-descarga{
	display:flex;
	justify-content: space-between;
}
.page-obispo-diocesano .caja-gris-descarga i{
	color: black;
}

.desarchi{
	cursor: pointer;
}


.descargas {
	color: #000000;
	font-size: 16px;
	background: #d7d7d7;
	padding: 5px;
	margin-top: 5px;
}

.historia-title {
	background-color: #d7d7d7;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #000000;
	font-size: 20px;
	margin-top: 10px;
	position: relative;
}

.historia-title i {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
}
.float-right {
	float: right;
}

.float-left {
	float: left;
}

.other-news{
	margin-top: 20px;
	margin-bottom: 10px;
	float: right;
}

.other-news-footer{
	margin-top: 0;
	margin-bottom: 0;
	float: right;
	margin-right: 15px;
}




/*************************************************************************************************************************************/
/* PAGE: DIOCESIS; */
/*************************************************************************************************************************************/
.page-diocesis{
	padding-bottom:40px;
}

.page-diocesis .banner-superior{
	/*background-image:url('../images/headers/header-diocesis-bienvenida.png');*/
}

.page-diocesis .texto h2{
	margin:0;
	margin-bottom:10px;
}

.page-diocesis .texto p{
	color:#333;
	font-size: 14px;
	font-weight: 400;
}

.page-diocesis .pink-box{
	margin-bottom:20px;
}
.page-diocesis .galeria{
	padding-top:20px;
}

.page-diocesis .recuento-parroquias{
	padding-top:10px;
	padding-bottom:10px;
	display:flex;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.page-diocesis .recuento-parroquias .logo{
	background-color: #822587;
	padding: 7px 20px 5px 20px;
	height:100px;
	width:210px;
	margin-bottom:10px;
	margin-right:8px;
}
.page-diocesis .recuento-parroquias .gray-box{
	height:100px;
	width:100px;
	padding-top:10px;
	text-align:center;
	margin-right:8px;
	margin-bottom:10px;
	cursor:default;

}
	.page-diocesis .recuento-parroquias .gray-box h4{
		color:white;
		font-size:24px;
	}
	.page-diocesis .recuento-parroquias .gray-box p{
		color:white;
		font-size:12px;
		font-weight: 400;
	}
	.gray-box.gray1{ background-color: #919191; }
	.gray-box.gray2{ background-color: #807f80; }
	.gray-box.gray3{ background-color: #737373; }
	.gray-box.gray4{ background-color: #606060; }
	.gray-box.gray5{ background-color: #4a4a4a; }
	.gray-box.pink{ background-color: #822587; }


/* EPISCOPOLOGIO */

.page-diocesis .cronologia-obispos .titulo{
	color:black;
	font-size:18px;
	font-weight: 400;
	margin-bottom:20px;
	padding-top:0px;

}
.page-diocesis .cronologia-obispos .bloque-obispo{
	text-align:center;
	/*background-color:red;*/
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
}

.page-diocesis .cronologia-obispos .fila-reducida{
	background-image:url('../images/monedas/dot-background.png');
	background-position: center 40%;
	background-repeat:repeat-x;
	margin-left:100px;
	margin-right:100px;
}

.page-diocesis .cronologia-obispos .fila-reducida-half{
	background-image:url('../images/monedas/dot-background-single.png');
	background-position: 7% 40%;
	background-repeat:no-repeat;
	margin-left:100px;
	margin-right:100px;
}
.page-diocesis .cronologia-obispos .fila-ampliada-half{
	margin-left:-100px;
	margin-right:-100px;
}

.page-diocesis .cronologia-obispos .fila-ampliada{
	margin-left:-100px;
	margin-right:-100px;
}

	.page-diocesis .cronologia-obispos img{
		/*z-index:10;
		position:relative;*/
		
	}
	.page-diocesis .cronologia-obispos p{
		font-size:12px;
		color:#333;
		font-weight: 400;
		padding-top:20px;
		padding-bottom:0px;
		margin:0;
	}
	.page-diocesis .cronologia-obispos h2{
		font-size:14px;
		color:#822587;
		font-weight: 400;
		padding-top:0px;
		margin:0;
	}

@media(max-width:768px){
	.page-diocesis .cronologia-obispos .fila-reducida-half, .page-diocesis .cronologia-obispos .fila-reducida{
		background-image:none;
	}
}
	
/*************************************************************************************************************************************/
/* PAGE: CURIA */
/*************************************************************************************************************************************/
/* TEMPLATE*/
.page-curia-template .banner-superior{
	background-image:url('../images/headers/header-curia.png');
}

.page-curia-template .datos h2{
	margin:0;
	padding:0;
	padding-bottom:10px;
	font-size: 26px;
	font-weight: 600;
}
.page-curia-template .datos h3{
	margin:0;
	padding:0;
	padding-top:10px;
	font-size: 16px;
	font-weight: 600;
}

	.page-curia-template .datos span i{
		width:30px;
		text-align: center;
	}

.page-curia-template .datos p{
	color:#333;
	font-size:14px;
	font-weight: 400;
	padding-left:30px;
}
	.page-curia-template .datos p.light-text{
		font-weight: 400;
	}

.page-curia-template .datos a{
	padding:0;
	margin:0;
	text-decoration:underline;
	color: #822587;
	padding-left:30px;
	font-size:14px;
	font-weight: 400;
}
	.page-curia-template .datos a:hover{ text-decoration: none; }

.page-curia-template .datos h5{
	padding:0;
	margin:0;
	font-size:18px;
	color: #333;
	letter-spacing: 0px;
	padding-left:30px;
	font-weight: 600;
}

@media(max-width:575px){
	.page-curia-template .izq{
		width:100%;
		padding-bottom:30px;
	}
	.page-curia-template .der{
		width:100%;
	}
}

/* PAGE */
.page-curia .banner-superior{
	background-image:url('../images/headers/header-curia.png');
}

.page-curia .polaroid-block{
	background-color:white;
	text-align:center;
	position:relative;
	padding:0;
	margin-bottom:15px;
	margin-top:15px;
	border:1px solid #d7d7d4;
}
	.page-curia .polaroid-block:hover{
		background-color:#822587;
	}
		.page-curia .polaroid-block:hover p{
			color:white;
		}
	.page-curia .image-container{
		height:210px;
		padding:0;
		background-size:cover;
		background-position:center center;
	}
	.page-curia .polaroid-block img{
		height:100%;
		position:relative;
		padding:0;
	}
	.page-curia .polaroid-block .text-container{
		height:70px;
		display:flex;
		align-items:center;
		justify-content: center;
	}
	.page-curia .polaroid-block p{
		font-size:16px;
		font-weight: 400;
		padding:0;
		margin:0;
		
	}
    
    .page-curia .polaroid-block .container-img-360{width:73px!important;height:52px!important;margin-left:50px!important;margin-bottom:10px;}
    .page-curia .polaroid-block .container-img-360 .img-360{
        background-image:url('../images/360.png')!important;
        width:73px!important;height:52px!important;
    }
    .page-curia .polaroid-block:hover .container-img-360 .img-360 {
        background-image:url('../images/360-hover.png')!important;
    }

/* RESPONSIVE */
@media(max-width:500px){
	.page-curia .col-lg-3{
		width:100%;
	}
}


/*************************************************************************************************************************************/
/* PAGE: ENLACES */
/*************************************************************************************************************************************/
.page-enlaces .banner-superior{
	background-image:url('../images/headers/header-enlaces.png');
}


/* TAB BUTTONS */
.page-enlaces li{
	background-color:white;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #d7d7d4;
	margin-bottom:10px;
}

	.page-enlaces li a{
		font-weight: 400;
		font-size:13px;
	}
	.page-enlaces li span{
		float:right;
	}

		.page-enlaces li:hover{
			background-color:#822587; 
		}
		.page-enlaces li:hover span{
			color:white;
		}
		.page-enlaces li:hover a{
			color:white;
		}
		.page-enlaces li a:hover{
			text-decoration:none;
			background-color:#822587 !important;
			color:white !important;
		}

		.page-enlaces li.active{
			background-color:#822587;
		}
		.page-enlaces li.active a{
			background-color:#822587;
			color:white;
		}


/* TAB CONTENTS */
.page-enlaces .bloque-enlace{
	
}

.page-enlaces .tab-pane hr{
	border-top: 2px dotted #d7d7d4;
	background-color:transparent;
	margin-left:-15px;
	margin-right:-15px;
}
.page-enlaces .bloque-enlace .image-container{
	border:1px solid #d7d7d4;
	height:100px;
	padding:0;
	overflow:hidden;
	background-size:cover;
	background-position:center center;
}


.page-enlaces .bloque-enlace .texto-enlace{
	text-align:right;
	padding-left:0px;
		
}

	.page-enlaces .bloque-enlace .texto-enlace h2{
		margin:0;
		margin-bottom:5px;
		text-align:left;
		font-size:26px;
		font-weight: 700;
	}
	.page-enlaces .bloque-enlace .texto-enlace p{
		text-align:left;
		font-size:14px;
		font-weight: 400;
		color:#333;
	}

	.page-enlaces .bloque-enlace .texto-enlace a{
		text-align:right;
		text-decoration:underline;
		color:#822587;
		font-size:16px;
		font-weight: 400;
	}
	.page-enlaces .bloque-enlace .texto-enlace a:hover{ text-decoration:none; }

/*************************************************************************************************************************************/
/* PAGE: CULTURA; */
/*************************************************************************************************************************************/
.page-cultura .banner-superior{
	background-image: url('../images/headers/header-cultura.png');
}

.page-cultura a.ver-todas{
	float:right;
	color: #822587;
	text-decoration:underline;
	font-size: 15px;
	font-weight: 400;
}
	.page-cultura a.ver-todas:hover{text-decoration:none;}

.page-cultura .bloque-noticia{
	margin-bottom:20px;
}
.page-cultura .bloque-noticia .noticia{
	height:220px;
}


@media(max-width:550px){
	.page-cultura .block{
		width:100%;
		margin-bottom:20px;
	}
	.page-cultura hr.dotted{
		display:inherit !important;
	}
}

/*************************************************************************************************************************************/
/* PAGE: DOCUMENTOS */
/*************************************************************************************************************************************/
.page-documentos .encabezado-seccion{
	background-color: #822587;
	padding: 10px 10px;
	cursor:pointer;
}
	.page-documentos .encabezado-seccion.collapsed{
		background-color: #2D2D2D;
	}
	.page-documentos .encabezado-seccion h3{
		color:white;
		font-size:22px;
		margin:0;
		float:left;
	}
	.page-documentos .encabezado-seccion i{
		color:white;
		font-size:30px;
		float:right;
	}

	/*ocultar ultimo HR */
	.page-documentos hr:last-child{display:none;}

/* Responsive */
@media(max-width:500px){
	.page-documentos .encabezado-seccion h3{ font-size: 18px; }
	.page-documentos .encabezado-seccion i{ font-size: 22px; }
}

/*************************************************************************************************************************************/
/* PAGE: SEMINARIO DIOCESANO */
/*************************************************************************************************************************************/
/* parte derecha */
.page-seminario-diocesano h3{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight: 700;
	margin-bottom:25px;
	margin-top:20px;
}
	.page-seminario-diocesano h3:first-child{
		margin-top:0;
	}

.page-seminario-diocesano p{
	font-size:14px;
	color: #333;
	font-weight: 400;
	margin:0;
	padding:0;
}
	.page-seminario-diocesano p span{ color:black; }

.page-seminario-diocesano p a{
	color: #822587;
	text-decoration: underline;
	font-weight: 400;
}
	.page-seminario-diocesano p a:hover{ text-decoration: none; }

/* parte izquierda */
.page-seminario-diocesano iframe{ 
	margin:0; 
	width:100%;}


.page-seminario-diocesano .izq{	order:1; }
.page-seminario-diocesano .der{	order:2; }

/* responsive */
@media(max-width:767px){
	.page-seminario-diocesano .flex{
		display:initial;
	}
}

/*************************************************************************************************************************************/
/* PAGE: VIDA CONSAGRADA (y HERMANDADES) */
/*************************************************************************************************************************************/

.page-vida-consagrada .sidebar a{
	font-size: 16px;
	font-weight: 400;
	color: black;
}
	.page-vida-consagrada .sidebar a:hover{
		color: #822587;
	}
	.page-vida-consagrada .sidebar a:focus{
		text-decoration: none;
	}
	.page-vida-consagrada .sidebar a.active{
		color: #822587;
	}

.caja-vida-consagrada, .caja-casa-iglesia{
	border: 1px solid #e1e1de;
	background-color:white;
	padding: 15px 20px;
	overflow:hidden;
}
	.caja-vida-consagrada h2, .caja-casa-iglesia h2{
		margin:-14px;
		padding:14px;
		font-size: 18px;
		font-weight: 600;
	}
	.caja-vida-consagrada p{
		margin:0;
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}

	.class-list-parr .caja-vida-consagrada p{
		width: 70%;
		float: left;
	}

	.caja-casa-iglesia p{
		margin:20px 0;
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}
	.caja-vida-consagrada a, .caja-casa-iglesia a{
		margin:0;
		font-size: 14px;
		font-weight: 400;
		color: #822587;
		text-decoration: underline;
	}
		.caja-vida-consagrada a:hover, .caja-casa-iglesia a:hover{
			text-decoration: none;
		}

/* sólo vida hermandades */
.caja-vida-consagrada.doble, .caja-casa-iglesia.doble{
	display:flex;
	justify-content: space-between;
}
	.caja-vida-consagrada.doble div, .caja-casa-iglesia.doble div{
		width:100%;
	}
	.caja-vida-consagrada.doble .left, .caja-casa-iglesia.doble .left{
		border-right: 2px dotted #d7d7d4;
		padding-right:5px;
		min-width:140px;
	}
	.caja-vida-consagrada.doble .right, .caja-casa-iglesia.doble .right{
		padding: 5px 15px;
		margin-top: 40px;
	}

/* distribución */
.page-vida-consagrada .row{ display:flex; }
.page-vida-consagrada .row .left{ order:1; }
.page-vida-consagrada .row .right{ order:2; }
@media(max-width:767px){
	.page-vida-consagrada .row{ display:inherit; }
	.caja-vida-consagrada.doble, .caja-casa-iglesia.doble{ display:inherit; }
	.caja-vida-consagrada.doble .right, .caja-casa-iglesia.doble .right{
		border: 2px dotted #d7d7d4;
	}
	.caja-vida-consagrada.doble .left, .caja-casa-iglesia.doble .left{
		border:none;
	}
}

/*************************************************************************************************************************************/
/* PAGE: COMUNICACIÓN */
/*************************************************************************************************************************************/

/* redistribucion */
.page-comunicacion .row.redistributable{
	display:flex;
}
.page-comunicacion .left{
	order:1;
}
.page-comunicacion .right{
	order:2;
}

.page-comunicacion .section-contacto.desktop{
	display:inherit;
}
.page-comunicacion .section-contacto.mobile{
	display:none;
}

@media(max-width:991px){
	.page-comunicacion .section-contacto.desktop{
		display:none;
	}
	.page-comunicacion .section-contacto.mobile{
		display:inherit;
	}
	.page-comunicacion .row.redistributable{
		display:inherit;
	}
}
.page-comunicacion #tab-comunidad p,
.page-comunicacion #tab-cope p{
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
.page-comunicacion #tab-comunidad p.titulo,
.page-comunicacion #tab-cope p.titulo{
	color:black;
	font-size:15px;
	font-weight: 400;
}

/* formulario */
.classic-form > div{
	width:100%;
}
.classic-form .inputfield{
	border-radius:0;
	height:40px;
	margin-top: 20px;
}

.classic-form .msgBox{
	height:160px;
}
.classic-form .submitBtnPink{
	font-family:'Montserrat', sans-serif;
	font-size:20px;
	color:white;
	background-color: #822587;
	padding: 20px 50px;
	font-weight: 400;
	border-radius:0;
	margin-top:15px;
	float:right;

background: -moz-linear-gradient(top, #9c2da2 0%, #9c2da2 49%, #822587 51%, #822587 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #9c2da2 0%,#9c2da2 49%,#822587 51%,#822587 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #9c2da2 0%,#9c2da2 49%,#822587 51%,#822587 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c2da2', endColorstr='#822587',GradientType=0 ); /* IE6-9 */

}
.classic-form .submitBtnPink:hover{
	background-color: #822587;
	background: -moz-linear-gradient(top, #9c2da2 0%, #9c2da2 49%, #822587 51%, #822587 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #9c2da2 0%,#9c2da2 49%,#822587 51%,#822587 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #9c2da2 0%,#9c2da2 49%,#822587 51%,#822587 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c2da2', endColorstr='#822587',GradientType=0 ); /* IE6-9 */
	opacity:0.8;
}

.classic-form div.wpcf7-response-output,
.classic-form div.wpcf7-validation-errors{
	border:none;
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding-left:15px;
}

/* posicionar los mensajes de error */
.wpcf7-form-control-wrap{ position:relative; }
.classic-form span.wpcf7-not-valid-tip{
	
	font-size:12px;
	margin-bottom:-17px;
}

/* galeria de revistas */
.page-comunicacion .revistas>div{
	text-align: center;
}

/* cope */
.page-comunicacion .bloque-cope{
	height:180px;
	overflow:hidden;
}
.page-comunicacion .bloque-cope .img-container{
	height:120px;
	background-size:cover;
	background-position:center center;
	position:relative;
}
	.page-comunicacion .bloque-cope .img-container img{
		position:absolute;
		bottom:5px;
		left:5px;
	}
	.page-comunicacion .bloque-cope a{
		margin-top:5px;
		color:black;
		font-weight: 400;
		font-size: 14px;
	}
		.page-comunicacion .bloque-cope a:hover{
			color: #822587;
		}


/*************************************************************************************************************************************/
/* PAGE: ARCHIVO */
/*************************************************************************************************************************************/
.page-archivo .contenido h2{
	font-size: 18px;
	font-weight: 600;
	margin:0;
	padding-top:10px;
	margin-bottom:5px;
}
.page-archivo .contenido h3{
	margin:0;
	font-size:14px;
	font-weight: 600;
	color: #822587;
	padding-top:10px;
	margin-bottom:5px;
}
.page-archivo .contenido ul{
	list-style-position: inside;
}
.page-archivo .contenido li{
	font-size: 14px;
	color: #333;
}


.page-archivo .pink-box-info p{
	margin-bottom:0;
}
.page-archivo .pink-box-info hr{
	margin-top:10px;
	margin-bottom: 15px;
}

.page-archivo .galeria .bloque-imagen{
	height:165px;
	background-size:cover;
	background-position: center center;
}

/*************************************************************************************************************************************/
/* PAGE: ACTUALIDAD DIOCESANA (archive.php) */
/*************************************************************************************************************************************/
/*quedara en desuso, mejor usar bloque-noticia */
.caja-noticia{ 
	background-color:white;
	border:1px solid #e1e1de;
	position:relative;
}

.caja-noticia .image-container{
	height:210px;
	background-size:cover;
	background-position:center;
}
.caja-noticia .content{
	padding:15px 20px;
	height: 200px;
	overflow:hidden;
}
.caja-noticia p.fecha{
	font-size:12px;
	font-weight: 400;
	color: #822587;
	margin:0;
	padding:0;
}
.caja-noticia .titulo{ 
	height:40px;
	overflow:hidden; 
}
	.caja-noticia .titulo h3{
		color:black;
		font-size:18px;
		font-weight: 500;
		margin:0;
		padding:0;
	}

.caja-noticia .texto{
	height:100px;
	overflow:hidden;
}	
	.caja-noticia .texto p{
		color: #333;
		font-size:14px;
		font-weight: 400;
		margin:0;
		padding:0;
	}

	.caja-noticia:hover h3{
		color: #822587;
	}

/*************************************************************************************************************************************/
/* PAGE: NOTICIA AMPLIADA (single.php) */
/*************************************************************************************************************************************/
/* sidebar izquierda */
.page-noticia-ampliada .galeria .bloque-imagen{
	height:75px;
	background-size: cover;
	background-position: center center;
}
.page-noticia-ampliada .video iframe{ margin:0; }

/* contenido derecha */
.page-noticia-ampliada .fecha{
	font-size:12px;
	font-weight: 400;
	color: #822587;
	margin:0;
}
.page-noticia-ampliada .titulo, 
.page-noticia-ampliada .addtoany_header{
	font-size:26px;
	color:black;
	font-weight: 700;
	margin:0;
	padding:0;
}
	.page-noticia-ampliada .addtoany_header{ 
		font-size: 22px; 
		margin-bottom:20px;
	}
.page-noticia-ampliada .subtitulo{
	font-size:16px;
	color: #822587;
	font-weight: 400;
	margin:0;
	padding:0;
}
.page-noticia-ampliada .texto p{
	/*color: #848482;*/
	color: #484848;
	font-size:14px;
	font-weight: 400;
}

.page-noticia-ampliada .texto ul li{
	  /*color: #848482;*/
	  color: #333333;
	  font-size:14px;
	  font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-left: 20px;
	line-height: 26px;
	margin-bottom: 5px;
  }

.page-noticia-ampliada .texto p strong{
	/*color: #822587;*/
	color: #000000;
}
.page-noticia-ampliada .texto a{
	color: #822587 !important;
	font-size:14px !important;
	font-weight: 300 !important;
}
.page-noticia-ampliada .pink-button{
	float:right;
}

/* redistribucion */
.page-noticia-ampliada .redistributable{ display:flex; }
.page-noticia-ampliada .redistributable .left{ order:1; }
.page-noticia-ampliada .redistributable .right{ order:2; }
@media(max-width:767px){ .page-noticia-ampliada .redistributable{ display:inherit; } }

/*************************************************************************************************************************************/
/* PAGE: AGENDA (eo-loop-events.php) */
/*************************************************************************************************************************************/
.page-agenda .bloque-evento{
	display:flex;
	justify-content: space-around;
	align-content:center;
}

.page-agenda .bloque-evento .container-fecha{
	width:90px;
}

.page-agenda .bloque-evento .container-contenido{
	width:100%;
}
.page-agenda .bloque-evento .fecha{
	font-family: 'Merriweather', serif;
	color:black;
	font-size:40px;
	font-weight: 400;
	margin:0;
	line-height: 37px;
}

.page-agenda .bloque-evento .titulo{
	margin:0;
	font-size:26px;
	font-weight: 700;
	color:black;
}
.page-agenda .bloque-evento .contenido{
	max-height: 65px;
	overflow:hidden;
}
	.page-agenda .bloque-evento .contenido p{
		color:#333;
		font-size:14px;
		font-weight: 400;
	}
.page-agenda .bloque-evento a{
	float:right;
	text-decoration: underline;
	font-size:16px;
	font-weight: 400;
	color: #822587;
}
	.page-agenda .bloque-evento a:hover{ text-decoration: none; }

/* paginacion */
.page-agenda .eo-events-nav{
	display:flex;
	justify-content: space-between;
	flex-direction:row-reverse;
}
.page-agenda .eo-events-nav a{
	color:black;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size:16px;
	padding:5px 15px;
}
.page-agenda .eo-events-nav a:hover{
	background-color: #822587;
	color:white;
	border-radius:5px;

}

.eo-event-venue-map{
	width: 100% !important;
	float: none !important;
	overflow: hidden;
}


@media(max-width:500px){
	.page-agenda .eo-events-nav{
		display:inherit;
		text-align:center;
	}
}


/*************************************************************************************************************************************/
/* PAGE: BÚSQUEDA (search.php) */
/*************************************************************************************************************************************/
.page-search .search-result{
	color:black;
	font-weight: 400;
	font-size:18px;
	margin:0;
}
.page-search .search-result:hover{
	text-decoration: underline;
}

/*************************************************************************************************************************************/
/* PAGE: PAGINA NO ENCONTRADA (404.php) */
/*************************************************************************************************************************************/
.page-404 .buscador button{
	height:35px;
	width:45px;
}
	.page-404 .buscador button .icon{
		height:20px;
		width:20px;
		top:0;
		right:0;
	}
.page-404 .buscador label{ display:none; }

/*************************************************************************************************************************************/
/* PAGE: PARROQUIAS */
/*************************************************************************************************************************************/
/* redistribucion */

.page-parroquias #parroquias-contenido{
	display: none;
}

#arciprestazgo-titulo h2{
	font-size: 24px;
	font-weight: bold;
	color: #822587;
}


.page-parroquias .row.redistributable{
	display:flex;
}
.page-parroquias .left{
	order:1;
}
.page-parroquias .right{
	order:2;
}

/* caja info */
.page-parroquias .pink-box-info h3{
	font-size:18px;
}
.page-parroquias .pink-box-info h3.nombre-arciprestazgo{
	font-size:20px;
}
.page-parroquias .pink-box-info p.arcipreste{
	font-size:16px;
}
.page-parroquias .pink-box-info p.titulos-arcipreste{
	font-size:12px;
}

/* fichas */
.page-parroquias .ficha-parroquia{
	border: 1px solid #e1e1de;
	background-color:white;
	padding:15px;
}
	.page-parroquias .ficha-parroquia .nombre-parroquia,
.page-parroquias .ficha-parroquia .nombre-parroquia a{
		color:black;
		font-size:20px;
		font-weight: 600;
	}

	.page-parroquias .ficha-parroquia .nombre-parroquia a:hover{
		color:#822587;
	}

	.page-parroquias .ficha-parroquia .title{
		color:black;
		font-size: 16px;
		font-weight: 400;
		margin:0;
	}

	.page-parroquias .ficha-parroquia .text{
		color:#929292;
		font-weight: 400;
		font-size:16px;
		padding-left:15px;
	}

/*Colores Arziprestazgos*/

.buscador-parroquias .violeta1{background-color: #9c2fb3;}
.buscador-parroquias .violeta2{background-color: #834b91;}
.buscador-parroquias .violeta3{background-color: #e5b3f3;}
.buscador-parroquias .violeta4{background-color: #d79be8;}
.buscador-parroquias .violeta5{background-color: #63336f;}
.buscador-parroquias .violeta6{background-color: #b464c9;}
.buscador-parroquias .violeta7{background-color: #4f3456;}



.buscador-parroquias .titulo-arz-buscador{
	color: #822587;
	font-size: 30px;
	font-family:'Merriweather', serif;
	font-weight: 400;
}

.buscador-parroquias .titulo-arz-buscador hr{
	margin-top: 10px;
	background-color: #f1f1ee;
	border-top: 2px dotted #d7d7d4;
}


.buscador-parroquias #accordion .panel{
	background-color: #f1f1ee;
}

.buscador-parroquias .div-acord{
	margin-bottom: 15px;
	padding: 15px;
}

.buscador-parroquias .div-acord .grupos-nom{
	position: relative;
}

.buscador-parroquias .div-acord .grupos-nom img{
	position: absolute;
	right: -8px;
	bottom: -8px;
}


.buscador-parroquias .div-acord .grupos-desc{
	text-align: center;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	position: relative;
}

.buscador-parroquias .div-acord .grupos-desc .grupos-desc-tit1, 
.buscador-parroquias .div-acord .grupos-desc .grupos-desc-tit2{
	font-size: 16px;
	font-weight: 600;
}

.buscador-parroquias .div-acord .grupos-desc hr{
	background-color: transparent;
	border-top: 2px dotted white;
}

.buscador-parroquias .div-acord .grupos-nom{
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	letter-spacing: -1px;
}

.buscador-parroquias .div-acord .a-grupos-nom{
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.buscador-parroquias .div-acord .btn-ver-parr{
	position: relative;
	border: 2px solid #ffffff;
	padding: 10px;
	width: 90%;
	margin: auto;
	text-align: center;
	font-size: 20px;
}

.buscador-parroquias .div-acord .btn-ver-parr a{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.buscador-parroquias .div-acord .img-arci{
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
}

.buscador-parroquias .div-acord .img-arci img{
	opacity: 0.2;
}




.mi-buscador-parr{
	background-color: #ffffff;	
	padding: 20px;
	position: relative;
}


.mi-buscador-parr .tit-mi-buscador{
	color: #822587;
	font-size: 30px;
	font-family:'Merriweather', serif;
	font-weight: 400;
	padding-bottom: 10px;
}

.mi-buscador-parr .content-mi-buscador{
	color: #333;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	font-size: 14px;
	margin-bottom: 30px;
}

.mi-buscador-parr .select-busquedas{
	display: flex;
	justify-content: space-between;	
}


.mi-buscador-parr .select-busquedas .mapa-busquedas{
	width: 50%;
}

.mi-buscador-parr .select-busquedas .seleccion-busquedas{
	width: 48%
}

.mi-buscador-parr .select-busquedas #busq-herm,
.mi-buscador-parr .select-busquedas #busq-parr{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.mi-buscador-parr .select-busquedas #busq-herm select,
.mi-buscador-parr .select-busquedas #busq-herm button,
.mi-buscador-parr .select-busquedas #busq-parr select,
.mi-buscador-parr .select-busquedas #busq-parr button{
	width: 100%;
	margin-bottom: 20px;
}

.mi-buscador-parr .select-busquedas #busq-herm select,
.mi-buscador-parr .select-busquedas #busq-parr select{
	background-color: #f1f1ee;
	border: 0px;
	border-radius: 0px;
	color: #333;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding-left: 10px;
}


.mi-buscador-parr .select-busquedas #busq-herm button,
.mi-buscador-parr .select-busquedas #busq-parr button{
	color: #ffffff;
	font-size: 20px;
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background: linear-gradient(to bottom, #9c2da2 0%, #9c2da2 50%,  #006135 50%,#000000 50%, #822587 50%,  #822587 100%);
}


.mi-buscador-parr .img-arci2{
	position: absolute;
	bottom: 1px;
	right: 1px;
}

.hermandades-result,
.parroquias-result{
	display: none;
}

.hermandades-result .titulo-resultados,
.parroquias-result .titulo-resultados{
	margin-top: 50px;
}

.hermandades-result .titulo-resultados h2,
.parroquias-result .titulo-resultados h2{
	color: #822587;
	font-size: 30px;
	font-family:'Merriweather', serif;
	font-weight: 400;
	padding-bottom: 0px;
	
}

.hermandades-result .titulo-resultados hr
.parroquias-result .titulo-resultados hr{
	margin-top: 10px;
	background-color: #f1f1ee;
	border-top: 2px dotted #d7d7d4;
}


.hermandades-result .hermandades-titulo-result h2,
.parroquias-result .arciprestazgo-titulo-result h2{
	font-size: 30px;
	font-weight: 600;
	color: #822587;
}

.hermandades-result h3{
	color: black;
    font-size: 20px;
}



@media(max-width:991px){
	.page-parroquias .row.redistributable{
		display:inherit;
	}
}


@media(max-width:768px){
	

.mi-buscador-parr .select-busquedas{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.mi-buscador-parr .select-busquedas .mapa-busquedas{
	width: 100%;
	text-align: center;
}

.mi-buscador-parr .select-busquedas .seleccion-busquedas{
	width: 100%
}

}



/*************************************************************************************************************************************/
/* PAGE: PORTAL DE TRANSPARENCIA */
/*************************************************************************************************************************************/
.page-portal-transparencia .section-title{
	font-size:22px;
	font-weight: 500;
	color:black;
	margin-top:0;
	padding-top:0;

}
.page-portal-transparencia .content p{
	font-size:14px;
	font-weight: 400;
	color:#484848;
}


.bloque-galeria{
	border:1px solid #bbb;
	background-color:white;
	min-height: 265px;
	margin-bottom:15px !important;
}
.bloque-galeria:hover{
	background-color:#822587;
}
.bloque-galeria:hover p{
	color:white;
}
.bloque-galeria .image-container{
	height:150px;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
}
.bloque-galeria p{
	text-align:center;
	font-size:16px;
	font-family:'Merriweather', serif;
	font-weight: 400;
	color:black;
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.bloque-galeria a:hover { text-decoration:none !important; }


.margin-bottom15 {
	margin-bottom: 15px;
}
/*************************************************************************************************************************************/
/* PAGE: MOVIMIENTOS Y ASOCIACIONES; */
/*************************************************************************************************************************************/
.page-movimientos .collage{
	/*
	display:flex;
	justify-content: space-between;
	flex-direction:row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content:flex-start;
*/
	/*line-height: 0;*/
   
  /*-webkit-column-count: 2;
  -webkit-column-gap:   30px;
  -moz-column-count:    2;
  -moz-column-gap:      30px;
  column-count:         2;
  column-gap:           30px; */d
}

.caja-movimiento{
	border: 1px solid #e1e1de;
	background-color:white;
	overflow:hidden;
	padding:15px;
	width:100%;
	margin-bottom:25px;
	height:auto;
	display:inline-block;
}
.caja-movimiento p{
	font-size:14px;
	font-weight: 400;
	color:#929292;
	margin:0;
	padding:0;
	padding-left:23px;
}
.caja-movimiento p.title{
	color:black;
	font-size:16px;
	font-weight: 500;
	margin-top: 15px;
	padding:0;
}
.caja-movimiento p.big-title{
	color:black;
	font-size:22px;
	font-weight: 500;
	margin-bottom:15px;
	padding:0;
}
.caja-movimiento p.title i{
	width:22px;
}
.caja-movimiento a{
	font-size:14px;
	font-weight: 400;
	/*text-decoration:underline;*/
	color: #822587;
}
	.caja-movimiento a:hover{ text-decoration: none; }


@media(max-width:991px){
	.page-movimientos .collage{
		-webkit-column-count: 1;
	  	-webkit-column-gap:   30px;
	  	-moz-column-count:    1;
	  	-moz-column-gap:      30px;
	  	column-count:         1;
	  	column-gap:           30px; 
	}
}
/*************************************************************************************************************************************/
/* FOOTER */
/*************************************************************************************************************************************/
/*-------------------------------------------------------------------*/
/* FOOTER REDES SOCIALES
/*-------------------------------------------------------------------*/
.footer-rs{
	background-image:url('../images/banner-iglesia.png');
	background-size:cover;
	height:400px;
	padding-top:40px;
}

.footer-rs .title .fa-stack{
	margin-bottom:-30px;	
}
.footer-rs .title .fa-circle{
	color:#333;
}
.footer-rs .title .fa-inverse{
	color:#7c6483;
}
.footer-rs span:hover .fa-circle{
	color:white;
}

.bloque-rs.facebook .social-content, .bloque-rs.twitter .social-content, .bloque-rs.instagram .social-content{
	margin-top:15px;
    padding-bottom: 30px;
}
.bloque-rs.facebook iframe{
	/*padding-left:15px;*/
	border-radius:5px;
}

.bloque-rs .title{
	border-bottom:1px solid #d7d7d4;
}

.bloque-rs .title h2{
	float:left;
	color:white;
}
.bloque-rs .title a{
	float:right;
}

.bloque-rs .social-content iframe{
	margin:0;
}

.bloque-rs.agenda .row{
	height:87px;
	overflow: hidden;
	margin-bottom:10px;
	margin-top:10px;
}

.bloque-rs.agenda .fecha{
	padding-left:20px;
}
	.bloque-rs.agenda .fecha p{
		color:white;
		font-size:35px;
		line-height: 45px;
		font-weight: 400;
		font-family: 'Merriweather', serif;
	}

.bloque-rs.agenda .contenido-evento{
	padding-left:0px;
}
	.bloque-rs.agenda .contenido-evento h3{
		color:white;
		margin:0;
	}
		.bloque-rs.agenda .contenido-evento h3:hover{
			text-decoration:underline;
		}
	.bloque-rs.agenda .contenido-evento p{
		color:white;
		font-weight: 400;
	}

.bloque-rs.agenda .social-content .link{
	text-align: right;
	padding-right:15px;
}
	.bloque-rs.agenda .social-content .link a{
		text-decoration:underline;
		color:white;
		font-size:19px;
		font-weight: 400;
	}
	.bloque-rs.agenda .social-content .link a:hover{
		text-decoration:none;
	}

.bloque-rs.agenda-movil{
	display:none;
	margin-bottom:30px;
}
	.bloque-rs.agenda-movil h2{
		color:white;
	}
	.bloque-rs.agenda-movil h3{
		color: white;
		padding-top:5px;
		margin-top:0px;
	}
		.bloque-rs.agenda-movil h3:hover{
			text-decoration:underline;
		}
	.bloque-rs.agenda-movil .fecha{
		color: white;
		margin-top:10px;
		margin-bottom:0px;
	}
	.bloque-rs.agenda-movil .contenido-evento-m{
		color:white;
		background-color:transparent;
	}

	.bloque-rs.agenda-movil a.ver-todas{
		color:white;
		font-size:18px;
		font-weight: 500;
		text-decoration:underline;
	}
		.bloque-rs.agenda-movil a.ver-todas:hover{text-decoration: none;}

/* RESPONSIVE */
@media(max-width:1200px){
	.footer-rs{
		background-color:#2d2d2d;
		background-image:none;
		height:auto;
		padding-top:20px;

	}
	.bloque-rs.agenda{
		margin-top:25px;
	}
}

@media(max-width:390px){
	.bloque-rs.facebook, .bloque-rs.twitter{
		/*display:none;*/
	}
	.bloque-rs.agenda{
		display:none;
	}
	.bloque-rs.agenda-movil{
		display:block;
	}
}

/*-------------------------------------------------------------------*/
/* FOOTER PATROCINADORES
/*-------------------------------------------------------------------*/
.foooter-partners{  }

.footer-partners .container{
	padding-top:30px;
	padding-bottom:30px;
}

.footer-partners .banner-partner{
	background-color:white;
	/*border:1px solid #d7d7d4;*/
	text-align:center;
}

/* RESPONSIVE */
@media(max-width:992px){
	.footer-partners .banner-partner{
		margin-top:5px;
		margin-bottom:5px;
	}
}

/*-------------------------------------------------------------------*/
/* FOOTER LEGAL
/*-------------------------------------------------------------------*/
.footer-legal{
	background-color: #822587;
}

.footer-legal .container{
	padding-top:20px;
	padding-bottom:20px;
	display:flex;
	justify-content: flex-start;
}

.footer-legal p, .footer-legal a{
	color:white;
	margin-bottom:0px;
}
.footer-legal a{
	text-decoration: underline;
	padding-left:10px;
	padding-right: 10px;
}
	.footer-legal a:hover{ text-decoration: none; }

@media(max-width:991px){
	.footer-legal .container{
		display:block;
	}
	.footer-legal a{
		padding:0;
		display:block;
	}

}
/*************************************************************************************************************************************/
/* COOKIES */
/*************************************************************************************************************************************/
/* Aviso inferior */
.cdp-cookies-texto.cdp-mostrar{
	background-color: #822587 !important;
}
.cookies-text{
	color:white !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size:14px !important;
	font-weight: 300 !important;
}
.cookies-text a{
	color:white !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size:14px !important;
	font-weight: 400 !important;
	text-decoration: underline !important;
}
	.cookies-text a:hover{
		text-decoration:none !important;
	}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar{
	background-color: transparent !important;
	border: none !important;
	padding: 10px 20px !important;
	color: white !important;
	font-weight: 400 !important
	width:160px !important;
	font-family: 'Montserrat', sans-serif !important;
	text-decoration:underline !important;

}
	.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar:hover{
		text-decoration:none !important;
	}

/*************************************************************************************************************************************/
/* UTILIDADES */
/*************************************************************************************************************************************/

/* CABECERA CON IMAGEN, TEXTO Y TÍTULO FLOTANTE */
.banner-superior{
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:195px;
	/*box-shadow: 2px 2px 3px #444 inset;*/
	margin-bottom:50px;
	position:relative;
	padding-top:170px;
}
.banner-superior .caja-cabecera{
	background-image:url('../images/logo-small-pink.png');
	background-position:left bottom;
	background-repeat: no-repeat;
	background-color:white;
	height:50px;
	text-align: left;
	overflow:hidden;
}
.banner-superior .caja-cabecera span{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.banner-superior .caja-cabecera .seccion{
	color:black;
}

.banner-superior h1{
	margin:14px;
	font-size: 21px;
	color: #822587;
	font-weight: 550;
	/*margin-top:12px;*/
	margin-left:55px;
	display:inline-block;
	white-space: normal;
	line-height: 18px;
	text-transform: uppercase;
}
.banner-superior h4{
	text-shadow: 2px 2px rgba(0,0,0,0.3);
	white-space:normal;
	font-size:65px;
	position:absolute;
	top:14%;
	left:4px;
	right:4px;
}

.banner-superior p{
	display:inline-block;
	color:black;
	font-size: 16px;
	font-weight: 400;
}



.titulo-interno{
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:25px;
	/*box-shadow: 2px 2px 3px #444 inset;*/
	margin-bottom:50px;
	position:relative;
	padding-top:0;
}
.titulo-interno .caja-cabecera{
	background-image:url('../images/logo-small-pink.png');
	background-position:left bottom;
	background-repeat: no-repeat;
	background-color:white;
	height:50px;
	text-align: left;
	overflow:hidden;
}
.titulo-interno .caja-cabecera span{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.titulo-interno .caja-cabecera .seccion{
	color:black;
}

.titulo-interno h2{
	margin:0;
	font-size: 19px;
	color: #822587;
	font-weight: 700;
	/*margin-top:12px;*/
	margin-left:55px;
	display:inline-block;
	white-space: nowrap;
	line-height: 50px;
	text-transform: uppercase;
}
.titulo-interno h4{
	text-shadow: 2px 2px rgba(0,0,0,0.3);
	white-space:nowrap;
	font-size:60px;
	position:absolute;
	top:25%;
	left:0;
	right:0;
}

.titulo-interno p{
	display:inline-block;
	color:black;
	font-size: 16px;
	font-weight: 400;
}


@media(max-width:992px){
	.banner-superior h4{ font-size:55px; }
	.banner-superior h1{ font-size:22px; }
}
@media(max-width:768px){
	.banner-superior h4{ font-size:40px; }
	.banner-superior h1{ font-size:20px; }
}
@media(max-width:420px){
	.banner-superior h4{ font-size:40px; }
	.banner-superior h1{ font-size:18px; }
}


.banners-inferior img{
	border: 1px solid #bbb;
}

/* Caja de descargas. Fecha, titulo, descripción y botón de descargar */
.caja-descarga{
	background-color:white;
	border: 1px solid #e1e1de;
	/*height:120px;*/
	position:relative;
	display:inline-block;
	padding:20px;
	padding-right: 150px;
	width:100%;
}
	.caja-descarga p.fecha{
		color: #822587;
		font-size:12px;
		margin:0;
		font-weight: 400;
	}
	.caja-descarga h5{
		color:black;
		font-size:16px;
	}
	.caja-descarga p.descripcion{
		color: #333;
		font-size: 14px;
	}
	.caja-descarga .button-container{
		position:absolute;
		top:0;
		bottom:0;
		right:15px;
		height:36px;
		margin:auto;
	}

	@media(max-width:500px){
		.caja-descarga .button-container{
			position:static;
			text-align: center;
		}
		.caja-descarga{ padding-right: 20px; }
	}

/* Caja rosa con información (logo arriba y abajo) */
.pink-box-info{
	background-color: #822587;
	background-image: url('../images/marquesina-top.png'), url('../images/marquesina-bottom.png');
	background-position: center top 2px, center bottom 2px;
	background-repeat: no-repeat;
	width:100%;
	text-align:center;
	padding-top:15px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right: 5px;
	cursor:default;
	overflow:hidden;

}

.page-template-page-parroquias .pink-box-info{
	min-height: 325px;
}

.page-template-page-parroquias .pink-box-info-right{
	min-height: 0;
}



	.pink-box-info h4{
		font-size:30px;
		margin:0;
	}
	.pink-box-info hr{
		width:20%;
		height:2px;
		background-color:white;
	}
	.pink-box-info p{
		font-size:14px;
		font-weight: 400;
		color:white;
	}
	.pink-box-info h3{
		font-size:16px;
		color:white;
		font-weight: 400;
		padding:0;
		margin:0;
	}
	.pink-box-info a{
		color:white;
		font-weight: 400;
		text-decoration: underline;
	}

    .pink-box-info a:hover{ text-decoration: none; }

	.pink-box-info a.pink-box-mail{
		font-size: 11px;
	}

/* Caja rosa (con logo en esquina inf-der) */
.pink-box{
	background-image:url('../images/esquina.png');
	background-position: bottom 1px right 1px;
	background-repeat: no-repeat;
	background-color: #822587;
	height:125px;
	padding-top:30px;
}
	.pink-box hr{
		width:20%;
		height:2px;
		background-color:white;
	}
	.pink-box h4{
		text-align:center;
		color:white;
		font-size:24px;
		text-decoration:none;
		margin-bottom:0px;
	}
	.pink-box:hover,
	.pink-box.active{
		background-color:#2d2d2d;
	}

/* Caja rosa para cabeceras, con icono a la derecha. Usa FLOAT */
.pink-header{
	background-color: #822587;
	align-content:center;
	margin-bottom:20px;
}
	.pink-header p{
		color:white;
		font-size:22px;
		font-weight: 400;
		padding-left:15px;
		padding-right:15px;
		line-height: 54px;
	}
	.pink-header span{
		float:right;
		font-size:30px;
	}
		.pink-header img{
			padding-bottom:5px;
		}

/* Pestaña rosa con icono a la derecha. Usa FLEX */
.pink-tab{
	background-color: #822587;
	padding: 5px 15px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
	overflow: hidden;
}
	.pink-tab:hover, .pink-tab.active{
		background-color:#2D2D2D;
	}
	.pink-tab h5{
		width:95%;
		font-size: 20px;
		font-weight: 400;
		text-transform: none;
	}
	.pink-tab i{
		color:white;
		font-size:30px;
	}


/* Botón rosa con degradado */
.pink-button{
background: #9c2da2; /* Old browsers */
background: -moz-linear-gradient(top, #9c2da2 0%, #9c2da2 49%, #822587 51%, #822587 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #9c2da2 0%,#9c2da2 49%,#822587 51%,#822587 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #9c2da2 0%,#9c2da2 49%,#822587 51%,#822587 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c2da2', endColorstr='#822587',GradientType=0 ); /* IE6-9 */
	/*width:125px;*/
	height:36px;
	position:relative;

	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color:white;

	padding: 0 25px;

	line-height: 36px;
}
	.pink-button a{
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
	}
	.pink-button:hover{
		opacity:0.8;
	}

/* caja rosa, encabezado para persianas */
.caja-persiana-rosa{
	background-color: #822587;
	padding:10px 15px;
	display:flex;
	justify-content: space-between;
	align-items:center;
	width:100%;
	cursor:pointer;
}
	.caja-persiana-rosa.collapsed i{
		transform:rotateZ(-90deg);
	}
	.caja-persiana-rosa h5{
		font-size: 16px;
		font-weight: 500;
		text-transform: none;
		text-align: left;
		width:95%;
	}
	.caja-persiana-rosa i{
		font-size: 16px;
		color:white;
	}

/* caja gris para archivos de descarga, con icono PDF */
.caja-gris-descarga{
	background-color: #cbcbcb;
	width:100%;
	padding:7px;
	cursor:pointer;
	position:relative;
	white-space: nowrap;
	overflow:hidden;
}
	.caja-gris-descarga i{
		font-size:20px;
		color:black;
	}
	.caja-gris-descarga h5{
		color:#646464;
		font-size:15px;
		text-transform: none;
		display:inline-block;
		padding-left:5px;
	}
		.caja-gris-descarga:hover h5{ color:black; }


/* OTROS */
.hrDots{
	border-top: 2px dotted #8c8b8b;
}

.esquina-logo{
	background-image:url('../images/esquina.png');
	background-position: bottom 1px right 1px;
	background-repeat: no-repeat;
}

.shadow-inner-top{
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4) inset;
}
.shadow-outer-bottom{
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}
.shadow-inner-top-s{
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4) inset;
}
.shadow-outer-bottom-s{
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}

.background-gray{
	background-color:#f1f1ee;
}

/* Elimina cualquier decoracion de enlace(a) */
.no-decoration{
	text-decoration:none !important;
	float:none !important;

}

/* HR de puntos, muy usado en todo el sitio */
hr.dotted{
	border-top: 3px dotted #d7d7d4;
	margin:0;
	background-color:transparent;
}
	hr.dotted.small{
		border-top: 2px dotted #d7d7d4;
	}

/* GALERIAS CON CAROUSEL */
/*sobrescribir botones del owl-carousel*/
.galeria{
	position:relative;
}
.owl-prev, .owl-next{
	display: none !important;
}

.galeria button{
	background-color:transparent;
}

.galeria .arrow{
	position:absolute;
	bottom:50px;
}
	.galeria .arrow.left{
		left:-150px;
	}
	.galeria .arrow.right{
		right:-150px;
	}
@media(max-width:1460px){
	.galeria .arrow{
		display:none;
	}
}

/* HERRAMIENTAS */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15
{
    width: 20%;
    float: left;
}

@media (min-width: 768px)
{
    .col-sm-15
    {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px)
{
    .col-md-15
    {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px)
{
    .col-lg-15
    {
        width: 20%;
        float: left;
    }
}

/*-------------------------------------------------------------------*/
/* LIBRERIA
/*-------------------------------------------------------------------*/
.alignLeft{	text-align:left; }
.alignRight{ text-align:right; }
.alignCenter{ text-align:center; }
.marginNegative-10{	margin-top:-10px; } /*HACK porque hay un margin superior fantasma (parece que esta arreglado) */
.paddingBot-50{ padding-bottom:50px; }
.flex{ display:flex; }
.hideLast:last-child{ display:none; }
.color-pink{ color: #822587 !important;}
.floatLeft{ float:left; }
.floatRight{ float:right; }

@media(max-width:767px){
	.show-xs{ display: inherit !important; }
}

/* MARGINS VERTICALES */
.marginTop20 	{ margin-top:20px; }
.marginTop25 	{ margin-top:25px; }
.marginTop30 	{ margin-top:30px; }
.marginTop35 	{ margin-top:35px; }
.marginBottom20 { margin-bottom:20px; }

/* Modificaciones para DESKTOP */
@media(min-width: 1200px){
	.paddingLeft0-desktop{ padding-left:0px !important; }
	.paddingRight0-desktop{ padding-right:0px !important; }
	.row.double-margin{
		margin-left:-30px;
		margin-right:-30px;
	}
}
@media(max-width: 1200px){
	.paddingHorizontal15-tablet{ 
		padding-left:15px !important; 
		padding-right:15px !important;
	}
}

/* MARGINS */
.mTop0	{ margin-top:  0px !important; }
.mTop5	{ margin-top:  5px !important; }
.mTop10	{ margin-top: 10px !important; }
.mTop15	{ margin-top: 15px !important; }
.mTop20	{ margin-top: 20px !important; }
.mTop25	{ margin-top: 25px !important; }
.mTop30	{ margin-top: 30px !important; }
.mTop35	{ margin-top: 35px !important; }
.mTop40	{ margin-top: 40px !important; }
.mTop45	{ margin-top: 45px !important; }
.mTop50	{ margin-top: 50px !important; }
.mTop55	{ margin-top: 55px !important; }
.mTop60	{ margin-top: 60px !important; }
.mTop65	{ margin-top: 65px !important; }
.mTop70	{ margin-top: 70px !important; }
.mTop75	{ margin-top: 75px !important; }
.mTop80	{ margin-top: 80px !important; }
.mTop85	{ margin-top: 85px !important; }

.mBottom0	{ margin-bottom:  0px !important; }
.mBottom5	{ margin-bottom:  5px !important; }
.mBottom10	{ margin-bottom: 10px !important; }
.mBottom15	{ margin-bottom: 15px !important; }
.mBottom20	{ margin-bottom: 20px !important; }
.mBottom25	{ margin-bottom: 25px !important; }
.mBottom30	{ margin-bottom: 30px !important; }
.mBottom35	{ margin-bottom: 35px !important; }
.mBottom40	{ margin-bottom: 40px !important; }
.mBottom45	{ margin-bottom: 45px !important; }
.mBottom50	{ margin-bottom: 50px !important; }
.mBottom55	{ margin-bottom: 55px !important; }
.mBottom60	{ margin-bottom: 60px !important; }
.mBottom65	{ margin-bottom: 65px !important; }
.mBottom70	{ margin-bottom: 70px !important; }
.mBottom75	{ margin-bottom: 75px !important; }
.mBottom80	{ margin-bottom: 80px !important; }
.mBottom85	{ margin-bottom: 85px !important; }


/* PADDINGS */
.pTop5	{ padding-top:  5px !important; }
.pTop10	{ padding-top: 10px !important; }
.pTop15	{ padding-top: 15px !important; }
.pTop20	{ padding-top: 20px !important; }
.pTop25	{ padding-top: 25px !important; }
.pTop30	{ padding-top: 30px !important; }
.pTop35	{ padding-top: 35px !important; }
.pTop40	{ padding-top: 40px !important; }
.pTop45	{ padding-top: 45px !important; }
.pTop50	{ padding-top: 50px !important; }
.pTop55	{ padding-top: 55px !important; }
.pTop60	{ padding-top: 60px !important; }
.pTop65	{ padding-top: 65px !important; }
.pTop70	{ padding-top: 70px !important; }
.pTop75	{ padding-top: 75px !important; }
.pTop80	{ padding-top: 80px !important; }
.pTop85	{ padding-top: 85px !important; }

.pBottom5	{ padding-bottom:  5px !important; }
.pBottom10	{ padding-bottom: 10px !important; }
.pBottom15	{ padding-bottom: 15px !important; }
.pBottom20	{ padding-bottom: 20px !important; }
.pBottom25	{ padding-bottom: 25px !important; }
.pBottom30	{ padding-bottom: 30px !important; }
.pBottom35	{ padding-bottom: 35px !important; }
.pBottom40	{ padding-bottom: 40px !important; }
.pBottom45	{ padding-bottom: 45px !important; }
.pBottom50	{ padding-bottom: 50px !important; }
.pBottom55	{ padding-bottom: 55px !important; }
.pBottom60	{ padding-bottom: 60px !important; }
.pBottom65	{ padding-bottom: 65px !important; }
.pBottom70	{ padding-bottom: 70px !important; }
.pBottom75	{ padding-bottom: 75px !important; }
.pBottom80	{ padding-bottom: 80px !important; }
.pBottom85	{ padding-bottom: 85px !important; }

.leyenda{ font-size:12px; font-weight:normal;}