/*
Theme Name: Unvi
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Version: 1.0
Text Domain: unvi
Domain Path: /languages/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	color: #fff;
}

/**
 * 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;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 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;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
	font-family: 'unvi-nav-icons';
	src: url('./css/font-icons/font/unvi-nav-icons.eot');
	src: url('./css/font-icons/font/unvi-nav-icons.eot') format('embedded-opentype'),
		url('./css/font-icons/font/unvi-nav-icons.woff') format('woff'),
		url('./css/font-icons/font/unvi-nav-icons.ttf') format('truetype'),
		url('./css/font-icons/font/unvi-nav-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelvaticaNeue';
	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-md-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-md-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-Md.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelvaticaNeue';
	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-mdit-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-mdit-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-MdIt.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'HelvaticaNeue';
	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-bd-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-bd-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-Bd.otf') format('opentype');
	;
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelvaticaNeue';
	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-bdit-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-bdit-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-BdIt.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'HelvaticaNeue';
	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-blk-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-blk-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-Blk.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'HelvaticaNeue';
	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-blkit-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-blkit-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-BlkIt.otf') format('opentype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'HelvaticaNeue';
	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-hv-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-hv-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-Hv.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelvaticaNeue';
	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-hvit-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-hvit-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-HvIt.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'HelvaticaNeue';

	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-lt-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-lt-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-Lt.otf') format('opentype');

	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HelvaticaNeue';

	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-ltit-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-ltit-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-LtIt.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'HelvaticaNeue';
	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-th-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-th-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-Th.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'HelvaticaNeue';
	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-thit-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-thit-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-ThIt.otf') format('opentype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'HelvaticaNeue';
	src: url('./css/fonts/helvatica-neuel/helveticaneueltstd-bdcno-webfont.woff2') format('woff2'),
		url('./css/fonts/helvatica-neuel/helveticaneueltstd-bdcno-webfont.woff') format('woff'),
		url('./css/fonts/helvatica-neuel/HelveticaNeueLTStd-bdcno.otf') format('opentype');
	font-style: oblique;
	font-weight: bold;
	font-stretch: condensed;
}



:root {
	/* This overrides the font-size set by the user's browser. */
	--fuente-principal: 'HelvaticaNeue', sans-serif;
	--color-primario: #35bfa8;
}




body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'HelvaticaNeue', sans-serif !important;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'HelvaticaNeue', sans-serif !important;
	font-weight: 400;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

.font-light {
	font-weight: 300;
}

.font-36 {
	font-size: 30px;
}

.font-italic {
	font-style: italic;
}

.font-bold {
	font-weight: bold;
}

.ms-10 {
	margin-left: 10rem;
}

.color-primary {
	color: var(--color-primario);
}

.bg-secundario {
	background-color: #E3E3E3;
}

.bg-terciario {
	background-color: #7D8A9A;
}

.hover-opacity {
	transition: opacity 0.3s ease-in-out;
}

.hover-opacity:hover {
	opacity: 0.7;
}

.mt-7px {
	margin-top: 7px;
}

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

.section-p0 {
	padding: 0 !important;
}

.section-p0 hr {
	opacity: 1;
	background-color: #7e7e7e;
}

#s {
	border: none;
	padding: 10px;
	padding: 10px 10px 7px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #35bfa8;
	;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	border-radius: 5px;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 250%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: white;
}

a:visited {
	color: white;
}

a:hover,
a:focus,
a:active {
	color: #35bfa8;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

.navbar i:hover {
	color: #35bfa8;
}

#search-menu {
	position: relative;
	z-index: 1;
}

#search-form {
	position: absolute;
	top: 95%;
	right: 15px;
	border-radius: 15px;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.search-menu{
	border-radius: 15px;
	background: #fff;
	padding: 10px;
	border: 1px solid #000000;
}

#language-menu {
	position: relative;
	z-index: 2;
}

#language-menu:hover a {
	color: #35bfa8;
}

#language-form {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

#language-menu:hover #language-form {
	visibility: visible;
	display: block;
	opacity: 1;
}

#language-form {
	width: max-content;
	position: absolute;
	top: 95%;
	right: -5px;
	border-radius: 15px;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

#language-form div {
	padding: 5px;
}

#language-form img, #language-menu a img{
	width: 45px;
	border-radius: 10px;
}

.search-input {
	padding: 5px !important;
	border: none !important;
}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

.page-content,
.entry-content,
.entry-summary {}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

div#img-unvi div div p,
div#links-legal p {
	margin: 0 !important;
}

div.icons a {
	text-decoration: none;
}

#language-form a img {
	max-height: 30px;
	max-width: 30px;
}

