/*!
Theme Name: Landing Fundación Lejeune
Theme URI: http://underscores.me/
Author: Hitz Kareaga
Author URI: http://hitzkareaga.com
Description: Un tema personalizado para una landing de FL
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: lfl
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.

Landing Fundación Lejeune 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
--------------------------------------------------------------*/

/* 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
--------------------------------------------------------------*/
:root {
	--black: #6D6F6F;
	--white: #ffffff;
	--grey: #EBEBEB;
	--red: #D31F28;
	--lightred: #E5797E;
	--extralightred: #FCF1F2;
}
/* Typography
--------------------------------------------- */

@font-face {
    font-family: 'NT Wagner';
    src: url('fonts/NTWagner.woff2') format('woff2'),
        url('fonts/NTWagner.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body.page-template-landing-page,
.page-template-landing-page button,
.page-template-landing-page input,
.page-template-landing-page select,
.page-template-landing-page optgroup,
.page-template-landing-page textarea,
body.page-template-landingnew-page,
.page-template-landingnew-page button,
.page-template-landingnew-page input,
.page-template-landingnew-page select,
.page-template-landingnew-page optgroup,
.page-template-landingnew-page textarea,{
body.page-template-landingnew2-page,
.page-template-landingnew2-page button,
.page-template-landingnew2-page input,
.page-template-landingnew2-page select,
.page-template-landingnew2-page optgroup,
.page-template-landingnew2-page textarea
	color: var(--black);
	font-family: 'Raleway',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: clamp(1rem, 0.9583rem + 0.1852vw, 1.125rem);
	line-height: 1.15;
}
body.page-template-landing-page,
body.page-template-landingnew-page,
body.page-template-landingnew2-page  {
	line-height: 1;
	color: var( --e-global-color-text );
}

.page-template-landing-page h1,
.page-template-landing-page h2,
.page-template-landing-page h3,
.page-template-landing-page h4,
.page-template-landing-page h5,
.page-template-landing-page h6, 
.page-template-landingnew-page h1,
.page-template-landingnew-page h2,
.page-template-landingnew-page h3,
.page-template-landingnew-page h4,
.page-template-landingnew-page h5,
.page-template-landingnew-page h6,
.page-template-landingnew2-page h1,
.page-template-landingnew2-page h2,
.page-template-landingnew2-page h3,
.page-template-landingnew2-page h4,
.page-template-landingnew2-page h5,
.page-template-landingnew2-page h6 {
	font-family: 'NT Wagner';
	color: var(--red);
	clear: both;
	line-height: 1.1
}

.page-template-landing-page p,
.page-template-landingnew-page p,
.page-template-landingnew2-page p {
	margin: 0;
	padding: 0;
	line-height: 1.15;
}

.page-template-landing-page dfn,
.page-template-landing-page cite,
.page-template-landing-page em,
.page-template-landingnew-page dfn,
.page-template-landingnew-page cite,
.page-template-landingnew-page em,
.page-template-landingnew2-page dfn,
.page-template-landingnew2-page cite,
.page-template-landingnew2-page em,
i {
	font-style: italic;
}

.page-template-landing-page blockquote,
.page-template-landingnew-page blockquote,
.page-template-landingnew2-page blockquote {
	margin: 0 1.5em;
}

.page-template-landing-page address,
.page-template-landingnew-page address,
.page-template-landingnew2-page 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;
}

.page-template-landing-page  big,
.page-template-landingnew-page  big,
.page-template-landingnew2-page  big  {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
.page-template-landing-page body,
.page-template-landingnew-page body,
.page-template-landingnew2-page body  {
	background: #fff;
	overflow-x: hidden;
}

.page-template-landing-page hr,
.page-template-landingnew-page hr,
.page-template-landingnew2-page hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


.page-template-landing-page ul,
.page-template-landingnew-page ul,
.page-template-landingnew2-page ul {
	list-style: disc;
}

.page-template-landing-page ol,
.page-template-landingnew-page ol {
	list-style: decimal;
}

.page-template-landing-page  li > ul,
.page-template-landing-page li > ol,
.page-template-landingnew-page  li > ul,
.page-template-landingnew-page li > ol,
.page-template-landingnew2-page  li > ul,
.page-template-landingnew2-page 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%;
}

.page-template-landing-page img,
.page-template-landingnew-page img,
.page-template-landingnew2-page img {
	height: auto;
	max-width: 100%;
}

.page-template-landing-page figure,
.page-template-landingnew-page figure,
.page-template-landingnew2-page figure{
	margin: 1em 0;
}

.page-template-landing-page table,
.page-template-landingnew-page table,
.page-template-landingnew2-page table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
.page-template-landing-page a,
.page-template-landingnew-page a,
.page-template-landingnew2-page a {
	color: var(--red);
}

.page-template-landing-page a:visited,
.page-template-landingnew-page a:visited,
.page-template-landingnew2-page a:visited {
	color: var(--red);
}

.page-template-landing-page a:hover,
.page-template-landing-page a:focus,
.page-template-landing-page a:active,
.page-template-landingnew-page a:hover,
.page-template-landingnew-page a:focus,
.page-template-landingnew-page a:active,
.page-template-landingnew2-page a:hover,
.page-template-landingnew2-page a:focus,
.page-template-landingnew2-page a:active  {
	color: var(--red);
	text-decoration: none;
}

.page-template-landing-page a:focus,
.page-template-landingnew-page a:focus,
.page-template-landingnew2-page a:focus  {
	outline: thin dotted;
}

.page-template-landing-page a:hover,
.page-template-landing-page a:active,
.page-template-landingnew-page a:hover,
.page-template-landingnew-page a:active,
.page-template-landingnew2-page a:hover,
.page-template-landingnew2-page a:active {
	outline: 0;
}
.page-template-landing-page a.elementor-button,
.page-template-landingnew-page a.elementor-button,
.page-template-landingnew2-page a.elementor-button{
	color: var(--white);
}
/* Forms
--------------------------------------------- */
.page-template-landing-page button,
.page-template-landing-page input[type="button"],
.page-template-landing-page input[type="reset"],
.page-template-landing-page input[type="submit"],
.page-template-landingnew-page button,
.page-template-landingnew-page input[type="button"],
.page-template-landingnew-page input[type="reset"],
.page-template-landingnew-page input[type="submit"],
.page-template-landingnew2-page button,
.page-template-landingnew2-page input[type="button"],
.page-template-landingnew2-page input[type="reset"],
.page-template-landingnew2-page 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;
}

.page-template-landing-page button:hover,
.page-template-landing-page input[type="button"]:hover,
.page-template-landing-page input[type="reset"]:hover,
.page-template-landing-page input[type="submit"]:hover,
.page-template-landingnew-page button:hover,
.page-template-landingnew-page input[type="button"]:hover,
.page-template-landingnew-page input[type="reset"]:hover,
.page-template-landingnew-page input[type="submit"]:hover,
.page-template-landingnew2-page button:hover,
.page-template-landingnew2-page input[type="button"]:hover,
.page-template-landingnew2-page input[type="reset"]:hover,
.page-template-landingnew2-page input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

.page-template-landing-page button:active,
.page-template-landing-page button:focus,
.page-template-landing-page input[type="button"]:active,
.page-template-landing-page input[type="button"]:focus,
.page-template-landing-page input[type="reset"]:active,
.page-template-landing-page input[type="reset"]:focus,
.page-template-landing-page input[type="submit"]:active,
.page-template-landing-page input[type="submit"]:focus,
.page-template-landingnew-page button:active,
.page-template-landingnew-page button:focus,
.page-template-landingnew-page input[type="button"]:active,
.page-template-landingnew-page input[type="button"]:focus,
.page-template-landingnew-page input[type="reset"]:active,
.page-template-landingnew-page input[type="reset"]:focus,
.page-template-landingnew-page input[type="submit"]:active,
.page-template-landingnew-page input[type="submit"]:focus,
.page-template-landingnew2-page button:active,
.page-template-landingnew2-page button:focus,
.page-template-landingnew2-page input[type="button"]:active,
.page-template-landingnew2-page input[type="button"]:focus,
.page-template-landingnew2-page input[type="reset"]:active,
.page-template-landingnew2-page input[type="reset"]:focus,
.page-template-landingnew2-page input[type="submit"]:active,
.page-template-landingnew2-page input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.page-template-landing-page input[type="text"],
.page-template-landing-page input[type="email"],
.page-template-landing-page input[type="url"],
.page-template-landing-page input[type="password"],
.page-template-landing-page input[type="search"],
.page-template-landing-page input[type="number"],
.page-template-landing-page input[type="tel"],
.page-template-landing-page input[type="range"],
.page-template-landing-page input[type="date"],
.page-template-landing-page input[type="month"],
.page-template-landing-page input[type="week"],
.page-template-landing-page input[type="time"],
.page-template-landing-page input[type="datetime"],
.page-template-landing-page input[type="datetime-local"],
.page-template-landing-page input[type="color"],
.page-template-landing-page textarea,
.page-template-landingnew-page input[type="text"],
.page-template-landingnew-page input[type="email"],
.page-template-landingnew-page input[type="url"],
.page-template-landingnew-page input[type="password"],
.page-template-landingnew-page input[type="search"],
.page-template-landingnew-page input[type="number"],
.page-template-landingnew-page input[type="tel"],
.page-template-landingnew-page input[type="range"],
.page-template-landingnew-page input[type="date"],
.page-template-landingnew-page input[type="month"],
.page-template-landingnew-page input[type="week"],
.page-template-landingnew-page input[type="time"],
.page-template-landingnew-page input[type="datetime"],
.page-template-landingnew-page input[type="datetime-local"],
.page-template-landingnew-page input[type="color"],
.page-template-landingnew-page textarea,
.page-template-landingnew2-page input[type="text"],
.page-template-landingnew2-page input[type="email"],
.page-template-landingnew2-page input[type="url"],
.page-template-landingnew2-page input[type="password"],
.page-template-landingnew2-page input[type="search"],
.page-template-landingnew2-page input[type="number"],
.page-template-landingnew2-page input[type="tel"],
.page-template-landingnew2-page input[type="range"],
.page-template-landingnew2-page input[type="date"],
.page-template-landingnew2-page input[type="month"],
.page-template-landingnew2-page input[type="week"],
.page-template-landingnew2-page input[type="time"],
.page-template-landingnew2-page input[type="datetime"],
.page-template-landingnew2-page input[type="datetime-local"],
.page-template-landingnew2-page input[type="color"],
.page-template-landingnew2-page textarea {
	color: var(--black);
	border-bottom: 1px solid var(--black);
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: none;
	background: transparent;
	padding: 3px;
	width: 100%;
}

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

