/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?nlwmz2");
	src: url("../fonts/icomoon.eot?nlwmz2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?nlwmz2") format("truetype"), url("../fonts/icomoon.woff?nlwmz2") format("woff"), url("../fonts/icomoon.svg?nlwmz2#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
	content: "\e900";
}

.icon-enlarge:before {
	content: "\e901";
}

.icon-grid:before {
	content: "\e902";
}

.icon-instagram:before {
	content: "\e903";
}

.icon-pinterest:before {
	content: "\e904";
}

.icon-twitter:before {
	content: "\e905";
}

.clearfix:after,
#nav .row:after,
.article:after,
.line-box:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #d1d2d2;
	background: #000;
	font-family: "HelveticaNeueLT-LightCond";
	font-size: 13px;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
	font-style: italic;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.4em;
}

a {
	color: #d1d2d2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #4a4b4c;
	padding: .4em .7em;
	background: none;
	outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #fff;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #fff;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header {
	border: 1px solid #9D8C80;
	overflow: hidden;
	padding: 0;
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}

.container {
	max-width: 1010px;
	margin: 0 auto;
	padding: 0 10px;
}

.logo {
	width: 273px;
	float: left;
	position: relative;
	padding: 27px 20px;
	z-index: 1000;
}

.logo:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 999px;
	width: 1px;
	background: #9D8C80;
}

.logo img {
	display: block;
	margin: 0 auto;
}

.nav-holder {
	overflow: hidden;
}

#nav {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	font-family: "HelveticaNeueLT-BlackCond";
}

#nav .row {
	border-bottom: 1px solid #9D8C80;
	margin: 0 0 29px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 7px 10px 0;
}

#nav ul li:last-child {
	padding-right: 0;
}

#nav ul li:hover .sub-menu,
#nav ul li.hover .sub-menu,
#nav ul li.active .sub-menu,
#nav ul li:active .sub-menu{
	opacity: 1;
	visibility: visible;
}

#nav ul li:hover > a:after,
#nav ul li.active > a:after {
	margin: 0;
	opacity: 1;
	visibility: visible;
}

#nav ul a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 4px;
}

#nav ul a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #9D8C80;
	-webkit-transition: margin .25s, opacity .25s;
	transition: margin .25s, opacity .25s;
	margin: 0 0 -5px;
	opacity: 0;
	visibility: hidden;
}

#nav ul a:hover {
	text-decoration: none;
	color: #9D8C80;
}

#nav .main-nav {
	float: left;
	width: 78.3%;
	position: relative;
	padding: 19px 15px 2px 21px;
	font-size: 14px;
	line-height: 1.2;
	border-right: 1px solid #9D8C80;
	margin: 0 -1px 0 0;
}

#nav .main-nav > li:hover > a,
#nav .main-nav > li.hover > a,
#nav .main-nav > li.active > a {
	color: #9D8C80;
}

#nav .right-nav {
	font: 11px / 16px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	overflow: hidden;
	padding: 19px 8px 0;
	border-left: 1px solid #9D8C80;
}

#nav ul.right-nav a:after {
	background: none;
}

#nav .right-nav li {
	padding-right: 10px;
}

#nav .right-nav li:last-child {
	padding-right: 0;
}

#nav .right-nav > li:hover > a,
#nav .right-nav > li.hover > a,
#nav .right-nav > li.active > a,
#nav .right-nav > li.current-lang > a {
	color: #9D8C80;
}

#nav .sub-menu {
	font: 300 12px / 16px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 9px 0px 1px;
	font-weight: 400;
	position: absolute;
	top: 100%;
	font-size: 11px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
	white-space: nowrap;
}

#nav .sub-menu:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 10px;
}

#nav ul.sub-menu a:after {
	background: none;
}

#nav .sub-menu li {
	padding: 0 18px 1px 0;
}

#nav .sub-menu li.active > a {
	color: #9D8C80;
}

#nav .sub-menu a {
	color: #d1d2d2;
}

