/*!
Theme Name: simlevante
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: simlevante
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.

simlevante 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
	 ========================================================================== */
@font-face {
	font-family: 'fontello';
	src: url('font/fontello.eot');
	src: url('font/fontello.eot') format('embedded-opentype'),
		url('font/fontello.woff2') format('woff2'),
		url('font/fontello.woff') format('woff'),
		url('font/fontello.ttf') format('truetype'),
		url('font/fontello.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
	 @media screen and (-webkit-min-device-pixel-ratio:0) {
	   @font-face {
	     font-family: 'fontello';
	     src: url('../font/fontello.svg?38290454#fontello') format('svg');
	   }
	 }
	 */
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-location:before {
	content: '\e800';
}

/* '' */
.icon-mail:before {
	content: '\e801';
}

/* '' */
.icon-phone:before {
	content: '\e802';
}

/* '' */
.icon-search:before {
	content: '\e803';
}

/* '' */
.icon-phone-squared:before {
	content: '\f098';
}

/* '' */
.icon-right:before {
	content: '\f178';
}

/* '' */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
}

/**
 * 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;
	text-decoration: none;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #667780;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #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: inherit;
}


a:focus {
	outline: thin dotted;
}

a:hover {
	color: #95D60A;
}

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 li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

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

.site-main {
	/* margin-top: 78px; */
}

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

.site-main .alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.alignfull>div {
	max-width: 1300px;
	margin: auto;
	padding: 0 50px;
	width: 100%;
}

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

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

.page {
	margin: 0;
}

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

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

.entry-content {
	margin-top: 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 {
	content: attr();
	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;
}

.site-grid-header,
.site-grid-footer,
.site-main {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}

.site-main {
	max-width: 100%;
	overflow-x: hidden;
}

.wp-block-group__inner-container {
	max-width: 1300px;
	margin: 0 auto;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
	color: #94d60a;
}

.wp-block-button__link {
	background-color: transparent;
	color: #94d60a;
	border: 2px solid;
	padding: 10px 55px;
	font-size: 13px;
	text-transform: uppercase;
}

.wp-block-button__link:hover {
	background-color: #94d60a;
	color: #fff;
}

/* header */
header.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}

.site-grid-header {
	display: grid;
	grid-template-columns: 238px 1fr 56px;
	height: 78px;
	align-items: center;
}

/* BUSCADOR */
.site-search .search-submit {
	display: none;
}

.search-form {
	position: absolute;
	top: 52px;
	background-color: #2c3236;
	padding: 24px;
	right: 0;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	display: none;
}

.search-form input,
.search-form input:focus,
.search-form input:focus-visible {
	background: #2c3236;
	border: 2px solid #406a80;
	color: #667780;
	font-size: 13px;
	width: 200px;
	height: 38px;
	padding: 6px 12px;
	line-height: 1.5;
	outline: none;
}

.search-form input:hover {
	background: #212528;
}

.icon-search {
	cursor: pointer;
	color: #fff;
	padding-right: 15px;
}

.icon-search:hover {
	color: #95D60A;
}

/* FIN BUSCADOR */