.page-template-landing-page select,
.page-template-landingnew-page select,
.page-template-landingnew2-page select  {
	border: 1px solid #ccc;
}

.page-template-landing-page textarea,
.page-template-landingnew-page textarea,
.page-template-landingnew2-page textarea  {
	width: 100%;
}

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

.page-template-landing-page .container,
.page-template-landingnew-page .container,
.page-template-landingnew2-page .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.page-template-landing-page .custom-logo-link,
.page-template-landingnew-page .custom-logo-link,
.page-template-landingnew2-page .custom-logo-link  {
	display: inline-block;
}



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


/*--------------------------------------------------------------
# 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
--------------------------------------------- */
.page-template-landing-page .alignleft,
.page-template-landingnew-page .alignleft,
.page-template-landingnew2-page .alignleft{

	/*rtl:ignore*/
	float: left;

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

.page-template-landing-page .alignright,
.page-template-landingnew-page .alignright,
.page-template-landingnew2-page .alignright   {

	/*rtl:ignore*/
	float: right;

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

.page-template-landing-page.aligncenter,
.page-template-landingnew-page.aligncenter,
.page-template-landingnew2-page.aligncenter  {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	text-align: center;
}
.page-template-landingnew-page .btn-fijo,
.page-template-landingnew2-page .btn-fijo {
	position: fixed;
	right: 10px;
	top: 10px;
}
.page-template-landingnew .elementor-8584 .elementor-element.elementor-element-16afd85a,
.page-template-landingnew2 .elementor-8584 .elementor-element.elementor-element-16afd85a {
  border-style: solid;
  border-width: 0px 0px 0px 0px !important;
  border-color: transparent !important;
  margin-top: 0px;
  margin-bottom: -100px;
  z-index: 9999;
}
.page-template-landing-page .phone,
.page-template-landingnew-page .phone,
.page-template-landingnew2-page .phone  {
	white-space: nowrap; 
    overflow-wrap: normal; 
    word-wrap: normal; 
}
.page-template-landing-page #slider,
.page-template-landingnew-page #slider {
	position: absolute;
  top: 0;
  width: 100%;
}
.page-template-landingnew2-page #slider {
	position: relative;
  top: 0;
  width: 100%;
}
.page-template-landing-page .featured-image, .swiper-slide,
.page-template-landingnew-page .featured-image, .swiper-slide,
.page-template-landingnew2-page .featured-image, .swiper-slide   {
	position: absolute;
	height: 670px; 
	background-size: cover; 
	background-position: 62% 60%;
	width: 100%;
	top: 0;
	z-index: 1;
}
.page-template-landingnew-page img.img-cabe {
	display: block;
  width: 100%;
  height: 677px;
  object-fit: cover;
  position: relative;
  top: 0;
}
.page-template-landing-page #slider .swiper-button-next, .page-template-landing-page #slider .swiper-button-prev,
.page-template-landingnew-page #slider .swiper-button-next, .page-template-landingnew-page #slider .swiper-button-prev,
.page-template-landingnew2-page #slider .swiper-button-next, .page-template-landingnew2-page #slider .swiper-button-prev  {
	color: var(--white) !important;
}
.page-template-landing-page #slider .swiper-pagination-bullet-active, .page-template-landing-page #slider .swiper-pagination-bullet,
.page-template-landingnew-page #slider .swiper-pagination-bullet-active, .page-template-landingnew-page #slider .swiper-pagination-bullet,
.page-template-landingnew2-page #slider .swiper-pagination-bullet-active, .page-template-landingnew2-page #slider .swiper-pagination-bullet {
  background: var(--white) !important;
}
.page-template-landing-page .content,
.page-template-landingnew-page .content,
.page-template-landingnew2-page .content {
	position: relative;
	z-index: 1;
	margin-top: 650px;
	padding: 100px 0;
	display: flex;
    gap: 40px; 
}
.page-template-landingnew2-page .title-cabe {
	position: absolute; 
	top: 0; background-color: #DBE1E1; 
	height: 450px; 
	width: 100%; 
	padding-top: 200px;
}
.page-template-landingnew2-page .title-cabe h1 {
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: bold;
}
.page-template-landingnew2-page .title-cabe p {
	max-width: 60%;
	font-size: clamp(1.25rem, 1.0833rem + 0.7407vw, 1.75rem);
	font-weight: bold;
	padding-top: 30px;
}
.page-template-landingnew2-page .title-cabe p  strong {
	color: var(--red);
}
.page-template-landingnew-page .content {
	margin-top: 0;
}
.page-template-landingnew2-page .content {
	margin-top: 450px;
}
.page-template-landing-page  .content .main-txt,
.page-template-landingnew-page  .content .main-txt,
.page-template-landingnew2-page  .content .main-txt  {
	font-size: clamp(1.25rem, 1.0833rem + 0.7407vw, 1.75rem);
}
.page-template-landing-page .content > .cita, .content > .cita-trisomia,
.page-template-landingnew-page .content > .cita, .content > .cita-trisomia,
.page-template-landingnew2-page .content > .cita, .content > .cita-trisomia  {
    flex: 0 0 40%; 
    box-sizing: border-box; 
    max-width: 510px;
    margin-top: -300px;
    width: 40%;
	padding-right: 30px;
}
.page-template-landing-page .boton-fijo,
.page-template-landingnew-page .boton-fijo,
.page-template-landingnew2-page .boton-fijo {
	display: none;
	background-color: var(--red);
	border-radius: 20px 20px 0 0;
	padding: 24px;
	margin: 0; 
	text-align: center;
	height: 80px;
}
.page-template-landing-page .boton-fijo.girado,
.page-template-landingnew-page .boton-fijo.girado,
.page-template-landingnew2-page .boton-fijo.girado {
	position: fixed;
	display: block;
    transform: rotate(-90deg);
    right: -160px;
    top: 50%;
    transform-origin: center;
    z-index: 9999;
    width: 400px;
    height: 80px;
    padding: 0;
    margin: 0;
}
.page-template-landing-page .boton-fijo h2,
.page-template-landingnew-page .boton-fijo h2,
.page-template-landingnew2-page .boton-fijo h2 {
	margin: 0;
	 padding: 24px;
	color: var(--white);
}
.page-template-landing-page .content > .cita.hidden,
.page-template-landingnew-page .content > .cita.hidden,
.page-template-landingnew2-page .content > .cita.hidden {display: none;}
.page-template-landing-page .content .cita .cita-title, 
.page-template-landing-page .cita-trisomia .cita-title,
.page-template-landingnew-page .content .cita .cita-title, 
.page-template-landingnew-page .cita-trisomia .cita-title,
.page-template-landingnew2-page .content .cita .cita-title, 
.page-template-landingnew2-page .cita-trisomia .cita-title {
	background-color: var(--red);
	border-radius: 20px 20px 0 0;
	padding: 24px;
	margin: 0; 
	text-align: center;
	height: 80px;
}
.page-template-landingnew-page .content .cita .cita-title {
	background-color: #DBE1E1;
	color: var(--black);
}
.page-template-landingnew2-page .content .cita .cita-title {
	background-color: #6D6F6F;
	color: var(--white);
}
.page-template-landing-page .content .cita .cita-title h2,
.page-template-landing-page .cita-trisomia .cita-title h2,
.page-template-landingnew-page .content .cita .cita-title h2,
.page-template-landingnew-page .cita-trisomia .cita-title h2,
.page-template-landingnew2-page .content .cita .cita-title h2,
.page-template-landingnew2-page .cita-trisomia .cita-title h2  {
	margin: 0;
	padding: 0;
	color: var(--white);
}
.page-template-landingnew-page .content .cita .cita-title h2 {color: var(--black);}
.page-template-landingnew2-page .content .cita .cita-title h2 {color: var(--white);}
.page-template-landing-page .content .cita .cita-caja,
.page-template-landing-page .cita-trisomia .cita-caja,
.page-template-landingnew-page .content .cita .cita-caja,
.page-template-landingnew-page .cita-trisomia .cita-caja,
.page-template-landingnew2-page .content .cita .cita-caja,
.page-template-landingnew2-page .cita-trisomia .cita-caja {
	background-color: var(--extralightred);
}
.page-template-landing-page .content .cita .cita-caja .cita-intro,
.page-template-landing-page .cita-trisomia .cita-caja .cita-intro,
.page-template-landingnew-page .content .cita .cita-caja .cita-intro,
.page-template-landingnew-page .cita-trisomia .cita-caja .cita-intro,
.page-template-landingnew2-page .content .cita .cita-caja .cita-intro,
.page-template-landingnew2-page .cita-trisomia .cita-caja .cita-intro {
	padding: 15px 15px 0;
}
.page-template-landing-page .content .cita .cita-caja p,
.cita-trisomia .cita-caja p,
.page-template-landingnew-page .content .cita .cita-caja p,
.page-template-landingnew2-page .content .cita .cita-caja p   {
	font-size: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
}
.page-template-landing-page .content .cita .cita-caja .cita-formulario,
.page-template-landing-page .cita-trisomia .cita-caja .cita-formulario,
.page-template-landingnew-page .content .cita .cita-caja .cita-formulario,
.page-template-landingnew-page .cita-trisomia .cita-caja .cita-formulario,
.page-template-landingnew2-page .content .cita .cita-caja .cita-formulario,
.page-template-landingnew2-page .cita-trisomia .cita-caja .cita-formulario {
	padding: 0 15px;
}
.page-template-landing-page .content .cita .cita-caja input[type="submit"],
.page-template-landing-page .cita-trisomia .cita-caja input[type="submit"],
.page-template-landingnew-page .content .cita .cita-caja input[type="submit"],
.page-template-landingnew-page .cita-trisomia .cita-caja input[type="submit"],
.page-template-landingnew2-page .content .cita .cita-caja input[type="submit"],
.page-template-landingnew2-page .cita-trisomia .cita-caja input[type="submit"]    {
  border: none;
  border-radius: none;
  background: var(--black);
  color: var(--white);
  line-height: 1;
  padding: 1em 1em 0.8em;
  width: 100%;
  height: 80px;
  font-size: clamp(1.25rem, 1.1667rem + 0.3704vw, 1.5rem);
}
.page-template-landing-page .content .cita div.wpforms-container-full,
.page-template-landing-page .content-lightbox .cita div.wpforms-container-full,
.page-template-landingnew-page .content .cita div.wpforms-container-full,
.page-template-landingnew-page .content-lightbox .cita div.wpforms-container-full,
.page-template-landingnew2-page .content .cita div.wpforms-container-full,
.page-template-landingnew2-page .content-lightbox .cita div.wpforms-container-full  {
  margin: 0 auto;
}
.page-template-landing-page .content .cita div.wpforms-container-full .wpforms-form .wpforms-field,
.page-template-landing-page .content-lightbox .cita div.wpforms-container-full .wpforms-form .wpforms-field,
.page-template-landingnew-page .content .cita div.wpforms-container-full .wpforms-form .wpforms-field,
.page-template-landingnew-page .content-lightbox .cita div.wpforms-container-full .wpforms-form .wpforms-field,
.page-template-landingnew2-page .content .cita div.wpforms-container-full .wpforms-form .wpforms-field,
.page-template-landingnew2-page .content-lightbox .cita div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 0;
}
.page-template-landing-page .content .cita div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,
.page-template-landing-page .content-lightbox .cita div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,
.page-template-landingnew-page .content .cita div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,
.page-template-landingnew-page .content-lightbox .cita div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,
.page-template-landingnew2-page .content .cita div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,
.page-template-landingnew2-page .content-lightbox .cita div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul {
	padding: 0 15px 15px !important;
}
.page-template-landing-page .content .cita div.wpforms-container-full .wpforms-form ul,
.page-template-landing-page .content-lightbox .cita div.wpforms-container-full .wpforms-form ul,
.page-template-landing-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form ul,
.page-template-landingnew-page .content .cita div.wpforms-container-full .wpforms-form ul,
.page-template-landingnew-page .content-lightbox .cita div.wpforms-container-full .wpforms-form ul,
.page-template-landingnew-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form ul,
.page-template-landingnew2-page .content .cita div.wpforms-container-full .wpforms-form ul,
.page-template-landingnew2-page .content-lightbox .cita div.wpforms-container-full .wpforms-form ul,
.page-template-landingnew2-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form ul{
	padding: 0 15px 10px !important;
}
.page-template-landing-page .content .cita .cita-caja input[type="text"], 
.page-template-landing-page .content .cita .cita-caja input[type="tel"],  
.page-template-landing-page .content-lightbox .cita .cita-caja input[type="text"], 
.page-template-landing-page .content-lightbox .cita .cita-caja input[type="tel"], 
.page-template-landing-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form input[type="text"], 
.page-template-landing-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form input[type="email"],
.page-template-landingnew-page .content .cita .cita-caja input[type="text"], 
.page-template-landingnew-page .content .cita .cita-caja input[type="tel"],  
.page-template-landingnew-page .content-lightbox .cita .cita-caja input[type="text"], 
.page-template-landingnew-page .content-lightbox .cita .cita-caja input[type="tel"], 
.page-template-landingnew-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form input[type="text"], 
.page-template-landingnew-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form input[type="email"],
.page-template-landingnew2-page .content .cita .cita-caja input[type="text"], 
.page-template-landingnew2-page .content .cita .cita-caja input[type="tel"],  
.page-template-landingnew2-page .content-lightbox .cita .cita-caja input[type="text"], 
.page-template-landingnew2-page .content-lightbox .cita .cita-caja input[type="tel"], 
.page-template-landingnew2-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form input[type="text"], 
.page-template-landingnew2-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form input[type="email"] {
	margin: 15px;
	padding: 3px;
	width: calc(100% - 30px);
	background-color: transparent;
	border-radius: none;
	border-top: none;
	border-left: none;
	border-right:none;
	border-bottom:1px solid var(--black);
	color: var(--black);
}
.page-template-landing-page .content .cita .cita-caja div.wpforms-container-full .wpforms-form .wpforms-field-label,
.page-template-landing-page .content-lightbox .cita .cita-caja div.wpforms-container-full .wpforms-form .wpforms-field-label,
.page-template-landing-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form .wpforms-field-label,
.page-template-landingnew-page .content .cita .cita-caja div.wpforms-container-full .wpforms-form .wpforms-field-label,
.page-template-landingnew-page .content-lightbox .cita .cita-caja div.wpforms-container-full .wpforms-form .wpforms-field-label,
.page-template-landingnew-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form .wpforms-field-label, 
.page-template-landingnew2-page .content .cita .cita-caja div.wpforms-container-full .wpforms-form .wpforms-field-label,
.page-template-landingnew2-page .content-lightbox .cita .cita-caja div.wpforms-container-full .wpforms-form .wpforms-field-label,
.page-template-landingnew2-page .cita-trisomia .cita-caja div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-weight: 400;
	padding: 0 15px;
}
.page-template-landing-page .cita-trisomia .cita-caja  div.wpforms-container-full .wpforms-form .wpforms-field
.page-template-landing-page .content-lightbox .cita.cita-caja  div.wpforms-container-full .wpforms-form .wpforms-field,
.page-template-landingnew-page .cita-trisomia .cita-caja  div.wpforms-container-full .wpforms-form .wpforms-field
.page-template-landinnewg-page .content-lightbox .cita.cita-caja  div.wpforms-container-full .wpforms-form .wpforms-field,
.page-template-landingnew2-page .cita-trisomia .cita-caja  div.wpforms-container-full .wpforms-form .wpforms-field
.page-template-landinnewg2-page .content-lightbox .cita.cita-caja  div.wpforms-container-full .wpforms-form .wpforms-field  {
  padding: 0;
}
.page-template-landing-page .content .cita .cita-caja .wpcf7-spinner, 
.page-template-landing-page .cita-trisomia .cita-caja .wpcf7-spinner,
.page-template-landingnew-page .content .cita .cita-caja .wpcf7-spinner, 
.page-template-landingnew-page .cita-trisomia .cita-caja .wpcf7-spinner,
.page-template-landingnew2-page .content .cita .cita-caja .wpcf7-spinner, 
.page-template-landingnew2-page .cita-trisomia .cita-caja .wpcf7-spinner {
  margin-left: -64px;
}
.page-template-landing-page div.wpforms-container-full .wpforms-form input[type="submit"], 
.page-template-landing-page div.wpforms-container-full .wpforms-form button[type="submit"], 
.page-template-landing-page div.wpforms-container-full .wpforms-form .wpforms-page-button,
.page-template-landingnew-page div.wpforms-container-full .wpforms-form input[type="submit"], 
.page-template-landingnew-page div.wpforms-container-full .wpforms-form button[type="submit"], 
.page-template-landingnew-page div.wpforms-container-full .wpforms-form .wpforms-page-button,
.page-template-landingnew2-page div.wpforms-container-full .wpforms-form input[type="submit"], 
.page-template-landingnew2-page div.wpforms-container-full .wpforms-form button[type="submit"], 
.page-template-landingne2w-page div.wpforms-container-full .wpforms-form .wpforms-page-button {
	border: none;
  border-radius: none;
  background: var(--black) !important;
  color: var(--white) !important;
  line-height: 1;
  padding: 1em 1em 0.8em;
  width: 100%;
  height: 80px;
  font-size: clamp(1.25rem, 1.1667rem + 0.3704vw, 1.5rem);
  text-transform: uppercase;
  border-radius: 0;
}


  
  
