/*!
Theme Name: Intemares
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: intemares
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.

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

:root {
	--negro: #000000;
	--blanco: #FFFFFF;
	--trans: transparent;
	--azul: #003B64;
	--amarillo: #E3AB00;
	--beige: #F4F1EA;
	--fuentePrin:'Helvetica Neue', sans-serif;
	--fuenteSec: 'BenHand';
}
/* Fuentes
--------------------------------------------- */
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55?styles=15981,15991');


/*
breakpoint Movil 
min 1200px;
max 12001px;

*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: var(--fuentePrin), sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 10px 0px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-branding {
	width: 17%;
}


.main-navigation {
	display: block;
	width: 51%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	gap: 4%;
	width: 100%;
}


.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 .nav-menu>ul {
	padding-top: 10px;
}



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

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

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

.main-navigation li {
	position: relative;
}

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



/*Responsive menu*/
@media screen and (min-width: 1201px) {
	.menu-toggle {
		display: none;

	}

	.main-navigation ul {
		display: flex !important;
		flex-wrap: wrap;
	}

	.main-navigation .nav-menu>li {
		padding: 5px 13px;
	}

	.nav-menu .sub-menu {
		border-radius: 0px 0px 16px 16px;
		overflow: hidden;
	}

	.nav-menu .sub-menu::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		/* filter: blur(20px); */
		/*background-color: #003b64cc;*/
		background-color: rgba(0, 59, 100, 0.04);
		-webkit-backdrop-filter: blur(6.25rem);
				backdrop-filter: blur(6.25rem);
	}
}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

.custom-logo-link {
	width: 300px;
	height: 48px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/* Fuentes
--------------------------------------------- */

@font-face {
	font-family: 'BenHand';
	src: url('/wp-content/themes/intemares/fonts/BenHand.ttf');
	font-weight: normal;
}

/* Grid
--------------------------------------------- */

.container {
	width: 100%;
	margin: auto;
	padding: 0px !important;
}

@media (min-width: 567px) {
	.container {
		max-width: 540px !important;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px !important;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1114px !important;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px !important;
		/*max-width: 1000px;*/
	}
}

@media (min-width: 1700px) {
	.container {
		max-width: 1560px !important;
	}
}

@media (max-width: 567px) {
	.container {
		max-width: 100% !important;
	}
}

@media (max-width: 567px) {
	.container {
		padding: 0px 15px !important;
	}
}



.header-container {
	/*
	background: rgba(0, 59, 100, 0.04);
	backdrop-filter: blur(50px);
	*/
	padding: 0px 24px;
	position: relative;
	z-index: 10;
	position: fixed;
	top: 0;
	width: 100%;
}

/* Background header solution */
.header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 59, 100, 0.04);
  -webkit-backdrop-filter: blur(6.25rem);
          backdrop-filter: blur(6.25rem);
  pointer-events: none;
}



