/*!
Theme Name: meister
Theme URI: http://underscores.me/
Author: MARKETING DIGITAL PYMES
Author URI: http://marketingdigitalpymes.es/
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: meister
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.

meister 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/
*/

:root{
	--naranja: #F39200;
	--negro:#000000;
	--blanco:#fff;
}


/*Novecento*/

@font-face {
	font-family: 'Novecento';
	src: url('fonts/Novecento/Novecentosanswide-Book.woff2') format('woff2'),
		url('fonts/Novecento/Novecentosanswide-Book.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Novecento';
	src: url('fonts/Novecento/Novecentosanswide-Medium.woff2') format('woff2'),
		url('fonts/Novecento/Novecentosanswide-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Novecento';
	src: url('fonts/Novecento/Novecentosanswide-DemiBold.woff2') format('woff2'),
		url('fonts/Novecento/Novecentosanswide-DemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Novecento';
	src: url('fonts/Novecento/Novecentosanswide-Normal.woff2') format('woff2'),
		url('fonts/Novecento/Novecentosanswide-Normal.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Novecento';
	src: url('fonts/Novecento/Novecentosanswide-Bold.woff2') format('woff2'),
		url('fonts/Novecento/Novecentosanswide-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Novecento';
	src: url('fonts/Novecento/Novecentosanswide-Light.woff2') format('woff2'),
		url('fonts/Novecento/Novecentosanswide-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/*RNS SANZ*/

@font-face {
	font-family: 'RNS Sanz';
	src: url('fonts/RNSSanz/RNSSanz-Medium.woff2') format('woff2'),
		url('fonts/RNSSanz/RNSSanz-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RNS Sanz';
	src: url('fonts/RNSSanz/RNSSanz-ExtraBold.woff2') format('woff2'),
		url('fonts/RNSSanz/RNSSanz-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RNS Sanz';
	src: url('fonts/RNSSanz/RNSSanz-Bold.woff2') format('woff2'),
		url('fonts/RNSSanz/RNSSanz-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RNS Sanz';
	src: url('fonts/RNSSanz/RNSSanz-SemiBold.woff2') format('woff2'),
		url('fonts/RNSSanz/RNSSanz-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RNS Sanz';
	src: url('fonts/RNSSanz/RNSSanz-Normal.woff2') format('woff2'),
		url('fonts/RNSSanz/RNSSanz-Normal.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RNS Sanz';
	src: url('fonts/RNSSanz/RNSSanz-Light.woff2') format('woff2'),
		url('fonts/RNSSanz/RNSSanz-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RNS Sanz';
	src: url('fonts/RNSSanz/RNSSanz-Black.woff2') format('woff2'),
		url('fonts/RNSSanz/RNSSanz-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}


body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
	position: relative;
	z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
	content: "";
	display: block;
	height: 100px; 
	margin: -100px 0 0; 
	visibility: hidden;
	pointer-events: none;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'RNS Sanz';
	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: #fff;
}

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: #4169e1;
}

/* a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
} */

a:focus {
	outline:0;
}

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

/* 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. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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


/*MEISTER*/
.admin-bar #masthead {
	top: 32px;
}
@media only screen and (max-width: 782px) {
.admin-bar #masthead {
		top: 46px;
	}
}

.btn-borde {
	border: 1px solid orange;
	border-radius: 100px;
	padding: 7px 15px;
	color: var(--blanco);
}
.btn-borde:hover{
	background: var(--naranja);
	color: var(--negro);
}

#masthead {
	background: transparent;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 99;
}
#masthead.fixed-header {
	background: #000000c9;
}
.wrapper-header {
	max-width: 1200px;
	position: relative;
	display: grid;
	grid-template-columns: 43% 10% 43%;
	column-gap: 2%;
	padding: 0 2%;
	width: 100%;
	z-index: 99;
}
.top-menu {
	display: flex;
	font-size: 13px;
	border-bottom: 1px solid #fff;
	padding-bottom: 0;
	margin-bottom: 15px;
	justify-content: space-between;
	min-height: 40px;
	align-items: center;
}
.top-menu p {
	margin: 0;
	color: #fff;
}
.top-menu a {
	color: #fff;
	text-decoration: none;
}
.top-menu.top-menu-izq {
	display: flex;
	justify-content: space-between;
}
.site-branding {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-logo-link img {
	width: 115px;
}
/*menu principal*/
.menu-principal {
	display: flex;
	justify-content: center;
	column-gap: 4%;
}
.menu-principal,
.menu-principal ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-principal li {
	position: relative;
}
.menu-principal li a:hover {
	color: var(--naranja);
}
.current-menu-item a {
	color: var(--naranja) !important;
}
.menu-principal li a {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.site-horario {
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.site-info {
	display: flex;
}
.site-title {
	border-right: 1px solid #fff;
	padding-right: 5px;
	margin-right: 5px;
}
.site-horario i {
	line-height: 0.5em;
}
.header-direccion {
	display: flex;
	line-height: 1em;
	column-gap: 5px;
}
.header-social ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	column-gap: 15px;
	align-items: center;
}
.header-der,
.header-izq {
	display: none;
}
@media only screen and (min-width: 1024px) {
	.menu-item-has-children:hover>.sub-menu {
		display: block;
	}

	.sub-menu .menu-item-has-children .sub-menu {
		left: 170px;
		top: 0;
	}
	.menu-movil {
		display: none;
	}
	.activa-movil{
		display: none;
	}
	.header-der, .header-izq {
		display: block;
	}
}
.sub-menu {
	display: none;
	position: absolute;
	top: 24px;
	background: #37373791;
	padding: 10px 0px !important;
	width: 190px;
	backdrop-filter: blur(10px);
	border-left: 1px solid var(--naranja);
}
.sub-menu li.menu-item {
	padding: 5px 15px 5px 15px;
}
.arrow_submenu {
	display: none;
}
.menu-item-has-children>.arrow_submenu {
	display: inline-block;
	width: 20px;
	text-align: center;
	height: 16px;
	position: relative;
	cursor: pointer;
}
.arrow_submenu svg {
	position: absolute;
	top: 10px;
}

/*MENU SCROLL*/
 #masthead.fixed-header .wrapper-header .top-menu {
	display: none;
}
/*#masthead.fixed-header .wrapper-header {
	grid-template-columns: 10% auto auto;
}
.fixed-header .site-branding {
	grid-column: 1/2;
}

.fixed-header .header-izq {
	grid-column: 2/3;
	width: auto;
	grid-row: 1/2;
}

.fixed-header .header-der {
	grid-column: 3/4;
	width: auto;
	grid-row: 1/2;
} */

.fixed-header .wrapper-header {
	align-items: center;
}

@media only screen and (max-width: 1023px) {
		#masthead {
				position: fixed;
			}
	.custom-logo-link img {
			width: 80px;
		}
	.wrapper-header {
		grid-template-columns: auto 33px;
		justify-content: space-between;
		align-items: center;
	}
	.activa-movil {
		width: 33px;
		height: 23px;
		position: relative;
		display: block;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		cursor: pointer;
	}
	.menu-movil {
		position: fixed;
		right: 0;
		top: 0;
		height: 100vh;
		background: #000;
		padding: 140px 60px 90px 50px;
		z-index: 98;
		transform: translateX(110%);
		transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
}
	.linea {
		width: 33px;
		height: 3px;
		background: var(--naranja);
		display: block;
		transition: all .5s ease;
	}
	.menu-movil .menu-principal {
		flex-direction: column;
	}
	.menu-movil .menu-principal {
		flex-direction: column;
		row-gap: 20px;
		margin-bottom: 20px;
	}
	#activa-movil-btn.activo .linea2 {
		display: none;
	}
	#activa-movil-btn.activo .linea1 {
		position: absolute;
		transform: rotate(45deg);
		bottom: 10px;
	}
	#activa-movil-btn.activo .linea3 {
		position: absolute;
		transform: rotate(-45deg);
		bottom: 10px;
	}
	#menu_movil_cont.activo {
		transform: translateX(0);
	}

	.menu-item-has-children>.arrow_submenu {
		display: inline-block;
		width: 61px;
		text-align: left;
		height: 20px;
		position: relative;
		cursor: pointer;
		padding-left: 10px;
	}

	.sub-menu.activo {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}

}


@media only screen and (max-width: 600px) {
#masthead.fixed-header {
		background: #000000c9;
		top: 0;
	}
}
.btn-telf-header a {
	border: 1px solid orange;
	border-radius: 100px;
	padding: 7px 15px;
	background: transparent url(img/phone.svg)no-repeat;
	background-position: 10px center;
	padding-left: 40px;
}
.btn-telf-header a:hover {
	background: var(--naranja) url(img/phone.svg)no-repeat;
	background-position: 10px center;
	color: var(--blanco) !important;
}
.btn-telf-header {
	list-style: none;
}

.btn-telf-header a {
	text-decoration: none;
	color: #fff;
}

/* CARRUSEL COLECCIONES*/

.item_carrusel_colecciones {
	width: 285px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
}

.item_carrusel_colecciones a::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.91) 100%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
}

.item_carrusel_colecciones:hover a::after {
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.91) 100%);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transform: translateY(51%);
}