.page-template-landing-page .content > .main-txt,
.page-template-landingnew-page .content > .main-txt,
.page-template-landingnew2-page .content > .main-txt {
    flex: 0 0 60%; 
    box-sizing: border-box;
}

.page-template-landing-page .highlighted-text,
.page-template-landingnew-page .highlighted-text,
.page-template-landingnew2-page .highlighted-text  {
	background-color: var(--grey);
	padding: 50px 0;
	font-weight: bold;
	font-size: clamp(1.25rem, 1.0833rem + 0.7407vw, 1.75rem);
}
.page-template-landing-page .highlighted-text strong,
.page-template-landingnew-page .highlighted-text strong,
.page-template-landingnew2-page .highlighted-text strong {
	color: var(--red);
}

/* Contenedor de pestañas */

/* Títulos de las pestañas */
.page-template-landing-page .tabs-titles, .page-template-landingnew-page .tabs-titles,  .page-template-landingnew2-page .tabs-titles  {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-template-landing-page .tabs-titles .tab-title,
.page-template-landingnew-page .tabs-titles .tab-title,
.page-template-landingnew2-page .tabs-titles .tab-title  {
    flex: 1; /* Cada pestaña ocupa el 50% */
    text-align: center;
    padding: 50px 30px;
    background-color: var(--lightred);
    cursor: pointer;
    height: 200px;
    position: relative;
    transition: all 0.3s ease;
}
.page-template-landing-page .tabs-titles .tab-title h3,
.page-template-landingnew-page .tabs-titles .tab-title h3,
.page-template-landingnew2-page .tabs-titles .tab-title h3 {
    max-width: 520px;
	margin: 0 auto;
    font-family: 'NT Wagner';
    font-size: clamp(1.5rem, 1.1667rem + 1.4815vw, 2.5rem);
    color: var(--white);
}
.page-template-landing-page .tabs-titles .tab-title:hover,
.page-template-landingnew-page .tabs-titles .tab-title:hover,
.page-template-landingnew2-page .tabs-titles .tab-title:hover  {
    background-color: var(--red); /* Color de fondo al pasar el mouse */
}

.page-template-landing-page .tabs-titles .tab-title.active,
.page-template-landingnew-page .tabs-titles .tab-title.active,
.page-template-landingnew2-page .tabs-titles .tab-title.active  {
	position: relative;
    background-color: var(--red); /* Fondo de la pestaña activa */
}

/* Triángulo hacia abajo */
.page-template-landing-page .tabs-titles .tab-title.active::after,
.page-template-landingnew-page .tabs-titles .tab-title.active::after,
.page-template-landingnew2-page .tabs-titles .tab-title.active::after {
    content: '';
    position: absolute;
    bottom: -32px; /* Posiciona el triángulo hacia abajo */
    left: 50%;
    transform: translateX(-50%);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid var(--red); 
    z-index: 1;
}

/* Ocultar el contenido de las pestañas por defecto */
.page-template-landing-page .tabs-content .tab-content,
.page-template-landingnew-page .tabs-content .tab-content,
.page-template-landingnew2-page .tabs-content .tab-content {
    display: none;
    position: relative;
}

.page-template-landing-page .tabs-content .tab-content.active,
.page-template-landingnew-page .tabs-content .tab-content.active,
.page-template-landingnew2-page .tabs-content .tab-content.active {
    display: block;
}

/* Slider */
.page-template-landing-page .slider,
.page-template-landingnew-page .slider,
.page-template-landingnew2-page .slider {
    display: flex;
    overflow-x: auto;
}

.page-template-landing-page .slider .slide,
.page-template-landingnew-page .slider .slide,
.page-template-landingnew2-page .slider .slide {
    min-width: 100%;
    flex: 0 0 auto;
    background: var(--white);
    padding: 80px 0 20px;
    border-radius: 5px;
}
.page-template-landing-page .swiper-slide,
.page-template-landingnew-page .swiper-slide,
.page-template-landingnew2-page .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 690px;
}
.page-template-landing-page .swiper-container,
.page-template-landingnew-page .swiper-container,
.page-template-landingnew2-page .swiper-container {
	position: relative;
	z-index: 1 !important;
    width: 100%;
    height: auto;
    padding: 80px 0 30px;
    overflow: hidden;
    transition: height 0.3s ease; /* Suaviza los cambios de altura */
	  min-height: 690px;
	  
	}