.d-flex {
	display: -ms-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

/* Anim Títulos
--------------------------------------------- */
.titAnim {
	padding: 10px 0;
	overflow: hidden;
}

.titAnim .letter {
	display: inline-block;
	line-height: 1em;
}



/* Header
--------------------------------------------- */
.site-header {
	justify-content: space-between;
	align-items: center;
	height: 96px;
}

.menu-menu-1-container {
	display: -ms-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.logo-esc {
    position: relative;
}
.nav-idiomas {
    position: relative;
}
.nav-menu>li {
	height: 60px;
	margin-top: 35px;
}

.nav-menu>li a {
	color: var(--blanco);
	font-family: var(--fuentePrin);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

}

.nav-menu .sub-menu {
	width: 183px;
}

.nav-menu .sub-menu a {
	color: var(--blanco);
	font-family: var(--fuentePrin);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


.nav-buscar form {
	width: 277px;
}


.nav-buscar .is-form-style input.is-search-input {
	padding: 7px 18px;
	font-size: 18px !important;
	height: 36px;
	border: solid 1px var(--blanco) !important;
	background: var(--blanco);
	color: var(--negro);
	font-family: var(--fuentePrin);
	border-radius: 24px 0px 0px 24px;
}


.nav-buscar .is-form-style input.is-search-input::placeholder {
	color: var(--negro);
	font-family: var(--fuentePrin);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.nav-buscar .is-form-style input.is-search-submit,
.is-search-icon {
	display: inline-block !important;
	color: var(--negro);
	background: var(--blanco);
	font-size: 14px !important;
	border: 1px solid var(--blanco);
	border-radius: 0px 24px 24px 0px;
	height: 36px;
	padding-right: 2px;
}

.nav-buscar .is-form-style .is-search-submit path {
	fill: #000;
}

.nav-buscar .is-search-icon svg {
	width: 22px;
	height: 24px;
}

.nav-buscar .is-search-icon:hover,
form.is-form-style input.is-search-submit:hover {
	background: var(--blanco);
	cursor: pointer;
}

#pop-buscar {
	display: none;
}

@media (max-width: 1590px){
	.main-navigation ul {
	    gap: 1.5% !important;
	}

	.main-navigation {
	    width: 50% !important;
	}

	.nav-idiomas a {
	    margin: 0px 3px !important;
	}
}


@media (max-width: 1260px){
	.main-navigation {
	    width: 51% !important;
	}

	.nav-idiomas a {
	    margin: 0px 3px !important;
	}
}

@media (max-width: 1245px){
	.nav-idiomas a {
	    margin: 0px !important;
	}

	.main-navigation {
	    width: 52% !important;
	}
}

@media (max-width: 1210px){
	.main-navigation {
	    width: 51% !important;
	}

	.main-navigation ul {
	    gap: 1% !important;
	}
}

@media (max-width: 1200px) {

	.main-navigation {
	    width: initial !important;
	}

	/*Popup Buscar*/
	#pop-buscar {
		display: none;
	}

	#pop-buscar.pop-open {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #000000d4;
		z-index: 100;
		display: block;
		animation: 0.4s ease 1 buscarOpen;
		opacity: 1;
	}

	@keyframes buscarOpen {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	#pop-buscar .pop-form-buscar {
		display: flex;
		justify-content: center;
	}

	#pop-buscar .pop-form-buscar .is-form-style {
		width: 80%;
	}

	#pop-buscar .pop-form-buscar .is-form-style input.is-search-input {
		padding: 7px 18px;
		font-size: 18px !important;
		height: 36px;
		border: solid 1px var(--blanco) !important;
		background: var(--blanco);
		color: var(--negro);
		font-family: var(--fuentePrin);
		border-radius: 24px 0px 0px 24px;
	}

	.mov-nav-bus {
		cursor: pointer;
	}

	#pop-buscar .buscar-btn-cerrar {
		display: block;
		margin: 20px 32px 15px auto;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
}

.nav-idiomas a {
	margin: 0px 10px;
	padding-top: 1px;
	display: inline-block;
}

.nav-idiomas .img-bandera {
	width: 21px;
	height: 14px;
}

.nav-social {
	margin-right: 13px;
	position: relative;
}

.nav-social a {
	height: auto;
	display: inline-block;
	padding-top: 4px;
}

.nav-social .ico-twitter {
	width: 25.6px;
	height: 24px;
}

.sub-menu li {
	flex-direction: column;
	width: 200px
}

.sub-menu>li {
	padding: 9px 23px;
}

.sub-menu li:first-child {
	margin-top: 14px;
}

.sub-menu li:last-child {
	margin-bottom: 10px;
}

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


@media (max-width: 1650px) {
	.site-branding {
		width: auto;
	}
}

@media (max-width: 1500px) {
	.custom-logo-link {
		width: 250px;
		height: auto;
	}

	.nav-buscar form {
		width: 200px;
	}

	.main-navigation .nav-menu>li a {
		font-size: 16px;
	}

	.nav-buscar input::placeholder {
		font-size: 16px;
	}

	.main-navigation ul {
		gap: 2%;
	}

	.main-navigation {
		width: 52%;
	}
}

@media (max-width: 1300px) {
	.custom-logo-link {
		width: 220px;
	}
}


/*
breakpoint Movil 1201px
Responsive menu
*/
.nav-buscar .mov {
	display: none;
}

.logo-mov,
.logo-life-redNatura {
	display: none;
}

.menu-toggle {
	display: none;
}

.nav-sec-res {
	display: none;
}