.enlaces-blancos a,
.enlaces-blancos a:visited {
	color: white;
	text-decoration: none;
}

.enlaces-blancos a:hover {
	color: #35bfa8;
	text-decoration: none;
}

/* Estilos para el menú de navegación */

#navbar {
	background-color: white;
	padding-bottom: 10px;
	line-height: normal;
}

@media screen and (max-width: 1100px) {
	#navbar {
		background-color: white;
		background-image: none;
		background-position: center right;
	}

}

img#logo {
	max-height: 45px;
}

.foto-menu {
	background-image: url('./img/menu_superior.png');
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 185px;
}

#navbar ul a {
	font-family: 'HelvaticaNeue', sans-serif !important;
	font-style: oblique;
	font-weight: bold;
	font-stretch: condensed;
	letter-spacing: 2px;
	color: black;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 1.15em;
	padding: 0.5rem 1.2rem;
	margin-right: 1rem;
	border-radius: 24px;
}

#navbar ul .current-menu-item a,
#navbar ul a:hover {
	color: white;
	background-color: #35bfa8;
	border-radius: 24px;
}


#navbar div.icons a {
	text-decoration: none;
}

#navbar div.icons a i {
	font-size: 1.6em;
}

/* Body y fondos */

.bg-black {
	background-color: #080808;
}

.bg-producto {
	background-image:
		radial-gradient(circle at 144% 168%, transparent 79%, #2C4144 98%),
		radial-gradient(circle at 116% 29%, #2C4144 0%, rgb(0, 0, 0) 31%)
}

body {
	margin: 0;
	overflow-x: hidden;
}

.imagen-full-width {
	width: 100%;
	max-height: 700px;
	object-fit: cover;
}

.fondo-imagen-oscura {
	background-image: url('./img/fondo_2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.fondo-posventa {
	background-image: url('https://unvi.es/wp-content/uploads/2024/04/fondo_recambios.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content-area {
	line-height: 1.7rem;
}

/* Video home */

#video-inicio,
#imagenCarga {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	opacity: 1;
	transition: opacity 1s ease-in-out;
}

#imagenCarga.ocultar {
	opacity: 0;
}

#imagenCarga {
	z-index: 1000;
}

.section-video-home .plyr__video-embed {
	aspect-ratio: 21 / 9;
}


#player-container .plyr__controls {
	display: none !important;
}

.fullscreen-blocker {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	pointer-events: none;
	z-index: 9999;
}

hr.home-unvi {
	border: 2px solid #35bfa8;

	opacity: 1;
	width: 134px;
}


/* Apartado Quienes Somos */

hr.unvi {
	border: 2px solid #35bfa8;
	opacity: 1;
	width: 134px;
}

hr.unvi-l {
	border: 2px solid #35bfa8;
	opacity: 1;
	width: 160px;
}

hr.unvi-producto {
	border: 2px solid #35bfa8;
	opacity: 1;
	width: 160px;
	margin-top: 18px;
}

.content-title {
	font-size: 1.8em;
}

div#quienes-somos div.logo2 img {
	max-width: 190px;
}

div#quienes-somos div.img-ubicaciones img {
	max-width: 350px;
}

.m2 {
	font-size: 1.8em;
	font-weight: 900;
}


.card-unvi{
	border-radius: 15px;
	margin: 0px 20px;
}

div#quienes-somos a,
div#quienes-somos a:visited {
	color: white !important;
	text-decoration: underline;
	font-style: italic;
}

div#quienes-somos a:hover {
	color: #35bfa8 !important;
	text-decoration: underline;
	font-style: italic;
}

div#quienes-somos{
	margin-left: 20px;
	margin-right: 20px;
}


/* Apartado Nuestros vehiculos circulan por los cinco continentes */

#cinco-continentes {
	background-image: url('https://unvi.es/wp-content/uploads/2024/01/idiomaverde3.png');
	background-position: center;
	background-size: 140px;
}

#cinco-continentes p {
	margin: 0;
}

/* Apartado mapa y banderas */

div.banderas-unvi .hr-head-white {

	border-top: 10px solid white;
	border-radius: 15px;
	opacity: 1;
	width: 70%;
	margin-top: 2px;
	margin-bottom: 5px;
}


div.banderas-unvi .hr-head-unvi {

	border-top: 10px solid #35bfa8;
	border-radius: 16px;
	box-shadow: 0px 0px 10px #35bfa8;
	opacity: 1;
	width: 70%;
	margin-top: 2px;
	margin-bottom: 5px;

}

div.banderas-unvi hr {
	border-top: 2px solid #999999;
	background-color: #999999;
	opacity: 1;
	margin: 0;
	border-radius: 5px;
}