.page-template-landing-page .swiper-slide .container,
.page-template-landingnew-page .swiper-slide .container,
.page-template-landingnew2-page .swiper-slide .container {
    display: flex;
    align-items: center;
    justify-content:space-between;
    background: var(--white);
    padding: 0 30px;
    gap: 30px;
}
.page-template-landing-page .swiper-slide .container.column,
.page-template-landingnew-page .swiper-slide .container.column,
.page-template-landingnew2-page .swiper-slide .container.column   {
	flex-direction: column;
	padding-bottom: 50px;
}
.page-template-landing-page .swiper-slide .container .half,
.page-template-landingnew-page .swiper-slide .container .half,
.page-template-landingnew2-page .swiper-slide .container .half  {
	width: calc(50% - 30px);
}
.page-template-landing-page .swiper-slide .container .third,
.page-template-landingnew-page .swiper-slide .container .third,
.page-template-landingnew2-page .swiper-slide .container .third  {
	width: calc(33% - 30px);
}
.page-template-landing-page .swiper-slide .container .third img,
.page-template-landingnew-page .swiper-slide .container .third img,
.page-template-landingnew2-page .swiper-slide .container .third img  {
	max-width: 100%;
}
.page-template-landing-page .swiper-slide h4,
.page-template-landingnew-page .swiper-slide h4 ,
.page-template-landingnew2-page .swiper-slide h4 {
	font-size: clamp(1.5rem, 1.3333rem + 0.7407vw, 2rem);
}
.page-template-landing-page .swiper-slide .container p,
.page-template-landingnew-page .swiper-slide .container p,
.page-template-landingnew2-page .swiper-slide .container p {
	font-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
	padding-bottom: 30px;
}
.page-template-landing-page .swiper-slide .container p.dim,
.page-template-landingnew-page .swiper-slide .container p.dim,
.page-template-landingnew2-page .swiper-slide .container p.dim {
	font-size: clamp(1rem, 0.9583rem + 0.1852vw, 1.125rem);
	padding-bottom: 10px;
}
.swiper-slide .container p.name {
	padding-bottom: 15px;
}
.swiper-slide .container p.name b{
	color: var(--red);
}
.swiper-button-next,
.swiper-button-prev {
    color: var(--red) !important;;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet {
    background: var(--red) !important;
    }
.page-template-landing-page  .acceso,
.page-template-landingnew-page  .acceso,
.page-template-landingnew2-page  .acceso {
	 height: 807px; 
	 background-size: cover; 
	 background-position: center;
 }
.page-template-landing-page .acceso .container,
.page-template-landingnew-page .acceso .container,
.page-template-landingnew2-page .acceso .container {
	display: flex;
	justify-content: flex-end;
	gap: 40px; 
	padding-top: 100px;
}
.page-template-landing-page .acceso .container .half,
.page-template-landingnew-page .acceso .container .half,
.page-template-landingnew2-page .acceso .container .half {
    flex: 1; 
}
.page-template-landing-page .acceso h3,
.page-template-landingnew-page .acceso h3,
.page-template-landingnew2-page .acceso h3 {
	font-size: clamp(1.5rem, 1.3333rem + 0.7407vw, 2rem);
}
.page-template-landing-page .acceso .items,
.page-template-landingnew-page .acceso .items,
.page-template-landingnew2-page .acceso .items  {
	display: flex;
    flex-wrap: wrap; 
    gap: 20px;
    justify-content: flex-start; 
    align-items: flex-start; 
    width: 100%;
    margin: 0 auto;
}
.page-template-landing-page .acceso .items .item,
.page-template-landingnew-page .acceso .items .item,
.page-template-landingnew2-page .acceso .items .item {
    width: calc(50% - 20px); 
    padding: 30px 0;
    display: flex;
    gap: 20px;
    justify-content: flex-start; 
    align-items: flex-start; 
    font-size: clamp(0.875rem, -0.25rem + 5vw, 1rem);
}
.page-template-landing-page .acceso .btn,
.page-template-landingnew-page .acceso .btn,
.page-template-landingnew2-page .acceso .btn {
	display: inline-block; 
    padding: 20px 50px; 
    background-color: var(--red); 
    color: var(--white); 
    text-decoration: none; 
    border: none; 
    font-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
    text-align: center; 
    cursor: pointer; 
    transition: background-color 0.3s ease; 
        
}
.page-template-landing-page .acceso .btn:hover,
.page-template-landingnew-page .acceso .btn:hover,
.page-template-landingnew2-page .acceso .btn:hover {
    background-color: #0056b3; 
}

.page-template-landing-page .trisomia .container,
.page-template-landingnew-page .trisomia .container,
.page-template-landingnew2-page .trisomia .container   {
	position: relative;
	z-index: 1;
	padding: 100px 30px;
	display: flex;
    gap: 40px; 
}
.page-template-landing-page .trisomia .container .text-info h3,
.page-template-landingnew-page .trisomia .container .text-info h3,
.page-template-landingnew2-page .trisomia .container .text-info h3 {
	font-size: clamp(1.5rem, 1.3333rem + 0.7407vw, 2rem);
}
.page-template-landing-page .trisomia .container .text-info p,
.page-template-landingnew-page .trisomia .container .text-info p,
.page-template-landingnew2-page .trisomia .container .text-info p {
	font-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
	padding-bottom: 30px;
}
.page-template-landing-page .trisomia .container > .cita,
.page-template-landingnew-page .trisomia .container > .cita,
.page-template-landingnew2-page .trisomia .container > .cita {
    flex: 0 0 40%; 
    box-sizing: border-box; 
    max-width: 510px;
    width: 40%;
    padding-right: 30px;
}
.page-template-landing-page .trisomia .container .cita .cita-title,
.page-template-landingnew-page .trisomia .container .cita .cita-title,
.page-template-landingnew2-page .trisomia .container .cita .cita-title  {
	background-color: var(--red);
	border-radius: 20px 20px 0 0;
	padding: 24px;
	margin: 0; 
	text-align: center;
	height: 80px;
}
.page-template-landing-page .trisomia .container .cita .cita-title h2,
.page-template-landingnew-page .trisomia .container .cita .cita-title h2,
.page-template-landingnew2-page .trisomia .container .cita .cita-title h2 {
	margin: 0;
	padding: 0;
	color: var(--white);
}
.page-template-landing-page .trisomia .container .cita .cita-caja ,
.page-template-landingnew-page .trisomia .container .cita .cita-caja,
.page-template-landingnew2-page .trisomia .container .cita .cita-caja {
	background-color: var(--extralightred);
}
.page-template-landing-page .trisomia .container .cita .cita-caja .cita-intro,
.page-template-landingnew-page .trisomia .container .cita .cita-caja .cita-intro,
.page-template-landingnew2-page .trisomia .container .cita .cita-caja .cita-intro  {
	padding: 15px;
}
.page-template-landing-page .trisomia .container .cita .cita-caja p,
.page-template-landingnew-page .trisomia .container .cita .cita-caja p,
.page-template-landingnew2-page .trisomia .container .cita .cita-caja p {
	font-size: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
}
.page-template-landing-page .trisomia .container .cita .cita-caja .cita-formulario,
.page-template-landingnew-page .trisomia .container .cita .cita-caja .cita-formulario,
.page-template-landingnew2-page .trisomia .container .cita .cita-caja .cita-formulario {
	padding: 0 15px;
}
.page-template-landing-page .trisomia .container .cita .cita-caja input[type="submit"],
.page-template-landingnew-page .trisomia .container .cita .cita-caja input[type="submit"],
.page-template-landingnew2-page .trisomia .container .cita .cita-caja input[type="submit"]   {
  border: none;
  border-radius: none;
  background: var(--black);
  color: var(--white);
  line-height: 1;
  padding: 1em 1em 0.8em;
  width: 100%;
  height: 80px;
  font-size: clamp(1.25rem, 1.1667rem + 0.3704vw, 1.5rem);
}
.page-template-landing-page .trisomia .container .cita .cita-caja input[type="text"], 
.page-template-landing-page.trisomia .container .cita .cita-caja input[type="email"],  
.page-template-landing-page.trisomia .container .cita .cita-caja input[type="radio"],  
.page-template-landing-page.trisomia .container .cita .cita-caja input[type="checkbox"],
.page-template-landingnew-page .trisomia .container .cita .cita-caja input[type="text"], 
.page-template-landingnew-page.trisomia .container .cita .cita-caja input[type="email"],  
.page-template-landingnew-page.trisomia .container .cita .cita-caja input[type="radio"],  
.page-template-landingnew-page.trisomia .container .cita .cita-caja input[type="checkbox"],
.page-template-landingnew2-page .trisomia .container .cita .cita-caja input[type="text"], 
.page-template-landingnew2-page.trisomia .container .cita .cita-caja input[type="email"],  
.page-template-landingnew2-page.trisomia .container .cita .cita-caja input[type="radio"],  
.page-template-landingnew2-page.trisomia .container .cita .cita-caja input[type="checkbox"]  {
	margin: 15px 0;
}

.page-template-landing-page .trisomia .container .cita .cita-caja .wpcf7-spinner,
.page-template-landingnew-page .trisomia .container .cita .cita-caja .wpcf7-spinner,
.page-template-landingnew2-page .trisomia .container .cita .cita-caja .wpcf7-spinner {
  margin-left: -64px;
}
.page-template-landing-page.trisomia .container > .text-info,
.page-template-landingnew-page.trisomia .container > .text-info,
.page-template-landingnew2-page.trisomia .container > .text-info {
    flex: 0 0 60%; 
    box-sizing: border-box;
}
.page-template-landing-page .final,
.page-template-landingnew-page .final,
.page-template-landingnew2-page .final {
	display: flex;
}
.page-template-landing-page .final .taller, .final .fundacion,
.page-template-landingnew-page .final .taller, .final .fundacion,
.page-template-landingnew2-page .final .taller, .final .fundacion {
	flex: 1;
}
.page-template-landing-page .final .taller,
.page-template-landingnew-page .final .taller,
.page-template-landingnew2-page .final .taller {
	background-color: var(--red);
	color: var(--white);
	padding: 4vw;
	display: flex;
	gap: 30px;
}
.page-template-landing-page .final .taller .img,
.page-template-landingnew-page .final .taller .img ,
.page-template-landingnew2-page .final .taller .img {
	min-width: 40%;
}
.page-template-landing-page .final .taller h4,
.page-template-landingnew-page .final .taller h4,
.page-template-landingnew2-page .final .taller h4 {
	color: var(--white);
	font-size: clamp(1.25rem, 1.0833rem + 0.7407vw, 1.75rem);
	padding: 0;
}
.page-template-landing-page .final .taller p,
.page-template-landingnew-page .final .taller p,
.page-template-landingnew2-page .final .taller p {
	color: var(--white);
} 
.page-template-landing-page .final .fundacion,
.page-template-landingnew-page .final .fundacion,
.page-template-landingnew2-page .final .fundacion  {
	background-color: var(--grey);
	padding: 4vw;
}
.page-template-landing-page .final .fundacion p,
.page-template-landingnew-page .final .fundacion p,
.page-template-landingnew2-page .final .fundacion p   {
	padding: 30px 0;
}
.page-template-landing-page .final .taller .btn,
.page-template-landingnew-page .final .taller .btn,
.page-template-landingnew2-page .final .taller .btn {
	display: inline-block; 
	margin-top: 30px;
	width: 100%;
    padding: 15px 50px; 
    background-color: var(--white); 
    color: var(--red); 
    text-decoration: none; 
    border: none; 
    font-size: clamp(1rem, 0.8333rem + 0.7407vw, 1.5rem);
    text-align: center; 
    cursor: pointer; 
    transition: background-color 0.3s ease; 
        
}
.page-template-landing-page .final .taller .btn:hover,
.page-template-landingnew-page .final .taller .btn:hover,
.page-template-landingnew2-page .final .taller .btn:hover {
    background-color: var(--white); 
}
.page-template-landing-page polygon,
.page-template-landingnew-page polygon,
.page-template-landingnew2-page polygon {
        cursor: pointer;
        transition: fill 0.3s ease;
    }
    g[id^="ic-text-"] path {
        transition: fill 0.3s ease;
    }
    g[id^="ic-text-"] text {
        transition: fill 0.3s ease;
    }
.page-template-landing-page #info,
.page-template-landingnew-page #info,
.page-template-landingnew2-page #info {
        font-size: 16px;
        max-width: 300px;
		margin-top: -240px;
		color: var(--red);
    }