.item_carrusel_colecciones a {
	display: block;
	height: 100%;
	width: 100%;
}
.item_carrusel_colecciones span.btn-borde {
	position: absolute;
	left: 25px;
	bottom: 30px;
	z-index: 2;
}
.item_carrusel_colecciones img {
	border-radius: 10px !important;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
@media only screen and (max-width: 1024px) {
	.scroll-list ul.elementor-icon-list-items {
		flex-wrap: nowrap;
		white-space: nowrap;
		justify-content: start !important;
		overflow: auto;
		padding: 20px !important;
	}
}
@media only screen and (max-width: 768px) {
	.item_carrusel_colecciones {
		height: 370px;
	}
	.item_carrusel_colecciones img {
		height: 370px !important;
	}

}

@media only screen and (max-width: 480px) {
	.item_carrusel_colecciones {
		height: 300px;
	}

	.item_carrusel_colecciones img {
		height: 300px !important;
	}
		.item_carrusel_colecciones span.btn-borde {
			position: absolute;
			left: 15px;
			bottom: 24px;
			z-index: 2;
			font-size: 14px;
		}
}
.carrusel_colecciones {
	padding: 0 10px;
}

.prevArrow.slick-arrow  {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 3;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.prevArrow.slick-arrow svg {
	transform: rotate(90deg);
}

.nextArrow.slick-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.nextArrow.slick-arrow svg {
	transform: rotate(-90deg);
}

.elementor-editor-active .carrusel_colecciones {
	display: flex;
	flex-wrap: wrap;
	height: 470px;
	overflow: hidden;
}
.elementor-editor-active .carrusel_colecciones::before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

/*ACORDEON ESTILOS*/
.elementor-accordion-item {
	border-top: 0 !important;
	border-bottom: 1px solid #343945 aliceblue !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

/*SCROLL HORIZONTAL*/
.scroll-list ul.elementor-icon-list-items {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: auto !important;
}

.texto-naranja, .naranja{
	color:var(--naranja) !important;
}

/*CATÁLOGO*/

.btn-item-catalogo .elementor-button-wrapper {
	text-align: left;
}
.btn-item-catalogo a {
	width: 100% !important;
	text-align: left;
}
.img-item-catalogo a {
	width: 100% !important;
}

/*FILTROS*/

.wrap-filtro .facet-wrap {
	border: 1px solid #343945;
	border-radius: 7px;
	padding: 15px;
	margin-bottom: 20px;
}
.wrap-filtro .facet-wrap h3 {
	margin: 0 0 20px 0;
}
.wrap-filtro .facetwp-facet {
	margin-bottom: 0px;
}
.facetwp-checkbox {
	border-bottom: 1px solid var(--blanco);
	padding: 0;
	padding-bottom: 6px;
	position: relative;
}



.facetwp-checkbox {
	background: url('img/uncheck.svg') 0 6px no-repeat !important;
	padding-right: 20px;
	background-position: 100% center !important;
	padding-left: 0 !important;
}
.facetwp-checkbox.checked {
	background-image: url('img/check.svg') !important;
}
.facetwp-selections ul {
	padding: 0;
	margin: 0;
	font-size: 14px;
	display: flex;
	column-gap: 10px;
	row-gap: 5px;
}
.facetwp-selections ul li {
	background: #343945;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
}
.facetwp-selection-label {
	display: none;
}
.facetwp-selections .facetwp-selection-value {
	background-image: url(img/close.svg) !important;
	margin-right: 0 !important;
	background-size: 7px !important;
	background-position: right 5px !important;
}

.facetwp-flyout {
	background: #1C1F26 !important;
	border-right: 1px solid #1C1F26 !important;
}
.flyout-row {
	border-bottom: 1px solid #343945;
	padding: 15px;
	margin-bottom: 20px;
}
.facetwp-flyout-content h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin: ;
	margin: 0 0 10px 0;
}

/*SINGLE PRODUCTO*/
#caracteristicas {
	display: flex;
	justify-content: center;
}
.wrapper_caracteristicas {
	width: 1200px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	padding: 0 40px;
}
#caracteristicas {
	background: #fff;
	color: var(--negro);
}
.block_caracteristica {
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 7px;
	padding: 30px 25px 30px 30px;
}
.block_caracteristica h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
}
.col_caracteristicas {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}

