/*!
Theme Name: Sínodo Toledo
Theme URI: http://underscores.me/
Author: Grupo Undanet
Author URI: http://www.undanet.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sinodotoledo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

Sínodo Toledo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
html, body {
    height: 100%;
    margin: 0;
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}

.site-main {
    flex: 1; 
}






/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f6f6f6;;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #A42D2B;
}

a:visited {
	color: #A42D2B;
}

a:hover,
a:focus,
a:active {
	color: #A42D2B;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
header .site-branding{
	display: flex;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 18px;
	background-color: #fff;
}

header #site-navigation{
	background-color: #A42D2B;
	padding-top: 17px;
	padding-bottom: 13px;
}

#site-navigation .menu-menu-1-container #primary-menu{
	justify-content: center;
}

#primary-menu li.menu-item{
	display: flex;
}

#primary-menu li.menu-item a{
	color: #fff;
	font-family: Aparajita;
	font-weight: 400;
	font-style: Regular;
	font-size: 16.5px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;

}

#primary-menu li.menu-item:not(:last-child)::after {
    content: "|"; 
    margin: 0 8px; 
    color: #fff;  
	font-family: Aparajita;
	font-weight: 400;
	font-style: Regular;
	font-size: 17px;
	line-height: 100%;
	letter-spacing: 0%;
}

#site-navigation .mobile-extra{
	display: none;
}
#site-navigation.toggled .mobile-extra{
		display: block;
}

#masthead{
	background-color: #fff;
}

.banner-text-mobile{display: none;}

@media (max-width:1450px){
	#primary-menu li.menu-item a,
	#primary-menu li.menu-item:not(:last-child)::after{
		font-size: 16.5px;
	}
}

@media (max-width:1300px){
	#primary-menu li.menu-item a,
	#primary-menu li.menu-item:not(:last-child)::after{
		font-size: 14.5px;
	}
}

@media (max-width:1120px){
	#primary-menu li.menu-item a,
	#primary-menu li.menu-item:not(:last-child)::after{
		font-size: 18px;
	}
	#masthead .site-branding .custom-logo{
		width: 133px;
		background-color: #fff;
	}
	#site-navigation .menu-toggle .icon-burger{
		font-size: 30px;
		color: #000;
		font-weight: 900;
	}
	#site-navigation .menu-toggle .icon-close{
		color: #ffff;
		font-weight: 900;
		font-size: 24px;
		position: absolute;
		right: 26px;
	}
	#site-navigation .mobile-extra .mobile-logo{
		position: absolute;
		left: 27px;
	}
	#site-navigation .menu-menu-1-container{
		padding-top: 66px;
	}
	#site-navigation .menu-menu-1-container #primary-menu li.menu-item::after {
		font-family: "Font Awesome 5 Free" !important; 
		font-weight: 600; 
		margin: 0 0;
		content: "\203A" !important; 
		margin-left: 8px;
		color: #fff;
		font-size: 18px !important;
	}
	#site-navigation .menu-menu-1-container #primary-menu li{
		display: flex;
		justify-content: space-between;
		padding-top: 16px;
		padding-bottom: 11px;
		border-top: solid white 1px;
	}
	#site-navigation .menu-menu-1-container #primary-menu{
		margin-left: 27px;
		margin: 26px;
		border-bottom: solid white 1px;
	}
	#site-navigation .mobile-extra .mobile-socials{
		display: flex;
		padding-bottom: 31px;
		margin-top: 124px;
		padding-left: 27px;
	}
	#site-navigation .mobile-extra .mobile-socials span{
		font-size: 19px;
		color: #fff;
	}

	#site-navigation .mobile-extra .mobile-socials a{
		text-decoration: none;

	}

	#site-navigation .mobile-extra .mobile-socials i.fab{
		color: #A42D2B;
	}
	.banner-text-mobile{
		display: flex;
		background-color: #A42D2B;
		height: 51px;
		align-items: center;
		justify-content: center;
	}
	.banner-text-mobile .hero-banner_mobile{
		margin: 0;
		font-family: Smooch Sans;
		font-weight: 600;
		font-size: 24px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #fff;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		padding-top: 11px;
		padding-bottom: 11px;

	}
	.banner-text-mobile .hero-banner_mobile .color-custom{
		color: #FFE8BB;
		text-decoration: none;
	}
}

.footer-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: #A42D2B;
}

.footer-container .conatiner-first{
	display: flex;
	align-items: center;
	gap: 36px;
}

.footer-container .footer-logo img{
	width: 107px;
}

.footer-container .footer-socials span{
	font-size: 19px;
	color: #fff;
}

.footer-container .footer-socials a{
	text-decoration: none;

}

.footer-container .footer-socials i.fab{
	color: #A42D2B;
}

 
.menu-menu-footer-container #footer-menu{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.menu-menu-footer-container #footer-menu li.menu-item a{
	color: #fff;  
	font-family: Aparajita;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
}

.menu-menu-footer-container #footer-menu li.menu-item:not(:last-child)::after {
    content: "|"; 
    margin: 0 8px; 
    color: #fff;  
	font-family: Aparajita;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
}

@media (max-width: 1400px){
	
	.menu-menu-footer-container #footer-menu li.menu-item a,
	.menu-menu-footer-container #footer-menu li.menu-item:not(:last-child)::after,
	.footer-container .footer-socials span{
		font-size: 15px;
	}

}

@media (max-width: 1250px){
	.footer-container {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 1120px){
	.footer-container .footer-socials,
	.footer-container .footer-menu{
		display: none;
	}
	.footer-container{
		justify-content: center;
		padding-top: 11px;
		padding-bottom: 10px;
	}
	.footer-container .footer-logo img{
		width: 88px;
	}
}


.hero-banner {
    position: relative;
    display: flex;
    align-items: center;  
    justify-content: center; 
    overflow: hidden;
	min-height: 226px;
    color: #fff; 
}

.hero-banner .hero-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-banner .hero-banner__overlay img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.hero-banner__content {
    position: relative;
    z-index: 2; 
    text-align: center; 
}

.hero-banner__text {
	padding-left: 183px;
	padding-right: 183px;
	padding-top: 18px;
	padding-bottom: 17px;
	background-color: #fff;
	box-shadow: 0px 0px 4px 0px #00000066;
	border-radius: 8px;
	color: #8BA6BB;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 69%;
	letter-spacing: 0%;
	margin: 0;

}

.hero-banner__text .color-custom{
	color: #A42D2B;
	text-decoration: none;
}

.hero-banner__title {
    font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top: 34px;
	margin-bottom: 20px;
}

.section-title {
    text-align: center;
    color: #fff; 
    font-size: 2rem;
    margin-bottom: 10px;

}

.section-divider {
    width: 65px;   
    height: 6px;  
    background-color: #fff; 
    margin: 0 auto 0px auto; 
    border-radius: 2px; 
}

@media (max-width:1300px){
	.hero-banner__text {
		font-size: 28px;
	}
}

@media (max-width:1120px){
	.hero-banner{
		display: none;
	}
}


/* Template Part Calendario */
.contenedor-eventos{
	padding-top: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contenedor-eventos.fondo {
    background-image: url('/wp-content/themes/sinodotoledo/assets/images/calendar_month_background.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto; 
}


.lista-eventos {
  display: grid;
  grid-template-columns: repeat(4,  max-content);
  column-gap: 15px;
  row-gap: 22px; 
  justify-items: center;
  width: fit-content;
}

.contenedor-eventos .evento-encabezado{
	display: flex;
	align-items: center;
	flex-direction: column;

}

.contenedor-eventos .evento-encabezado .icono-con-circulo{
	background-color: #A42D2B;
	width: fit-content;
	border-radius: 100%;
	padding-top: 14px;
	padding-bottom: 13px;
	padding-left: 16px;
	padding-right: 16px;
}

.contenedor-eventos .evento-encabezado  .titulo-seccion{
	color: #A42D2B;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top: 15px;
	margin-bottom: 61px;

}

.lista-eventos .evento{
	display: flex;
	width: fit-content;
	box-shadow: 0px 0px 4px 0px #00000066;
	background-color: #ffff;
	border-radius: 3px;
}

.lista-eventos .evento .evento-fecha{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-transform: uppercase;
	background-color: #A42D2B;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	margin-right: 10px;
	width: 61px;
}

.lista-eventos .evento .evento-fecha .mes{
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
}

.lista-eventos .evento .evento-fecha .dia{
	font-family:  'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
}


.lista-eventos .evento .evento-detalles{
	display: flex;
	width: 214px;
	justify-content: space-between;
	padding-right: 9px;
}
.lista-eventos .evento .evento-detalles .evento-titulo{
	margin: 0px;
	font-family:  Aparajita;
	font-weight: 500;
	font-size: 17px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	text-decoration: none;
	margin-top: 9px;
  	margin-bottom: 7px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lista-eventos .evento .evento-detalles .evento-titulo a{
	color: #A42D2B;
	text-decoration: none;
	margin: 0px;
}


.lista-eventos .evento .evento-detalles .evento-descripcion p{
	margin: 0px;
	font-family:  'Montserrat', sans-serif;;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.lista-eventos .evento .evento-detalles .evento-fecha-icono{
	display: flex;
	align-items: center;
}

.contenedor-eventos .boton-calendario{
	margin-top: 57px;
	margin-bottom: 71px;
	border-radius: 2px;
	background-color: #A42D2B;
	padding-bottom: 16px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

.contenedor-eventos .boton-calendario a{
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.contenedor-eventos .boton-calendario a:hover{
	color: #fff;
}

@media (max-width:1250px){
	.contenedor-eventos .evento-encabezado{
		flex-direction: row;
		margin-bottom: 21px;
	}
	.contenedor-eventos .evento-encabezado .titulo-seccion{
		margin: 0;
		margin-left: 9px;
	}
	.lista-eventos{
		grid-template-columns: repeat(2, max-content);
		row-gap: 24px;
	}
	.contenedor-eventos .boton-calendario{
		margin-top: 36px;
		margin-bottom: 37px;
	}
}

@media (max-width: 768px) {
	.lista-eventos{
		grid-template-columns: repeat(1, auto);
		row-gap: 24px;
		width: 90%;
	}
	.contenedor-eventos .evento-encabezado{
		width: 90%;
	}
	.lista-eventos .evento .evento-detalles{
		width: 90%;
	}
	.lista-eventos .evento{
		width: 100%;
	}
	.contenedor-eventos .boton-calendario{
		width: 84%;
		text-align: center;
	}
	.contenedor-eventos.fondo{
		background-position: 13% bottom;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */

.main-navigation.toggled ul {
	display: block;
}

.main-navigation ul {
		display: flex;
	}
.menu-toggle{
	display: none;
}
@media screen and (min-width: 1121px) {
	.menu-toggle {
		display: none;
	}
	
}

@media screen and (max-width:1120px){
	.main-navigation ul {
		display: none;
	}
	.menu-toggle{
		display: block;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


.main-navigation .menu-toggle .icon-close {
    display: none;
}
.main-navigation.toggled .menu-toggle .icon-burger {
    display: none; 
}
.main-navigation.toggled .icon-close {
    display: inline; 
}

#site-navigation .menu-toggle{
	background-color: transparent;
	border: none;
}

@media (max-width: 1120px) {
    header #site-navigation{
		background-color: transparent;
		position: absolute;
	}
	header #site-navigation.main-navigation.toggled{
		background-color: #A42D2B;
		z-index: 10;
	}
	#masthead{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
	
}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Page El Sinodo */
.page-sinodo{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-sinodo .page-title{
	width: 79%;
	max-width: 1193px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	margin-top: 33px;
	margin-bottom: 33px;
	text-transform: uppercase;
}

.page-sinodo .content-page{
	width: 79%;
	max-width: 1193px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	margin-bottom: 147px;
}
.page-sinodo .content-page figure{
	margin-top: 0;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.page-sinodo .content-page{
	margin-bottom: 50px;
}
}

/* Page Eventos y Noticia */

.eventos2-section,
.noticia2-section{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.eventos2-title,
.noticia2-title{
    font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top: 33px;
    margin-bottom: 33px;
    color: #A42D2B;
	width: 95%;
	max-width: 1193px;
}

.eventos2-grid,
.noticia2-grid{
    display: grid;
    grid-template-columns: repeat(4, 287px);
	justify-content: center;
    row-gap: 41px;
  	column-gap: 15px;
	width:  1193px;
}

.evento2-card,
.noticia2-card{
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
   	box-shadow: 0px 0px 4px 0px #00000066;

}

.evento2-img,
.noticia2-img{
    position: relative;
    overflow: hidden;
	height: 141px;
}

.evento2-img img,
.noticia2-img img{
    width: 100%;
    height: 100%;
	object-fit: cover;
    display: block;
}

.evento2-fecha {
    position: absolute;
	bottom: 13px;
	left: 24px;
    color: #fff;
}

.evento2-mes {
    display: block;
    text-transform: uppercase;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;

}

.evento2-dias {
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;

}

.evento2-content,
.noticia2-content {
    padding-top: 19px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 27px;
}


.evento2-modalidad,
.noticia2-modalidad{
    display: block;
	margin-bottom: 19px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;

}
.evento2-titulo,
.noticia2-titulo{
	margin: 0;
}
.evento2-titulo a,
.noticia2-titulo a{
    margin-bottom: 7px;
	margin-top: 0px;
	color: #A42D2B;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 2.6em;

}

.evento2-descripcion,
.noticia2-descripcion{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.evento2-content-btn,
.noticia2-content-btn{
	padding-bottom: 8px;

}

.evento2-content-btn .evento2-btn span,
.evento2-content-btn .evento2-btn,
.noticia2-content-btn .noticia2-btn span,
.noticia2-content-btn .noticia2-btn{
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: none;
	color: #000;

}

.evento2-content-btn .evento2-btn,
.noticia2-content-btn .noticia2-btn{
	margin-top: 6px;
}

.evento2-content-btn .evento2-btn span i,
.noticia2-content-btn .noticia2-btn span i{
	color: #fff;
	background-color: #A42D2B;
	border-radius: 100%;
	padding: 5px;
	width: auto;
	margin-left: 18px;
}


.evento2-content-btn::before,
.noticia2-content-btn::before{
  content: "";
  display: block;
  width: 97%;  
  margin: 0 auto; 
  border-bottom: 1px solid #D9D9D9;
}


@media (max-width: 1250px) {
	.eventos2-grid,
	.noticia2-grid{
		width: fit-content;
		grid-template-columns: repeat(3, 287px);
	}
	.eventos2-title,
	.noticia2-title{
		width: 891px;
	}
}
@media (max-width: 1050px) {
	.eventos2-grid,
	.noticia2-grid{
		grid-template-columns: repeat(2, 287px);
	}
	.eventos2-title,
	.noticia2-title{
		width: 589px;
	}
}
@media (max-width: 767px) {
	.eventos2-grid,
	.noticia2-grid{
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
		justify-items: center;
	}
	.eventos2-title,
	.noticia2-title{
		width: 90%;
	}
	.evento2-card,
	.noticia2-card{
		width: 90%;
	}
	.evento2-content-btn .evento2-btn span, .evento2-content-btn .evento2-btn{
		display: none;
	}
	.evento2-content-btn{
		padding-bottom: 32px;
	}
}


/* Page Single Eventos */
.single-contenido{
	display: flex;
	justify-content: center;
}

.single-contenido .single-section{
	width: 90%;
  	max-width: 1193px;
}

.single-contenido .single-title-seccion{
	margin-top: 33px;
	margin-bottom: 33px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
}

.single-contenido .single-imagen img{
	width: 45%;
}

.single-contenido .single-fecha{
	display: flex;
	gap: 13px;
	align-items: center;
	width: 149px;
	background-color: #A42D2B;
	margin-top: 41px;
	margin-bottom: 18px;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 30px;
	width: fit-content;
}

.single-contenido .single-fecha span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
}

.single-contenido article .single-header h1{
	font-family: Aparajita;
	font-weight: 400;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
}

.single-contenido article .single-content{
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color:#000
}

.single-contenido article .single-content p{
	margin-top: 5px;
	margin-bottom: 22px;
}

.single-contenido .single-volver{
	margin-top: 70px;
	margin-bottom: 70px;
	display: flex;
	justify-content: end;
}

.single-contenido .single-volver .btn-volver{
	border-radius: 2px;
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 17px;
	padding-left: 40px;
	background-color: #8BA6BB;
}

.single-contenido .single-volver .btn-volver a{
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	text-decoration: none;
}

.single-contenido .single-modalidad{
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	display: none;
}

@media (max-width: 767px) {
	.single-contenido .single-modalidad{
		display: block;
		margin-top: 30px;
	}
	.single-contenido .single-fecha{
		display: none;
	}
	.single-contenido .single-imagen img{
		width: 100%;
	}
	.single-contenido .single-volver{
		display: none;
	}

}

/* Page Inicio */
.eventos-limited-section{
	background: url('/wp-content/themes/sinodotoledo/assets/images/fondo-eventos.jpg') no-repeat center center;
	background-size: cover;
	padding-bottom: 37px;
	padding-top: 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.noticias-limited-section{
	background-color: #A42D2B;
	padding-bottom: 37px;
	padding-top: 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.eventos-limited-section .eventos-limited-title,
.noticias-limited-section .noticias-limited-title{
	margin-bottom: 29px;
	margin-top: 0px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;

}

.eventos-limited-header,
.noticias-limited-header{
	display: flex;
	justify-content: space-between;
	width: 95%;
	max-width: 1193px;
}

.eventos-limited-header .eventos-limited-link,
.noticias-limited-header .noticias-limited-link{
	margin-bottom: 30px;
	margin-top: 0px;
	display: flex;
	align-items: end;
	font-family: Aparajita;
	font-weight: 400;
	color: #fff;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: none;
}
.eventos-limited-header .eventos-limited-link i,
.noticias-limited-header .noticias-limited-link i{
	font-size: 8px;
	padding-bottom: 2px;
}

.eventos-limited-section .boton-evento,
.noticias-limited-section .boton-noticias{
		display: none;
}

.logo-barra-section {
    text-align: center;
}

.logo-barra-section .logo-barra-container{
	display: flex;
  	flex-direction: column;
  	align-items: center;
}


.logo-barra-logo img {
    max-width: 211px;
    margin-top: 26px;
	margin-bottom: 15px;
    display: block;
}

.logo-barra-red {
    width: 65px;
    height: 6px;
    background-color: #A42D2B; 
    margin-bottom: 41px;
}

.logo-barra-content {
    max-width: 1193px;
	width: 85%;
    margin-bottom: 36px;
    font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: justify;
	color: #666366;
}

.logo-barra-button .btn-sinodo {
    display: inline-block;
    background-color: #A42D2B;
    color: #fff;
  	border-radius: 2px;
	padding-bottom: 16px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 31px;
	text-decoration: none;
	text-transform: uppercase;

}


.mapa-contenedor {
    text-align: center;
    position: relative;
}

.mapa-boton {
    position: absolute;
	bottom: 0;
	margin-bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
}

.mapa-boton .btn-mapa {
   display: inline-block;
    background-color: #A42D2B;
    color: #fff;
  	border-radius: 2px;
	padding-bottom: 16px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 31px;
	text-decoration: none;
	text-transform: uppercase;

}


@media (min-width: 768px) and (max-width: 1250px){
	.eventos-limited-section .eventos-limited-header,
	.noticias-limited-section .noticias-limited-header{
		width: 589px;
	}
	.eventos-limited-section .eventos2-grid,
	.noticias-limited-section .noticia2-grid{
		width: fit-content;
		grid-template-columns: repeat(2, 287px);
	}
}

@media (max-width: 767px){
	.eventos-limited-header,
	.noticias-limited-header{
		width: 90%;
	}
	.eventos-limited-section,
	.noticias-limited-section{
		padding-top: 25px;
		padding-bottom: 49px;
	}
	.eventos-limited-section .eventos-limited-title,
	.noticias-limited-section .noticias-limited-title{
		margin-bottom: 23px;
	}
	.eventos-limited-section .boton-evento{
		display: block;
		margin-top: 37px;
		border-radius: 2px;
		background-color: #A42D2B;
		padding-bottom: 16px;
		padding-top: 12px;
		width: 90%;
    	text-align: center;

	}
	.noticias-limited-section .boton-noticias{
		display: block;
		margin-top: 37px;
		border-radius: 2px;
		background-color: #fff;
		padding-bottom: 16px;
		padding-top: 12px;
		width: 90%;
    	text-align: center;
	}
	.eventos-limited-section .boton-evento a{
		font-family: Aparajita;
		font-weight: 400;
		font-size: 20px;
		line-height: 100%;
		letter-spacing: 0%;
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
	}
	.noticias-limited-section .boton-noticias a{
		font-family: Aparajita;
		font-weight: 400;
		font-size: 20px;
		line-height: 100%;
		letter-spacing: 0%;
		text-decoration: none;
		text-transform: uppercase;
		color: #A42D2B;
	}

	.eventos-limited-header .eventos-limited-link,
	.noticias-limited-header .noticias-limited-link{
		display: none;
	}
	.logo-barra-logo img {
    	max-width: 153px;
	}
	.logo-barra-content {
		width: 90%;
	}
	.logo-barra-button{
		width: 85%;
	}
	.logo-barra-button .btn-sinodo {
		width: 100%;
	}
}


/* Page Materiales */
.contenedor-documentos{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.titulo-documentos{
	margin-top: 42px;
	margin-bottom: 42px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	text-transform: uppercase;
	width: 85%;
	max-width: 1193px;
}
.grid-documentos {
  	display: grid;
 	grid-template-columns: repeat(4, 287px);
  	column-gap: 15px;
	row-gap: 41px;
	justify-content: center;
}
.card-documento {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}
.card-documento .imagen-documento {
	height: 141px;
}

.card-documento .imagen-documento img {
  max-width: 100%;
  height: 141px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  width: 100%;
  object-fit: cover;
}
.tipo-documento-grande{
	position: absolute;
	left: 26px;
	bottom: 12px;
	color: #fff;
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;

}

.container-titulo{
	height: 80px;
}
.titulo-documento {
	font-family: Aparajita;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
	display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-top: 25px;
	padding-right: 12px;
}
.titulo-documento a{
	font-family: Aparajita;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	text-decoration: none;
}

.container-btn-descargar{
	padding-bottom: 10px;
}

.container-btn-descargar a{
	text-decoration: none;
}

.btn-descargar::before{
	content: "";
	display: block;
	width: 97%;
	margin: 0 auto;
	border-bottom: 1px solid #D9D9D9;
}

.btn-descargar  span{
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: Aparajita;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #000;
  margin-top: 3px;
}

.btn-descargar span i{
	color: #fff;
	background-color: #A42D2B;
	border-radius: 100%;
	padding: 5px;
	width: auto;
	margin-left: 18px;
	font-size: 14.5px;
	width: 24px;
	height: 24px;

}

@media (max-width: 1250px) {
	.grid-documentos{
		width: fit-content;
		grid-template-columns: repeat(3, 287px);
	}
	.titulo-documentos{
		width: 891px;
	}
}
@media (max-width: 1050px) {
	.grid-documentos{
		grid-template-columns: repeat(2, 287px);
	}
	.titulo-documentos{
		width: 589px;
	}
}
@media (max-width: 767px) {
	.grid-documentos{
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
		justify-items: center;
	}
	.titulo-documentos{
		width: 90%;
	}
	.card-documento{
		width: 90%;
	}
	.titulo-documentos{
		margin-top: 32px;
		margin-bottom: 26px;
	}
}


/*Page Calendario*/
.flatpickr-months .flatpickr-current-month{
	width: unset;
	padding-top: 34px;
	left: 0%;
	padding-top: 34px;
	
}
.flatpickr-months .flatpickr-month{
	height: 82px !important;
}
.flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-months  .flatpickr-current-month .numInputWrapper{
	appearance: none;
	pointer-events: none;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
}
.flatpickr-months  .flatpickr-current-month .numInputWrapper input{
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{
	left: 56%;
	padding-top: 46px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-next-month svg{
	width: 19px;
	height: 19px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-next-month{
	right: 20%;
	padding-top: 46px;
}

.calendario-eventos-container .flatpickr-calendar{
	width: 435px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 17px;
}
.calendario-eventos-container .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer,
.calendario-eventos-container .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer.flatpickr-days{
	width: 100%;
}

.calendario-eventos-container .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer.flatpickr-days .dayContainer{
	width: 100%;
  	max-width: 435px;
	row-gap: 3px;
}

.flatpickr-weekdaycontainer span.flatpickr-weekday{
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
}
.flatpickr-days .dayContainer span.flatpickr-day{
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	background-color: #F6F6F6;
	border-radius: 4.44px;
	max-width: 55px;
	height: 55px;
	line-height: 54px;
}

span.flatpickr-day.selected.startRange, 
span.flatpickr-day.selected.endRange{
	background-color: #A42D2B;
	border-radius: 71%;
	width: 55px;
	height: 55px;
	border: none;
	z-index: 233;
}
span.flatpickr-day.inRange{
	background-color: #8BA6BB !important;
	z-index: 222;
}
.flatpickr-day.inRange::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 201%;
	background: #8BA6BB;
	z-index: -1;
	left: -40%;
}
.flatpickr-day:focus-visible:focus-visible {
  outline: none;
}
.flatpickr-rContainer .flatpickr-days .dayContainer,
.flatpickr-rContainer .flatpickr-days{
	width: 100%;
	max-width: 100%;
}

span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay{
	background-color: transparent !important;
}

.calendario-container{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.calendario-container h2{
	width: 95%;
	max-width: 1193px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 36px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	margin-bottom: 33px;
	margin-top: 33px;
	text-transform: uppercase;
}
.calendario-eventos-container{
	width: 95%;
	max-width: 1193px;
}

.calendario-eventos-container .eventos2-grid{
	margin-top: 71px;
	margin-bottom: 27px;
}

.calendario-eventos-container .container-eventos-grid{
	display: flex;
	justify-content: center;
}

@media (max-width: 1250px) {
	.calendario-container h2{
		width: 891px;
	}
	.calendario-eventos-container{
		width: 891px;
	}
}

@media (max-width: 1050px) {
	.calendario-container h2{
		width: 589px;
	}
	.calendario-eventos-container{
		width: 589px;
	}
}

@media(max-width: 767px){
	.calendario-eventos-container .flatpickr-calendar{
		width: 90%;
	}
	.flatpickr-days .dayContainer span.flatpickr-day{
		max-width: 13.5%;
		height: 62px;
		line-height: 62px;
	}

	span.flatpickr-day.selected.startRange, 
	span.flatpickr-day.selected.endRange{
		width: 13.5%;
		height: 62px;
	}
	.calendario-container h2{
		width: 90%;
		margin-bottom: 27px;
		margin-top: 15px;
	}
	.calendario-eventos-container{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.calendario-eventos-container .eventos2-grid{
		margin-top: 24px;
		margin-bottom: 34px;
	}

}

/*Page Multimedia*/
/* Sección multimedia */
.multimedia-section {
    display: flex;
	flex-direction: column;
	align-items: center;
}

.multimedia-title {
    margin-top: 42px;
	margin-bottom: 42px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	text-transform: uppercase;
	width: 95%;
	max-width: 1193px;
}

/* Grid de las tarjetas */
.multimedia-grid {
    display: grid;
	grid-template-columns: repeat(4, 287px);
	column-gap: 15px;
	row-gap: 41px;
	justify-content: center;
	margin-bottom: 10px;
}

/* Tarjeta */
.multimedia-card {
    background: #fff;
	box-shadow: 0px 0px 4px 0px #00000066;
	border-radius: 3px;
	height: 259px;          
}


/* Miniatura */
.multimedia-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
	height: 181px;
}

.multimedia-thumb img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
}

/* Ícono de play (Font Awesome) */
.multimedia-thumb .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    pointer-events: none; /* el click pasa al enlace */
}

/* Texto debajo */
.multimedia-caption {
	margin-top: 10px;
	margin-left: 27px;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.6em;    
}


@media (max-width: 1250px) {
	.multimedia-grid {
		width: fit-content;
		grid-template-columns: repeat(3, 287px);
	}
	.multimedia-title {
		width: 891px;
	}
}
@media (max-width: 1050px) {
	.multimedia-grid{
		grid-template-columns: repeat(2, 287px);
	}
	.multimedia-title{
		width: 589px;
	}
}
@media (max-width: 767px) {
	.multimedia-grid{
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
		justify-items: center;
	}
	.multimedia-title{
		width: 90%;
	}
	.multimedia-card{
		width: 90%;
	}
	.multimedia-caption{
		margin-top: 32px;
		margin-bottom: 26px;
	}
}


/*Page Preguntas Frecuentes*/
.faq-container {
	max-width: 1193px;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 35px;
	font-family: sans-serif;
}
.title-page-faq h2{
	margin-top: 42px;
	margin-bottom: 42px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	text-transform: uppercase;
	width: 95%;
	max-width: 1193px;

}
.faq-item {
	margin-bottom: 27px;
	position: relative;
}
.faq-title {
	font-family: Aparajita;
	font-weight: 400;
	font-size: 16.5px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	display: flex;
 	align-items: center;
	text-transform: uppercase;
}
.faq-number {
	background-color: #A42D2B;
	color: #fff;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;

}
.faq-content {
	margin-top: 15px;
	margin-left: 46px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: justify;

}
.faq-content p{
	margin-bottom: 10px;
}
.faq-underline {
	width: 65px;
	height: 6px;
	background-color: #A42D2B;
	margin-top: 10px;
}

@media(max-width: 1120px){
	.faq-container {
		width: 85%;
	}
	.title-page-faq{
		width: 85%;
	}
}


/*Page Login Zona Privada*/
.form-container{
	box-shadow: 0px 0px 4px 0px #00000066;
  	width: 390px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	margin-bottom: 208px;
	margin-top: -121px;
}
.zona-privada-logo img{
	height: 124px;
}
.zona-privada-logo{
	margin-top: 166px;
	margin-bottom: 66px;
}

.form-container form{
	width: 83%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form-container form input{
	padding: 0;
	width: 100%;
	margin-bottom: 39px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	border: none;
	background-color: transparent;
	padding-bottom: 16px;
	color: #000;
	border-bottom: 1px solid #5B5A5E;
	border-radius: unset;
}

.form-container form input:focus-visible{
	outline: none;
}

.form-container form button{
	width: fit-content;
	background-color: #A42D2B;
	border-radius: 2px;
	padding-top: 12px;
	padding-right: 60px;
	padding-bottom: 17px;
	padding-left: 60px;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 32px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
.form-container .forgot-password {
	width: 83%;
}

.form-container .forgot-password a{
	margin-bottom: 90px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	text-decoration: none;
}

.form-container .login-error{
	margin-bottom: 20px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	width: 83%;
}

.zona-privada-container h2{
	margin-top: 42px;
	margin-bottom: 42px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	text-transform: uppercase;
	width: 85%;
	max-width: 1193px;
}

.zona-privada-container{
	display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.zona-privada .acf-google-map .acf-actions.-hover,
.zona-privada .acf-google-map .canvas{
	display: none !important;
}



@media(max-width:1120px){
	.zona-privada-container h2{
		width: 88%;
		margin-top: 33px;
		margin-bottom: 26px;
	}
	.form-container{
		width: 88%;
		margin-bottom: 66px;
		margin-top: 0px;
	}
	.zona-privada-logo{
		margin-top: 108px;
	}
	.form-container form button{
		margin-bottom: 29px;
	}
}


/*Zona Privada Inicio*/


/* Contenedor principal */
.zona-privada {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zona-privada .container-card{
	display: flex;
	gap: 112px;
	margin-bottom: 232px;
}


/* Tarjetas */
.zona-privada .card {
    background: #fff;
	width: 390px;
	box-shadow: 0px 0px 4px 0px #00000066;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    text-align: center;
	padding-top: 112px;
	padding-bottom: 65px;
	display: flex;
	flex-direction: column;
	align-items: center;

}


/* Icono circular */
.zona-privada .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #9b1d1d;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
}

/* Títulos */
.zona-privada h3 {
    font-family: Aparajita;
	font-weight: 400;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	text-transform: uppercase;
	margin: 0px;
}

/* Línea decorativa */
.zona-privada .underline {
    width: 16%;
    height: 6px;
    background: #A42D2B;
	margin-top: 8px;
	margin-bottom: 80px;
}

/* Botones */
.zona-privada a {
    display: inline-block;
    background: #A42D2B;
    color: #fff;
    width: 47%;
	padding-top: 12px;
	padding-bottom: 17px;
    border-radius: 4px;
    text-decoration: none;
    font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
}


/* Botón cerrar sesión */
.zona-privada .container-logout{
	position: absolute;
    right: 10%;
}
.zona-privada .logout{
	gap: 4px;
	background-color: transparent;
	display: flex;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	padding-top: 42px;
	width: auto;
}
.zona-privada .logout .icon-circle{
    color: #fff;
	background-color: #A42D2B;
	border-radius: 50%;
	padding: 3px;
	display: flex;
	justify-content: center;
	width: fit-content;
	font-size: 15px;
}

.zona-privada .title-page-zonza-pruvada-inicio{
	margin-bottom: 0px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: rgb(164, 45, 43);
	text-transform: uppercase;
	width: 85%;
	max-width: 1193px;
	display: flex;
	gap: 5px;
}
.zona-privada .title-page-zonza-pruvada-inicio h2{
	margin-bottom: 82px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: rgb(164, 45, 43);
	text-transform: uppercase;
}

.site-content.zona-privada .zona-privada .title-page-zonza-pruvada-inicio h2{
	margin-bottom: 29px;
}

.zona-privada .title-page-zonza-pruvada-inicio h2.color{
	color:#000;
}

.zona-privada #acf-form{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 395px;
	width: 85%;
 	max-width: 1193px;
}

.zona-privada #acf-form .acf-fields{
	display: grid;
	column-gap: 3%;
	justify-content: center;
	grid-template-columns: repeat(2, 1fr);
 	width: 100%;
}

.zona-privada #acf-form .acf-fields .acf-field{
	padding: 0px;
	padding-bottom: 38px;
}
.zona-privada #acf-form .acf-fields .acf-field .acf-label{
	font-family: Aparajita;
	font-weight: 400;
	font-size: 27.5px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	margin-bottom: 16px;
}

.zona-privada #acf-form .acf-fields .acf-field .acf-input{
	box-shadow: 0px 0px 4px 0px #00000066;
	border: none;
	height: 58px;
	border-radius: 8px;
}
.zona-privada #acf-form .acf-fields .acf-field .acf-input .acf-input-wrap,
.zona-privada  #acf-form .acf-fields .acf-field .acf-input input{
	border: none;
	height: 58px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
}
.zona-privada  #acf-form .acf-fields .acf-field-botones{
	display: flex;
	align-items: end;
	justify-content: end;
}
.zona-privada  #acf-form .acf-fields .acf-field-botones .acf-input{
	box-shadow: none;
	display: flex;
	gap: 21px;
	height: 40px;
}


.zona-privada  #acf-form .acf-fields .acf-field-botones .acf-input a,
.zona-privada  #acf-form .acf-fields .acf-field-botones .acf-input .button{
	border-radius: 2px;
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 17px;
	padding-left: 40px;
	background-color: #A42D2B;
	color: #fff;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	width: fit-content;
	text-align: center;
	height: auto;
}

.zona-privada #acf-form .acf-fields .acf-field-botones .acf-input a.button-secondary{
	background-color: #8BA6BB;
}

.zona-privada  #acf-form .acf-form-submit {
	display: none;
}
.zona-privada #acf-form .acf-form-submit .acf-form-buttons{
	display: flex;
	gap: 21px;
	width: fit-content;
}



@media(max-width: 1060px){
	.zona-privada .title-page-zonza-pruvada-inicio{
		width: 90%;
	}
	.zona-privada .container-logout{
		display: none;
	}
	.zona-privada .title-page-zonza-pruvada-inicio,
	.zona-privada .title-page-zonza-pruvada-inicio h2{
		margin-top: 42px;
	}
	.site-content.zona-privada .zona-privada .title-page-zonza-pruvada-inicio h2{
		margin-bottom: 15px;

	}
	.zona-privada #acf-form{
		width: 90%;
		margin-bottom: 38px;
	}
	.zona-privada #acf-form .acf-fields{
		grid-template-columns: repeat(1, 1fr);
	}
	.zona-privada #acf-form .acf-form-submit {
		margin-left: 0;
		margin-top: 0px;
	}
	.zona-privada  #acf-form .acf-fields .acf-field-botones .acf-input a,
	.zona-privada  #acf-form .acf-fields .acf-field-botones .acf-input .button,
	.zona-privada #acf-form .acf-fields .acf-field-botones .acf-input{
		width: 100%;
	}
}