.page-template-landing-page #info h4,
.page-template-landingnew-page #info h4,
.page-template-landingnew2-page #info h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	margin: 0; padding: 0;
	text-align: center;
}   
.page-template-landing-page #info span,
.page-template-landingnew-page #info span,
.page-template-landingnew2-page #info span {
	font-size: 14px;
	margin: 0; padding: 0;
	text-align: center;
}  
.page-template-landing-page #info p,
.page-template-landingnew-page #info p,
.page-template-landingnew2-page #info p   {
	font-size: 16px;
	margin: 0; padding: 0;
}   
.page-template-landing-page #timeline,
.page-template-landingnew-page #timeline,
.page-template-landingnew2-page #timeline {
	background-color:#bbb;
	margin-top:220px;
	margin-bottom: 120px;
	height:10px;
	width:100vw;
	position:relative;
}
.page-template-landing-page #timeline .inside,
.page-template-landingnew-page #timeline .inside,
.page-template-landingnew2-page #timeline .inside {
	position:absolute;
	height:10px;
	background-color:var(--red);
	width:0%;
	top:0px;
	left:0
}

.page-template-landing-page #timeline .normal,
.page-template-landingnew-page #timeline .normal,
.page-template-landingnew2-page #timeline .normal {
	background-color:#bbb;
	position:absolute;
	height:10px;
	width:0%;
	top:0px;
	left:0:
}
.page-template-landing-page #timeline .dot,
.page-template-landingnew-page #timeline .dot,
.page-template-landingnew2-page #timeline .dot {
	z-index:90;
	transition:0.3s ease-in-out;
	width:40px;
	height:40px;
	border-radius:50%;
	position:absolute;
	top:-15px;
	font-size: clamp(1rem, 0.9583rem + 0.1852vw, 1.125rem);
	text-align:center;
	cursor:pointer;
	background-color:var(--red);
}
.page-template-landing-page #timeline .dot:nth-child(1),
.page-template-landingnew-page #timeline .dot:nth-child(1),
.page-template-landingnew2-page #timeline .dot:nth-child(1) {
	left:20%;
}
.page-template-landing-page #timeline .dot:nth-child(2),
.page-template-landingnew-page #timeline .dot:nth-child(2),
.page-template-landingnew2-page #timeline .dot:nth-child(2) {
	left:35%;
}
.page-template-landing-page #timeline .dot:nth-child(3),
.page-template-landingnew-page #timeline .dot:nth-child(3),
.page-template-landingnew2-page #timeline .dot:nth-child(3) {
	left:50%;
}
.page-template-landing-page #timeline .dot:nth-child(4),
.page-template-landingnew-page #timeline .dot:nth-child(4),
.page-template-landingnew2-page #timeline .dot:nth-child(4) {
	left:65%;
}
.page-template-landing-page #timeline .dot:nth-child(5),
.page-template-landingnew-page #timeline .dot:nth-child(5),
.page-template-landingnew2-page #timeline .dot:nth-child(5) {
	left:80%;
}
.page-template-landing-page #timeline .dot:hover,
.page-template-landingnew-page #timeline .dot:hover,
.page-template-landingnew2-page #timeline .dot:hover {
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
}
.page-template-landing-page #timeline .dot date,
.page-template-landingnew-page #timeline .dot date,
.page-template-landingnew2-page #timeline .dot date {
	display:block;
	position:relative;
	top:-50px;
	left: -45px;
	width: 120px;
	text-align:center;
}
.page-template-landing-page #timeline .dot span,
.page-template-landingnew-page #timeline .dot span.
.page-template-landingnew2-page #timeline .dot span {
	display:inline-block;
	font-weight: bold;
	top: -50px;
    left: -75px;
	width: 180px;
	position:relative;
}
.page-template-landing-page #text-area,
.page-template-landingnew-page #text-area,
.page-template-landingnew2-page #text-area {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