.row_caracteristica {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	border-bottom: 1px solid var(--naranja);
	padding: 20px 0 5px 0;
	align-items: center;
}
.label_caracteristica {
	width: 50%;
}
.value_caracteristica {
	width: 50%;
	text-align: left;
}

.carrusel_producto img{
	width: 100% !important;
	height: 550px !important;
	object-fit: cover;
	object-position: center;
}
.img_caracteristicas img {
	position: sticky;
	top: 150px;
}
@media only screen and (max-width: 900px) {
.wrapper_caracteristicas {
		grid-template-columns: 1fr;
	}
}
/*HEADER FIJO*/

#header-fixed {
	position: fixed;
	width: 100%;
	background: var(--negro);
	top: 0;
	display: flex;
	justify-content: center;
	z-index: 99999;
	padding: 5px 25px;
	transform: translateY(-113%);
	transition: all .5s ease;
}

#header-fixed.fixed-header {
	transform: translateY(0);
}

.wrapper-fijo {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
}

.menu-fijo {
	width: 81%;
	display: flex;
	align-items: center;
}

.menu-fijo .menu-principal {
	justify-content: end !important;
}

#site-navigation-fijo {
	width: 100%;
}

.logo-fijo {
	display: flex;
	column-gap: 10px;
	width: 19%;
}

.logo-fijo img {
	width: 100px;
}

#header-fixed .site-description {
	font-size: 14px;
	line-height: 1.3em;
}

#header-fixed .site-description span {
	display: block;
}

.menu-fijo .menu-menu-izquierdo-container {
	width: 273px;
}

.menu-fijo .menu-menu-derecho-container {
	width: 340px;
}
.menu-fijo .btn-telf-header a {
	background-color: var(--naranja);
	color: var(--negro);
}
.menu-fijo .btn-telf-header a:hover {
	background-color: var(--negro);
	color: var(--blanco) !important;
}

@media only screen and (max-width: 1023px) {
	#header-fixed {
		display: none;
	}
}

.elementor-1208 .elementor-element.elementor-element-134e443 {
	--display: flex;
	--min-height: 690px;
	--flex-direction: row;
	--container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--justify-content: flex-end;
	--align-items: flex-end;
	--background-transition: 0.3s;
	--overlay-opacity: 0.5;
	--padding-block-start: 130px;
	--padding-block-end: 100px;
	--padding-inline-start: 20px;
	--padding-inline-end: 20px;
}