#nav .sub-menu a:hover {
	color: #9D8C80;
}

.resize-active #nav {
	-webkit-transition: none !important;
	transition: none !important;
}

.open-nav #nav {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	-webkit-transition: visibility .3s ease, opacity .3s ease;
	transition: visibility .3s ease, opacity .3s ease;
}

.slogan {
	font-family: "abraham_lincolnregular";
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #9D8C80;
	padding: 8px 19px;
	letter-spacing: 4.3px;
	font-weight: 400;
	border-top: 1px solid #9D8C80;
	text-align: center;
}

.menu-opener {
	float: right;
	position: relative;
	z-index: 1000;
	width: 40px;
	height: 40px;
	margin: 20px 10px;
	border-radius: 2px;
	border: 1px solid #9D8C80;
}

.menu-opener:before,
.menu-opener:after,
.menu-opener span {
	background: #9D8C80;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.menu-opener:before,
.menu-opener:after {
	content: "";
	top: 30%;
}

.menu-opener:after {
	top: 70%;
}

.menu-opener:hover {
	opacity: .9;
}

.open-nav {
	height: 100%;
}

.open-nav body {
	overflow: hidden;
	height: 100%;
}

.open-nav .menu-opener {
	background: #9D8C80;
}

.open-nav .menu-opener span {
	opacity: 0;
}

.open-nav .menu-opener:before,
.open-nav .menu-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
	background: #000;
}

.open-nav .menu-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 38px 0 0;
}

.visual {
	color: #4d4d4d;
	overflow: hidden;
	margin: 20px 0 26px;
}

.visual .bar {
	text-align: right;
	font: 700 italic 28px/1.2 "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 2px;
	padding: 0 10px;
}

.visual .bar .num {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 5px;
	margin: 0 0 0 -3px;
}

.visual .bar .num:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 1px;
	height: 25px;
	background: #4d4d4d;
}

.visual .bar .num:first-of-type:before {
	display: none;
	padding: 0;
	margin: 0;
}

.visual .columns {
	font-size: 0;
	line-height: 0;
	margin: 0 -13px 0 -14px;
}

.visual .col {
	display: inline-block;
	vertical-align: top;
	width: 10%;
	padding: 0 13px 0 14px;
}

.visual .col:nth-child(even) {
	margin-top: 47px;
}

.visual img {
	display: block;
	margin: 0 0 26px;
}

.visual img:hover {
	opacity: .9;
}

.close {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: inherit;
}

.close:hover {
	text-decoration: none;
	color: #9D8C80;
}

.article {
	padding: 0 37px 0 32px;
	margin: 20px 0 20px;
}

.article .text-col {
	float: left;
	width: 23%;
	text-align: justify;
	margin: 0 20px 0 0;
}

.article h1 {
	font-family: "bodoniflfbold_italic";
	font-size: 30px;
	line-height: 1.1;
	text-align: left;
	margin: 0 0 15px;
}

.article .cycle-gallery {
	float: right;
	width: 64.04%;
	margin: 3px 0 0;
}

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .slide {
	float: left;
	width: 100%;
}

.cycle-gallery .slide.active {
	z-index: 1;
}

.cycle-gallery img {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.single .cycle-gallery img {
	width: auto;
	max-width: 100%;
	max-height: 50vh;
	object-fit: contain;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	line-height: 1;
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -36px;
	z-index: 1;
	-webkit-transition: all .35s ease-in;
	transition: all .35s ease-in;
}

.cycle-gallery .btn-prev {
	right: 100%;
	background-image: url(../images/flecha-izq.jpg);
	width: 21px;
    height: 30px;
	margin-right: 7px;
}

.cycle-gallery .btn-prev:hover {
	
}

.cycle-gallery .btn-next {
	left: 100%;
	background-image: url(../images/flecha-der.jpg);
	width: 21px;
    height: 30px;
	margin-left: 7px;
}

.cycle-gallery .btn-next:hover {
	
}

.cycle-gallery .pagination {
	font-size: 0;
	line-height: 0;
	padding: 14px;
	text-align: center;
}

.cycle-gallery .pagination ul {
	margin: 0;
	padding: 0;
}

.cycle-gallery .pagination li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.cycle-gallery .pagination li:hover a,
.cycle-gallery .pagination li.active a {
	background: #9D8C80;
}

.cycle-gallery .pagination a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 5px;
	height: 5px;
	background: #d1d2d2;
	border-radius: 50%;
}

