/*
Theme Name: Catedral de Santiago
Author: hacce Soliciones TIC a partir de MAterial wp
Description: Material Design WordPress Theme 
Version: 0.0.4 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: materialwp
Tags: right-sidebar, fluid-layout, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MaterialWP is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.form-control-wrapper .form-control, .form-control, fieldset[disabled] .form-control:focus, .form-control-wrapper .form-control:focus, .form-control:focus, fieldset[disabled] .form-control.focus, .form-control-wrapper .form-control.focus, .form-control.focus {
	padding: 10px;
	float: none;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #337ab7;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	color: #3f51b5;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-bottom: 40px;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding-right: 20px;
	padding-bottom: 40px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.texto-buscar-404{
	margin-top:30px;
	color:#766a49;
	font-size:16px;
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget ul {
	padding: 15px;
	margin-left: 0;
}

.widget-area ul li {
	list-style: none;
}

.widget .textwidget, .widget #calendar_wrap, .widget .tagcloud, .widget .form-search {
	padding: 15px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
#primary {

}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta span, 
.entry-footer span  {
	margin-right: 20px;
	display: inline-block;
}

.entry-meta span:last-child, 
.entry-footer span:last-child {
	margin-right: 0;
}

.entry-meta span a, 
.entry-footer span a {
	color: #777;
	text-decoration: none;
	font-size: 90%;
}

.entry-meta span a:hover,
.entry-footer span a:hover {
	text-decoration: underline;
}

.entry-meta span i,
.entry-footer span i {
	color: #777;
	font-size: 80%;
}

.entry-footer .edit-link {
	float: right;
}

.entry-container {
	padding: 35px;
}

.entry-container h1{
	margin-top: 0;
}

.entry-container h1 a{
	color: #404040;
}

.entry-container h1 a:hover{
	text-decoration: none;
	color: #3f51b5;
}

a.read-more {
	text-transform: uppercase;
	color: #404040;
	font-weight: 500;
}

a.read-more:hover {
	text-decoration: none;
	color: #3f51b5;
}

.card {
	background-color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	border-radius: 2px;
	border: 0;
}

.card .entry-img {
	background-color: #fff;
}

.site-footer {
	background-color: #374147;
	padding: 20px 0;
	color: #fff;
	margin-top: 0px;
}

.site-footer a,
.site-footer a:visited,
.site-footer a:focus{
	color: #fff;
	opacity: 1;
}

.site-footer a:visited{
	color: #fff;
	opacity: 1;
}
.site-footer a:hover {
	color: #000000;
	opacity: 1;
	text-decoration: none;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
#secondary {

}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
}

.comments-area {
	padding: 35px;
}

.comments-title, .comment-reply-title {
	padding-bottom: 9px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #eee;
}

ol.comment-list {
	list-style:none;
	padding-left: 0;
}

.comment-author .avatar {
	margin-right: 25px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 4px;
}

.comment-meta {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-details {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.comment-details .reply {
	margin-top: 10px;
}

.comment-date a {
	font-size: 11px;
	color: #777;
	margin-right: 10px;
}

#commentform #comment {
	width: 100% !important;
}

#commentform #submit {
	position: relative;
	padding: 8px 30px;
	border: 0;
	margin: 10px 1px;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255,255,255,.84);
	-webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	outline: 0!important;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	-webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);

	color: rgba(0,0,0,.84);
	background-color: transparent;
	border-color: #ccc;
}

#commentform #submit:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
Portfolio
--------------------------------------------------------------*/
#Container .mix{
	display: none;
}

.btn:not(.btn-link):not(.btn-flat).active {
	box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);
}

.portfolio-list .mix h4 {
	padding: 10px;
	margin: 0;
}

.portfolio-list .mix h4 a {
	color: #404040;
	font-size: 12px;
}

.portfolio-list .mix h4 a:hover {
	text-decoration: none;
	color: #3f51b5;
}

.portfolio-img {
	background-color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	border-radius: 2px;
	border: 0;
	margin-bottom: 20px;
}