.elementor-1208 .elementor-element.elementor-element-134e443:not(.elementor-motion-effects-element-type-background),
.elementor-1208 .elementor-element.elementor-element-134e443>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("https://suelosmeister.com/wp-content/uploads/2023/09/suelosmeistermarca-1536x864.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-1208 .elementor-element.elementor-element-134e443::before,
.elementor-1208 .elementor-element.elementor-element-134e443>.elementor-background-video-container::before,
.elementor-1208 .elementor-element.elementor-element-134e443>.e-con-inner>.elementor-background-video-container::before,
.elementor-1208 .elementor-element.elementor-element-134e443>.elementor-background-slideshow::before,
.elementor-1208 .elementor-element.elementor-element-134e443>.e-con-inner>.elementor-background-slideshow::before,
.elementor-1208 .elementor-element.elementor-element-134e443>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
	--background-overlay: '';
	background-color: #000000;
}

.elementor-1208 .elementor-element.elementor-element-134e443,
.elementor-1208 .elementor-element.elementor-element-134e443::before {
	--border-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-b2cfad5 {
	--display: flex;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-c1ec380 .elementor-heading-title {
	font-size: 17px;
	text-transform: uppercase;
}

.elementor-1208 .elementor-element.elementor-element-e4c2420 .elementor-heading-title {
	color: var(--e-global-color-0e0f330);
	font-size: 58px;
	text-transform: uppercase;
}

.elementor-1208 .elementor-element.elementor-element-e4c2420 {
	width: var(--container-widget-width, 100%);
	max-width: 100%;
	--container-widget-width: 100%;
	--container-widget-flex-grow: 0;
}

.elementor-1208 .elementor-element.elementor-element-22b0025 {
	--display: flex;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-3ea9dfd {
	text-align: right;
}

.elementor-1208 .elementor-element.elementor-element-3ea9dfd img {
	width: 160px;
}

.elementor-1208 .elementor-element.elementor-element-9005c38 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--gap: 0px 0px;
	--flex-wrap: wrap;
	--background-transition: 0.3s;
	--padding-block-start: 60px;
	--padding-block-end: 90px;
	--padding-inline-start: 20px;
	--padding-inline-end: 20px;
}

.elementor-1208 .elementor-element.elementor-element-af373f8 {
	--display: flex;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-072fad2 .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-size: 20px;
	text-transform: uppercase;
}

.elementor-1208 .elementor-element.elementor-element-9d98134 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--justify-content: center;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-177f27f .elementor-button {
	fill: var(--e-global-color-0e0f330);
	color: var(--e-global-color-0e0f330);
	background-color: var(--e-global-color-28fe28f);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-primary);
	border-radius: 100px 100px 100px 100px;
}

.elementor-1208 .elementor-element.elementor-element-177f27f .elementor-button:hover,
.elementor-1208 .elementor-element.elementor-element-177f27f .elementor-button:focus {
	color: var(--e-global-color-769ff22);
	background-color: var(--e-global-color-secondary);
}

.elementor-1208 .elementor-element.elementor-element-177f27f .elementor-button:hover svg,
.elementor-1208 .elementor-element.elementor-element-177f27f .elementor-button:focus svg {
	fill: var(--e-global-color-769ff22);
}

.elementor-1208 .elementor-element.elementor-element-d73739d {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-d949582 .elementor-button {
	fill: var(--e-global-color-0e0f330);
	color: var(--e-global-color-0e0f330);
	background-color: var(--e-global-color-28fe28f);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-primary);
	border-radius: 100px 100px 100px 100px;
}

.elementor-1208 .elementor-element.elementor-element-d949582 .elementor-button:hover,
.elementor-1208 .elementor-element.elementor-element-d949582 .elementor-button:focus {
	color: var(--e-global-color-769ff22);
	background-color: var(--e-global-color-secondary);
}

.elementor-1208 .elementor-element.elementor-element-d949582 .elementor-button:hover svg,
.elementor-1208 .elementor-element.elementor-element-d949582 .elementor-button:focus svg {
	fill: var(--e-global-color-769ff22);
}

.elementor-1208 .elementor-element.elementor-element-d1ca80e {
	--display: flex;
	--min-height: 604px;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--background-transition: 0.3s;
	--padding-block-start: 0px;
	--padding-block-end: 0px;
	--padding-inline-start: 0px;
	--padding-inline-end: 0px;
}

.elementor-1208 .elementor-element.elementor-element-fd843c5 {
	--e-image-carousel-slides-to-show: 1;
}

.elementor-1208 .elementor-element.elementor-element-cc2e5fc {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--background-transition: 0.3s;
	--margin-block-start: 130px;
	--margin-block-end: 103px;
	--margin-inline-start: 0px;
	--margin-inline-end: 0px;
}

.elementor-1208 .elementor-element.elementor-element-f9630db {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
	--padding-block-start: 0px;
	--padding-block-end: 0px;
	--padding-inline-start: 0px;
	--padding-inline-end: 0px;
}

.elementor-1208 .elementor-element.elementor-element-53d4ba6 {
	--display: flex;
	--justify-content: center;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-f9bd857 {
	--display: flex;
	--justify-content: center;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-5c6a236 .elementor-heading-title {
	font-size: 17px;
	text-transform: uppercase;
}

.elementor-1208 .elementor-element.elementor-element-b1a2a92 .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-size: 20px;
	text-transform: uppercase;
}

.elementor-1208 .elementor-element.elementor-element-c2efeba .elementor-accordion-item {
	border-width: 1px;
	border-color: #343945;
}

.elementor-1208 .elementor-element.elementor-element-c2efeba .elementor-accordion-item .elementor-tab-content {
	border-width: 1px;
	border-top-color: #343945;
}

.elementor-1208 .elementor-element.elementor-element-c2efeba .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-width: 1px;
	border-bottom-color: #343945;
}

.elementor-1208 .elementor-element.elementor-element-c2efeba .elementor-accordion-title {
	line-height: 1.3em;
}

.elementor-1208 .elementor-element.elementor-element-c2efeba>.elementor-widget-container {
	margin: 40px 0px 40px 0px;
}

.elementor-1208 .elementor-element.elementor-element-82c23d7 .elementor-button {
	fill: var(--e-global-color-0e0f330);
	color: var(--e-global-color-0e0f330);
	background-color: var(--e-global-color-28fe28f);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-primary);
	border-radius: 100px 100px 100px 100px;
}