/*
breakpoint Movil 1200px
Responsive menu
*/
@media (max-width: 1200px) {
	.site-header {
		height: 64px;
	}

	.main-navigation {
		width: auto;
	}

	.ico-hambur-abrir {
		width: 32px;
		height: 32px;
		align-items: center;
		justify-content: space-between;
		transition: all 0.3s linear;
	}

	.toggled .ico-hambur-abrir {
		transition: all 0.3s linear;
		margin-left: 110px;

		animation: 0.4s ease 1 desaparecer;
		opacity: 0;
		visibility: hidden;
	}

	@keyframes desaparecer {
		0% {
			opacity: 1;
		}

		40% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	.ico-hambur-abrir span {
		width: 8px;
		height: 8px;
		background-color: var(--blanco);
		border-radius: 100%;
	}



	.ico-hambur-close {
		width: 32px;
		height: 32px;
		align-items: center;
		justify-content: center;
		margin-left: -70px;
		margin-top: -32px;
		transition: all 0.2s linear;
	}

	.toggled .ico-hambur-close {
		margin-left: 0px;

	}

	.ico-hambur-close span {
		width: 30px;
		height: 3px;
		position: absolute;
		background-color: var(--blanco);
	}

	.ico-hambur-close span:nth-of-type(1) {
		transform: rotate(45deg);
	}

	.ico-hambur-close span:nth-of-type(2) {
		transform: rotate(-45deg);
	}

	.main-navigation .nav-menu>li {
		height: auto;
		margin-top: 0px;
	}

	.nav-idiomas,
	.nav-social,
	.nav-buscar .esc {
		display: none;
	}

	.nav-sec-res {
		display: flex;
	}

	.nav-buscar .mov {
		display: block;
	}

	.menu-toggle,
	.main-navigation ul {
		display: block;
	}

	button.menu-toggle {
		background-color: transparent;
		border: none;
		cursor: pointer;
	}

	button.menu-toggle {
		width: 40px;
		height: 40px;
		padding: 5px;
	}


	.main-navigation ul li {
		display: inline-block;
		width: 100%;
	}

	.menu-item-has-children.subabrir>.sub-menu {
		left: auto;
		position: relative;
		box-shadow: none;
		width: 100%;
		/* display: block; */
		visibility: visible;
		opacity: 1;

	}

	.menu-item-has-children>.sub-menu {
		position: absolute;
		/* display: none; */
		visibility: hidden;
		opacity: 0;
	}

	.sub-menu>li {
		padding: 0px;
	}

	.main-navigation ul ul a {
		width: 100%;
	}

	.nav-btn-flecha {
		width: 28px;
		height: 28px;
		position: absolute;
		top: 10px;
		right: 25px;
		background-image: url('/wp-content/uploads/2023/08/icon-sub-abrir.svg');
		background-size: cover;
		cursor: pointer;
	}

	.nav-menu .subabrir>.nav-btn-flecha {
		background-image: url('/wp-content/uploads/2023/08/icon-sub-cerrar.svg');
	}

	.main-navigation a {
		padding: 15px 20px;
	}

	.site-header>* {
		order: 0;
	}

	.main-navigation {
		order: 1;
	}

	.site-branding {
		order: 2;
	}

	.nav-buscar {
		order: 3;
	}

	/*nuevo diseño*/
	.menu-menu-1-container {
		position: absolute;
		width: 390px;
		left: -390px;
		top: 0px;
		height: 100vh;
		transition: left 0.3s ease-out;
		flex-direction: column;
		justify-content: space-between;
		background-image: url('/wp-content/uploads/2023/08/fondo-menu-res.svg');
		background-size: cover;
	}

	.menu-menu-principal-en-container {
	    position: absolute;
	    width: 390px;
	    left: -390px;
	    top: 0px;
	    height: 100vh;
	    transition: left 0.3s ease-out;
	    flex-direction: column;
	    justify-content: space-between;
	    background-image: url(/wp-content/uploads/2023/08/fondo-menu-res.svg);
	    background-size: cover;
	}

	.toggled .menu-menu-1-container, .toggled .menu-menu-principal-en-container{
		left: 0px;
		transition: left 0.3s ease-out;
	}

	.nav-menu {
		display: block;
		/* overflow-y: scroll; */
		overflow-x: auto;
		width: 100%;
		height: 77vh;
		margin-top: 64px !important;
	}

	.nav-menu::-webkit-scrollbar {
		width: 0px;
		background-color: var(--trans);
	}

	.nav-menu::-webkit-scrollbar-thumb {
		width: 0px;
		background-color: var(--trans);
	}

	.site-branding,
	.nav-buscar,
	.menu-toggle {
		z-index: 10;
		position: relative;
	}

	.logo-life-redNatura {
		display: block;
		margin: 27px 0px 33px 27px;
		width: 167px;
		height: 56px;
	}

	.main-navigation .nav-menu>li>a {
		color: var(--blanco);
		font-family: var(--fuentePrin);
		font-size: 21px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		padding: 11px 27px;
	}

	.nav-menu .sub-menu>li>a {
		color: var(--blanco);
		font-family: var(--fuentePrin);
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		padding: 11px 40px;
	}

	.nav-menu .sub-menu {
		margin: 5px 0px 13px 0px;
	}

	.nav-sec-res {
		width: 100%;
		padding: 0px 27px;
		justify-content: space-between;
		margin-bottom: 20px
	}

	.nav-idio-res {
		width: 50%;
	}

	.nav-idio-res a,
	.nav-soc-res a {
		display: inline;
		padding: 0px;
	}

	.nav-idio-res a:first-of-type {
		margin-right: 23px;
	}

	.nav-idio-res a img {
		width: 21px;
		height: 14px;
	}

	.nav-soc-res {
		width: 50%;
		text-align: right
	}

	.nav-soc-res img {
		width: 25px;
		height: 24px;
	}
}

@media (max-width: 500px) {
	/* body.fijar {
		position: fixed;
	}

	body.fijar .banner-top .container.d-flex{
		opacity: 0;
	} */

	.logo-esc {
		display: none;
	}

	.logo-mov {
		display: block;
		width: 131px;
		height: 32px;
	}

	.toggled .menu-menu-1-container, .toggled .menu-menu-principal-en-container {
		width: 100%;
	}
}

/*menú responsive*/
@media (max-width: 390px) {}

/* Footer
--------------------------------------------- */
.site-footer {
	margin-bottom: 30px;
}

.sec-socios {
	padding: 40px 0px 30px;
}

.socios-container {
	padding: 0px 150px;
}

.socios {
	/*justify-content: space-between;*/
	justify-content: center;
	display: block;
    text-align: center;
}

.page-template-equipo .socios{
	text-align: left;
}

/*.socios .col1,
.socios .col2 {
	width: 49.5%;
}
*/

.socios .col1 {
    /*width: 60.5%;*/
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.socios .col2 {
    /*width: 38.5%;
    display: none;*/
    width: 100%;
    gap: 20px;
}

.socios-img {
	height: 66px;
}

.socios .col1,
.socios .col2 {
	justify-content: center;
}

.socios-info {
	color: var(--negro);
	text-align: center;
	font-family: var(--fuentePrin);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 15px;
}

.legal-container {
	padding: 0px 23px;
	justify-content: space-between;
	align-items: center;
}

.txt-copy {
	color: var(--negro);
	font-family: var(--fuentePrin);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.link-legal ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.link-legal ul li {
	padding: 0px;
	display: inline;
	margin-right: 25px;
}

.link-legal ul li:last-child {
	margin-right: 0px;
}

.link-legal ul li a {
	color: var(--negro);
	font-family: var(--fuentePrin);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.link-legal .foot-twitter {
	width: 15px;
	height: 14px;
	display: block;
	margin-top: 2px;
	margin-left: 25px;
}

@media (max-width: 1800px) {
	.socios-container {
		padding: 0px 80px;
	}

	.socios-img {
		height: 66px;
	}
}

@media (max-width: 1600px) {
	.socios-container {
		padding: 0px 25px;
	}
}

@media (max-width: 1600px) {
	.socios-img {
		height: 66px;
	}
}

@media (max-width: 1150px) {
	.socios {
		flex-direction: column;
		align-items: center;
	}

	.socios .col1,
	.socios .col2 {
		/*width: 670px;*/
		width: 100%;
	}

	.socios .col1 {
		margin-bottom: 10px;
	}

}

@media (max-width: 850px) {
	.legal-container {
		flex-direction: column-reverse;
	}

	.link-legal {
		flex-direction: column;
		align-items: center;
	}

	.txt-copy {
		margin-top: 30px;
	}

	.link-legal .foot-twitter {
		margin-top: 30px;
		margin-left: 0px;
	}
}

@media (max-width: 767px) {

	.socios .col1,
	.socios .col2 {
		width: 100%;
		flex-wrap: wrap;
    	justify-content: center;
	}
}

@media (max-width: 600px) {
	.socios-img {
		height: 50px;
	}
}

@media (max-width: 500px) {
	.socios-img {
		height: 45px;
	}

	.sec-socios {
		padding: 30px 0px;
	}

	.socios-info {
		margin-top: 10px;
	}

	.socios .col1 {
		margin-bottom: 5px;
	}

	.socios-img {
		height: 45px;
	}

	.socios-container {
		padding: 0px 15px;
	}

	.link-legal ul li {
		margin-right: 10px;
	}

	.legal-container {
		padding: 0px 15px;
	}
}

@media (max-width: 350px) {
	.socios-img {
		height: 15px;
	}
}

/*Barras multidiomas*/
.wpml-ls-statics-footer,
.otgs-development-site-front-end {
	display: none !important;
}

/*Accesibilidad*/
body #pojo-a11y-toolbar {
	z-index: 10 !important;
}

@media (max-width: 1200px) {
	.page #pojo-a11y-toolbar {
		top: 64px !important;
	}
}


/* link Inicio
--------------------------------------------- */

.inicio {
	margin-top: -100px;
	padding-bottom: 100px;
}

@media (max-width: 1200px) {
	.inicio {
		margin-top: -70px;
		padding-bottom: 70px;
	}
}

@media (max-width: 500px) {
	.inicio {
		margin-top: -40px;
		padding-bottom: 40px;
	}
}


/* bloque Suscripcion
--------------------------------------------- */
.sec_Suscr {
	background-color: var(--negro);
	margin-top: -70px;
	border-radius: 0px 0px 64px 64px;
	overflow: hidden;
}

.sec_Suscr .fondo1 {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sec_Suscr .fondo2 {
	background-repeat: no-repeat;
	background-position: right 170px;
	background-size: 650px;
}

.sec_Suscr .fondo2 .d-flex {
	justify-content: center;
}

.sec_Suscr .col1 {
	padding: 390px 0px 155px;
	width: 80%;
	text-align: center;
}
.sec_Suscr .tit p{
margin: 0px;
}
.sec_Suscr .tit {
	color: var(--blanco);
	text-align: center;
	font-size: 41.88px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	width: 70%;
	display: inline-block;
	margin-bottom: 75px;
}

@media (max-width:1600px) {
	.sec_Suscr .fondo2 {
		background-position: right 100px;
		background-size: 500px;
	}

	.sec_Suscr .tit {
		width: 60%;
	}
}

@media (max-width:1200px) {
	.sec_Suscr .col1 {
		width: 540px;
	}

	.sec_Suscr .fondo1 {
		background-size: 2000px;
	}

	.sec_Suscr .tit {
		width: 100%;
	}
}

@media (max-width:767px) {
	.sec_Suscr .col1 {
		width: 100%;
	}

	.sec_Suscr .fondo2 {
		background-size: 450px;
		background-position: right 130px;
	}
}


@media (max-width:500px) {
	.sec_Suscr .fondo1 {
		background-position: -1400px bottom;
	}

	.sec_Suscr .col1 {
		padding: 375px 0px 145px;
	}

	.sec_Suscr .fondo2 {
		background-size: 350px;
	}

	.sec_Suscr .tit {
		font-size: 36px;
		margin: 0px;
	}
}

@media (max-width:390px) {
	.sec_Suscr .fondo2 {
		background-size: 300px;
		background-position: right 175px;
	}
}

@media (max-width:350px) {
	.sec_Suscr .fondo2 {
		background-size: 250px;
		background-position: right 175px;
	}

	.sec_Suscr .tit {
		font-size: 33px;
	}
}


/*Suscripción formulario*/

.sec_Suscr .form-susc-footer {
	padding: 75px 11% 40px;
	position: relative;
	z-index: 3;
}

.sec_Suscr .form-susc-footer .camp_oculto {
	display: none;
}

.sec_Suscr .form-susc-footer .info-form-footer {
	justify-content: space-between;
	align-items: center;
	gap: 0.7%;
}

.sec_Suscr .form-susc-footer .info-form-footer span {
	width: 36.5%;
}

.sec_Suscr .form-susc-footer input,
.form-susc-footer input:focus {
	color: var(--blanco);
	background-color: var(--negro);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 150px;
	border: 1px solid var(--beige);
	padding: 10px 15px 13px 15px;
	width: 100%;
}

.sec_Suscr .form-susc-footer input::placeholder {
	color: var(--blanco);
}

.sec_Suscr .form-susc-footer .btn-suscribirse {
	border-radius: 150px;
	background-color: var(--beige);
	padding: 10px 15px 13px 15px;
	text-align: center;
	width: 24%;
	color: var(--negro);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
}

.sec_Suscr .form-susc-footer .acepto {
	justify-content: flex-end !important;
	margin-top: 15px;
}

.sec_Suscr .form-susc-footer .acepto span {
	width: 24%;
	font-size: 15px;
	text-align: left;
	padding-left: 30px;
	color: var(--blanco);
}
.sec_Suscr .form-susc-footer .acepto span a {
	text-decoration: underline !important;
}

.sec_Suscr .form-susc-footer .acepto a,
.form-susc-footer .acepto a:hover,
.form-susc-footer .acepto a:visited,
.form-susc-footer .acepto a:active {
	color: var(--blanco);
}

.sec_Suscr .form-susc-footer .acepto [type="checkbox"] {
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	border-radius: 0px;
	border: none;
	padding: unset;
	cursor: pointer;
}

.sec_Suscr .form-susc-footer .acepto [type="checkbox"] {
	margin-left: -20px;
	margin-right: 7px;
}


@media (max-width:1699px) {
	.sec_Suscr .form-susc-footer input {
		width: 100%;
	}

	.sec_Suscr .form-susc-footer input,
	.sec_Suscr .form-susc-footer .btn-suscribirse {
		font-size: 18px;
	}
}

@media (max-width:1399px) {

	.sec_Suscr .form-susc-footer .acepto span {
		font-size: 14px;
	}

	.sec_Suscr .form-susc-footer {
		padding: 75px 0px 40px;

	}
}

@media (max-width:1200px) {
	.sec_Suscr .form-susc-footer .info-form-footer {
		flex-direction: column;
	}

	.sec_Suscr .form-susc-footer .info-form-footer span,
	.sec_Suscr .form-susc-footer .btn-suscribirse {
		width: 100%;
	}

	.sec_Suscr .form-susc-footer .info-form-footer {
		flex-wrap: wrap;
		justify-content: center;
	}

	.sec_Suscr .form-susc-footer .btn-suscribirse {
		margin-top: 20px;
	}

	.sec_Suscr .form-susc-footer .acepto span {
		width: 100%;
		padding-left: 25px;
	}

	.sec_Suscr .form-susc-footer .acepto{
		margin-top: 10px;
	}

	.sec_Suscr .form-susc-footer .btn-suscribirse {
		margin-top: 0px;
	}
	.sec_Suscr .form-susc-footer .info-form-footer span,
	.sec_Suscr .form-susc-footer .btn-suscribirse {
		margin-bottom: 14px;
	}

}


@media (max-width:500px) {
	.sec_Suscr .form-susc-footer .btn-suscribirse {
		width: 100%;
	}

	.sec_Suscr .form-susc-footer .acepto span {
		width: 100%;
	}

	.sec_Suscr .form-susc-footer {
		padding: 70px 0px 60px;
	}

	.sec_Suscr .form-susc-footer .btn-suscribirse {
		margin-top: 0px;
	}

	.sec_Suscr .form-susc-footer input,
	.form-susc-footer input:focus {
		font-size: 17.5px !important;
		padding: 6px 10px !important;
	}
}

@media (max-width:350px) {
	.sec_Suscr .form-susc-footer {
		padding: 40px 0px 40px;
	}

	.sec_Suscr .form-susc-footer input,
	.sec_Suscr .form-susc-footer .btn-suscribirse {
		font-size: 15px;
	}
}