.hr-menu {
	width: 101%;
	border-top: 2px solid #000000;
	background-color: #000000;
	opacity: 1;
	margin: 0;
}

div.banderas-unvi p {
	color: #999999;
	margin-bottom: 0px;
}



div.banderas-unvi div img {
	margin: 5px;
}



/* Footer */


footer a,
footer a:visited {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: #35bfa8;
	text-decoration: none;
}

footer #links-legal {
	font-size: 0.9rem;

}

footer .footer-2 {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.footer-1{
	justify-content: space-between;
}

.bottom-newsletter {
	padding: 7px 12px;
	border-radius: 28px;
	background-color: #35bfa8;
	text-align: center;
	transition: opacity 0.3s ease-in-out;

}

.bottom-newsletter:hover {
	opacity: 0.7;
	cursor: pointer;
	color: white;
}

/* Modals */

/* Estilos generales del modal */
.modal {
	color: #000000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

/* Contenido del modal */
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	width: 80%;
	max-width: 900px;
	height: 80%;
	max-height: 1000px;
	overflow-y: auto;
}

.modal-content-title {
	font-size: 1.5em;
	font-weight: 300;
}

.modal-content-bold {
	font-weight: bold;
}

/* Encabezado del modal */
.modal-header,
.modal-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-header {
	padding-bottom: 10px;
	border: 0 !important;
}

.modal-header hr {
	border: 2px solid #35bfa8;
	opacity: 1;
	width: 30%;
}

.modal-subtitle {
	font-size: 0.9em;
	font-style: italic;
}

.modal-footer {
	margin-top: 20px;
}

#modal-especial div div>p {
	margin: 0;
}

/* Botón para cerrar el modal */
.close {
	font-size: 20px;
	cursor: pointer;
}

/* Menu Lateral Flotante */

.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -124px;
	top: 40%;
	width: 210px;
	z-index: 1100;
}


.sticky li {
	list-style-type: none;
	background-color: #35bfa8;
	color: #efefef;
	height: 55px;
	border-radius: 30px;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}

.sticky li:hover {
	margin-left: -165px;
}

.sticky li.extra-large:hover {
	margin-left: -285px;
}

.sticky li i {
	float: left;
	margin-top: 7px !important;
	margin: 5px 8px;
	margin-right: 8px;
	font-size: 35px;
}

.sticky li p {
	margin: 0px;
	line-height: 16px;
	font-size: 20px;
}

.sticky li p a {
	padding-bottom: 5px;
	text-decoration: none !important;
	color: #ffffff !important;
}

.sticky li p a:hover {
	text-decoration: underline;
}


/*Postventa*/

.max-width-480 {
	max-width: 490px;
}

.container-iconos {
	border: 2px solid #35bfa8;
	border-radius: 16px;
	padding: 30px 60px;
	margin: 10px 15px 5px;
	color: #35bfa8;
}

.telefonos-postventa {
	border: 1px solid rgb(0, 0, 0);
	border-radius: 20px;
	max-width: 450px;
}

.email-postventa {
	border: 1px solid #35bfa8;
	color: #35bfa8;
	border-radius: 20px;
	max-width: 450px;
}

.telefonos-white {
	color: white;
}

.container-recambios {
	border: 2px solid #35bfa8;
	border-radius: 16px;
	padding: 7px 20px;
	margin: 5px 7px 5px;
	text-align: center;
}

.container-recambios p {
	font-size: 0.99em;
	margin: 0px;
	font-weight: 400;
	font-style: italic;
}

.contenedor-imagen-postventa {
	margin-top: 80px;
	width: 95%;
	height: 540px;
}

.contenedor-imagen-postventa #img-contacto {
	margin-top: 25px !important;
	width: 100%;
	height: 455px;
	object-fit: cover;
}

.contenedor-imagen-postventa #img-sello{
	position: absolute;
    top: 58px;
    right: -40px;
    height: 180px;
}

/* Recambios */

.tipo-recambio {
	flex: 0 0 28%;
	box-sizing: border-box;
}

.tipo-recambio img {
	margin-bottom: 10px;
}

.tipo-recambio a,
.tipo-recambio a:visited {
	color: black;
	text-decoration: none;
}

.tipo-recambio a:hover {
	color: #35bfa8;
	text-decoration: none;
}



/*Formulario contacto*/

/* Informacion */

.informacion-2-1 {
	margin: 10px;
	margin-left: 47px;

}


.informacion-2-2 {
	margin-left: 81px;

}


/*Datos contacto*/

#datos-contacto p {
	margin-bottom: 0px;
	font-weight: 400;
}

#datos-contacto .sticky-container p {
	font-weight: normal;
}