@media(max-width: 950px){
	.zona-privada .title-page-zonza-pruvada-inicio,
	.zona-privada .title-page-zonza-pruvada-inicio h2{
		margin-bottom: 15px;
		margin-top: 32px;
	}
	.zona-privada .container-card{
		flex-direction: column;
		width: 100%;
		align-items: center;
		gap: 27px;
		margin-bottom: 26px;
		
	}
	.zona-privada .card{
		width: 90%;
		padding-top: 33px;
		padding-bottom: 32px;
	}
}


/*Page Maps*/
.page-template-mapa .wpgmza-google-marker-label{
	display: none;
}
.page-template-mapa .title-container{
	display: flex;
	justify-content: center;
}
.page-template-mapa .title-container h2.titulo{
	margin-top: 42px;
	margin-bottom: 42px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: rgb(164, 45, 43);
	text-transform: uppercase;
	width: 95%;
	max-width: 1193px;
}

@media(max-width:767px){
	.page-template-mapa .title-container h2.titulo{
		width: 90%;
		margin-top: 32px;
		margin-bottom: 32px;
	}
}


/*Page Encuestas*/
.zona-privada .container-quiz{
  	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 77px;
	width: 90%;
	max-width: 1193px;
}
.zona-privada .quiz-wrapper{
	background-color: white;
	box-shadow: 0px 0px 4px 0px #00000066;
	padding-top: 33px;
	padding-right: 38px;
	padding-left: 33px;
	border-radius: 8px;
	position: relative;
}