.elementor-1208 .elementor-element.elementor-element-82c23d7 .elementor-button:hover,
.elementor-1208 .elementor-element.elementor-element-82c23d7 .elementor-button:focus {
	color: var(--e-global-color-769ff22);
	background-color: var(--e-global-color-secondary);
}

.elementor-1208 .elementor-element.elementor-element-82c23d7 .elementor-button:hover svg,
.elementor-1208 .elementor-element.elementor-element-82c23d7 .elementor-button:focus svg {
	fill: var(--e-global-color-769ff22);
}

.elementor-1208 .elementor-element.elementor-element-f016b26 {
	--display: flex;
	--justify-content: center;
	--background-transition: 0.3s;
	--padding-block-start: 0px;
	--padding-block-end: 0px;
	--padding-inline-start: 0px;
	--padding-inline-end: 0px;
}

.elementor-1208 .elementor-element.elementor-element-d4ac019 {
	text-align: left;
	top: 366px;
}

.elementor-1208 .elementor-element.elementor-element-d4ac019 img {
	width: 485px;
}

body:not(.rtl) .elementor-1208 .elementor-element.elementor-element-d4ac019 {
	left: 114px;
}

body.rtl .elementor-1208 .elementor-element.elementor-element-d4ac019 {
	right: 114px;
}

.elementor-1208 .elementor-element.elementor-element-fa421fd .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(50px/2);
}

.elementor-1208 .elementor-element.elementor-element-fa421fd .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(50px/2);
}

.elementor-1208 .elementor-element.elementor-element-fa421fd .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(50px/2);
	margin-left: calc(50px/2);
}

.elementor-1208 .elementor-element.elementor-element-fa421fd .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-50px/2);
	margin-left: calc(-50px/2);
}

body.rtl .elementor-1208 .elementor-element.elementor-element-fa421fd .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-50px/2);
}

body:not(.rtl) .elementor-1208 .elementor-element.elementor-element-fa421fd .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-50px/2);
}

.elementor-1208 .elementor-element.elementor-element-fa421fd .elementor-icon-list-icon i {
	transition: color 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-fa421fd .elementor-icon-list-icon svg {
	transition: fill 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-fa421fd {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
	width: 100%;
	max-width: 100%;
}

.elementor-1208 .elementor-element.elementor-element-fa421fd .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1208 .elementor-element.elementor-element-fa421fd .elementor-icon-list-item>a {
	line-height: 37px;
}

.elementor-1208 .elementor-element.elementor-element-fa421fd .elementor-icon-list-text {
	color: var(--e-global-color-text);
	transition: color 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-fa421fd>.elementor-widget-container {
	margin: 0px 0px 40px 0px;
}

.elementor-1208 .elementor-element.elementor-element-4b7b2a2 {
	text-align: center;
}

.elementor-1208 .elementor-element.elementor-element-4b7b2a2 img {
	width: 435px;
}

.elementor-1208 .elementor-element.elementor-element-7464728 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--gap: 0px 0px;
	--background-transition: 0.3s;
	--margin-block-start: 40px;
	--margin-block-end: 40px;
	--margin-inline-start: 0px;
	--margin-inline-end: 0px;
}

.elementor-1208 .elementor-element.elementor-element-d58b4da {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--justify-content: center;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-a0057f9 .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-size: 20px;
	text-transform: uppercase;
}

.elementor-1208 .elementor-element.elementor-element-a0057f9>.elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-1208 .elementor-element.elementor-element-a0057f9 {
	width: var(--container-widget-width, 100%);
	max-width: 100%;
	--container-widget-width: 100%;
	--container-widget-flex-grow: 0;
}

.elementor-1208 .elementor-element.elementor-element-b8f8501 .elementor-heading-title {
	font-family: "RNSSanz", Sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.elementor-1208 .elementor-element.elementor-element-b8f8501>.elementor-widget-container {
	margin: 0px 0px 40px 0px;
}

.elementor-1208 .elementor-element.elementor-element-e007126 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--gap: 20px 20px;
	--background-transition: 0.3s;
	--margin-block-start: 020px;
	--margin-block-end: 0px;
	--margin-inline-start: 0px;
	--margin-inline-end: 0px;
	--padding-block-start: 0px;
	--padding-block-end: 0px;
	--padding-inline-start: 0px;
	--padding-inline-end: 0px;
}

.elementor-1208 .elementor-element.elementor-element-3357df5 .elementor-button {
	fill: var(--e-global-color-0e0f330);
	color: var(--e-global-color-0e0f330);
	background-color: var(--e-global-color-28fe28f);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-primary);
	border-radius: 100px 100px 100px 100px;
}

.elementor-1208 .elementor-element.elementor-element-3357df5 .elementor-button:hover,
.elementor-1208 .elementor-element.elementor-element-3357df5 .elementor-button:focus {
	color: var(--e-global-color-769ff22);
	background-color: var(--e-global-color-secondary);
}

.elementor-1208 .elementor-element.elementor-element-3357df5 .elementor-button:hover svg,
.elementor-1208 .elementor-element.elementor-element-3357df5 .elementor-button:focus svg {
	fill: var(--e-global-color-769ff22);
}

.elementor-1208 .elementor-element.elementor-element-c401b8b .elementor-button {
	fill: var(--e-global-color-0e0f330);
	color: var(--e-global-color-0e0f330);
	background-color: var(--e-global-color-28fe28f);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-primary);
	border-radius: 100px 100px 100px 100px;
}