/* Estilo base para el div .cita */
.page-template-landing-page .cita,
.page-template-landingnew-page .cita,
.page-template-landingnew2-page .cita {
    position: relative;
    transition: opacity 0.5s ease; 
    opacity: 1; 
}

/* Cuando el div se mueva y se gire */
.page-template-landing-page .cita.girado,
.page-template-landingnew-page .cita.girado,
.page-template-landingnew2-page .cita.girado {
    transform: rotate(-90deg);
    position: fixed;
    right: -220px;
    top: 50%;
    transform-origin: center;
    z-index: 9999;
    width: 40vw;
    max-width: 510px; 
    height: 80px;
    padding: 0;
    margin: 0;
}

/* Ocultar todo el contenido menos el título */
.page-template-landing-page .cita.girado .cita-caja,
.page-template-landingnew-page .cita.girado .cita-caja,
.page-template-landingnew2-page .cita.girado .cita-caja  {
    display: none;
}

.page-template-landing-page .cita.girado .cita-title,
.page-template-landing-newpage .cita.girado .cita-title,
.page-template-landing-newpage2 .cita.girado .cita-title  {
    display: block;
}

/* Estilo para el título centrado y visible */
.page-template-landing-page .cita.girado .cita-title h2,
.page-template-landingnew-page .cita.girado .cita-title h2,
.page-template-landingnew2-page .cita.girado .cita-title h2  {
    color: var(--white);
    margin: 0;
    text-align: center;
}

/* Estilo para el botón cuando está pegado a la derecha */
.page-template-landing-page .cita.girado:hover,
.page-template-landingnew-page .cita.girado:hover,
.page-template-landingnew2-page .cita.girado:hover {
    cursor: pointer;
    background-color: var(--lightpink);
}
.page-template-landing-page .wpcf7 form .wpcf7-response-output,
.page-template-landingnew-page .wpcf7 form .wpcf7-response-output,
.page-template-landingnew2-page .wpcf7 form .wpcf7-response-output  {
  margin: 0;
  padding: 0.2em 1em;
  border: 2px solid transparent;
}
.page-template-landing-page form.invalid .wpcf7-response-output, 
.page-template-landing-page .wpcf7 form.unaccepted .wpcf7-response-output, 
.page-template-landing-page .wpcf7 form.payment-required .wpcf7-response-output,
.page-template-landingnew-page form.invalid .wpcf7-response-output, 
.page-template-landingnew-page .wpcf7 form.unaccepted .wpcf7-response-output, 
.page-template-landingnew-page .wpcf7 form.payment-required .wpcf7-response-output,
.page-template-landingnew2-page form.invalid .wpcf7-response-output, 
.page-template-landingnew2-page .wpcf7 form.unaccepted .wpcf7-response-output, 
.page-template-landingnew2-page .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}
.page-template-landing-page .wpcf7 form.invalid .wpcf7-response-output, 
.page-template-landing-page .wpcf7 form.unaccepted .wpcf7-response-output, 
.page-template-landing-page .wpcf7 form.payment-required .wpcf7-response-output,
.page-template-landingnew-page .wpcf7 form.invalid .wpcf7-response-output, 
.page-template-landingnew-page .wpcf7 form.unaccepted .wpcf7-response-output, 
.page-template-landingnew-page .wpcf7 form.payment-required .wpcf7-response-output,
.page-template-landingnew2-page .wpcf7 form.invalid .wpcf7-response-output, 
.page-template-landingnew2-page .wpcf7 form.unaccepted .wpcf7-response-output, 
.page-template-landingnew2-page .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--red);
}
/* Estilo para el lightbox (puedes personalizarlo más) */
.page-template-landing-page #lightbox,
.page-template-landingnew-page #lightbox,
.page-template-landingnew2-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.page-template-landing-page #lightbox .content-lightbox,
.page-template-landingnew-page #lightbox .content-lightbox,
.page-template-landingnew2-page #lightbox .content-lightbox {
    overflow-y: auto;
    max-width: 510px;
}
.page-template-landing-page .content-lightbox .cita .cita-title,
.page-template-landingnew-page .content-lightbox .cita .cita-title,
.page-template-landingnew2-page .content-lightbox .cita .cita-title {
	background-color: var(--red);
	border-radius: 20px 20px 0 0;
	padding: 24px;
	margin: 0; 
	text-align: center;
	height: 80px;
}
.page-template-landing-page .content-lightbox .cita .cita-title h2,
.page-template-landingnew-page .content-lightbox .cita .cita-title h2,
.page-template-landingnew2-page .content-lightbox .cita .cita-title h2 {
	margin: 0;
	padding: 0;
	color: var(--white);
}
.page-template-landing-page .content-lightbox .cita .cita-caja,
.page-template-landingnew-page .content-lightbox .cita .cita-caja,
.page-template-landingnew2-page .content-lightbox .cita .cita-caja {
	background-color: var(--extralightred);
}
.page-template-landing-page .content-lightbox .cita .cita-caja .cita-intro,
.page-template-landingnew-page .content-lightbox .cita .cita-caja .cita-intro,
.page-template-landingnew2-page .content-lightbox .cita .cita-caja .cita-intro {
	padding: 15px;
}
.page-template-landing-page .content-lightbox .cita .cita-caja p,
.page-template-landingnew-page .content-lightbox .cita .cita-caja p,
.page-template-landingnew2-page .content-lightbox .cita .cita-caja p {
	font-size: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
}
.page-template-landing-page .content-lightbox .cita .cita-caja .cita-formulario,
.page-template-landingnew-page .content-lightbox .cita .cita-caja .cita-formulario,
.page-template-landingnew2-page .content-lightbox .cita .cita-caja .cita-formulario {
	padding: 0 15px;
}
.page-template-landing-page .content-lightbox .cita .cita-caja input[type="submit"],
.page-template-landingnew-page .content-lightbox .cita .cita-caja input[type="submit"],
.page-template-landingnew2-page .content-lightbox .cita .cita-caja input[type="submit"]  {
  border: none;
  border-radius: none;
  background: var(--black);
  color: var(--white);
  line-height: 1;
  padding: 1em 1em 0.8em;
  width: 100%;
  height: 80px;
  font-size: clamp(1.25rem, 1.1667rem + 0.3704vw, 1.5rem);
  border-radius: 0;
}