/*--------------------------------------------------------------
GENERAL
--------------------------------------------------------------*/
a, a:hover, a:visited, a:focus{
	color:#86754d;
}
p{
	margin-bottom:1.1em;
}
ul, ol{
	margin:0;
}
ul li,
ol li{
	/*margin: 15px 0;*/
    list-style-image: url('images/dot.png');
}
.btn:not(.btn-link):not(.btn-flat),
.btn:hover:not(.btn-link):not(.btn-flat){
	background-color:#86754d;
	color:#fff;
	font-weight:bold;
}
@media(max-width:550px){
	.btn:not(.btn-link):not(.btn-flat),
	.btn:hover:not(.btn-link):not(.btn-flat){
		font-size:11px;
	}
}
body{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	background-color:#fff;
}
h1, h2, h3{
	font-family: 'Roboto Slab', serif;
}

body .card{
	border:solid 1px rgba(0,0,0,0.2 );
	box-shadow:none;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;

}
a:hover .card{
	box-shadow: 0 3px 10px rgba(0,0,0,.23), 0 3px 10px rgba(0,0,0,.16);

}
.btn{
	font-size:16px;
}

/*--------------------------------------------------------------
CABECERA
--------------------------------------------------------------*/

.navbar .navbar-nav>li.btn-menu>a,
#responsive-menu-container #responsive-menu li.responsive-menu-item.btn-menu a{
	padding:7px 11px;
	background-color:#86754d;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase; 
	margin-top: 14px;
	border: none;

}
.navbar .navbar-nav>li.btn-menu> a:hover,
#responsive-menu-container #responsive-menu li.responsive-menu-item.btn-menu a:hover{
	 box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	background-color:#86754d;
	color:#fff;
}
.navbar .navbar-nav>li.btn-menu> a:visited,
#responsive-menu-container #responsive-menu li.responsive-menu-item.btn-menu a:visited{
	color:#fff;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item.btn-menu a{
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
	width: auto;
	margin-left:15px;
}
.navbar .navbar-nav>li>a{
	text-transform: uppercase;
	font-size:15px;
	color:#86754d;
	border-bottom:solid 3px transparent;
	padding:20px 8px;
}
.navbar-inverse.navbar{
	background-color:#fff;
	margin:0;

}
.navbar .navbar-brand{
	padding:5px 15px;
}
.navbar .navbar-brand img{
	max-height:55px;

}
.site-header{
	position:fixed;
	background-color:#fff;
	box-shadow:1px 1px 5px rgba(0,0,0,0.1);
	z-index:100;
	width:100%
}
.home .site-header{
	position: absolute;
	background-color:rgba(0,0,0,0.4);
   transition: background-color .5s, box-shadow .5s;
	box-shadow:none;
	margin-top:-63px;
}
.espaciado-cabecera{
   margin-top: -63px;
}
.site-header.scrolled{
   position: fixed;
   margin-top: 0px;
   top: 0;
   background-color:rgba(255,255,255,1);
   box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
   transition: background-color .5s, box-shadow .5s;
}
.admin-bar .site-header.scrolled{
   margin-top: 32px;
}
@media(max-width:991px){
	.admin-bar .site-header.scrolled{
   		margin-top: 0px;
	}
}
.reserva{
   /*display: none !important; */
}
.site-header.scrolled .reserva{
   display: block !important;
}
.navbar-inverse.navbar{
	background-color:transparent;
}
.navbar-nav>li{
	margin:0;
}
.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus{
	color:#86754d;
	border-color:#86754d;
}
.site-footer{
	background-color:#766a49;
	padding:0;
}

.site-footer .cierre-legal{
	padding: 30px 0;
	background-color:#695e41;
	font-size:14px;
}
.pie-columnas{
	background-color:#766a49;
	padding:20px 0
}
.site-footer  ul{
	list-style: none;
	margin:0;
	padding:0;
}
.site-footer  ul li{
	display:inline-block;
	padding:0 5px;
}

.box-pre{
	border: 1px solid #766a49;
	margin-top:20px;
	margin-right:10px;
	padding: 10px 10px 10px 10px;
        text-align: center;
}