.cycle-gallery a.icon-grid {
	position: absolute;
    top: 8%;
    display: block;
    margin-top: -36px;
    z-index: 1;
    left: 95%;
	width: 70px;
	font-size: 18px;
	
}

.cycle-gallery a.icon-grid:hover {
	color: #fff;
}

.img-lines .bar {
	margin: 0 0 15px;
	padding: 0 23px;
	text-align: right;
	font-size: 18px;
}

.img-lines .bar li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 8px;
}

.img-lines .bar li:hover a,
.img-lines .bar li.active a {
	color: #fff;
	text-decoration: underline;
}

.img-lines .bar a {
	color: #4e4e4e;
}

.img-lines .bar a:hover {
	text-decoration: none;
}

.img-lines a:hover {
	text-decoration: none;
}

.img-lines {
	display: flex;
	flex-direction: column;
	gap: 4px;
	overflow: hidden;
}

.img-lines img {
	display: block !important;
	height: 220px !important;
	width: 293px !important;
	max-width: none !important;
	flex-shrink: 0;
	object-fit: cover;
}

.img-lines img:hover {
	opacity: .9;
}

.line-box {
	overflow: hidden;
	width: 100%;
}

.line-box .line {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: max-content;
	gap: 4px;
	will-change: transform;
}


#footer {
	padding: 11px 0;
	color: #d1d2d2;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.3;
	text-align: right;
	font-weight: 400;
}

#footer .subscribe-form,
#footer .bottom-nav,
#footer .social {
	display: inline-block;
	vertical-align: middle;
}

#footer .social {
	margin: 0 12px 0 20px;
}

#footer .bottom-nav {
	margin: 0 0 0 48px;
}

#footer a {
	color: #d1d2d2;
}

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

#footer .social a {
	color: #4e4e4e;
}

#footer .social a:hover {
	color: #fff;
}

.subscribe-form input[type="email"] {
	height: 16px;
	padding: 0 5px;
	font: 10px/1 Arial, Helvetica, sans-serif;
	color: #d1d2d2;
	width: 117px;
	margin: 0 0 0 6px;
	display: inline-block;
	vertical-align: middle;
}

.subscribe-form input[type="submit"] {
	padding: 0;
	margin: 0;
	background: none;
	color: #d1d2d2;
	border: 0;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 0 0 3px;
}

.subscribe-form input[type="submit"]:hover {
	text-decoration: none;
	color: #fff;
}

.subscribe-form label {
	font-family: "bauerbodni_bdcn_btbold";
	display: inline-block;
	vertical-align: middle;
	font-size:13px;
}

.bottom-nav {
	font-family: "Miso";
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.bottom-nav li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 9px;
	margin: 0 0 0 6px;
}

.bottom-nav li:first-child {
	margin-right: 0;
	padding: 0;
}

.bottom-nav li:first-child:after {
	display: none;
}

.bottom-nav li:after {
	content: "";
	width: 2px;
	height: 2px;
	background: #d1d2d2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.social {
	margin: 0;
	padding: 0;
	font-size: 22px;
}

.social li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 7px 0;
}

.social li:last-child {
	margin-right: 0;
}

.social a {
	color: #4e4e4e;
}

.social a:hover {
	text-decoration: none;
	color: #fff;
}