.page-template-landing-page .swiper-pagination-bullet,
.page-template-landingnew-page .swiper-pagination-bullet,
.page-template-landingnew2-page .swiper-pagination-bullet {width: 16px !important; height: 16px !important; }
.page-template-landing-page .swiper-horizontal > .swiper-pagination-bullets, 
.page-template-landing-page .swiper-pagination-bullets.swiper-pagination-horizontal, 
.page-template-landing-page .swiper-pagination-custom, .swiper-pagination-fraction ,
.page-template-landingnew-page .swiper-horizontal > .swiper-pagination-bullets, 
.page-template-landingnew-page .swiper-pagination-bullets.swiper-pagination-horizontal, 
.page-template-landingnew-page .swiper-pagination-custom, .swiper-pagination-fraction,
.page-template-landingnew2-page .swiper-horizontal > .swiper-pagination-bullets, 
.page-template-landingnew2-page .swiper-pagination-bullets.swiper-pagination-horizontal, 
.page-template-landingnew2-page .swiper-pagination-custom, .swiper-pagination-fraction {
  text-align: right;
  padding-right: 120px;
  padding-bottom: 40px;
}
.page-template-landing-page .swiper-button-next,
.page-template-landing-page .swiper-rtl .swiper-button-prev,
.page-template-landingnew-page .swiper-button-next,
.page-template-landingnew-page .swiper-rtl .swiper-button-prev,
.page-template-landingnew2-page .swiper-button-next,
.page-template-landingnew2-page .swiper-rtl .swiper-button-prev {right: 100px !important;}
.page-template-landing-page .swiper-button-prev, 
.page-template-landing-page .swiper-rtl .swiper-button-next,
.page-template-landingnew-page .swiper-button-prev, 
.page-template-landingnew-page .swiper-rtl .swiper-button-next,
.page-template-landingnew2-page .swiper-button-prev, 
.page-template-landingnew2-page .swiper-rtl .swiper-button-next  {left: 100px !important;}
@media screen and (max-width: 1600px) {
	.page-template-landing-page .boton-fijo.girado,
	.page-template-landingnew-page .boton-fijo.girado,
	.page-template-landingnew2-page .boton-fijo.girado  {
		transform: none;
		right: calc(50vw - 120px);
		top: auto;
		bottom: 0;
	}
	.page-template-landing-page .swiper-button-next, .page-template-landing-page .swiper-rtl .swiper-button-prev,
	.page-template-landingnew-page .swiper-button-next, .page-template-landingnew-page .swiper-rtl .swiper-button-prev,
	.page-template-landingnew2-page .swiper-button-next, .page-template-landingnew2-page .swiper-rtl .swiper-button-prev  {right: 10px !important;}
	.page-template-landing-page .swiper-button-prev, .page-template-landing-page .swiper-rtl .swiper-button-next,
	.page-template-landingnew-page .swiper-button-prev, .page-template-landingnew-page .swiper-rtl .swiper-button-next,
	.page-template-landingnew2-page .swiper-button-prev, .page-template-landingnew2-page .swiper-rtl .swiper-button-next {left: 10px !important;}

}
@media screen and (max-width: 1440px) {
	.page-template-landing-page .featured-image,
	.page-template-landingnew-page .featured-image,
	.page-template-landingnew2-page .featured-image {
		height: 570px; 
		background-position: 62% 60%;
	}
	.page-template-landing-page .content {
	  margin-top: 640px;
	  padding: 60px 0;
	}
	.page-template-landingnew-page .content {margin-top: 0;}
	.page-template-landingnew2-page .content {
	  margin-top: 420px;
	}
	.page-template-landing-page .swiper-slide .container,
	.page-template-landingnew-page .swiper-slide .container{
		width: calc(100vw - 200px);
	    padding: 0 90px;
	}
	.page-template-landing-page .acceso .items .item,
	.page-template-landingnew-page .acceso .items .item,
	.page-template-landingnew2-page .acceso .items .item  {
	  width: 100%;
	  padding: 5px 0;
	}
	.page-template-landing-page .acceso .items .item img,
	.page-template-landingnew-page .acceso .items .item img,
	.page-template-landingnew2-page .acceso .items .item img {
		max-width: 60px;
	}
	.acceso {
	  height: calc(1.012547 * (50vw - 30px) + 30px);
	}
	.acceso .container {
	  padding-top: 30px;
	}
	.acceso .items {gap: 8px;}
	
}

@media screen and (max-width: 1200px) {
	.page-template-landing-page  .featured-image,
	.page-template-landingnew-page  .featured-image,
	.page-template-landingnew2-page  .featured-image {
		height: 470px; 
		background-position: 32% 60%;
	}
	.page-template-landing-page  .content,
	.page-template-landingnew-page  .content,
	.page-template-landingnew2-page  .content {
	  margin-top: 450px;
	  padding: 40px 0;
	}
	.page-template-landingnew-page .content {margin-top: 0;}
	.page-template-landing-page  .boton-fijo.girado,
	.page-template-landingnew-page  .boton-fijo.girado,
	.page-template-landingnew2-page  .boton-fijo.girado {
		width: 240px;
		height: 50px;
		transform: none;
		right: calc(50vw - 120px);
		top: auto;
		bottom: 0;
	}
	.page-template-landing-page  .boton-fijo.girado h2,
	.page-template-landingnew-page  .boton-fijo.girado h2,
	.page-template-landingnew2-page  .boton-fijo.girado h2 {
		padding: 15px;
		font-size: 18px;
	}
}