.site-footer .pie2 ul li{
	width:32%;
	vertical-align: top;
}
.pie1 img{
	margin-right:10px;
	max-width:110px;
}
.redes-sociales li a{
	width:40px;
	height:40px;
	border:solid 1px #fff;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:25px;
}
.redes-sociales li a:hover{
	border-color:#000;
}
.redes-sociales li{

}
.cierre-legal p{
	margin:0;

}
.cierre-legal{
	text-align: center;
	color:rgba(255,255,255,.5)
}
.cierre-legal a{
	opacity: .5;
}
.navbar-inverse.navbar .dropdown-menu .active>a{
	background-color:transparent
}
.dropdown-menu{
	background-color:rgba(0,0,0,0.85);
	color:#fff;
	border-radius:0;
}
body .menu-search .dropdown-menu{
	background-color:#fff;
	width: 234px;
	padding:5px;
	right:-80px;
	left:inherit;

}
.menu-search .dropdown-menu input[type="search"]{
	background-color:transparent;
	border:solid 1px rgba(0,0,0,0.2);
	padding:5px;
	color:#86754d;
	width:120px;
}
.menu-search .dropdown-menu input[type="submit"]{
	padding: 5px 20px;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	margin-left:-3px;

}
body .dropdown-menu>li>a,
body .navbar-inverse.navbar .dropdown-menu li>a:focus{
	color:#fff;
	background-color:transparent;
	font-size:15px;
}
body .navbar-inverse.navbar .dropdown-menu li>a:hover,
body .navbar-inverse.navbar .dropdown-menu .active>a,
body .navbar-inverse.navbar .dropdown-menu .active>a:hover{
	background-color:transparent;
	color:#86754d
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/

.bloque-home{
	padding:30px 0;
	background-position:center;
	background-size:cover;
}
.titulo-home{
	text-align: center;
	font-size:25px;
	margin-bottom:30px;
	margin-top:0;
}
.titulo-blanco{
	color:#fff;
}

/*Presentacion */
.contenido-pres{
	text-align: center;
	color:#fff;
}
.home-presentacion{
	background-repeat: no-repeat;
   background-size: cover;
	position:relative;
   height: 100vh;
	overflow:hidden;
   
}
.contenido-pres-ext{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index:10;
}
.overlay-pres{
	z-index:5;
	position:absolute;
	background-color:rgba(0,0,0,0.5);
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%
}
.img-pres{
	position:relative;
	overflow: hidden;
	z-index:2;
	-webkit-animation: animate_background 7s linear 0s 1;
	-moz-animation: animate_background 7s linear 0s 1;
	-o-animation: animate_background 7s linear 0s 1;
	animation: animate_background 7s linear 0s 1;
	transform:scale(1.10, 1.10);
	height: 100vh;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right center;

}
.img-pres img{
	height: 100vh;
	-webkit-animation: animate_background 7s linear 0s 1;
	-moz-animation: animate_background 7s linear 0s 1;
	-o-animation: animate_background 7s linear 0s 1;
	animation: animate_background 7s linear 0s 1;
	transform:scale(1.10, 1.10);


}
@-webkit-keyframes animate_background {
	from {
		transform:scale(1,1);
	}

	to {
		transform:scale(1.10, 1.10);
	}

}
@-moz-keyframes animate_background {
	from {
		transform:scale(1,1);
	}

	to {
		transform:scale(1.10, 1.10);
	}
}
@-o-keyframes animate_background {
	from {
		transform:scale(1,1);
	}

	to {
		transform:scale(1.05, 1.05);
	}
}
@keyframes animate_background {
	from {
		transform:scale(1,1);
	}

	to {
		transform:scale(1.10, 1.10);
	}
}

.contenido-pres>div{
	width:100%;
}
.home .titulo-pres h1{
	font-size:40px;
	text-transform:uppercase;
	font-weight: bold;
}

/*Items con overlay */
.item-overlay{
	display:flex;
	color:#fff;
	position:relative;
	justify-content: flex-end;
	height:250px;
	align-items: flex-end;
	background-repeat: no-repeat;
	background-position:center;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	transform: scale3d(1,1,1);
	background-size: cover;
	flex-wrap: wrap;

}
.overlay-item-container a:hover{
	text-decoration: none;
}
.item-overlay>div{
	flex-basis:100%;
	width:100%
}
.item-overlay-img{
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	transform: scale3d(1,1,1);
	background-size: cover;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	position: absolute;
}
.overlay-item-container{
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
.item-overlay:hover .item-overlay-img{
	transform: scale3d(1.1,1.1,1);
}
.overlay{
	background-color:rgba(0,0,0,1);
	opacity:0.4;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	left:0;
	bottom:0;
	z-index:10;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.contenido-item-overlay{
	z-index:20;
	position:relative;
	opacity:1;
	width:100%;
	padding:15px;

	font-weight:400;
	text-align: left;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	width:100%;
	font-family: 'Roboto Slab', serif;
}
.titulo-overlay{
	font-size:21px;
	text-transform: uppercase;

}
.listado_destacados_vertical .titulo-overlay{
	inline-size: 125px;
}
.subtitulo-overlay{
	font-size:17px;
}
.overlay-int{
	opacity:0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 26px;
	font-weight:300;
	letter-spacing: 1px;
	text-align: center;
}
.overlay-int .texto-overlay{
	margin-top:10px;
}
.item-overlay:hover .contenido-item-overlay{
	opacity:0.7;
}
.item-overlay:hover .subtitulo-overlay{
	opacity:0.7;
}
.item-overlay:hover .overlay{
	opacity:0.6;
}
.item-overlay:hover .overlay-int{
	opacity:1
}
.item_overlay_ext.item_overlay_ext{
	padding:0 0 3px 0;
}
.item_overlay_ext.item-destacado-overlay{
	padding-right:3px;
}
.item_overlay_ext.item-destacado-overlay .item-overlay{
	height:503px;
}
.item_overlay_ext.item_overlay_ext .overlay-item-container{
	margin:0;
}

.item_overlay_ext.item-destacado-overlay .titulo-overlay{
	font-size:30px;

}
.item_overlay_ext.item-destacado-overlay .subtitulo-overlay{
	font-size:24px;
}

/*Seccion de interes*/
.destacado-icono-item{
	text-align: center;
	color:#fff;
}
.icono-circulo{
	height:180px;
	width:180px;
	border-radius:50%;
	border:solid 3px #817451;
	text-align: center;
	display:flex;
	align-items: center;
	margin:0 auto;
}
.icono-circulo img{
	margin:0 auto;
}
.contenido-item{
	padding:15px 0;
}
.contenido-item .titulo-item{
	font-size:23px;
	font-family:'Roboto Slab', serif;
	margin-bottom:10px;

}
.contenido-item  p{
	margin:0;
}

.destacados-vertical-ext .item-overlay{
	height:550px;
}

.destacados-vertical-ext .overlay{
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.45) 64%, rgba(0,0,0,0.71) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(64%, rgba(246,246,246,0.45)), color-stop(100%, rgba(0,0,0,0.71)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.45) 64%, rgba(0,0,0,0.71) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.45) 64%, rgba(0,0,0,0.71) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.45) 64%, rgba(0,0,0,0.71) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0.45) 64%, rgba(0,0,0,0.71) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );

}