.zona-privada .quiz-wrapper .qsm-quiz-container{
	height: 100%;
}

.zona-privada.quiz-wrapper .qsm-quiz-container .qsm-quiz-form{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.zona-privada .quiz-wrapper .icon{
	position: absolute;
  	top: -20px;
	right: -19px;
	z-index: 1;
}

.zona-privada .quiz-wrapper .qsm-page .quiz_begin,
.zona-privada .quiz-wrapper .qsm-page .qsm-question-wrapper,
.zona-privada .quiz-wrapper .qsm-page .qsm-before-message{
	padding: 0;
	margin: 0;
}
.zona-privada .quiz-wrapper .qsm-page .qsm-before-message p,
.qsm-quiz-container .qmn_results_page .title{
	font-family: Aparajita;
	font-weight: 400;
	font-size: 26px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	margin-bottom: 15px;
}

.zona-privada .quiz-wrapper .qsm-page .qsm-question-wrapper .mlw_qmn_new_question{
	margin-bottom: 0;
}
.zona-privada .quiz-wrapper .qsm-page .qsm-question-wrapper .mlw_qmn_new_question,
.zona-privada .quiz-wrapper .qsm-page .qsm-question-wrapper label{
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	margin: 0;
}

.zona-privada .quiz-wrapper .qsm-page .qsm-question-wrapper textarea{
	width: 100%;
}

.zona-privada .quiz-wrapper .qsm-page .qsm-question-wrapper fieldset{
	margin-top: 27px;
}
.zona-privada .quiz-wrapper .qsm-page .qsm-question-wrapper fieldset .qsm-input-label{
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;

}

.zona-privada .quiz-wrapper .qsm-page .qsm-question-wrapper fieldset .qmn_radio_answers  input{
	color: #FFE8BB;
	background: #FFE8BB;
	accent-color: #FFE8BB;
	border: none;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 32px;
	height: 32px;
	border: 1px solid #D9D9D9;
	cursor: pointer;
	position: relative;
}

.zona-privada .quiz-wrapper .qsm-page .qsm-question-wrapper fieldset .qmn_radio_answers input:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    font-size: 16px;
    color: #D9D9D9; 
    pointer-events: none; 
}