#datos-contacto a,
#datos-contacto a:visited,
.enlaces-unvi a,
.more-info,
.more-info:visited,
.more-info-negative,
.more-info-negative:visited {
	color: #35bfa8;
	text-decoration: none;
}

.more-info:hover {
	color: white;
}

.more-info-negative:hover {
	color: #000000;
}

#datos-contacto a:hover,
.enlaces-unvi a:hover {
	color: #35bfa8;
	text-decoration: underline;
}

#localizacion p {
	margin-bottom: 5px;
}

#localizacion p.color-primary {
	margin-top: 15px;
}

.contenedor-imagen {
	margin-top: 63px;
	width: 95%;
	height: 88%;
}

.contenedor-imagen div.wpb_wrapper {
	width: 100%;
	height: 100%;
}

#imagen-contacto {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container-formulario {
	padding: 60px;
	background-color: white;
	border-radius: 16px;
	margin-left: 50px;
	margin-right: 50px;
}

#h1-formulario {
	text-align: center;
	margin-bottom: 30px;
}

.form_header {
	text-align: center;
	margin-bottom: 30px;
}

.contacto-2 {
	align-items: center;
}

/* Formulario contacto */


#formulario_contacto .col-6 {
	padding: 0px 5px;
}

#formulario_contacto input[type=text],
#formulario_contacto input[type=email],
#formulario_contacto input[type=tel],
#formulario_contacto textarea,
#formulario_contacto select {
	width: 100%;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 3px solid #000000;
	border-radius: 26px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}

#formulario_contacto input[type=text],
#formulario_contacto input[type=email],
#formulario_contacto input[type=tel],
#formulario_contacto select {
	height: 55px;
}

::placeholder {
	color: #000000;
}

span label input {
	padding: 2px !important;
}


.contacto-formulario .wpcf7-not-valid-tip {
	display: none;
}

.contacto-formulario input.wpcf7-not-valid {
	border-color: #FF0000;
}

.contacto-formulario .wpcf7-list-item {
	margin: 15px 0;
}

.contacto-formulario span.wpcf7-list-item {
	margin: 0;
	margin: 15px 0 !important;
	margin-top: 8px !important;
	width: 100%;
}

.contacto-formulario span.wpcf7-list-item input {
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: inline-block;
	content: '';
	width: 16px;
	height: 16px;
	margin: 0;
	border: 1px solid #ccc;
	margin-right: 6px;
	margin-bottom: 5px;
	cursor: pointer;
	vertical-align: middle;
	top: 1px;
	line-height: 1;
	outline: 0;
	border-radius: 0;
}

.contacto-formulario input[type=checkbox] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 4px;
	position: relative;
	transition: background-color 0.3s;
}

.contacto-formulario input[type="checkbox"]:before {
	background: #36A5B4;
	content: "";
	position: absolute;
	height: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s ease .1s;
	transition: all .2s ease .1s;
	border-radius: 5px;
	z-index: 100;
	width: 0px;
	bottom: 13px;
	left: 2px;
	transform: rotate(45deg);
}

.contacto-formulario input[type="checkbox"]:after {
	right: 0;
	z-index: 100;
	background: #36A5B4;
	content: "";
	position: absolute;
	height: 0px;
	border-radius: 5px;
	-webkit-transition: all .2s ease .3s;
	transition: all .2s ease .3s;
	width: 2px;
	left: 8px;
	bottom: 2px;
	transform: rotate(45deg);
}

.contacto-formulario input[type="checkbox"]:checked::before {
	width: 6px;
	bottom: 4px;
}

.contacto-formulario input[type="checkbox"]:checked::after {
	height: 10px;
	left: 8px;
}

.select-container {
	position: relative;
	display: inline-block;
}

.select-container select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 100px;
}


/*.select-container::after {
	content: '\25BC';
	font-size: 12px;
	color: #333;
	position: absolute;
	top: 40%;
	right: 40px;
	transform: translateY(-50%);
	pointer-events: none;
}*/

#formulario_contacto .select2-selection {
	border: 3px solid #000000;
	border-radius: 28px;
	padding: 3.5px 5px;
}

.select2-dropdown {
	margin-top: 32px !important;
}

.select2-selection__choice {
	border-radius: 20px !important;
	padding: 0px 14px !important;
	margin-top: 6px !important;
	margin-right: 6px !important;
	color: #000000 !important;
}

.select2-selection__clear {
	color: black !important;
}


.select2-results__option--highlighted[aria-selected] {
	background-color: #35bfa8 !important;
	color: white;

}

.select2-search__field {
	margin-top: 8px !important;
	padding-left: 12px !important;
}

#formulario_contacto_producto .col-6 {
	padding: 0px 5px;
}