/* ASISTENCIA GENERAL */
.bt-asistencia.general {
	bottom: 150px;
	left: -91px;
	position: fixed;
	width: auto;
	z-index: 9999;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.bt-asistencia.general a {
	background: #94d60a;
	border: 2px solid #94d60a;
	color: #fff;
	font-size: 18px;
	padding: 8px 24px;
	text-transform: uppercase;
}

.bt-asistencia.general a:hover {
	background: #537807;
	border: 2px solid #537807;
}

.bt-asistencia.general .bt-asistencia-phone {
	display: none;
}

/* FIN ASISTENCIA GENERAL */

/* footer */
.home .site-grid-footer .footer-top {
	color: transparent;
}

.footer-top {
	display: flex;
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 1px solid #3d474d;
	font-size: 14px;
}

footer {
	background-color: #2c3236;
	color: #6b7c88;
}

footer a,
.icon-location {
	color: #6b7c88;
	text-decoration: none;
}

footer a:hover,
footer .menu>li:hover>a {
	color: #fff;
}

footer h2 {
	color: #95D60A;
	margin-top: 0;
	font-size: 16px;
}

.footer-med {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding-top: 55px;
	padding-bottom: 48px;
	font-size: 14px;
	grid-gap: 50px;
}

.footer-med .footer-top-three svg path {
	fill: #6b7c88;
}

.contact-social a:hover svg path {
	fill: #95D60A;
}

.contact-social a:hover {
	border-color: #95D60A;
}

.contact-social a svg path {
	fill: #667780;
}

.contact-social a {
	border-color: #667780;
}

.footer-med .footer-top-three a:hover svg path {
	fill: #fff;
}

.footer-med .footer-top-three figure,
.contact-social figure {
	width: 38px;
	height: 38px;
}

.footer-med .footer-top-three a:hover {
	border-color: #fff;
}

.footer-med .footer-top-three figure a,
.contact-social figure a {
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #6B7C88;
}

.footer-med .footer-top-three svg,
.contact-social svg {
	width: 14px;
	max-height: 30px;
}

.footer-med .footer-top-three .wp-image-19 {
	width: 30px;
}

.footer-med .footer-top-three .footer-social>div,
.contact-social>div {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.footer-med .footer-top-four {
	display: flex;
	flex-direction: column;
}

.footer-med .footer-top-four .wp-block-image .alignright {
	float: left;
}

.footer-med .footer-top-four .footer-social svg path {
	fill: #6b7c88;
}

.footer-social .contact-social a:hover svg path {
	fill: #95D60A;
}

.footer-social .contact-social a:hover {
	border-color: #95D60A;
}

.footer-social .contact-social a svg path {
	fill: #667780;
}

.footer-social .contact-social a {
	border-color: #667780;
}

.footer-med .footer-top-four .footer-social a:hover svg path {
	fill: #fff;
}

.footer-med .footer-top-four .footer-social figure,
.footer-social .contact-social figure {
	width: 38px;
	height: 38px;
}

.footer-med .footer-top-four .footer-social a:hover {
	border-color: #fff;
}

.footer-med .footer-top-four .footer-social figure a,
.footer-social .contact-social figure a {
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #6B7C88;
}

.footer-med .footer-top-four .footer-social svg,
.footer-social .contact-social svg {
	width: 14px;
	max-height: 30px;
}

.footer-med .footer-top-four .footer-social .wp-image-19 {
	width: 30px;
}

.footer-med .footer-top-four .footer-social>div,
.footer-social .contact-social>div {
	display: flex;
	gap: 8px;
}

.footer-med .footer-top-four .footer-social figure {
	margin: 0;
}

.contact-social>div {
	justify-content: flex-start;
}

.ir-arriba {
	position: fixed;
	right: 30px;
	bottom: 48px;
	z-index: 99;
	background: #363d42;
	color: #94d60a;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	line-height: 60px;
	opacity: 0.7;
	padding: 0;
	text-align: center;
	transition: 0.2s;
	border: 2px solid #94d60a;
	display: grid;
	justify-content: center;
	align-content: center;
}

.ir-arriba:hover {
	background: #2c3236;
	opacity: 1;
}

.footer-top-four .wp-block-image {
	margin: 0;
}

.menu,
.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-bot {
	background: #363d42;
	font-size: 13px;
	padding: 48px 0;
	text-align: center;
}

.ir-arriba svg path {
	fill: #94d60a;
}

footer .sub-menu {
	position: absolute;
}

footer .menu-item-has-children::after {
	border-top-color: #94d60a;
	border-bottom-color: #94d60a;
	position: inherit;
}

footer .menu-item-has-children:hover::after {
	border-top-color: #406a80;
	border-bottom-color: #406a80;
}

footer .sub-menu {
	display: none;
	background-color: #2c3236;
	padding: 20px 20px 20px 0;
}

footer .menu-item-has-children:hover>.sub-menu {
	display: block;
	min-width: 180px;
}

footer .menu>li {
	margin-bottom: 10px;
}

/* home */
.home-slider1 {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.home-slider1 .home-slider-title a,
.home-slider1 .home-slider-title {
	color: #94d60a;
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
	padding-top: 12px;
}

.home-slider1 .home-slider-title {
	margin: 0;
}

.home-slider1 a {
	text-decoration: none;
}

.home-slider1 p a,
.home-slider1 p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-top: 8px;
}

.home-slider1 .wp-block-cover {
	padding: 0;
}

.home-slider1-block-text {
	padding: 0 35px 25px 45px;
	z-index: 1;
	position: relative;
	border-top-left-radius: 4px;
}

.home-he-img-left img {
	margin-top: 60px;
	position: absolute;
	left: 5%;
	top: 0;
}

.home-slider1 .wp-block-cover.has-custom-content-position.has-custom-content-position>.wp-block-cover__inner-container {
	width: 100%;
	max-width: 40%;
}

.home-slider1 .cwp-block-slider-main .slick-dots {
	margin-bottom: 15px;
}

div[class*="home-tecno-"]>.has-background {
	width: 150px;
	height: 150px;
	margin: auto;
	border-radius: 50%;
	display: grid;
	align-content: center;
}

div[class*="home-tecno-"] .wp-block-image {
	margin: 6px auto auto;
}

.home-tecno h2,
.home-tecno h1 {
	text-transform: uppercase;
	color: #646469;
	font-size: 24px;
	margin: 0 auto 40px;
}

.home-tecno {
	padding-bottom: 96px;
	padding-top: 96px;
}

.home-tecno .home-h2-icon {
	margin: 0;
	padding: 0;
	font-size: 36px;
}

.home-tecno h2+p {
	font-size: 16px;
	color: #667780;
	max-width: 864px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.home-tecno .wp-block-button__link,
.home-noticias .wp-block-button__link {
	background-color: transparent;
	color: #94d60a;
	border: 2px solid;
	padding: 10px 55px;
	font-size: 13px;
	text-transform: uppercase;
}

.home-tecno .wp-block-button__link:hover,
.home-noticias .wp-block-button__link:hover {
	background-color: #94d60a;
	color: #fff;
}

div[class*="home-tecno-"] p {
	max-width: 294px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	min-height: 62px;
}

div[class*="home-tecno-"] h3,
div[class*="home-tecno-"] h2 {
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 24px;
	margin-bottom: 12px;
}

.home-tecno-col1 h3,
.home-tecno-col1 h2 {
	color: #94d60a;
}

.nos-equipo .home-tecno-col1 svg path {
	fill: #94d60a;
}

.home-tecno-col1 svg {
	height: 60px;
	margin: auto;
}

.home-tecno-col1 .wp-block-image figure {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #94d60a;
	display: flex;
}

div.home-tecno-col1 h3 {
	text-transform: none;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.products-grid>div.wp-block-column div.wp-block-group {
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.products-grid>div.wp-block-column div.wp-block-group:hover {
	-webkit-box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, .4);
	box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, .4);
}

.home-tecno-col2 h3,
.home-tecno-col2 h2 {
	color: #5995b3;
}

.home-tecno-col3 h3,
.home-tecno-col3 h2 {
	color: #929395;
}

.home-testimonials>div {
	margin-left: auto !important;
	margin-right: auto !important;
}

.home-testimonials {
	background: #363d42;
	color: #fff;
}

.home-testimonials h3 {
	margin: 24px auto 12px;
	color: #94D60A;
	font-size: 16px;
}

.home-testimonials p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.home-testimonials p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	line-height: 1.5em;
}

.home-testimonials p a {
	color: #fff;
}

.home-testimonials p a:hover {
	color: #94D60A;
}

.home-testimonials p::before {
	background: url(/wp-content/uploads/2021/10/quote-ltr.png);
}

.home-testimonials p::after {
	background: url(/wp-content/uploads/2021/10/quote-rtl.png);
}

.home-slider1 .home-slider-title.aqua-blue a {
	color: #73BFE6;
}

.home-slider1-block-text .wp-block-button__link {
	color: #94D60A;
	background-color: transparent;
	border: 2px solid#94D60A;
}

.home-slider1-block-text .wp-block-button__link:hover {
	background-color: #94D60A;
	color: #fff;
	border: 2px solid transparent;
}

.home-aqua-read-more .wp-block-button__link {
	border-color: #73BFE6;
	color: #73BFE6;
	;
}

.home-aqua-read-more .wp-block-button__link:hover {
	background-color: #73BFE6;
	color: #fff;
}

.home-testimonials p::before,
.home-testimonials p::after {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 24px;
	position: relative;
	content: "";
	width: 29px;
	height: 19px;
	top: -10px;
	opacity: 0.6;
}

.home-testimonials .cwp-block-slider-main .slick-dots {
	margin-bottom: 70px;
}

.home-conocenos {
	background-color: #2c3236;
	color: #fff;
	padding: 96px 0;
}

.home-conocenos h2 {
	font-size: 35px;
	margin: 0 auto 36px;
}

.home-conocenos figure .wp-block-embed__wrapper {
	text-align: center;
}

.home-noticias ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	margin: 0;
}

.home-noticias {
	padding: 69px 0;
}

.home-noticias h2,
.home-noticias h2 a {
	margin: 0 auto 40px;
	text-transform: uppercase;
	font-size: 24px;
	color: #667780;
}

.home-noticias ul .wp-block-latest-posts__featured-image img {
	height: 194.5px;
	object-fit: cover;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.home-noticias ul li {
	display: flex;
	flex-wrap: wrap;
}

.home-noticias ul li .wp-block-latest-posts__featured-image+a {
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
	order: 4;
	min-height: 110px;
	color: #2C3236;
	font-weight: bold;
}

.home-noticias ul li .wp-block-latest-posts__featured-image+a:hover,
.home-noticias ul li .wp-block-latest-posts__featured-image:hover+a {
	color: #94D60A;
}

.home-noticias ul li .wp-block-latest-posts__post-author {
	order: 3;
	width: 37%;
	max-height: 20px;
}

.home-noticias ul li .wp-block-latest-posts__post-date {
	width: auto;
	max-height: 20px;
	margin-right: 5px;
}

.home-noticias .wp-block-button__link {
	margin-top: 36px;
}

.home-noticias .group-home-youtube {
	background-color: #94d60a;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.home-noticias .group-home-youtube:hover {
	background-color: #87c30b;
}

.home-noticias .group-home-youtube>div {
	height: 100%;
	position: relative;
	display: grid;
}

.home-noticias .group-home-youtube>div p {
	font-size: 23px;
	align-items: center;
	font-weight: bold;
}

.h-v-y-cover {
	margin: 0;
	position: absolute;
}

.h-v-y-cover,
.h-v-y-cover a {
	width: 100%;
	height: 100%;
	display: block;
}

.home-noticias .group-home-youtube>div p a {
	color: transparent;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	font-weight: 600;
	color: #406a80;
}

.home-noticias .wp-block-latest-posts__featured-image {
	max-height: 194.5px;
	width: 100%;
	margin: 0;
}

.wp-block-latest-posts__featured-image a {
	width: 100%;
}

.home-grid-noticias_video>div {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 30px;
}

.home-newsletter {
	background: #94d60a;
	min-height: 254px;
}

.home-newsletter .nl-form {
	gap: 8px;
	height: 245px;
	font-size: 24px;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr;
	align-content: center;
	justify-items: center;
	max-width: 800px;
	margin: 0 auto;
}

.home-newsletter .nl-form .nl-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	width: 100%;
}

.home-newsletter .nl-form ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.nl-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.nl-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.home-newsletter .nl-form .wpcf7-email {
	background: none;
	border: 2px solid #ffffff;
	border-radius: 20px;
	color: #ffffff;
	font-size: 16px;
	padding: 0 24px;
	height: 35px;
	width: 100%;
}

.home-newsletter .nl-form .nl-mail {
	max-width: 275px;
	padding: 0 15px;
}

.home-newsletter .nl-form .wpcf7-submit {
	background: none;
	border: 2px solid #ffffff;
	width: 100px;
	height: 37px;
	padding: 0;
	border-radius: 20px;
	color: #fff;
}

.home-newsletter .nl-form .wpcf7-submit:hover {
	color: #94d60a;
}

.svg-submit {
	position: relative;
	cursor: pointer;
	justify-self: end;
}

.svg-submit svg {
	position: absolute;
	left: 10px;
	top: 11px;
	width: 18px;
	fill: #fff;
}

.svg-submit .ajax-loader {
	position: absolute;
}

.svg-submit:hover .wpcf7-submit {
	background-color: #fff;
}

.svg-submit:hover svg {
	fill: #2C3236;
}

.home-newsletter .nl-form .nl-legal {
	font-size: 14px;
	width: 100%;
	display: flex;
	justify-content: end;
}

.home-newsletter .nl-form .nl-legal .wpcf7-list-item {
	margin: 0;
}

.home-newsletter .nl-form .nl-legal a:hover {
	color: #667780;
}

.home-newsletter .nl-form .wpcf7-submit:disabled {
	cursor: not-allowed;
	background: none;
	border: 2px solid #ffffff;
	width: 100px;
	height: 37px;
	padding: 0;
	border-radius: 20px;
}

.home-newsletter .nl-form .wpcf7-submit:disabled {
	background-color: #94d60a !important;
	opacity: 0.6;
}

.home-newsletter .wpcf7-spinner {
	position: absolute;
	top: 10px;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
	position: absolute;
}

.home-clientes>div {
	max-width: inherit;
	padding: 0;
}

.ancors-page p {
	display: flex;
	justify-content: center;
	font-size: 20px;
	color: #94d60a;
	grid-gap: 20px;
	flex-wrap: wrap;
}

.ancors-page p a,
.nosotros-block-h1 h1 {
	color: #94d60a;
}

.ancors-page p a:hover {
	color: #406a80;
}

.nosotros-block-h1 h1 {
	font-size: 35px;
	margin-top: 36px;
}

.nosotros-block-h1 p {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.nosotros-dis p {
	font-size: 36px;
	padding: 48px 96px;
	margin: 72px auto;
}

.nos-slogan {
	margin-top: 48px;
}

.nos-slogan p {
	margin: 0;
}

.nos-equipo {
	padding: 100px 0;
	background-color: #ecf0f1;
}

.nos-equipo h2 {
	color: #94d60a;
	font-size: 30px;
	font-weight: 400;
}

.nos-equipo p {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.nos-src+p {
	max-width: 888px;
	margin-bottom: 72px;
}

h2.nos-src {
	/* margin-top: 72px; */
}

.nos-equipo h3 {
	font-weight: 300;
}

.nos-equipo .wp-block-columns+p {
	padding: 40px 0 48px;
}

.nos-part {
	background: #c6e070;
	color: #fff;
	padding: 48px;
}

.nos-part h2,
.nos-empleo h2 {
	font-size: 35px;
	margin-bottom: 16px;
	margin-top: 0;
}

.nos-part p,
.nos-empleo p {
	font-size: 16px;
	line-height: 1.875em;
	margin-bottom: 0;
	margin-top: 12px;
}

.nos-part .wp-block-button__link,
.nos-empleo .wp-block-button__link {
	background: none;
	border: 2px solid #94d60a;
	color: #94d60a;
	border-radius: 20px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 24px;
	min-width: 197px;
}

.nos-empleo .wp-block-button__link:hover {
	color: #fff;
	background-color: #94d60a;
}

.nos-part .wp-block-button__link {
	color: #fff;
	border-color: #fff;
}

/* .nos-part .wp-block-button__link:hover{
	color: #fff;
  border-color: #646469;
  background: #646469;
} */
.nos-part .wp-block-button__link:hover {
	color: #c6e070;
	border-color: #fff;
	background: #fff;
}

.nos-empleo {
	padding: 40px 0;
}

.nos-empleo h2 {
	color: #94d60a;
}

.nos-empleo .wp-block-columns {
	padding-left: 15px;
	border-left: 1px solid;
}

.nos-clientes {
	padding: 48px 0;
}

.nos-clientes h2 {
	color: #94d60a;
}

.nos-clientes .wp-block-gallery.columns-5 .blocks-gallery-item {
	max-width: 20%;
}

.nos-clientes .wp-block-gallery .blocks-gallery-item figcaption {
	opacity: 0;
	transition: 0.2s;
}

.nos-clientes .wp-block-gallery .blocks-gallery-item:hover figcaption {
	opacity: 1;
}

.nos-clientes .blocks-gallery-grid,
.wp-block-gallery {
	justify-content: center;
}

.nos-equipo .wp-block-column:not(:first-child) {
	margin-left: 0;
}

.nos-equipo .wp-block-columns {
	gap: 32px;
}

.wp-block-columns {
	justify-content: center;
}

.nos-clientes .blocks-gallery-grid li {
	min-width: 200px;
	margin-right: 0;
}

.nos-historia {
	padding: 50px 0 0 0;
	background-color: #ecf0f1;
}

.nos-historia h2 {
	font-size: 35px;
	margin-bottom: 16px;
	margin-top: 0;
	color: #94d60a;
}

.nos-historia p {
	max-width: 888px;
	margin: 0 auto 72px auto;
}

.nos-historia p.nos-banner {
	margin: 0 auto;
}

/* SSManager */
.manager-header-buttons>div {
	display: flex;
	justify-content: center;
	grid-gap: 10px;
}

.manager-header-buttons p {
	margin: 0;
}

.manager-header h1 {
	font-size: 60px;
	margin-bottom: 0;
}

/*ssmanager*/
.sman-first-block img {
	padding: 0 60px;
}

.post-32 .manager-header {
	border-color: #73BFE6;
}

.manager-header .wp-block-button__link {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	padding: 8px 24px;
	text-transform: uppercase;
	border: 2px solid #fff;
	color: #fff
}

.manager-header .wp-block-button__link {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	padding: 8px 24px;
	text-transform: uppercase;
	border: 2px solid #fff;
	color: #fff
}

.manager-header .wp-block-button__link:hover {
	background: #fff;
	color: #667780;
	border-color: #fff;
}

div[class*="sman-"] h2,
div[class*="movilidad-b"] h2,
div[class*="city-"] h2,
div[class*="ssware"] h2,
div[class*="aqua-"] h2,
div[class*="servicios-"] h2 {
	font-size: 30px;
	font-weight: 400;
	color: #94d60a;
	margin-bottom: 12px;
}

div[class*="sman-"] h3 {
	font-size: 22px;
	font-weight: 300;
	color: #94d60a;
	margin-bottom: 12px;
}

.sman-fun-med {
	margin-top: 0;
}

.sman-first-block .wp-block-image {
	margin-bottom: 0;
}

div.sman-funcionalidades h2 {
	margin-bottom: 32px;
	margin-top: 32px;
}

.sman-fun-col2 img {
	width: 100%;
}

.sman-fun-col1 p {
	font-size: 14px
}

.sman-beneficios-b3 ul {
	padding-left: 16px;
}

.sman-fun-col1 h4+p {
	margin-top: 0;
}

.sman-fun-col1 h4 {
	margin-bottom: 0;
	font-size: 14px;
}

.sman-fun-col2 .wp-block-image {
	margin-bottom: 0;
}

.sman-funcionalidades,
.sman-beneficios {
	padding: 40px 0;
}

.sman-funcionalidades .wp-block-columns {
	margin-bottom: 40px;
}

.sman-beneficios-b1 .wp-block-image figure {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 2px solid #94d60a;
	display: flex;
}

.sman-beneficios-b1 .wp-block-image figure svg {
	margin: auto;
}

.sman-beneficios h4 {
	margin-top: 0;
	margin-bottom: 12px;
}

.sman-beneficios h4+p {
	margin-top: 12px;
}

.sman-beneficios-b2 svg,
.sman-beneficios-b3 svg {
	height: 60px;
	margin: auto;
}

.sman-beneficios-b2 figure,
.sman-beneficios-b3 figure {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #94d60a;
	display: flex;
}

/* movilidad */
div[class*="movilidad-b"] h2 {
	margin-top: 1px;
}

div[class*="movilidad-b"],
.movilidad-p {
	margin-bottom: 64px;
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.movilidad-p {
	margin-top: 32px;
}

ol,
ul {
	margin-left: 0;
}

li::marker {
	font-size: 18px;
}

.city-app li,
.ssware-ventajas li {
	margin-bottom: 8px;
}

.city-app-imgs {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.city-app-dwn a {
	color: #406a80;
}

.city-app-dwn,
.city-app-dwn a:hover,
li::marker,
.rank-math-question:hover,
.rank-math-question.act,
div[class*="ssware-"] h3 {
	color: #94D60A;
}

.city-portal {
	padding: 64px 0;
	margin-top: 64px;
}

.city-ven,
.city-app-faq {
	padding: 64px 0;
}

.city-app-faq li::marker {
	font-size: 26px;
}

.city-app-faq ol {
	margin-left: 0;
}

.city-ven ol {
	display: grid;
	row-gap: 16px;
	column-gap: 56px;
	grid-auto-flow: column;
	grid-template: repeat(2, 1fr) / repeat(2, 1fr);
}

.rank-math-answer {
	display: none;
}

.rank-math-question {
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	border-bottom: 1px solid;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.rank-math-question::after {
	content: "+";
	font-size: 24px;
	position: absolute;
	right: 1px;
	top: calc(50% - 18px);
}

.act.rank-math-question::after {
	content: "-";
}

.rank-math-list-item {
	margin-top: 32px;
}

.app-block {
	justify-content: center;
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: center;
	margin: 30px auto;
	padding: 0 15px;
}

.app-block div:first-child {
	justify-self: end;
}

.app-block figure {
	margin: 0;
}

.app-block figure img {
	max-width: 160px;
	height: 50px;
	transition: 0.2s ease-in-out;
}

/* sswarehouse */
.sswarehouse {
	max-width: 990px;
	margin: auto;
}

.ssware-ventajas,
.ssware-func {
	padding: 64px 0;
}

.ssware-func svg {
	width: 40px;
	height: 40px;
	margin: auto;
}

.ssware-func svg path {
	fill: #94D60A;
}

.ssware-ventajas ol,
.aqua-ebs ul {
	list-style: none;
	padding: 0;
}

.ssware-ventajas ol li {
	padding-left: 0;
}

.ssware-ventajas ol li::before,
.aqua-ebs ul li::before,
.city-ven ol li::before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2021/10/check.svg);
	padding: 8px;
	background-size: contain;
	background-position: center 18px;
	margin-right: 5px;
}

.city-ven ol li::before {
	padding: 10px;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: -30px;
	top: 5px;
	margin: 0
}

.city-ven ol li {
	position: relative;
}

.city-ven ol {
	list-style: none;
	padding-left: 35px;
}

.ssware-func>.wp-block-group__inner-container>.wp-block-group>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 80px 1fr;
}

.ssware-func .wp-block-group figure {
	width: 65px;
	height: 65px;
	grid-row: 1 / 3;
	margin: 0;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.ssware-func .wp-block-group h3 {
	margin-bottom: 0;
}

.sware path {
	fill: #95D60A;
}

/* aqua-ebs */
div[class*="aqua-"] h2,
div[class*="aqua-"] h3,
.ancors-page .aqua- a,
.ancors-page .aqua- {
	color: #73BFE6;
}

.aqua-ebs ul li::before {
	background-image: url(/wp-content/uploads/2021/10/check-blue.svg);
}

.aqua-egreen,
.aqua-elab {
	padding: 64px 0;
}

.aqua-ebs {
	padding-bottom: 64px;
}

.aqua-elab h2,
.aqua-egreen h2,
.aqua-elab h3 {
	margin-top: 0;
}

.aqua-ebs ul li::before {
	margin-left: -22px;
	position: absolute;
	margin-top: 2px;
}

.aqua-ebs ul li {
	padding-left: 18px;
	margin-bottom: 8px;
}

.aqua-ebs .aqua-ebs-cols1 {
	margin-bottom: 0;
}

.aqua-elab a.wp-block-button__link {
	color: #73BFE6;
}

.aqua-elab a.wp-block-button__link:hover {
	background-color: #73BFE6;
	color: #fff;
}

div[class*="servicios-"] {
	padding-top: 56px;
	padding-bottom: 56px;
}

/* noticias */
.bg-noticias {
	min-height: 320px;
	background-image: url(/wp-content/uploads/2021/11/noticias.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
}

.bg-noticias::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: .3;
	background-color: #000;
}

.bg-noticias h1 {
	color: #fff;
	z-index: 2;
	font-size: 60px;
}

.grid-blog {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 4fr 1fr;
	gap: 32px;
}

.loop-noticias {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
	grid-auto-rows: max-content;
}

.posted-on a {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: inherit;
}

.loop-post {
	padding-bottom: 64px;
}

.loop-post .post-thumbnail img {
	height: 175px;
	width: 100%;
	object-fit: cover;
}

.loop-post h2 {
	font-size: 16px;
	font-weight: bold;
}

.loop-post h2 a:hover,
.grid-blog .entry-footer a:hover,
.loop-noticias .read-more:hover {
	color: #94D60A;
}

.entry-meta {
	display: grid;
	color: #016c92;
	font-size: 13px;
}

.grid-blog .entry-footer {
	background-color: transparent;
	color: #b3b3b3;
	font-size: 13px;
}

.grid-blog .entry-footer a {
	color: #b3b3b3;
}

.loop-post .grid-blog {
	margin-top: 56px;
}

article .entry-footer {
	display: grid;
}

body:not(.home) .wp-block-latest-posts.wp-block-latest-posts__list li {
	padding: 12px 0px;
	border-top: 1px solid #e1e4e6;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:first-child {
	border: 0;
	padding-top: 0;
}

.loop-post .entry-summary {
	font-size: 15px;
}

.wp-block-categories-list {
	list-style: none;
	padding-left: 0;
}

.wp-block-categories-list li::before {
	content: "";
	padding-left: 20px;
	background-image: url(/wp-content/uploads/2021/10/folder-svgrepo-com.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}

.loop-noticias .entry-footer,
.loop-noticias .entry-meta {
	display: none;
}

.loop-noticias .read-more {
	display: block;
	color: #b3b3b3;
	font-size: 13px;
	margin-top: 16px;
}

.cwp-block-slider-pagin {
	cursor: pointer;
}

body.single .grid-blog a{
	color: #94d60a;
}
body.single .grid-blog a:hover{
	color: #76AB08;
}
/* single-post */

.single-post .post-thumbnail img {
	width: 100%;
	height: auto;
}

.nav-links a {
	display: grid;
	grid-template-columns: 30px 1fr;
	align-content: center;
}

.nav-links .nav-next a {
	grid-template-columns: 1fr 30px;
}

.nav-links a .nav-title {
	padding: 0 10px
}

.nav-links a .nav-subtitle {
	margin: auto;
	font-size: 20px;
}

.nav-links .nav-next a .nav-subtitle {
	order: 2;
}

.ctf-tweet-text a {
	max-width: 199px;
	width: auto;
	display: block;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	text-decoration: none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	border-radius: 50%;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

/* contact */
.contact-map .wp-block-group__inner-container {
	max-width: inherit;
	padding: 0;
}

.contact-cols h2 {
	color: #94D60A;
	border-bottom: 1px solid #e1e4e6;
	font-size: 18px;
	padding-bottom: 12px;
}

.contact-cols .form-group {
	/*display: flex;*/
	justify-content: space-between;
	margin-bottom: 24px;
}

.contact-cols .your-message {
	width: 100%;
}

.contact-cols .your-name,
.contact-cols .your-email,
.contact-cols .your-subject,
.descargas-form .form-select .form-label+div .wpcf7-form-control-wrap {
	padding-left: 50px;
	padding-right: 50px;
}

.contact-cols .your-name input,
.contact-cols .your-email input,
.contact-cols .your-subject input {
	border: 0;
	border-bottom: 2px solid #e1e4e6;
	box-shadow: none;
	border-radius: 0;
	padding: 6px 12px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ccc;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ccc;
}

.contact-cols .form-label {
	color: #94D60A;
	font-size: 16px;
	line-height: 1;
	padding: 6px 0;
	min-width: 152px;
}

.contact-cols :focus-visible {
	outline-color: #94d60a;
}

.wpcf7-list-item {
	margin: 0 8px 0 0;
}

.contact-cols input[type="submit"] {
	background-color: transparent;
	color: #94d60a;
	border: 2px solid;
	padding: 10px 55px;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 9999px;
	cursor: pointer;
}

.contact-cols input[type="submit"]:hover {
	background-color: #94d60a;
	color: #fff;
}

.contact-cols form {
	margin-top: 56px;
}

.lab-acept {
	font-size: 14px;
}

.contact-cols {
	max-width: 1300px;
	margin: 56px auto 56px auto;
}

.wpcf7 input[type="file"] {
	padding-right: 50px;
}

.wpcf7 .wpcf7-submit:disabled {
	background-color: #a1a1a0 !important;
	color: #fff !important;
}

/* error-404 */
.error-404 {
	text-align: center;
	padding: 64px 0;
}

.error-404 h1 {
	color: #94d60a;
	font-size: 50px;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.home-clientes .bx-wrapper .bx-viewport {
	left: -10px;
}

.search h1,
.archive h1 {
	padding-top: 56px;
	max-width: 1200px;
	margin: 0 auto;
}

.archive-description {
	max-width: 1300px;
	margin: 0 auto;
}

.twitter-timeline {
	margin-left: -10px;
}

.descargas-form {
	max-width: 725px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 56px;
	padding: 24px 40px;
	border: 1px solid #94d60a;
}

.descargas-form .form-select .form-label+div .wpcf7-form-control-wrap {
	padding-left: 50px;
	padding-right: 50px;
}

.descargas-form .form-select .form-label+div {
	width: 100%;
}

.descargas-form .wpcf7-select {
	padding-left: 8px;
}

.heateor_sss_sharing_container {
	position: absolute;
	top: -67px;
	right: 0;
}

.single-post .entry-content {
	position: relative;
}

.single-post h1 {
	font-size: 23px;
}

.widget_block .wp-block-latest-posts a {
	font-size: 14px;
}

.navigation {
	grid-column: 1/4;
}

.navigation ul {
	padding-left: 0;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

.widget h2 {
	margin-bottom: 8px;
}

.widget .wp-block-tag-cloud {
	margin-top: 0;
}

.loop-post .post-thumbnail .img-blog-default {
	object-fit: contain;
	background-color: #f7f7f7;
	padding: 0 16px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	padding: 6px 12px;
}

.navigation .active a {
	color: #94d60a;
	font-weight: 600;
}

.snext path,
.spre path {
	fill: #999999;
}

.snext svg {
	transform: rotate(90deg);
	width: 14px;
}

.spre svg {
	transform: rotate(270deg);
	width: 14px;
}

.navigation .spre-link a,
.navigation .snext-link a {
	border: 1px solid;
	padding: 8px 10px;
}

.navigation .snext-link a,
.navigation .snext-link a:hover {
	padding-left: 11px;
}

.navigation .spre-link a:hover,
.navigation .snext-link a:hover {
	border-color: #94d60a;
	padding: 8px 10px;
}

.spre-link a:hover path,
.snext-link a:hover path {
	fill: #94d60a;
}

a:-webkit-any-link:focus-visible {
	outline-offset: 0;
}

.single .grid-blog {
	padding-top: 32px;
}

/* citas */
.wp-block-quote {
	font-size: 1.4em;
	width: 60%;
	margin: 0;
	font-style: italic;
	color: #555555;
	padding: 1em 30px 1em 70px;
	border-left: 8px solid #94D60A;
	line-height: 1.6;
	position: relative;
	background: #EDEDED;
}

.wp-block-quote::before {
	font-family: Arial;
	content: "\201C";
	color: #94D60A;
	font-size: 4em;
	position: absolute;
	left: 10px;
	top: -10px;
}

.wp-block-quote::after {
	content: '';
}

.wp-block-quote cite {
	display: block;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-top: 0;
}

/*fin citas*/


/* menú sswarehouse, ssmanager */
.page-id-24 header.site-header,
.page-id-30 header.site-header {
	background-color: rgba(0, 0, 0, 0.4);
}

header.site-header.header-background {
	background-color: #f5f8fa;
}

body.disable-scroll {
	overflow: hidden;
}

.icon-search.grey {
	color: #667780;
}

.icon-search.grey:hover {
	color: #95d60a;
}

/* BOTÓN MENÚ TOGGLE */
.menu-toggle,
.menu-toggle:focus {
	display: block;
	background-image: url(/wp-content/themes/simlevante/img/icon-menu-white.svg);
	background-size: cover;
	background-color: transparent;
	padding: 0;
	border-radius: 4px;
	border: 2px solid #fff;
	font-size: 14px;
	width: 55px;
	height: 55px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.menu-toggle:hover {
	cursor: pointer;
	background-image: url(/wp-content/themes/simlevante/img/icon-menu-hover.svg);
	background-color: transparent;
	border: solid 2px #95D60A;
}

.toggled .menu-toggle:hover {
	border: 2px solid #95d60a;
	background-image: url(/wp-content/themes/simlevante/img/icon-close-hover.svg);
}

.toggled .menu-toggle {
	background-image: url(/wp-content/themes/simlevante/img/icon-close.svg);
	border-radius: 5px;
	border: 2px solid #667780;
}

.menu-toggle.scroll {
	background-image: url(/wp-content/themes/simlevante/img/icon-menu.svg);
	border-radius: 5px;
	border: 2px solid #667780;
}

.toggled .menu-toggle.scroll {
	background-image: url(/wp-content/themes/simlevante/img/icon-close.svg);
	border-radius: 5px;
	border: 2px solid #667780;
}

.menu-toggle.scroll:hover {
	background-image: url(/wp-content/themes/simlevante/img/icon-menu-hover.svg);
	border-radius: 5px;
	border: 2px solid #95d60a;
}

.toggled .menu-toggle.scroll:hover {
	background-image: url(/wp-content/themes/simlevante/img/icon-close-hover.svg);
	border-radius: 5px;
	border: 2px solid #95d60a;
}

/* MENÚ DESKTOP */
.menu-menu-1-container,
.menu-header-2-container,
.wp-block-group.header-social,
.asistencia-header {
	display: none;
}

.main-navigation.toggled .bt-asistencia.general {
	display: none;
}

.main-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	order: 2;
}

.site-search {
	text-align: right;
	position: relative;
}

.main-navigation.toggled div.menu-container {
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 78px;
	right: 0;
	padding: 100px 0;
	background-color: #f5f8fa;
	background: linear-gradient(to right bottom, rgb(245, 248, 250) 70%, rgb(148, 214, 10) 50%);
}

.main-navigation.toggled div.grid-menu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	max-width: 1300px;
	justify-items: center;
	margin: auto;
}

.main-navigation.toggled .menu-menu-1-container {
	display: flex;
}

.main-navigation.toggled .menu-header-2-container {
	display: flex;
}

.main-navigation.toggled .wp-block-group.header-social {
	display: flex;
	padding: 15px 0;
}

.main-navigation.toggled ul.menu>li {
	padding: 15px 0px;
}

.main-navigation.toggled ul.menu li {
	font-size: 1.5rem;
	color: #667780;
}

.main-navigation.toggled .menu-header-2-container ul.menu li a:hover {
	color: #667780;
}

.main-navigation.toggled ul.menu>li.menu-item-has-children>ul.sub-menu {
	padding: 30px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.main-navigation.toggled .menu-header-2-container ul.sub-menu li.menu-item-has-children {
	color: #94D60A;
	font-size: 1.3rem;
}

.main-navigation.toggled .menu-header-2-container ul.sub-menu li.menu-item-has-children a:hover {
	color: #94D60A;
}

.main-navigation.toggled ul.sub-menu li.menu-item-has-children ul.sub-menu {
	padding: 10px 0px;
}

.main-navigation.toggled ul.sub-menu li.menu-item-has-children ul.sub-menu li {
	color: #667780;
	font-size: 1.1rem;
	margin-bottom: 16px;
}

/* ICONOS RRSS HEADER */
.header-social .asistencia-header {
	display: block;
}

.header-social .social .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
}

.main-navigation.toggled .header-social figure {
	padding: 10px 5px;
	margin: 0;
}

.main-navigation.toggled figure a,
.main-navigation.toggled figure a {
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #6B7C88;
}

.main-navigation.toggled svg,
.main-navigation.toggled svg {
	width: 14px;
	max-height: 30px;
}

.main-navigation.toggled svg path,
.main-navigation.toggled path {
	fill: #6B7C88;
}

.main-navigation.toggled .header-social a:hover {
	border: solid 2px #94D60A;
}

.main-navigation.toggled .header-social a:hover path {
	fill: #94D60A;
}

/* FIN RRSS */

/*header archivos single, archive, política privacidad, aviso legal*/
body.single .site-main,
body.archive .site-main,
body.search .site-main {
	margin-top: 78px;
}

body.single .menu-toggle,
body.archive .menu-toggle,
body.search .menu-toggle,
body.privacy-policy .menu-toggle,
.page-id-42 .menu-toggle {
	background-image: url(/wp-content/themes/simlevante/img/icon-menu.svg);
	background-color: transparent;
	border: solid 2px #667780;
}

body.single .menu-toggle:hover,
body.archive .menu-toggle:hover,
body.search .menu-toggle:hover,
body.privacy-policy .menu-toggle:hover,
.page-id-42 .menu-toggle:hover {
	background-image: url(/wp-content/themes/simlevante/img/icon-menu-hover.svg);
	background-color: transparent;
	border: solid 2px #94d60a;
}
.page-id-42 .legal-container .wp-block-group__inner-container, body.privacy-policy .legal-container .wp-block-group__inner-container, .page-id-1570 .legal-container .wp-block-group__inner-container{
	margin-top: 78px;
	padding-top: 20px;
	padding-bottom: 45px;
	max-width: 1200px;
}
.page-id-42 .legal-container .wp-block-group__inner-container a, body.privacy-policy .legal-container .wp-block-group__inner-container a, .page-id-1570 .legal-container .wp-block-group__inner-container a{
	color: #94d60a;
}
.page-id-42 .legal-container .wp-block-group__inner-container a:hover, body.privacy-policy .legal-container .wp-block-group__inner-container a:hover, .page-id-1570 .legal-container .wp-block-group__inner-container a:hover{
	color: #76AB08;
}

/* CARROUSEL LOGOS HOME */
.wp-block-group.alignfull.home-clientes {
	position: relative;
	overflow: hidden;
	width: auto;
	height: 120px;
}

.wp-block-group.alignfull.home-clientes .wp-block-group__inner-container {
	padding: 10px 0;
	display: flex;
	/*flex-direction: row-reverse;*/
	width: auto;
	position: absolute;
	-webkit-animation: scroll 160s linear infinite;
	-moz-animation: scroll 160s linear infinite;
}

.wp-block-group.alignfull.home-clientes .wp-block-group__inner-container:hover {
	animation-play-state: paused;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-50%));
	}
}

.client-logo {
	display: flex;
	width: 150px;
	height: 100px;
}

.client-logo img {
	width: 100%;
	object-fit: contain;
}

/*FIN CARRUSEL LOGOS HOME*/


/** responsive */
@media screen and (max-width: 1250px) {
	.home-he-img-left img {
		max-width: 600px;
		left: 2%;
		margin-top: 110px;
	}
}

@media screen and (max-width: 1180px) {
	.footer-med .footer-top-four figure {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.site-branding a img {
		content: url("/wp-content/uploads/2021/09/footer-logo.png");
		max-width: 154px;
	}

	.site-grid-header {
		grid-template-columns: 1fr 56px 56px;
	}

	.site-grid-header,
	.site-grid-footer,
	.site-main {
		padding-left: 20px;
		padding-right: 20px;
	}

	.home-grid-noticias_video>div {
		grid-template-columns: 1fr;
		margin-bottom: 32px;
	}

	/* MENÚ RESPONSIVE */
	.main-navigation.toggled div.grid-menu {
		grid-template-columns: 1fr 1fr;
	}

	.main-navigation.toggled div.grid-menu section:first-child {
		justify-self: end;
	}

	.main-navigation.toggled div.grid-menu section:nth-child(2) {
		justify-self: start;
	}

	.main-navigation.toggled div.grid-menu section:last-child {
		grid-column: 1 / 3;
	}

}

@media screen and (max-width:1050px) {
	.footer-med {
		grid-template-columns: 1fr 1fr;
		grid-gap: 40px;
		padding-top: 40px;
	}

	.products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.home-he-img-left img {
		max-width: 550px;
		left: 2%;
		margin-top: 135px;
	}
}

@media screen and (max-width: 928px) {

	.home-he-img-left img {
		max-width: 450px;
		left: 22%;
		margin-top: 28px;
	}

	.home-slider1 .wp-block-cover.has-custom-content-position.has-custom-content-position>.wp-block-cover__inner-container {
		max-width: 100%;
	}

	.home-slider1 .home-slider-title a,
	.home-slider1 .home-slider-title {
		font-size: 35px;
		padding-top: 15px;
		margin-bottom: 15px;
	}

	.home-tecno .wp-block-button__link,
	.home-noticias .wp-block-button__link {
		margin-bottom: 30px;
	}

	.home-testimonials {
		padding: 0 20px;
	}

	.home-noticias ul {
		grid-template-columns: 1fr;
	}

	.home-noticias ul .wp-block-latest-posts__featured-image img {
		width: 100vw;
	}

	.nl-text {
		width: 100%;
		text-align: center;
		align-self: flex-end;
	}

	.home-newsletter .nl-form {
		flex-wrap: wrap;
	}

	.home-newsletter .nl-form .nl-mail,
	.svg-submit {
		align-self: flex-start;
	}

	.home-testimonials .cwp-block-slider-main .slick-dots {
		margin-bottom: 10px;
	}

	.home-tecno h2,
	.home-tecno h1 {
		font-size: 20px;
	}

	.home-tecno h2+p {
		font-size: 14px;
		text-align: center;
		padding: 0 5px
	}

	div[class*="home-tecno-"] p {
		font-size: 13px;
	}

	.home-testimonials {
		padding: 10px 55px;
	}

	.home-conocenos {
		padding-bottom: 0;
	}

	.home-conocenos figure {
		margin-bottom: 0;
	}

	.home-conocenos iframe {
		margin-bottom: -5px;
	}

	.site-grid-header,
	.site-grid-footer,
	.site-main {
		padding-left: 55px;
		padding-right: 55px;
	}

	.module-ct {
		padding: 0 30px;
	}

	.home-testimonials p a {
		font-size: 15px;
	}

	.nos-empleo .wp-block-column:not(:first-child),
	.nos-part .wp-block-column:not(:first-child) {
		margin-left: 0;
	}

	.nos-empleo .wp-block-columns,
	.nos-part .wp-block-columns {
		display: grid;
		gap: 16px;
	}

	.ancors-page p {
		font-size: 16px;
		grid-gap: 10px;
	}

	.nosotros-block-h1 h1 {
		font-size: 32px;
	}

	.nos-slogan p {
		font-size: 30px;
	}

	.nos-equipo h2 {
		font-size: 28px;
	}

	.nos-part h2,
	.nos-empleo h2 {
		font-size: 30px;
	}

	.nos-part p,
	.nos-empleo p {
		font-size: 14px;
	}

	.sman-beneficios-b3,
	.sman-beneficios-b2 {
		display: block;
	}

	.sman-beneficios-b3>.wp-block-column,
	.sman-beneficios-b2>.wp-block-column {
		margin-left: 0;
	}

	.sman-beneficios-b1 .wp-block-image figure {
		width: 100px;
		height: 100px;
		margin-top: 15px;
	}

	.sman-beneficios-b1 .wp-block-image figure svg {
		width: 50px;
	}

	.sman-beneficios-b2>.wp-block-column>.wp-block-columns,
	.sman-beneficios-b3>.wp-block-column>.wp-block-columns {
		display: grid;
		grid-template-columns: 60px 1fr;
	}

	.sman-beneficios-b2 figure,
	.sman-beneficios-b3 figure {
		width: 50px;
		height: 50px;
	}

	.sman-beneficios-b2 svg,
	.sman-beneficios-b3 svg {
		height: 33px;
	}

	.sman-beneficios-b3 h4 {
		margin-top: 0;
	}

	.manager-header h1 {
		font-size: 40px;
	}

	.manager-header-buttons>div {
		flex-wrap: wrap;
	}

	.manager-header .wp-block-cover__inner-container {
		padding: 0;
	}

	.city-ven ol {
		display: block;
	}

	.ssware-func>.wp-block-group__inner-container>.wp-block-group>.wp-block-group__inner-container {
		grid-template-columns: 65px 1fr;
	}

	.ssware-func .wp-block-group figure {
		grid-row: 1 / 3;
		padding-top: 10px;
		margin: auto;
		margin-left: 0;
	}

	.ssware-func .wp-block-group h3+* {
		grid-column: 1 / 3;
	}

	.servicios-sop h4 {
		margin-top: 0;
	}

	.loop-noticias {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.loop-noticias .navigation {
		grid-column: auto;
	}

	.contact-cols {
		display: block;
	}

	.contact-cols .wp-block-column:not(:first-child) {
		margin-left: 0;
	}

	.contact-cols .your-name input,
	.contact-cols .your-email input,
	.contact-cols .your-subject input {
		width: 87%;
	}

	.contact-cols .your-name,
	.contact-cols .your-email,
	.contact-cols .your-subject,
	.descargas-form .form-select .form-label+div .wpcf7-form-control-wrap {
		padding-left: 24px;
		padding-right: 0;
	}

	.wpcf7 input[type="file"] {
		padding-right: 0;
	}

	.home-noticias ul li .wp-block-latest-posts__featured-image+a {
		font-size: 14px;
	}

	.svg-submit .wpcf7-spinner {
		/* display: none; */
	}

	.ssware-func .wp-block-group h3 {
		margin-left: 16px;
	}

	.home-conocenos .wp-block-group__inner-container {
		padding: 0;
	}

	.home-slider1 p a,
	.home-slider1 p {
		color: #fff;
		font-size: 18px;
		line-height: 24px;
		text-align: left;
	}

	.home-slider1 .wp-block-buttons {
		justify-content: center;
		margin-bottom: 16px;
		margin-right: 5px;
	}

	.home-noticias {
		padding-top: 56px;
	}

	.home-grid-noticias_video+div .wp-block-button {
		margin-bottom: 0;
	}

	/*newsletter*/
	.home-newsletter .nl-form .nl-legal {
		justify-content: center;
	}

	/*Actualidad*/
	.bg-noticias h1 {
		font-size: 40px;
	}

	div.grid-blog {
		grid-template-columns: 1fr;
	}

}

@media screen and (max-width: 678px) {
	.home-he-img-left img {
		max-width: 420px;
		left: 16%;
		margin-top: 30px;
	}

	.contact-cols .your-name input,
	.contact-cols .your-email input,
	.contact-cols .your-subject input {
		width: 100%;
	}

	.contact-cols .your-name,
	.contact-cols .your-email,
	.contact-cols .your-subject,
	.descargas-form .form-select .form-label+div .wpcf7-form-control-wrap {
		padding-left: 0;
	}

	.contact-cols .form-group {
		display: block;
	}

	.alignfull>div {
		padding: 0 16px;
	}

	.site-grid-header,
	.site-grid-footer,
	.site-main {
		padding-left: 16px;
		padding-right: 16px;
	}

	#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
		margin-bottom: 46px;
	}

	.bt-asistencia.general a {
		width: 100%;
		display: grid;
		text-align: center;
		height: 50px;
		justify-content: center;
		align-items: center;
	}

	.bt-asistencia.general {
		bottom: 0;
		left: 0;
		position: fixed;
		width: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-ms-filter: none;
		filter: none;
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.ir-arriba {
		display: none !important;
	}

	.bt-asistencia.general .bt-asistencia-phone {
		display: grid;
		transform: rotate(0deg);
		border-left: solid 2px #ffffff;
	}

	.bt-asistencia.general .bt-asistencia-phone:hover {
		border-left: solid 2px #ffffff;
	}

	/*mobility*/
	.app-block {
		grid-template-columns: 1fr;
	}

	.app-block div:first-child {
		justify-self: center;
	}

	/* MENÚ RESPONSIVE */
	.main-navigation.toggled ul.menu li {
		padding: 5px 0px;
	}

	.main-navigation.toggled div.menu-container {
		padding-top: 30px;
		background: linear-gradient(to right bottom, rgb(245, 248, 250) 100%, rgb(148, 214, 10) 50%);
	}

	.main-navigation.toggled div.grid-menu {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.main-navigation.toggled div.grid-menu section:first-child {
		justify-self: center;
	}

	.main-navigation.toggled div.grid-menu section:nth-child(2) {
		justify-self: center;
	}

	.main-navigation.toggled div.grid-menu section:last-child {
		grid-column: 1;
	}

	.main-navigation.toggled ul.menu>li.menu-item-has-children>ul.sub-menu {
		padding: 5px 0 0 0;
	}

	.menu-header-2-container>ul.menu>li {
		text-align: center;
	}

	.menu-container .widget {
		margin: 0 0 0.5em 0;
	}
}

@media screen and (max-width: 550px) {
	.home-he-img-left img {
		max-width: 350px;
		left: 16%;
		margin-top: 60px;
	}

	.footer-med {
		grid-template-columns: 1fr;
		grid-gap: 40px;
		padding-top: 40px;
	}

	.products-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.bt-asistencia.general a {
		font-size: 14px;
		padding: 2px 24px;
	}

}

@media screen and (max-width: 450px) {
	.home-he-img-left img {
		max-width: 305px;
		left: 12%;
		margin-top: 60px;
	}

	.search-form {
		right: -71px;
		width: 100vw;
	}

	.search-form input,
	.search-form input:focus {
		width: 80%;
	}

	.grid-blog section.widget_search {
		display: none;
	}

	/* MENÚ  RESPONSIVE */
	.main-navigation.toggled ul.menu li {
		font-size: 1.3rem;
	}

	.main-navigation.toggled .menu-header-2-container ul.sub-menu li.menu-item-has-children {
		font-size: 1.2rem;
	}

	.main-navigation.toggled ul.sub-menu li.menu-item-has-children ul.sub-menu li {
		font-size: 1rem;
		padding: 0;
	}

	.main-navigation.toggled .wp-block-group.header-social {
		display: flex;
		padding: 5px 0;
	}

	.main-navigation.toggled ul.sub-menu li.menu-item-has-children ul.sub-menu {
		padding: 5px 0px;
	}

	/* BOTÓN MENÚ TOGGLE */
	.menu-toggle:hover {
		border: solid 2px #fff;
		background-image: url(/wp-content/themes/simlevante/img/icon-menu-white.svg);
	}

	.toggled .menu-toggle:hover {
		border: 2px solid #667780;
		background-image: url(/wp-content/themes/simlevante/img/icon-close.svg);
	}

	.menu-toggle.scroll:hover {
		border: 2px solid #667780;
		background-image: url(/wp-content/themes/simlevante/img/icon-menu.svg);
	}

	.toggled .menu-toggle.scroll:hover {
		border: 2px solid #667780;
		background-image: url(/wp-content/themes/simlevante/img/icon-close.svg);
	}

	/* ICONOS REDES SOCIALES BLOG */
	.heateor_sss_sharing_container {
		top: -105px;
	}
	.entry-header-post .entry-meta{
		padding-top: 50px;
	}

}

@media screen and (max-width: 400px) {
	.home-he-img-left img {
		max-width: 280px;
		left: 15%;
		margin-top: 70px;
	}
	/* ENTRADA ANT/SIG ENTRADAS BLOG */
	.grid-blog .nav-title{
		display: none;
	}
	.grid-blog .nav-links a{
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 350px) {
	.home-he-img-left img {
		max-width: 250px;
		left: 6%;
		margin-top: 70px;
	}

	/* MENÚ  RESPONSIVE */
	.main-navigation.toggled div.menu-container {
		padding-top: 15px;
	}

	.main-navigation.toggled ul.menu li {
		font-size: 1.1rem;
		padding: 3px 0px;
	}

	.main-navigation.toggled .menu-header-2-container ul.sub-menu li.menu-item-has-children {
		font-size: 1rem;
	}

	.main-navigation.toggled ul.sub-menu li.menu-item-has-children ul.sub-menu li {
		font-size: 0.9rem;
		padding: 0;
	}

}

.single-post h2 {
	font-size: 18px;
	color: #94d60a;
}
.home-newsletter .wpcf7 form.sent .wpcf7-response-output{
    background: #46b450;
    color: #fff;
	border-color: #46b450;
	margin:0;
	padding: 16px;
}
.wp-block-cover .wp-block-cover__inner-container {
	position: unset;
}

/* temp css Slider */
/* Viewport */
.cwp-block-slider-main.js-fallback-slider {
  position: relative;
  overflow: hidden;
}

/* Track */
.cwp-block-slider-main.js-fallback-slider .js-slider-track {
  display: flex !important;
  flex-direction: row !important;
  width: 100%;
  will-change: transform;
  transition: transform 500ms ease;
}

/* Slides */
.cwp-block-slider-main.js-fallback-slider .cwp-slide {
  min-width: 100%;
  flex: 0 0 100%;
}

/* Botones encima */
.cwp-preview .cwp-block-prev,
.cwp-preview .cwp-block-next {
  position: absolute;
  z-index: 1000;
}
/* Ocultar dashicons */
.cwp-preview .cwp-block-prev span.dashicons,
.cwp-preview .cwp-block-next span.dashicons {
  display: none !important;
}

/* Asegurar que los botones puedan centrar contenido */
.cwp-preview .cwp-block-prev,
.cwp-preview .cwp-block-next {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0; /* evita espacios raros */
  cursor: pointer;
}

/* Flechas */
.cwp-preview .cwp-block-prev::before,
.cwp-preview .cwp-block-next::before {
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
}

/* Flecha izquierda */
.cwp-preview .cwp-block-prev::before {
  content: "‹";
}

/* Flecha derecha */
.cwp-preview .cwp-block-next::before {
  content: "›";
}

/* Hover opcional más fino */
.cwp-preview .cwp-block-prev:hover::before,
.cwp-preview .cwp-block-next:hover::before {
  opacity: 0.8;
}