.destacados-vertical-ext  .item-overlay:hover .overlay {
	opacity: 1;
	background: none;
	background-color: rgba(0,0,0,.6);
}
.destacados-vertical-ext .overlay-item-container{
	margin-bottom:0;
}
/*Noticias home */
.noticia-item .entry-title{
	font-size:17px;
	color:#86754d;
	margin:10px 0;
	font-weight:400;
	min-height:40px;
}
.entry-img{
	height:230px;
	overflow:hidden;
}
.noticia-item  .entry-meta{
	font-size:13px;
}
.noticia-item .entry-content{
	margin-top:0
}
.listado-noticias .entry-container{
	padding:20px;
}
.caja-redes{
	border: 8px solid #86754d;
   	box-shadow:0px 0px 0px 1px #a49673 inset;
	background-color: #86754d;
	color: #fff;
	display: block;
	height: 95px;
	margin-bottom: 20px;
	text-align: center;
}
.caja-redes-a:hover{
    box-shadow: 0px 2px 40px 10px rgba(0,0,0,0.20), 0 1px 16px 10px rgba(0,0,0,.12);
}
.caja-redes .interior{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	position:relative;
	top:27%;
}
.caja-redes i{
	font-size: 30px;
	padding-right: 8px;
}
/*Bloque newsletter*/
.newsletter-wrap{
	text-align:center;
	font-family:'Roboto Slab', serif;
	
}
.newsletter-wrap p{
	font-size:17px;
	margin-bottom: 5px;
}
@media screen and (min-width: 800px){
	newsletter-container{
		width:800px;
	}
}
.no-margin-dd{
	margin: 0 0 0 0;
}
.newsletter-container dd{
	margin: 0 0 0 0;
}