#formulario_contacto_producto input[type=text],
#formulario_contacto_producto input[type=email],
#formulario_contacto_producto input[type=tel],
#formulario_contacto_producto textarea,
#formulario_contacto_producto select {
	width: 100%;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 3px solid white;
	color: white !important;
	background-color: black;
	border-radius: 26px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}

#formulario_contacto_producto input[type=text],
#formulario_contacto_producto input[type=email],
#formulario_contacto_producto input[type=tel],
#formulario_contacto_producto select {
	height: 55px;
}

#formulario_contacto_producto ::placeholder {
	color: white;
}

input.wpcf7-form-control.valid.wpcf7-not-valid {
    border-color: red !important;
}


/* Paginas estaticas */

.correct-section-size {
	margin-top: -35px;
}

.breadcrumb a,
.breadcrumb a:visited {
	color: black;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #35bfa8;
	text-decoration: none;
}

.page-subtitle {
	font-size: 0.9em;
	font-style: italic;
}

.page-content-title {
	margin-top: 40px;
	font-size: 1.5em;
	font-weight: 300;
}

.page-content-bold {
	font-weight: bold;
}

button.unvi {
	background-color: #35bfa8;
	color: white;
	border-radius: 24px;
	border: 0px;
}

button.unvi:hover {
	color: black;
	border-radius: 24px;
	border: 0px;
}

.color-grey {
	color: #999999;
}


/* Trabaja con nosotros */

#formulario-empleos input[type=text],
#formulario-empleos input[type=email],
#formulario-empleos input[type=tel],
#formulario-empleos textarea,
#formulario-empleos select {
	width: 100%;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 3px solid #000000;
	border-radius: 26px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}

#formulario-empleos input[type=text],
#formulario-empleos input[type=email],
#formulario-empleos input[type=tel],
#formulario-empleos select {
	height: 55px;
}

#formulario-empleos .input-file {
	width: 100%;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 3px solid #000000;
	border-radius: 26px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}

#formulario-empleos .input-file p {
	margin: 0px;
	display: flex;
	align-items: center;
}

#formulario-empleos .input-file label {
	margin: 0px;
	margin-right: 15px;
}

/*Containers*/



/* Trabaja con nosotros */


.oferta-individual h2 {
	font-size: 1.5em;
}

.oferta-individual strong {
	font-weight: bold;
	color: #35bfa8;
}

.verde-100 {
	border: 2px solid #35bfa8;
	opacity: 1;

}

.input-file {
	position: relative;
	overflow: hidden;
}

.input-file input {
	position: absolute;
	font-size: 150px;
	left: -140px;
	top: -80px;
	opacity: 0;
	cursor: pointer;
}

.input-file:hover {
	background-color: #f0f0f0;
	/* Cambia el color de fondo al pasar el ratón por encima */
}

/* Pago seguros */

.cont-formPagos #empresa,
.cont-formPagos #cif,
.cont-formPagos #nombre,
.cont-formPagos #email,
.cont-formPagos #pedido,
.cont-formPagos textarea,
.cont-formPagos .input-container {

	width: 100%;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 3px solid #000000;
	border-radius: 26px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
	margin-bottom: 10px;

}

.cont-formPagos .input-container {
	padding: 8px;
	padding-left: 20px;
	margin-right: 10px;
	max-width: 50%;
}

.cont-formPagos #acepto-terminos {
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: inline-block;
	content: '';
	width: 16px;
	height: 16px;
	margin: 0;
	border: 1px solid #ccc;
	margin-right: 6px;
	margin-bottom: 5px;
	cursor: pointer;
	vertical-align: middle;
	top: 1px;
	line-height: 1;
	outline: 0;
	border-radius: 0;
}


.cont-formPagos input[type=checkbox] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 4px;
	position: relative;
	transition: background-color 0.3s;
}

.cont-formPagos input[type="checkbox"]:before {
	background: #36A5B4;
	content: "";
	position: absolute;
	height: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s ease .1s;
	transition: all .2s ease .1s;
	border-radius: 5px;
	z-index: 100;
	width: 0px;
	bottom: 13px;
	left: 2px;
	transform: rotate(45deg);
}

.cont-formPagos input[type="checkbox"]:after {
	right: 0;
	z-index: 100;
	background: #36A5B4;
	content: "";
	position: absolute;
	height: 0px;
	border-radius: 5px;
	-webkit-transition: all .2s ease .3s;
	transition: all .2s ease .3s;
	width: 2px;
	left: 8px;
	bottom: 2px;
	transform: rotate(45deg);
}

.cont-formPagos input[type="checkbox"]:checked::before {
	width: 6px;
	bottom: 4px;
}

.cont-formPagos input[type="checkbox"]:checked::after {
	height: 10px;
	left: 8px;
}