.elementor-1208 .elementor-element.elementor-element-c401b8b .elementor-button:hover,
.elementor-1208 .elementor-element.elementor-element-c401b8b .elementor-button:focus {
	color: var(--e-global-color-769ff22);
	background-color: var(--e-global-color-secondary);
}

.elementor-1208 .elementor-element.elementor-element-c401b8b .elementor-button:hover svg,
.elementor-1208 .elementor-element.elementor-element-c401b8b .elementor-button:focus svg {
	fill: var(--e-global-color-769ff22);
}

.elementor-1208 .elementor-element.elementor-element-5e4af1a {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--background-transition: 0.3s;
	--margin-block-start: 0px;
	--margin-block-end: 0px;
	--margin-inline-start: 0px;
	--margin-inline-end: 0px;
}

.elementor-1208 .elementor-element.elementor-element-f958803 .elementor-heading-title {
	color: var(--e-global-color-text);
	font-size: 20px;
	text-transform: uppercase;
}

.elementor-1208 .elementor-element.elementor-element-f958803>.elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-1208 .elementor-element.elementor-element-f958803 {
	width: var(--container-widget-width, 100%);
	max-width: 100%;
	--container-widget-width: 100%;
	--container-widget-flex-grow: 0;
}

.elementor-1208 .elementor-element.elementor-element-caba96c {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
	border-style: solid;
	--border-style: solid;
	border-width: 0px 0px 1px 0px;
	--border-block-start-width: 0px;
	--border-inline-end-width: 0px;
	--border-block-end-width: 1px;
	--border-inline-start-width: 0px;
	border-color: var(--e-global-color-9488622);
	--border-color: var(--e-global-color-9488622);
}