/*--------------------------------------------------------------
CABECERA INTERIORES
--------------------------------------------------------------*/
.cabecera-custom{

	background-position: center bottom;
	background-size: cover;
	color: #fff;
	margin-bottom: 0px;
	padding: 90px 0;
	text-align: center;
}


.cabecera-custom .entry-title{
	color:#fff;
	font-size:60px;
	margin:0;
	font-weight:400
}

.espaciado-cabecera{
	height:60px;
}
.home .espaciado-cabecera{
	height:0px;
}
/*--------------------------------------------------------------
SECCIONES INTERIORES
--------------------------------------------------------------*/
.bloque-interior{
	padding:30px 0;
	position:relative;
}
.call-action{
	text-align: center;
	padding:25px 0;
	border:solid 1px #86754d;
	background-image:url(images/interiores_call_action_bg1.png), url(images/interiores_call_action_bg2.png);
	background-position:left center, right top;
	background-size:auto 100%, auto 95%;
	background-repeat: no-repeat;
}
.btn-call{
	padding-right:35px;
	background-image:url(images/interiores_call_action_icon.png);
	background-repeat:no-repeat;
	background-position: right 10px center;
}
.call-action span{
	display:inline-block;
}
.call-action  .texto{
	font-size:18px;
	padding-right:20px;
	font-family:'Roboto Slab', serif;

}
.bloque-interior h2{
	font-size:36px;
	font-weight:400;
	margin-top:0;
	margin-bottom:20px
}
.bloque-interior h3{
	font-size:24px;
	font-weight:400;
}
.bloque-interior h4{
	font-size:21px;
	font-weight:400
}
.bloque_texto_foto .call-action{
	background-image:url(images/interiores_call_action_small_bg1.png), url(images/interiores_call_action_small_bg2.png);
}