.quiz-wrapper .qsm-pagination {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 53px;
	padding-top: 51px;
	margin-top: auto;
}

.quiz-wrapper .qsm-quiz-form .qsm-pagination .qsm-submit-btn,
#qsm_retake_button,
.quiz-wrapper .qsm-quiz-form .qsm-pagination .qsm-btn{
	border-radius: 2px;
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 17px;
	padding-left: 40px;
	background-color: #A42D2B !important;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff !important;
	text-transform: uppercase;
	width: fit-content;
}

.wrap.zona-privada .title-page-zonza-pruvada-inicio{
	width: 90%;

}

.qsm-quiz-container .qmn_results_page{
	height: 100%;
	display: flex;
	flex-direction: column;
}

.zona-privada .single-volver{
	width: 95%;
	display: flex;
	justify-content: end;
	max-width: 1193px;
	margin-bottom: 87px;
}

.zona-privada .single-volver .btn-volver {
  border-radius: 2px;
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 17px;
  padding-left: 40px;
  background-color: #8BA6BB;
}

.zona-privada .single-volver .btn-volver a {
  font-family: Aparajita;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  text-decoration: none;
  display: unset;
  background: #8BA6BB;
  padding: 0;
}


.quiz-wrapper .qsm-quiz-form{
	height: inherit;
	display: flex;
	flex-direction: column;
}