img.visa-mastercard {
	width: 80px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-top: -5px;
}

input.unvi {
	background-color: #35bfa8;
	color: white;
	border-radius: 24px;
	border: 0px;
	padding: 15px;
}

/* Blog */

.card-blog {
	padding: 5px;
	margin: 5px 10px 5px;

}

.blog-date {
	font-size: 0.9em;
	font-style: italic;

}

.card-blog img {
	width: 100%;
	height: auto;
	border-radius: 5px;

}

#content-blog {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}

#content-blog a,
#content-blog a:visited {
	color: black;
	text-decoration: none;
}

#content-blog a:hover {
	color: #35bfa8;
	text-decoration: none;
}

/* Pagination */

.pagination {
	font-size: 1.2rem;
}

.page-item {
	margin-left: 5px;
	margin-right: 5px;
	display: flex;
	align-items: center;
}

.page-item .next,
.page-item .prev {
	font-size: 2rem;
	margin-bottom: 3px;
}

.page-item span {
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px !important;
}

.pagination>li>span.current {
	background: #eeeeee !important;
	color: #35bfa8 !important;
}

.page-item a,
.page-item a:visited {
	color: black !important;
	text-decoration: none;
}

.page-item a:hover {
	background: #eeeeee !important;
	color: #35bfa8 !important;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px !important;
}



/* Sidebar */

#secondary h1 {
	font-size: 1.9em;

}


#secondary .unvi {
	width: 134px;
}
#secondary #recent-posts {
	background-color: #eeeeee;
	box-shadow: 0px 0px 10px #eeeeee;
	padding: 30px;
	border-radius: 16px;
}

#secondary #top-posts {
	background-color: #eeeeee;
	box-shadow: 0px 0px 10px #eeeeee;
	padding: 30px;
	border-radius: 16px;
}

#recent-posts .widget-title,
#top-posts .widget-title {
	font-size: 1.7em;

}


.slidebar-li {
	display: flex;
	align-items: center;
	margin: 15px 0px;
}

#secondary .sidebar-post-img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 5px;
	margin-right: 10px;
}

#secondary a,
#secondary a:visited {
	color: black;
	text-decoration: none;
}

#secondary a:hover {
	color: #35bfa8;
	text-decoration: none;
}


/* Search sidebar */

#searchform {
	display: flex;
	justify-content: space-between;
	/* Añade esta línea */
	border: 1px solid #7D8A9A;
	border-radius: 25px;
	overflow: hidden;
	width: 100%;

}

#searchform div {

	width: 100%;
	display: flex;
	justify-content: space-around;
}

#s {
	border: none;
	padding: 10px;
}

#searchsubmit {
	background: transparent;
	border: none;
	padding: 10px;
}

/* Noticia ampliada */

article a,
article a:visited {
	color: #35bfa8;
	text-decoration: none;
}

article a:hover {
	color: black;
	text-decoration: none;
}

.type-post .entry-header h1 {
	font-size: 1.7em;

}

.type-post img {
	border-radius: 5px;
}

/* Search result */

.entry-title a,
.entry-title a:visited {
	color: black;
	text-decoration: none;
}

.entry-title:hover a {
	color: #35bfa8;
	text-decoration: none;
}

/* Shared links */

ul.share-links i {
	color: #000000;
}

ul.share-links i:hover {
	color: #35bfa8;
}

/* Te puede interesar... */

.crp_related {
	background-color: #eeeeee;
	box-shadow: 0px 0px 10px #eeeeee;

	border-radius: 16px;
	width: 100%;
}

.crp_related .row {
	width: 100%;
}


.crp_related h4 {
	font-size: 1.1em;
}

.crp_related img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.crp_related a,
.crp_related a:visited {
	color: black;
	text-decoration: none;
}

.crp_related a:hover {
	color: #35bfa8;
	text-decoration: none;
}


/* Recambios */

/* Recambios header */

.recambios-header a,
.recambios-header a:visited {
	color: black;
	text-decoration: none;
}

.recambios-header a:hover {
	color: #35bfa8;
	text-decoration: none;
}

a.btn-unvi {
	background-color: #35bfa8;
	color: white !important;
	border-radius: 24px;
	border: 0px;
	padding: 5px, 0px;
}

a.btn-unvi:hover {
	background-color: #35bfa8;
	color: black !important;
	border-radius: 24px;
	border: 0px;
	padding: 5px, 0px;
}

.a-privada {
	max-width: 200px;
	height: fit-content;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #35bfa8;
	border-radius: 16px;

}

.a-privada p {
	text-align: center;
}


/* Recambios body */

.recambios-body a,
.recambios-body a:visited {
	color: #35bfa8;
	text-decoration: none;
}