.elementor-1208 .elementor-element.elementor-element-caba96c,
.elementor-1208 .elementor-element.elementor-element-caba96c::before {
	--border-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-2659a9e {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-c207abe {
	--icon-box-icon-margin: 15px;
}

.elementor-1208 .elementor-element.elementor-element-c207abe .elementor-icon {
	font-size: 30px;
}

.elementor-1208 .elementor-element.elementor-element-c207abe .elementor-icon-box-title {
	margin-bottom: 0px;
}

.elementor-1208 .elementor-element.elementor-element-c207abe .elementor-icon-box-title,
.elementor-1208 .elementor-element.elementor-element-c207abe .elementor-icon-box-title a {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5em;
}

.elementor-1208 .elementor-element.elementor-element-a7e2120 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-56be6bd {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
	border-style: solid;
	--border-style: solid;
	border-width: 0px 0px 1px 0px;
	--border-block-start-width: 0px;
	--border-inline-end-width: 0px;
	--border-block-end-width: 1px;
	--border-inline-start-width: 0px;
	border-color: var(--e-global-color-9488622);
	--border-color: var(--e-global-color-9488622);
}

.elementor-1208 .elementor-element.elementor-element-56be6bd,
.elementor-1208 .elementor-element.elementor-element-56be6bd::before {
	--border-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-e0835b5 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-a45caf1 {
	--icon-box-icon-margin: 15px;
}

.elementor-1208 .elementor-element.elementor-element-a45caf1 .elementor-icon {
	font-size: 30px;
}

.elementor-1208 .elementor-element.elementor-element-a45caf1 .elementor-icon-box-title {
	margin-bottom: 0px;
}

.elementor-1208 .elementor-element.elementor-element-a45caf1 .elementor-icon-box-title,
.elementor-1208 .elementor-element.elementor-element-a45caf1 .elementor-icon-box-title a {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5em;
}

.elementor-1208 .elementor-element.elementor-element-1d9467b {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-d3c2267 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
	border-style: solid;
	--border-style: solid;
	border-width: 0px 0px 1px 0px;
	--border-block-start-width: 0px;
	--border-inline-end-width: 0px;
	--border-block-end-width: 1px;
	--border-inline-start-width: 0px;
	border-color: var(--e-global-color-9488622);
	--border-color: var(--e-global-color-9488622);
}

.elementor-1208 .elementor-element.elementor-element-d3c2267,
.elementor-1208 .elementor-element.elementor-element-d3c2267::before {
	--border-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-de4ee77 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-4698ab1 {
	--icon-box-icon-margin: 15px;
}

.elementor-1208 .elementor-element.elementor-element-4698ab1 .elementor-icon {
	font-size: 30px;
}

.elementor-1208 .elementor-element.elementor-element-4698ab1 .elementor-icon-box-title {
	margin-bottom: 0px;
}

.elementor-1208 .elementor-element.elementor-element-4698ab1 .elementor-icon-box-title,
.elementor-1208 .elementor-element.elementor-element-4698ab1 .elementor-icon-box-title a {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5em;
}

.elementor-1208 .elementor-element.elementor-element-309c42d {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
}

.elementor-1208 .elementor-element.elementor-element-e25cf50 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
	border-style: solid;
	--border-style: solid;
	border-width: 0px 0px 1px 0px;
	--border-block-start-width: 0px;
	--border-inline-end-width: 0px;
	--border-block-end-width: 1px;
	--border-inline-start-width: 0px;
	border-color: var(--e-global-color-9488622);
	--border-color: var(--e-global-color-9488622);
}

.elementor-1208 .elementor-element.elementor-element-e25cf50,
.elementor-1208 .elementor-element.elementor-element-e25cf50::before {
	--border-transition: 0.3s;
}

@media(min-width:768px) {
	.elementor-1208 .elementor-element.elementor-element-9d98134 {
		--width: 50%;
	}

	.elementor-1208 .elementor-element.elementor-element-d73739d {
		--width: 50%;
	}

	.elementor-1208 .elementor-element.elementor-element-53d4ba6 {
		--width: 100%;
	}

	.elementor-1208 .elementor-element.elementor-element-f9bd857 {
		--content-width: 648px;
	}

	.elementor-1208 .elementor-element.elementor-element-d58b4da {
		--width: 43%;
	}

	.elementor-1208 .elementor-element.elementor-element-5e4af1a {
		--width: 50%;
	}

	.elementor-1208 .elementor-element.elementor-element-2659a9e {
		--width: 50%;
	}

	.elementor-1208 .elementor-element.elementor-element-e0835b5 {
		--width: 50%;
	}

	.elementor-1208 .elementor-element.elementor-element-de4ee77 {
		--width: 50%;
	}
}

@media(max-width:1024px) {
	.elementor-1208 .elementor-element.elementor-element-134e443 {
		--flex-direction: column;
		--container-widget-width: 100%;
		--container-widget-height: initial;
		--container-widget-flex-grow: 0;
		--container-widget-align-self: initial;
		--padding-block-start: 130px;
		--padding-block-end: 100px;
		--padding-inline-start: 20px;
		--padding-inline-end: 20px;
	}

	.elementor-1208 .elementor-element.elementor-element-134e443:not(.elementor-motion-effects-element-type-background),
	.elementor-1208 .elementor-element.elementor-element-134e443>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-position: center center;
		background-size: cover;
	}

	.elementor-1208 .elementor-element.elementor-element-e4c2420 {
		--container-widget-width: 87%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 87%);
		max-width: 87%;
	}

	.elementor-1208 .elementor-element.elementor-element-9005c38 {
		--flex-wrap: wrap;
	}

	.elementor-1208 .elementor-element.elementor-element-d1ca80e {
		--min-height: 407px;
	}

	.elementor-1208 .elementor-element.elementor-element-f9630db {
		--flex-wrap: wrap;
	}

	.elementor-1208 .elementor-element.elementor-element-53d4ba6 {
		--margin-block-start: 0px;
		--margin-block-end: 40px;
		--margin-inline-start: 0px;
		--margin-inline-end: 0px;
	}

	.elementor-1208 .elementor-element.elementor-element-f016b26 {
		--align-items: center;
		--container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
	}

	.elementor-1208 .elementor-element.elementor-element-d4ac019 img {
		width: 353px;
	}

	body:not(.rtl) .elementor-1208 .elementor-element.elementor-element-d4ac019 {
		left: 31px;
	}

	body.rtl .elementor-1208 .elementor-element.elementor-element-d4ac019 {
		right: 31px;
	}

	.elementor-1208 .elementor-element.elementor-element-d4ac019 {
		top: 184px;
	}

	.elementor-1208 .elementor-element.elementor-element-7464728 {
		--flex-wrap: wrap;
		--margin-block-start: 40px;
		--margin-block-end: 40px;
		--margin-inline-start: 0px;
		--margin-inline-end: 0px;
	}

	.elementor-1208 .elementor-element.elementor-element-a0057f9 {
		--container-widget-width: 55%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 55%);
		max-width: 55%;
	}
}