@media(max-width:1300px){
	.zona-privada .single-volver{
		margin-bottom: 36px;
		justify-content: center;
	}
}


/*Page Contacto*/
.pagina-contacto {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 33px;
}

.pagina-contacto .titulo-contato{
	margin-top: 42px;
	margin-bottom: 42px;
	font-family: Smooch Sans;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: rgb(164, 45, 43);
	text-transform: uppercase;
	width: 90%;
	max-width: 1193px;
}

.pagina-contacto .contacto-info {
	width: 90%;
	max-width: 1193px;
}

.pagina-contacto .contacto-info h2 {
  	font-family: Aparajita;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	margin: 0;
}

.pagina-contacto .contacto-info p{
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
}

.pagina-contacto .contacto-info p a{
	color: #000;
	text-decoration: none;
}

.pagina-contacto .contacto-formulario {
	flex: 2;
	width: 90%;
	max-width: 1193px;
}

.pagina-contacto .contacto-formulario h2 {
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A42D2B;
	text-transform: uppercase;
}

.pagina-contacto .contacto-formulario .wpcf7 .wpcf7-form .formulario-contacto{
	display: flex;
	gap:30px;
	width: 100%;
}

.pagina-contacto .contacto-formulario .wpcf7 .wpcf7-form .formulario-contacto .columna-izquierda,
.pagina-contacto .contacto-formulario .wpcf7 .wpcf7-form .formulario-contacto .columna-derecha{
	width: 100%;
}