.recambios-body a:hover {
	color: black;
	text-decoration: none;
}

/* Recambios card */

.card-recambio .recambio-link,
.card-recambio .recambio-link:visited {
	color: #35bfa8;
	text-decoration: none;
}

.card-recambio .recambio-link:hover {
	color: black;
	text-decoration: none;
}

.card-recambio img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 5px;
}

.no-cursor {
	cursor: default !important;
}

/* Productos */

.producto-icon {
	font-size: 44px;
	padding-top: 8px;
}

.bus-container {
	min-width: 311px;
	max-width: 33.3%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.bus-container-s20 {
	max-width: 42%;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.bus-container-s20::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50%;
	/* Ajusta este valor para cambiar dónde termina la sombra */
	background: linear-gradient(rgba(46, 46, 46, 0.1), transparent);
	border-radius: inherit;
	pointer-events: none;
}

.bus-container>a>img {
	margin-top: auto;
	margin-bottom: 80px;
	max-height: 100%;
}

.bus-container-s20>a>img {
	margin-top: auto;
	margin-bottom: 55px;
	max-height: 100%;
}

.bus-logos {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
}

.bus-logos a.bottom,
.bus-logos a.bottom:visited {
	text-align: center;
	color: #35bfa8;
	border: 1px solid #35bfa8;
	padding: 10px 5px;
	border-radius: 26px;
}

.bus-logos a.bottom:hover {
	text-align: center;
	color: rgb(0, 0, 0);
	border: 1px solid rgb(0, 0, 0);
}

.bus-logos a.bottom.ev:hover {
	text-align: center;
	color: white;
	border: 1px solid white;
}

.bus-logos img {
	max-width: 250px;
	max-height: 63px;
	margin-right: 10px;
}

.breadcrumb-white a,
.breadcrumb-white a:visited {
	color: white;
	text-decoration: none;
}

.breadcrumb-white a:hover {
	color: #268d7c;
	#35bfa8 text-decoration: none;
}

/* Producto ampliado*/

.hr-nav-pills {
	background-color: #404040;
	width: 40%;
}

.prouct-version,
.prouct-version-galerias {
	color: #999999 !important;
	border: 2px solid #404040 !important;
	background-color: transparent !important;
	border-radius: 26px !important;
	margin: 5px 5px;
	min-width: fit-content;

}

.prouct-version-galerias {
	padding: 0.2rem 4rem !important;
}

.prouct-version:hover,
.prouct-version-galerias:hover,
.prouct-version-especial:hover {
	opacity: 0.7;
}

.prouct-version.active,
.prouct-version-galerias.active {
	color: white !important;
	border: 2px solid #35bfa8 !important;

}

.prouct-version-especial {
	color: white !important;
	border: 2px solid #35bfa8 !important;
	background-color: transparent !important;
	border-radius: 26px !important;
	margin: 5px 5px;
	padding: 10px 20px;
	width: 40%;
	min-width: fit-content;
}

.especificaciones li {
	width: 50%;
}

.especificaciones button {
	width: 97%;
}

.img-producto {
	width: 90%;

}

.img-producto img {
	max-width: 95%;
	max-height: 200px;

}

.img-logo-producto {
	max-width: 220px;
}

.img-logo-marca {
	max-height: 80px;
	max-width: 150px;
}

#imagen-iconos p{
	display: flex;	
	flex-wrap: wrap;
}

#imagen-iconos p img{
	margin-left: auto;
	margin-right: auto;	
}

/*Combustibles*/

.conbustibles {
	justify-content: space-between;
}

.conbustibles div {
	width: 100%;
	text-align: center;
}

.conbustibles div#eléctrico hr {
	border: 4px solid #35bfa8;
	background-color: #35bfa8;
	opacity: 1;
	width: 98%;

}

.conbustibles div hr {
	border: 4px solid #ffffff;
	background-color: #ffffff;
	opacity: 1;
	width: 98%;

}

.conbustibles i {
	font-size: 3em;
	margin-left: 5px;
}

.conbustibles hr {
	margin-top: 7px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.swiper {
	width: 100%;
	height: 300px;
	margin-left: 0;
	margin-right: 0;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.icon-cable {
	color: #35bfa8;
}

.swiper-pagination-bullet {
	background: #35bfa8 !important;
	width: 12px !important;
	height: 12px !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
}

.swiper-pagination-bullet {
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
}

#pills-tabContent2 iframe {
	width: 100%;
	height: 100%;
	position: relative;
}

div#imagen-iconos div div>p {
	margin: 0;
}

.marca-s20 {
	height: 65px;
	margin-bottom: -15px !important;
	margin: auto;
}

.width-30 {
	width: 30%;
}