@media screen and (max-width: 990px) {
	.page-template-landing-page  .featured-image,
	.page-template-landingnew-page  .featured-image,
	.page-template-landingnew2-page  .featured-image {
	    height: 370px;
	  }
	.page-template-landing-page  .content,
	.page-template-landingnew-page  .content {
	  margin-top: 350px;
	  padding: 20px 0;
	}
	.content, .page-template-landingnew2-page .content {
	    margin-top: 420px;
	    padding: 20px 0;
	  }
	.page-template-landingnew-page .content {margin-top: 0;}
	.page-template-landing-page  .content .cita .cita-title,
	.page-template-landingnew-page  .content .cita .cita-title,
	.page-template-landingnew2-page  .content .cita .cita-title  {height: 60px; padding: 18px;}
	.page-template-landing-page  .content .cita .cita-title h2, .page-template-landing-page .cita-trisomia .cita-title h2,
	.page-template-landingnew-page  .content .cita .cita-title h2, .page-template-landingnew-page .cita-trisomia .cita-title h2,
	.page-template-landingnew2-page  .content .cita .cita-title h2, .page-template-landingnew2-page .cita-trisomia .cita-title h2 {font-size: 20px;}
	.page-template-landing-page  .content .cita .cita-caja input[type="submit"],
	.page-template-landingnew-page  .content .cita .cita-caja input[type="submit"],
	.page-template-landingnew2-page  .content .cita .cita-caja input[type="submit"] {
	  padding: 1em 1em 0.8em;
	  height: 60px;
	  font-size: 18px;
	}
	
	.page-template-landing-page  .swiper-slide .container.column svg,
	.page-template-landingnew-page  .swiper-slide .container.column svg,
	.page-template-landingnew2-page  .swiper-slide .container.column svg  {
		max-width: 90%;
		margin: -130px auto 0;
	}
	.page-template-landing-page  #info,
	.page-template-landingnew-page  #info,
	.page-template-landingnew2-page  #info {
	  margin-top: -150px;
	}
}
@media screen and (max-width: 880px) {
	.page-template-landing-page  .featured-image,
	.page-template-landingnew-page  .featured-image,
	.page-template-landingnew2-page  .featured-image {
	    height: 48.2604vw;
	  }
	.page-template-landing-page  .content,
	.page-template-landingnew-page  .content {
	  margin-top: calc(31vw + 120px);
	  padding: 20px 0;
	  flex-direction: column;
	}
	.page-template-landingnew2-page  .content {
	  margin-top: 420px;
	  padding: 20px 0;
	  flex-direction: column;
	}
	.page-template-landingnew2-page .title-cabe p {
	  max-width: 100%;
	}
	.page-template-landing-page  .content > .main-txt,
	.page-template-landingnew-page  .content > .main-txt,
	.page-template-landingnew2-page  .content > .main-txt {
	  flex: 0 0 100%;
	}
	.page-template-landing-page  .content > .cita,
	.page-template-landingnew-page  .content > .cita,
	.page-template-landingnew2-page  .content > .cita  {
	  flex: 0 0 100%;
	  max-width: 100%;
	  margin-top: 0;
	  width: 100%;
	  padding-right: 0;
	}
	.page-template-landing-page #slider .swiper-horizontal > .swiper-pagination-bullets, 
	.page-template-landing-page #slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.page-template-landing-page #slider .swiper-pagination-custom, .swiper-pagination-fraction,
	.page-template-landingnew-page #slider .swiper-horizontal > .swiper-pagination-bullets, 
	.page-template-landingnew-page #slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.page-template-landingnew-page #slider .swiper-pagination-custom, .swiper-pagination-fraction,
	.page-template-landingnew2-page #slider .swiper-horizontal > .swiper-pagination-bullets, 
	.page-template-landingnew2-page #slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.page-template-landingnew2-page #slider .swiper-pagination-custom, .swiper-pagination-fraction {
	  top: 44vw;
	}
	.page-template-landing-page .swiper-slide .container .third,
	.page-template-landingnew-page .swiper-slide .container .third,
	.page-template-landingnew2-page .swiper-slide .container .third  {
	  width: auto;
	}
	.page-template-landing-page  .swiper-slide .container, .trisomia .container, .acceso .container, .final,
	.page-template-landingnew-page  .swiper-slide .container, .trisomia .container, .acceso .container, .final,
	.page-template-landingnew2-page  .swiper-slide .container, .trisomia .container, .acceso .container, .final   {
		flex-direction: column;
	}
	.page-template-landing-page  .swiper-slide .container,
	.page-template-landingnew-page  .swiper-slide .container,
	.page-template-landingnew2-page  .swiper-slide .container {
	    width: calc(100vw - 60px);
	    padding: 0 30px;
	  }
	.page-template-landing-page .swiper-slide .container .half,
	.page-template-landingnew-page .swiper-slide .container .half,
	.page-template-landingnew2-page .swiper-slide .container .half  {
	  width: calc(100% - 90px);
	}
	.page-template-landing-page .trisomia .container > .cita ,
	.page-template-landingnew-page .trisomia .container > .cita,
	.page-template-landingnew2-page .trisomia .container > .cita {
	  flex: 0 0 100%;
	  max-width: 100%;
	  width: 100%;
	  padding-right: 0;
	}
	.page-template-landing-page .acceso,
	.page-template-landingnew-page .acceso,
	.page-template-landingnew2-page .acceso {background-imagen: none !important; background-color: #dbe1e1; height: auto;}
	.page-template-landing-page .tabs-titles .tab-title,
	.page-template-landingnew-page .tabs-titles .tab-title,
	.page-template-landingnew2-page .tabs-titles .tab-title {
	  padding: 15px;
	  height: 120px;
	}
	.page-template-landing-page .tabs-titles .tab-title h3,
	.page-template-landingnew-page .tabs-titles .tab-title h3,
	.page-template-landingnew2-page .tabs-titles .tab-title h3 {font-size: 18px;}
}
@media screen and (max-width: 768px) {
	.page-template-landing-page .featured-image,
	.page-template-landingnew-page .featured-image,
	.page-template-landingnew2-page .featured-image {
		top: 100px;
	}
	 .page-template-landing-page .content,
	 .page-template-landingnew-page .content,
	 .page-template-landingnew2-page .content {
	    margin-top: calc(31vw + 270px);
	  }
	.page-template-landing-page #slider .swiper-horizontal > .swiper-pagination-bullets, 
	.page-template-landing-page #slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.page-template-landing-page #slider .swiper-pagination-custom, .swiper-pagination-fraction,
	.page-template-landingnew-page #slider .swiper-horizontal > .swiper-pagination-bullets, 
	.page-template-landingnew-page #slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.page-template-landingnew-page #slider .swiper-pagination-custom, .swiper-pagination-fraction,
	.page-template-landingnew2-page #slider .swiper-horizontal > .swiper-pagination-bullets, 
	.page-template-landingnew2-page #slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.page-template-landingnew2-page #slider .swiper-pagination-custom, .swiper-pagination-fraction {
	  top: calc(44vw + 150px);
	}  
	
}
@media screen and (max-width: 460px) {
	.page-template-landing-page .site-branding,
	.page-template-landingnew-page .site-branding,
	.page-template-landingnew2-page .site-branding {
	  margin: 15px 20px 0;
	}
	.page-template-landingnew-page .btn-fijo,.page-template-landingnew2-page .btn-fijo {padding: 6px 15px !important;}
	.page-template-landingnew-page .btn-fijo .txt-preicon, .page-template-landingnew2-page .btn-fijo .txt-preicon {display:none !important;}
	.page-template-landingnew-page .btn-fijo span, .page-template-landingnew-page .btn-fijo span svg,
	.page-template-landingnew2-page .btn-fijo span, .page-template-landingnew2-page .btn-fijo span svg {max-width: 32px !important; margin-right: 0 !important;}
	.page-template-landing-page .featured-image,
	.page-template-landingnew-page .featured-image,
	.page-template-landingnew2-page .featured-image {
	    background-position: 45% 20%;
	  }
	  .page-template-landingnew-page img.img-cabe {
	  height: 200px;
	  top: 0;
	}
	
	.page-template-landing-page  .content,
	.page-template-landingnew-page  .content,
	.page-template-landingnew2-page  .content {
	  margin-top: calc(35vw + 150px);
	}
	.page-template-landingnew-page .content {
	    margin-top: 0;
	  }
	  .page-template-landingnew2-page .content {
	    margin-top: 440px;
	  }
	.page-template-landing-page  .footer,
	.page-template-landingnew-page  .footer,
	.page-template-landingnew2-page  .footer  {
		flex-direction: column;
	}
	.page-template-landing-page .swiper-slide .container,
	.page-template-landingnew-page .swiper-slide .container,
	.page-template-landingnew2-page .swiper-slide .container {
	    width: 100vw;
	    padding: 0;
	    
	  }
  .page-template-landing-page .swiper-slide .container .third ,
  .page-template-landingnew-page .swiper-slide .container .third,
  .page-template-landingnew2-page .swiper-slide .container .third {
	  width: calc(100% - 90px);
	}
	.page-template-landing-page .swiper-slide .container .third img,
	.page-template-landingnew-page .swiper-slide .container .third img,
	.page-template-landingnew2-page .swiper-slide .container .third img {display: none;}
	.page-template-landing-page .swiper-slide .slider-h4,
	.page-template-landingnew-page .swiper-slide .slider-h4,
	.page-template-landingnew2-page .swiper-slide .slider-h4 {
		padding: 0 30px;
	}
  .page-template-landing-page #timeline,
  .page-template-landingnew-page #timeline,
  .page-template-landingnew2-page #timeline  {
	  margin-top: 130px;
  }
  .page-template-landing-page #timeline .dot,
  .page-template-landingnew-page #timeline .dot,
  .page-template-landingnew2-page #timeline .dot {
	  font-size: 13px;
	}
  .page-template-landing-page #timeline .dot:nth-child(2) span, .page-template-landing-page #timeline .dot:nth-child(4) span,
  .page-template-landingnew-page #timeline .dot:nth-child(2) span, .page-template-landingnew-page #timeline .dot:nth-child(4) span,
  .page-template-landingnew2-page #timeline .dot:nth-child(2) span, .page-template-landingnew2-page #timeline .dot:nth-child(4) span {
	  top: -90px;
	}
  .page-template-landing-page #timeline .dot:nth-child(2) date,.page-template-landing-page #timeline .dot:nth-child(4) date,
  .page-template-landingnew-page #timeline .dot:nth-child(2) date,.page-template-landingnew-page #timeline .dot:nth-child(4) date,
   .page-template-landingnew2-page #timeline .dot:nth-child(2) date,.page-template-landingnew2-page #timeline .dot:nth-child(4) date  {
	  top: -90px;
	}
	.page-template-landing-page #text-area,
	.page-template-landingnew-page #text-area,
	.page-template-landingnew2-page #text-area {font-size: 14px !important; padding: 0 40px; max-width: 90%; height: 120px;}
	.page-template-landing-page .swiper-slide, 
	.page-template-landingnew-page .swiper-slide,
	.page-template-landingnew2-page .swiper-slide {
	  min-height: 750px;
	}
	.page-template-landing-page .swiper-container ,
	.page-template-landingnew-page .swiper-container,
	.page-template-landingnew2-page .swiper-container {
	  padding: 80px 0 120px;
	  min-height: 750px;
	  
	}
	.page-template-landing-page .swiper-button-next, .swiper-button-prev,
	.page-template-landingnew-page .swiper-button-next, .swiper-button-prev,
	.page-template-landingnew2-page .swiper-button-next, .swiper-button-prev   {top: auto !important;}
	.page-template-landing-page .swiper-slide .container .half,
	.page-template-landingnew-page .swiper-slide .container .half,
	.page-template-landingnew2-page .swiper-slide .container .half {
	    width: calc(100% - 60px);
	  }

}