.pagina-contacto .contacto-formulario .wpcf7 .wpcf7-form .formulario-contacto .columna-izquierda input{
	width: 100%;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: justify;
	height: 50px;
	border-radius: 8px;
	box-shadow: 0px 0px 4px 0px #00000066;
	margin-bottom: 20px;
}

.pagina-contacto .contacto-formulario .wpcf7 .wpcf7-form .formulario-contacto .columna-derecha textarea{
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: justify;
	height: 190px;
	border-radius: 8px;
	box-shadow: 0px 0px 4px 0px #00000066;
	padding-top: 13px;
}

.pagina-contacto .contacto-formulario .wpcf7 .wpcf7-form .formulario-contacto .columna-derecha .formulario-politica,
.pagina-contacto .contacto-formulario .wpcf7 .wpcf7-form .formulario-contacto .columna-derecha .formulario-politica a{
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: justify;
	color: #000;
}

.pagina-contacto .contacto-formulario .wpcf7 .wpcf7-form .formulario-contacto .columna-derecha .formulario-enviar .wpcf7-submit{
	border-radius: 2px;
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 14px;
	padding-left: 40px;
	background-color: #A42D2B !important;
	font-family: Aparajita;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff !important;
	text-transform: uppercase;
	width: fit-content;
}


@media (max-width: 850px){
	.pagina-contacto .contacto-formulario .wpcf7 .wpcf7-form .formulario-contacto{
		flex-direction: column;
		gap:0px;
	}
	.pagina-contacto .contacto-formulario .wpcf7 .wpcf7-form .formulario-contacto .columna-izquierda p{
		margin-bottom: 0;
	}
	.pagina-contacto .contacto-formulario .wpcf7 .wpcf7-form .formulario-contacto .columna-derecha p{
		margin-top: 0
	}
	
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