.hr-unvi {
	margin-bottom: -6px;
}


.margin-icon-correction {
	margin-bottom: -19px;
}

.margin-section {
	margin-top: 48px;
}

.margin-section-bottom {
	margin-bottom: 48px;
}

.mtc-1 {
	margin-top: 2.1rem;
}

.tamano-contacto {
	font-size: 1.3rem;
}

.w-30 {
	width: 30%;
}

.font-36{
    font-size: 28px;
}

.g-10{
	gap: 10px;
}

.cabeceras{
	margin-top: 3rem;
}

.w-80 {
	width: 80%;
}

.contacto-formulario .wpcf7-not-valid-tip{
	display:  block !important;
	margin-left: 15px;
}

.error, .wpcf7-form label.error{
	display: hidden !important;
}

@media (min-width: 1151px) {

	.navbar-expand-lg .navbar-toggler {
		display: none !important;
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.menu-icons{
		display: flex;
		margin-top: auto;
		margin-bottom: auto;
	}

	.hamburger-icons {
		display: none;
	}

}

@media (max-width: 1445px ){
	#cinco-continentes{
		flex-wrap: wrap;
		background-position: top;
	}

	#cinco-continentes p{
		text-align: center;	
	}	

	.ms-10{
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 1150px) {

	.navbar-collapse {
		position: absolute;
		left: 0px;
		right: 0px;
		z-index: 100;
		background-color: white;
		top: 62px;
		padding-top: 20px;
	}
	

	.navbar-collapse ul li {
		margin: 10px 10px;
		width: 51%;
    	margin-right: auto;
    	margin-left: auto;
	}

	.menu-icons {
		display: none;
	}

	.hamburger-icons {
		display: block;
	}
}

@media (max-width: 768px) {
	
	div#quienes-somos{
		flex-wrap: wrap;
	}

	.card-unvi{
		margin: 10px 0px;
	}
	.sticky-container{
		display: none;
	}

	.foto-menu{
		background-image: none;
		padding-left: 0px;
	}

	#colophon .footer-1{
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
		gap: 15px;
	}

	.font-36 {
		font-size: 27px;
	}

	.footer-2{
		flex-direction: column-reverse !important;
	}

	#links-legal{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.bottom-newsletter{
		width: 100%;
		margin-bottom: 10px;
	}

	div.footer-2 div > img{
		display: flex;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		
	}

	.flex-responsive{
		flex-direction: column;
	}

	form .col-6{
		width: 100%;
	}

	form .col-12{
		flex-direction: column;
	}

	.container-formulario{
		margin: 0px;
	}

	.contacto-1{
		flex-direction: column;
	}

	.contacto-2{
		flex-direction: column;
		align-items: start;
	}

	.informacion-2-1{
		margin: 10px;
		margin-top: 20px;
	}

	.informacion-2-2{
		margin: 0px;
	}

	.container-iconos img{
		max-width: none !important;
	}

	.enlaces-blancos {
		flex-direction: column;
	}

	.recambios-body .col-3 {
		width: 33%;
	}

	.bus-container {
		max-width: 70%;
	}

	.bus-container-s20 {
		max-width: 90%;
	}

	.producto-autobus .col-6{
		width: 100%;
	
	}

	.cabeceras{
		margin-top: 0rem;
	}
	
	.container-formulario{
		padding: 12px;
	
	}

	.tipo-recambio {
		flex: 0 0 50%;
	}

	.form-divisas{
		flex-direction: column;
	}

	.input-container{
		max-width: 100% !important;
	}
}

@media (max-width: 645px) {
	#img-sello{
		right: 5px !important;
	}

	#content-blog {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.crp_related .col-4 {
		width: 100% !important;
	}
}

@media (max-width: 500px) {
	.recambios-body .col-3 {
		width: 50%;
	}

	.conbustibles {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}

	.conbustibles div, .w-80 {
		width: 80%;
	}

	.especificaciones li {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.especificaciones .tab-content .d-flex {
		justify-content: center;
	}

	.especificaciones .tab-content .w-50 {
		width: 80% !important;
		text-align: center;
	}

	.especificaciones .tab-content .w-50 hr {
		margin-left: auto;
		margin-right: auto;
	}

	.especificaciones .pe-3 {
		padding-right: 0px !important;
	}

	.tipo-recambio {
		flex: 0 0 125%;
	}


}

@media (max-width: 450px) {
	#colophon .footer-1{
		gap: 0px;
	}
	
}


@media (max-width: 400px) {
	#content-blog {
		grid-template-columns: repeat(1, 1fr);
	}
	
}

@media (max-width: 350px) {
	.recambios-body .col-3 {
		width: 100%;
	}
}