.slide-subitem-item-interior{
display:flex;
	flex-wrap:nowrap;


}
.slide-subitem-item-interior>div.texto-col {
max-width:calc(100% - 350px);
	padding-right:50px;

}
.slide-subitem-item-interior .texto-col{
	padding-left:15px;
}
.slide-subitem-item-interior>div.img-col {
	min-width:350px;
}
.slide-subitem-item-interior>div{
	flex-grow:1;
}
.slide-subitem-container{
}
.contenido-tabs{
	background-color:#fff;
   padding:20px;
	margin:0;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
   border: 2px solid #DCD8CD;
}
.navegacion-tabs.nav>li>a{
	padding:10px;
}
.redes-sociales>ul,
.redes-sociales>div{
	text-align:center;
	display:inline-block;
	width:auto;
}
.panel-group .panel{
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
}
.nav-tabs{
	background-color:transparent;
   margin-bottom: -2px;
}
.nav-tabs>li>a,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
	color:#86754d!important;
	text-transform:uppercase;
   border-radius: 0px;
}
.nav-tabs>li.active>a
{
	background-color: #FFF !important;
   border: 2px solid #DCD8CD !important;
   border-bottom: none !important;
	/* box-shadow: 0px -1px 5px rgba(0,0,0,0.1); */
	color: #766a49 !important;
   -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.nav-tabs>li a:hover{
   background-color: #DCD8CD !important;
}
.bloque-interior h4 a{
	display:block;
	color:#86754d;
	font-size:18px;
	text-transform:uppercase;
	padding:10px 15px;
}
@media(max-width:550px){
	.bloque-interior h4 a{
		font-size:12px;
	}
}
.bloque-interior h4 a img{
	margin-right:5px;
}
.bloque-interior h4 a.collapsed{
	background-color:transparent;
}


.bloque-interior h4 a:hover{
	text-decoration: none;
	color:#86754d;
	background-color:#fff;
}
.bloque-interior h4 a:visited{
	text-decoration: none;
}
.bloque-interior .panel-default>.panel-heading{
	padding:0;
}
div.in~div.panel-heading{
	background-color:red!important
}
.ancla{
	position:absolute;
	top:-80px;
}
body .slick-next:before,
body .slick-prev:before{
	color:#86754d;
	font-size:30px;
}
.img-circle{
	border-radius:50%;
}
.don-nombre p{
	margin-bottom:0;
	margin-top: 0px;
}
.caja-don-nombre{
	padding-left:0;
}
.arzobispado{
	margin: 40px 5px 25px 5px;
}
.botonera-arzobispado{
	text-align:center;
}

/*--------------------------------------------------------------
ACTUALIDAD
--------------------------------------------------------------*/
.blog #primary,
.archive #primary,
.single .single-wrap,
.page-template-template-contacto .pagina-contacto{
	margin-top:30px;
}
.paginacion-wrap{
	padding:20px 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
	background-color: #766a49;
	border-color:#766a49;
	color:#fff;
	text-decoration: none;
}
@media(max-width:550px){
	.wp-pagenavi a, .wp-pagenavi  span{
		font-size: 11px;
		padding: 3px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
.wp-pagenavi a, .wp-pagenavi  span{
	vertical-align: top;
}
.single .byline{
	display:none;
}
.single .entry-container{
	padding:0;
}
body .panel-title{
	color:#86754d;;
	font-weight: 400;
	background-color:transparent;
	font-size:20px;
}
.panel-warning>.panel-heading{
	background-color:transparent;
	border-bottom:solid 2px #86754d;
	padding-left:0;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: url(http://catedralsantiago.servidor.gal/wp-content/uploads/2017/07/inactivo.png);
    float: right;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    float: right;
    content: url(http://catedralsantiago.servidor.gal/wp-content/uploads/2017/07/activo.png);   
}

.widget ul{
	padding-left:0;
}
.widget ul li{
	margin-bottom:10px;
}

.panel{
	box-shadow:none;
}
.single .site-main{
	padding-right:50px;
}
.breadcrumbs{
	padding:10px 0;
	background-color:#fafafa;
}
.single .entry-content{
	margin-top:0;
}
/*--------------------------------------------------------------
CONTACTO
--------------------------------------------------------------*/
.form-control-wrapper{
	margin-top:10px;
}
.form-control-wrapper .form-control:focus~.floating-label{
	color:#86754d;
	text-transform:uppercase;
}
.texto-contacto{
	font-size:11px;
}
.texto-contacto h3{
	margin-top:0px;
	font-size:16px;
}
@media(min-width:768px){
	.nombre-contacto{
		padding-right:0px;
	}
	.email-contacto{
		padding-right:3px;
		padding-left:3px;
	}
	.submit-icon{
   	        float: left;
    		margin-left: 20px;
   		margin-top: -37px;
    		position: relative;
   		z-index: 2;
   		color: #fff;
	}
	.boton-submit{
		border-radius:0;
		padding-left:37px;
		padding-right: 15px;
	}
	.div-boton-submit{
   	 text-align: center;
	 padding-left:0px;
	 padding-right: 27px;
	}

}
.form-control-wrapper .floating-label{
	top:9px;
	padding-left: 10px;
}

/*--------------------------------------------------------------
ACF - Map
--------------------------------------------------------------*/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.noticia_ext .card { min-height: 495px; }
/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/
@media(min-width:768px){
	.navbar-right .dropdown-menu{
		left:0;
		right:inherit;
	}
}
@media(max-width:1200px){

.navbar .navbar-nav>li>a{
	font-size: 13px;
	padding: 20px 4px;
	font-weight:bold
}
	body .caret{
		margin-left:0;
	}
.navbar .navbar-nav>li.btn-menu>a {
	padding: 7px 10px;
	margin-top: 14px;
}
.contenido-pres>div img{
	max-width: 250px;
}
	.home .titulo-pres h1{
		font-size:35px;
	}
	.contenido-pres-ext {
		top: 20px;
		transform: translate(-50%, -0%);
		-webkit-transform: translate(-50%, -0%);
	}
	.pie1 img{
		margin-bottom:10px;
	}

}

@media(max-width:991px){
	.redes-sociales>ul,
	.redes-sociales>div{
		display:inline-block;
		width:auto;
	}
   /*
	.home #masthead{
		position:fixed;
		top:0;
		margin-top:0;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	}
   */
	.responsive-menu-open #responsive-menu-container.slide-left{
		box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	}
	header .navbar .navbar-collapse{
		display:none!important;
	}
	#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li a,
	#responsive-menu-container #responsive-menu ul.responsive-menu-submenu.responsive-menu-submenu-open li a{
		background-color: #766a49;
		color:#fff;
		font-size:15px;
		border-color:rgba(118,106, 73, .8);
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item.btn-menu a{
		background-color: #86754d;
		font-weight: bold;
		text-transform: uppercase;
		padding: 7px 20px;
	}
	.navbar-inverse.navbar {
		height: 50px;
		text-align: center;
	}
	header .navbar-header{
		float:none;
		margin:0 auto;
	}
	header .navbar .navbar-brand{
		height: auto;
		margin: 0 auto;
		display: inline-block;
		float: none;
		background-color: #fff;
		box-shadow: 1px 1px 12px rgba(0,0,0,0.1);
		padding: 10px;
		top:0;
	}
	header .navbar .navbar-brand:hover{
		background-color: #fff;
	}
	header .container{
		width:100%
	}
	.home .espaciado-cabecera,
	.espaciado-cabecera{
		height:50px;
	}
	.home #masthead,
	#masthead{
		background-color:#86754d;
	}
	body button#responsive-menu-button{
		right:15px;
	}
	.icono-circulo{
		height: 130px;
		width: 130px;
	}
	.destacados-vertical-ext{
		padding:0 3px;
	}
	.destacados-vertical-ext .item-overlay {
		height: 450px;
	}
	.pie-columnas{
		text-align: center;
	}
	.pie2, .pie3{
		border-top:solid 1px rgba(255,255,255,.2);
		padding:15px 0;
	}
	.navbar-toggle{
		position:absolute;
	}
	.botonera{
		text-align: center;
	}
	.img_int{
		text-align: center;
	}
	.cabecera-custom{
	padding:50px 0
	}
	.cabecera-custom {
		padding: 50px 0;
	}
	body .slide-subitem-item-interior>div.texto-col{
		width:100%;
		max-width:100%;
		padding:0;
	}
	.slide-subitem-item-interior{
		flex-wrap: wrap;
	}
	.slide-subitem-item-interior>div.img-col{
		min-width:inherit;
	}
	.texto_ext .call-action{
		margin-bottom:15px;
	}
	.contenido-pres {
		margin-top:20px;
		width: 100%;
	}
}
@media(max-width:767px){
	.home .site-header{
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.5s ease-out;
	}
	.home .site-header.scrolled{
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.5s ease-in;
	}
	/*Ocultar botones de cultura en movil */
	.page-id-37 .boton-call{
		display:none;
	}
	.cabecera-custom .entry-title{
		font-size:40px;
	}

	.contenido-tabs {
		background-color: #fff;
		padding: 15px;
		margin: 0;
	}
	.call-action{
		background-image: url(images/interiores_call_action_bg1.png);

	}
	.icono-circulo {
		height: 80px;
		width: 80px;
	}
	.icono-circulo img{
		max-width: 40px;
		max-height: 40px;
		height: auto;
		width: auto;
	}
	.destacado-icono-item {
		margin-bottom: 30px;
		min-height:240px;
	}
	.bloque-home2{
		padding-bottom:0;
	}
	.contenido-item .titulo-item {
		font-size: 20px;
	}
	.destacados-vertical-ext {
		padding: 0 15px;
	}
	.img-pres img{
		min-height:320px;
	}
	.contenido-pres>div img {
		max-width: 200px;
	}
	.home .titulo-pres h1 {
		font-size: 25px;
	}
	.contenido-pres {
		margin-top:20px;
		width: 100%;
	}
	.contenido-pres-ext{
		width:100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.item_overlay_ext.item-destacado-overlay .item-overlay {
		height: 250px;
	}
	.item_overlay_ext.item-destacado-overlay .titulo-overlay {
		font-size: 21px;
	}
	.item_overlay_ext.item-destacado-overlay .subtitulo-overlay {
		font-size: 17px;
	}
	.destacados-vertical-ext .item-overlay {
		height: 300px;
	}
	.destacados-vertical-ext .overlay-item-container{
		max-width:400px;
		margin:5px auto;
	}
	.overlay-item-container,
	.item_overlay_ext.item_overlay_ext .overlay-item-container{
		max-width:400px;
		margin:0px auto;
	}
	.bloque-home4{
		padding-top:0;
	}
	.home .listado-noticias .hentry {
		margin: 0 0 5px;
	}
	.site-footer .pie2 ul li{
		width:100%;
	}
	.listado-noticias .noticia_ext .card{
		display:flex;
		flex:1;
		flex-wrap:wrap;
	}
	.listado-noticias .noticia_ext .card>div.entry-img{
		width:auto;
		height:auto;
	}
	.listado-noticias .noticia_ext .card>div.entry-container{
		width:auto;
		height:auto;
		flex-basis:70%;
		padding:15px 35px 15px 15px;
		background-image:url(images/right.png);
		background-repeat: no-repeat;
		background-position:right 7px center;
		background-size: 15px auto;

	}
	.noticia-item .entry-title{
		font-size: 16px;
		margin: 0px 0;
	}
	.listado-noticias .noticia_ext .card>div .entry-content{
		display:none;
	}
	.noticia-item .entry-title{
		min-height:inherit;
	}
	.listado-noticias .noticia_ext a:hover{
		text-decoration: none;
	}
	}
@media(max-width:400px){
	.call-action{
		background-image: none;
	}

}

.site-content {
	padding-top: 50px;
}

.home .site-content {
	padding-top: 0px;
}

#bs-example-navbar-collapse-1{
	padding-right: 10px !important ;
}

.bop-nav-search {
	text-align: center;
}

.search-field {
	background-color: transparent;
	color: #fff;
	width: 80%;
	border: 1px solid #fff;
}

.search-submit {
	background-color: #86754d;
	border: 1px #86754d solid;
	margin-top: 10px;
}

.texto-item > p > a {
	color:#fff;
	font-weight: 300;
}

.texto-item > p > a:hover {
	color:#86754d;
}
.redes-sociales {
	text-align:center;
	display:flex;
	flex-direction: column;
}

.titulo-redes {
	margin-bottom: 5px;
}

.zend_form {
	flex-direction: row;
}

.bloque-home5{
	background-color: #f2f1ed;
	padding: 15px 0 0 0;

}

.form-control-wrapper > .form-control {
	height:100px;
}

#email-element, #name-element {
	flex-grow: 1;
	height:100%;
	}

#submit-element > .btn {
}