@media (min-width: 1024px) {
	.menu-opener {
		display: none;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1023px) {
	#header {
		border-width: 0 0 1px;
	}

	.logo {
		padding: 10px;
		width: 200px;
	}

	.logo:after {
		display: none;
	}

	.nav-holder {
		clear: both;
	}

	#nav {
		font-size: 14px;
		position: fixed;
		top: 81px;
		right: 0;
		height: calc(100vh - 81px);
		overflow: auto;
		width: 100%;
		z-index: 999;
		background: #000;
		text-align: center;
		padding: 0;
		white-space: nowrap;
		visibility: hidden;
		opacity: 0;
		will-change: opacity;
		pointer-events: none;
		-webkit-transition: visibility .3s ease, opacity .3s ease;
		transition: visibility .3s ease, opacity .3s ease;
	}

	#nav ul li {
		display: block;
		padding: 0;
		margin: 10px 0 !important;
		position: relative;
	}

	#nav .main-nav {
		float: none;
		width: 100%;
		padding: 10px;
		font-size: 14px;
		border-bottom: 1px solid #9D8C80;
		border-right: 0;
	}

	#nav .right-nav {
		font-size: 14px;
		padding: 10px;
		border-left: 0;
	}

	#nav .right-nav li {
		padding-right: 0;
	}

	.slogan {
		padding: 10px;
		text-align: center;
	}

	#wrapper {
		padding: 0;
	}

	.article {
		padding: 0 10px;
	}

	.article .text-col {
		width: 30%;
	}
}

@media screen and (max-width: 1023px) {
	#nav ul li:hover .sub-menu,
	#nav ul li.hover .sub-menu {
		display: block;
	}

	#nav .sub-menu {
		padding: 20px 0 0;
		position: static;
		display: none;
		opacity: 1;
		visibility: visible;
	}

	#nav .sub-menu li {
		padding: 0 !important;
	}
}

@media (max-width: 959px) {
	.visual .columns {
		margin: 0;
		overflow: auto;
	}

	.visual .img-set {
		float: left;
		white-space: nowrap;
	}

	.visual .col {
		padding: 0;
		width: auto;
	}

	.visual .col:last-child img:last-child {
		margin: 0 !important;
	}

	.visual .col:nth-child(even) {
		margin: 0;
	}

	.visual img {
		display: inline-block;
		vertical-align: middle;
		margin: 0 25px 0 0;
	}
}

@media screen and (max-width: 767px) {
	#nav .sub-menu:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.slogan {
		display: none;
	}

	.article {
		padding: 0;
	}

	.article .text-col {
		width: auto;
		float: none;
	}

	.article .cycle-gallery {
		margin: 0;
		width: 100%;
		float: none;
	}

	#footer {
		text-align: center;
		font-size: 13px;
		padding: 15px 0;
	}

	#footer .subscribe-form,
	#footer .bottom-nav,
	#footer .social {
		display: block;
		margin: 0 0 15px !important;
	}

	#footer .social {
		margin-bottom: 0 !important;
	}

	.subscribe-form label {
		display: block;
		margin: 0 0 7px;
	}

	.bottom-nav {
		font-size: 13px;
	}

	.bottom-nav li {
		display: block;
		padding: 5px 0 7px !important;
		margin: 0;
	}

	.bottom-nav li:after {
		left: 50%;
		top: 0;
	}
}

ul.clientes {
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    color: #9D8C80;
    padding: 8px 19px;
    font-weight: 400;
	list-style-type: none;
	padding:0px;
}

ul.clientes li a {
    color: #9D8C80;
}

.feature iframe {

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
.caption{
	font: 300 12px / 16px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	text-align: center;
	color: #d1d2d2;
	padding-top: 8px;
}

.campo{
	width:500px;
}

.area{
	width:500px;
	height:200px
}

.wpcf7-submit{
	background-color: black;
	border:1px solid #4a4b4c;
	font-size:14px;
	font-weight:900;
}


#ytc-wrapper .ytcplayer-wrapper {
    border: none !important;
}

#ytc-wrapper .ytc-thumbnails a.ytcthumb {
	border: 1px solid #9D8C80 !important;
}

#ytc-wrapper .ytc-links .ytc-promotion a {
	display: none;
}