@media(max-width:767px) {
	.elementor-1208 .elementor-element.elementor-element-134e443 {
		--min-height: 540px;
		--flex-direction: column;
		--container-widget-width: 100%;
		--container-widget-height: initial;
		--container-widget-flex-grow: 0;
		--container-widget-align-self: initial;
		--padding-block-start: 100px;
		--padding-block-end: 50px;
		--padding-inline-start: 10px;
		--padding-inline-end: 10px;
	}

	.elementor-1208 .elementor-element.elementor-element-134e443:not(.elementor-motion-effects-element-type-background),
	.elementor-1208 .elementor-element.elementor-element-134e443>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-position: center center;
		background-size: cover;
	}

	.elementor-1208 .elementor-element.elementor-element-c1ec380 {
		text-align: center;
	}

	.elementor-1208 .elementor-element.elementor-element-c1ec380 .elementor-heading-title {
		font-size: 13px;
		line-height: 1.2em;
	}

	.elementor-1208 .elementor-element.elementor-element-e4c2420 {
		text-align: center;
		--container-widget-width: 100%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 100%);
		max-width: 100%;
	}

	.elementor-1208 .elementor-element.elementor-element-e4c2420 .elementor-heading-title {
		font-size: 36px;
	}

	.elementor-1208 .elementor-element.elementor-element-3ea9dfd {
		text-align: center;
	}

	.elementor-1208 .elementor-element.elementor-element-072fad2 {
		text-align: left;
	}

	.elementor-1208 .elementor-element.elementor-element-d1ca80e {
		--min-height: 217px;
	}

	.elementor-1208 .elementor-element.elementor-element-cc2e5fc {
		--margin-block-start: 40px;
		--margin-block-end: 100px;
		--margin-inline-start: 0px;
		--margin-inline-end: 0px;
	}

	.elementor-1208 .elementor-element.elementor-element-5c6a236 {
		text-align: left;
	}

	.elementor-1208 .elementor-element.elementor-element-5c6a236 .elementor-heading-title {
		font-size: 13px;
		line-height: 1.2em;
	}

	.elementor-1208 .elementor-element.elementor-element-b1a2a92 {
		text-align: left;
	}

	.elementor-1208 .elementor-element.elementor-element-f016b26 {
		--align-items: stretch;
		--container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
	}

	.elementor-1208 .elementor-element.elementor-element-d4ac019 img {
		width: 70%;
	}

	.elementor-1208 .elementor-element.elementor-element-d4ac019 {
		width: 100%;
		max-width: 100%;
		top: 174px;
	}

	body:not(.rtl) .elementor-1208 .elementor-element.elementor-element-d4ac019 {
		left: 83px;
	}

	body.rtl .elementor-1208 .elementor-element.elementor-element-d4ac019 {
		right: 83px;
	}

	.elementor-1208 .elementor-element.elementor-element-4b7b2a2 img {
		width: 70%;
	}

	.elementor-1208 .elementor-element.elementor-element-a0057f9 {
		--container-widget-width: 100%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 100%);
		max-width: 100%;
	}

	.elementor-1208 .elementor-element.elementor-element-caba96c {
		--justify-content: center;
	}

	.elementor-1208 .elementor-element.elementor-element-2659a9e {
		--align-items: center;
		--container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
	}

	.elementor-1208 .elementor-element.elementor-element-c207abe .elementor-icon-box-wrapper {
		text-align: center;
	}

	.elementor-1208 .elementor-element.elementor-element-c207abe .elementor-icon {
		font-size: 33px;
	}

	.elementor-1208 .elementor-element.elementor-element-c207abe {
		width: 100%;
		max-width: 100%;
	}

	.elementor-1208 .elementor-element.elementor-element-f3a532f {
		text-align: center;
	}

	.elementor-1208 .elementor-element.elementor-element-56be6bd {
		--justify-content: center;
	}

	.elementor-1208 .elementor-element.elementor-element-a45caf1 .elementor-icon-box-wrapper {
		text-align: center;
	}

	.elementor-1208 .elementor-element.elementor-element-a45caf1 .elementor-icon {
		font-size: 33px;
	}

	.elementor-1208 .elementor-element.elementor-element-a45caf1 {
		width: 100%;
		max-width: 100%;
	}

	.elementor-1208 .elementor-element.elementor-element-c23d5b7 {
		text-align: center;
	}

	.elementor-1208 .elementor-element.elementor-element-d3c2267 {
		--justify-content: center;
	}

	.elementor-1208 .elementor-element.elementor-element-4698ab1 .elementor-icon-box-wrapper {
		text-align: center;
	}

	.elementor-1208 .elementor-element.elementor-element-4698ab1 .elementor-icon {
		font-size: 33px;
	}

	.elementor-1208 .elementor-element.elementor-element-4698ab1 {
		width: 100%;
		max-width: 100%;
	}

	.elementor-1208 .elementor-element.elementor-element-84071cf {
		text-align: center;
	}

	.elementor-1208 .elementor-element.elementor-element-e25cf50 {
		--justify-content: center;
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-1208 .elementor-element.elementor-element-9005c38 {
		--content-width: 676px;
	}

	.elementor-1208 .elementor-element.elementor-element-9d98134 {
		--width: 100%;
	}

	.elementor-1208 .elementor-element.elementor-element-d73739d {
		--width: 100%;
	}

	.elementor-1208 .elementor-element.elementor-element-cc2e5fc {
		--content-width: 665px;
	}

	.elementor-1208 .elementor-element.elementor-element-53d4ba6 {
		--width: 100%;
	}

	.elementor-1208 .elementor-element.elementor-element-7464728 {
		--content-width: 676px;
	}

	.elementor-1208 .elementor-element.elementor-element-d58b4da {
		--width: 100%;
	}

	.elementor-1208 .elementor-element.elementor-element-5e4af1a {
		--width: 100%;
	}
}

.carrusel-ciudad img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.carrusel-ciudad img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
}

@media screen and (max-width: 360px) {
	.carrusel-ciudad img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
}