.item-wrap > .texto-item > p > a:hover {
	color: #86754d;
}

.item-wrap > .texto-item > p > a {
	color:#000;
}

.item-wrap .texto-item  ul{
	margin-bottom: 15px;
}

.aviso-legal {
	display: inline-block;
	width: 49%;
	font-size: 12px;
}

.formulario-contacto p {
	width: 50%;
	display: inline-block;
	text-align: right;
}


.formulario-contacto {
	border:#f2f1ed 2px solid;
	/*border-radius: 10px;*/
	margin-bottom: 40px;
	padding: 20px 40px 20px 40px;
}


.home-presentacion:hover {
	transform: scale3d(1,1,1);
}
.listado-contactos{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-bottom:30px;
}

.field-item ul {
	margin-bottom: 20px;
}
.busqueda-listado .busqueda-item{
	display:flex;
}
.busqueda-listado{
	display:flex;
flex-wrap:wrap;
	flex:1;
	align-items: stretch;
}
.busqueda-listado .hentry{
	display:flex;
	flex:1;
	width:100%;
}
.busqueda-listado .entry-container{
	padding:20px;
}
.busqueda-listado .hentry>a{
	display:flex;
	flex:1;
	width:100%
}
.busqueda-listado .hentry>a .card{
	display:flex;
	flex:1;
	width:100%;
	flex-direction: column;
}

.home .site-header .reserva{
	display:none;
}

/* RGPD - Colores */

#rgpdCookiesHacce p a{
	color: #FFFFFF;
	font-weight: 600;
}

.btn-cookie:hover,
.btn-cookie.btn-cookie-contratipo:hover{
	cursor: pointer;
}
.btn-cookie{
	border-color: #766a49 !important;
	background-color: #766a49 !important;
}

.btn-cookie.btn-cookie-contratipo{
	border-color: #766a49 !important;
	color: #766a49 !important;
	background-color: transparent !important;
}
.btn-cookie.btn-cookie-contratipo:hover, .btn-cookie.btn-cookie-contratipo:focus, .btn-cookie.btn-cookie-contratipo:active{
	background-color: #766a49 !important;
}

input:checked:disabled + .slider-cookies{
	background-color: rgba(118, 106, 73, 0.5) !important;
}
input:checked + .slider-cookies{
	background-color: #766a49 !important;
}
.swal2-styled.swal2-confirm{
	background-color: #766a49 !important;
}
.w-cookie-info-title.active{
	border-color: #766a49 !important;
	color: #F7F7F7 !important;
}