/*
Theme Name: El Pedral WC
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-font-smoothing: antialiased;
}

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background:none;
}

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}



/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #111;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

h1, h2 {
	font-family: 'relishprocondensed';
}

h1 {
	font-size:70px;
	font-weight:normal;
	margin: 0 0 0.375em;
	line-height:100%;
}

.home h1,
.home h5 {
	text-transform:uppercase;
}

h2 {
	font-size:36px;
	letter-spacing:4px;
	margin: 0 0 0.75em;
	line-height:100%;
	text-transform:uppercase;
}

h2.ta:before {
	font-family: 'FontAwesome';
    font-size: 30px;
    content: '\f262';
    margin: 0 8px 0 0;
    vertical-align: top;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:32px;
	font-weight: 300;
	line-height:140%;
	margin: 0 0 1em;
}

h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:19px;
	font-weight: 600;
	margin: 0 0 1em;
}

h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	letter-spacing:3px;
	line-height:100%;
	margin: 0 0 2em;
}
txt_small {
	padding:0 40px;
}

h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight: 600;
	line-height:100%;
	margin:0;
	text-shadow:0 0 12px rgba(0,0,0,0.7);
}
h6 a {
	color: #fff;
	padding: 2px 6px;
}
h6 a:hover {
	color: #fff;
	background: rgba(0,0,0,0.5);
}

p {
	font-size:19px;
	font-weight:300;
	margin: 0 0 1em;
	line-height:140%;
}

p strong {
	font-weight:600;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

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

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
}

:-moz-placeholder {
	color: #686868;
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
}

::-moz-placeholder {
	color: #686868;
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Columnas
 */

.col-cont {
   margin:0 auto;
   width:100%;
}

.col {
   display:inline-block;
	vertical-align:top;
}

.col-tres {
	margin:0 3% 0 0;
	width:31%;
}

.col-dos {
	margin:0 4% 0 0;
	width:47%;
}

.col-last {
	margin:0;
}

.col-tres.col-last {
	margin:0;
}

/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #8D091F;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #7EA276;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */


.main-navigation {
	float:right;
	padding:12px 0 0 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	display:inline-block;
	font-size:16px;
	font-weight:normal;
	letter-spacing:2px;
	line-height:100%;
	margin:0 14px;
	text-transform:uppercase;
}

.main-navigation li.menu {
	display:none;
	font-size:36px;
	margin:0;
}

.main-navigation li.menu a {
	color:#fff;
}

.page .site-header .main-navigation li.menu a,
.single-product .site-header .main-navigation li.menu a,
.site-header.opaco .main-navigation li.menu a {
	color:#8B0D22;
}

.main-navigation a {
	border-bottom: 2px solid transparent;
	color: #fff;
	display:inline-block;
	padding:0 0 6px 0;
}
.page .site-header  .main-navigation ,
.single-product .site-header .main-navigation ,
.site-header.opaco .main-navigation {
	padding:4px 0 0 0;
}
.page .site-header  .main-navigation a,
.single-product .site-header .main-navigation a,
.site-header.opaco .main-navigation a {
	color:#8F051B;
}

.main-navigation li.active a,
.main-navigation a:hover,
.main-navigation a:focus {
	border-bottom:2px solid #fff;
	text-decoration:none;
}

.page .site-header .main-navigation li.active a,
.page .site-header .main-navigation a:hover ,
.single-product .site-header .main-navigation li.active a,
.single-product .site-header .main-navigation a:hover,
.site-header.opaco .main-navigation li.active a,
.site-header.opaco .main-navigation a:hover {
	border-bottom:2px solid #EFF3EE;
	color:#7EA276;
}

.page .site-header .main-navigation li.active a,
.single-product .site-header .main-navigation li.active a,
.site-header.opaco .main-navigation li.active a {
	border-bottom:2px solid #7EA276;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.mobile-navigation {
	background:#fff;
	display:none;
	left:0;
	margin:0 0 0 0%;
	position: absolute;
	top:0;
	width:100%;
}
.close-mobile-navigation {
	font-size:36px;
	line-height:100%;
	position:absolute;
	top:20px;
	right:25px;
}
.mobile-navigation ul {
	list-style: none;
	margin: 0;
	padding:0;
	padding:40px 25px;
}

.mobile-navigation li {
	width:100%;
}

.mobile-navigation li a {
	border-bottom:1px solid #ddd;
	display: inline-block;
	font-size:36px;
	font-weight:300;
	letter-spacing:4px;
	text-align:center;
	padding:1% 0;
	width:100%;
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 11.0 - Content
 */

.btn {
	display:inline-block;
}

.btn a {
	background:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	padding:0.625em 1.625em;
	text-transform:uppercase;
}

.btn a:hover {
	background:#7EA276;
	color:#fff;
	text-decoration:none;
}

.btn.inverso a {
	background:#8D091F;
	color:#fff;
}

.btn.inverso a:hover {
	background:#7EA276;
}

.btn.border a {
	background:none;
	color:#fff;
	border:solid 4px #FFFFFF;
	margin-top:80px;
	position:relative;
	z-index:2;
}
.btn.b_header  {
	display:none;
}
.btn.b_header a {
	background:none;
	color:#930010;
	border:solid 2px #930010;
	margin:0 auto;
	position: absolute;
	left:50%;
	padding:5px 9px 6px 9px;
	top:13px;
	-webkit-transform:translate(-50%,0%);
	-moz-transform:translate(-50%,0%);
	-o-transform:translate(-50%,0%);
	transform:translate(-50%,0%);
}
.opaco .btn.b_header {
	display:block;
}
.btn.b_header a:hover {
	background:#930010!important;
	color:#fff!important;
	border:solid 4px #930010!important;
}
.page-template-template-diadecampo .intro .pla  {
	margin:0 0 80px 0;
}
.page-template-template-diadecampo .intro .btn.border  {
	margin:0px 0 0 0;
	z-index:1;
}
.page-template-template-diadecampo .btn.border a {
	margin:0 auto;
	display:block;
	position:relative;
	z-index:1;
}
.btn.border a:hover {
	background:#fff;
	color:#930010;
}


.site-inner {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

.site-content {
	word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
.video {
	display:none;
  	height: 100vh;
	position:fixed;
	text-align:center;
	top:0;
	margin:0 auto;
	vertical-align:top;
	width:100%;
	z-index:999999999999999999998;
}
.cerrar_video {
	position:fixed;
	top:20px;
	right:20px;
	z-index:999999999999999999999;
	font-size:36px;
	color:#fff;
	display: inline-block;
	cursor:pointer;
	line-height:100%;
}
.intro {
	background:#111;
	display: table;
	color:#fff;
  	height: 100vh;
	margin: 0 auto;
	max-width: none;
	position:relative;
	width: 100%;
	z-index:1;
}
.intro.media {
	background: url(images/bg-escher.jpg) repeat;
	display: block;
	color:#111;
	height: auto;
	margin: 0 auto 80px auto;
	text-align:center;
	width: 100%;
	z-index:0;
}
.intro.media h1 {
	margin:0 auto;
	padding:140px 0 80px 0;
}
.intro > figure {
	animation: imageAnimation 36s linear infinite 0s;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
	color: transparent;
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index:1;
}
.intro > figure:nth-child(1) { }

.intro > figure:nth-child(2) {
  animation-delay: 6s; }

.intro > figure:nth-child(3) {
  animation-delay: 12s; }

.intro > figure:nth-child(4) {
  animation-delay: 18s; }

.intro > figure:nth-child(5) {
  animation-delay: 24s; }

.intro > figure:nth-child(6) {
  animation-delay: 30s; }

  .intro.diadecampo > figure {
	animation: imageAnimation 54s linear infinite 0s;
}

.intro.diadecampo > figure:nth-child(1) { }

.intro.diadecampo > figure:nth-child(2) {
  animation-delay: 6s; }

.intro.diadecampo > figure:nth-child(3) {
  animation-delay: 12s; }

.intro.diadecampo > figure:nth-child(4) {
	background-position: top center;
  animation-delay: 18s; }

.intro.diadecampo > figure:nth-child(5) {
  animation-delay: 24s; }

.intro.diadecampo > figure:nth-child(6) {
  animation-delay: 30s; }

.intro.diadecampo > figure:nth-child(7) {
  animation-delay: 36s; }

.intro.diadecampo > figure:nth-child(8) {
  animation-delay: 42s; }

.intro.diadecampo > figure:nth-child(9) {
  animation-delay: 48s; }

.intro.hoteldecampo > figure {
	animation: imageAnimation 48s linear infinite 0s;
}
.intro.hoteldecampo > figure:nth-child(1) {  }

.intro.hoteldecampo > figure:nth-child(2) {
  animation-delay: 6s; }

.intro.hoteldecampo > figure:nth-child(3) {
  animation-delay: 12s;}

.intro.hoteldecampo > figure:nth-child(4) {
  animation-delay: 18s; }

.intro.hoteldecampo > figure:nth-child(5) {
  animation-delay: 24s;}

.intro.hoteldecampo > figure:nth-child(6) {
  animation-delay: 30s;}
.intro.hoteldecampo > figure:nth-child(7) {
  animation-delay: 36s;}
.intro.hoteldecampo > figure:nth-child(8) {
  animation-delay: 42s;}
.intro.previaje > figure {
	animation: imageAnimation 24s linear infinite 0s;
}
.intro.previaje > figure:nth-child(1) {  }

.intro.previaje > figure:nth-child(2) {
  animation-delay: 6s; }

.intro.previaje > figure:nth-child(3) {
  animation-delay: 12s;}

.intro.previaje > figure:nth-child(4) {
  animation-delay: 18s; }

.intro.previaje > figure:nth-child(5) {
  animation-delay: 24s;}



.intro.cuandoir > figure:nth-child(1) {  }
.intro.ubicacion > figure:nth-child(1) {  }
.intro.historia > figure:nth-child(1) { background-image: url(images/cover_historia.jpg); }
.intro.familias > figure:nth-child(1) { background-position:top center }
.intro.static > figure {animation: none;opacity:100;}

@keyframes imageAnimation {  0% {
	 animation-timing-function: ease-in;
	 opacity: 0;
	}
	 8% {
	 animation-timing-function: ease-out;
	 opacity: 1;
	}
	 17% {
	 opacity: 1
	}
	 25% {
	 opacity: 0
	}
	 100% {
	 opacity: 0
	}
}
.subnav {
	background:#F5F5F5;
	margin:0 auto;
	text-align:center;
	width:100%;
}
.subnav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.subnav ul li {
	display: inline-block;
	font-size:17px;
	font-weight:normal;
}
.subnav ul li a {
	display: inline-block;
	padding:1em 1em;
	text-transform:uppercase;
}
.content {
	display: table-cell;
	position:relative;
	text-align:center;
	vertical-align: middle;
	z-index:3;
}
.bloque_img {
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}
.links {
	margin:1em auto;
	overflow:hidden;
	text-align:left;
	width:100%;
}
.links ul {
	list-style:none;
	margin:0;
	padding:0;
}
.links ul li {
	font-size: 19px;
    font-weight: 300;
    margin: 0 0 0.5em;
}
.links ul li a:before {
	font-family: 'FontAwesome';
	font-size:16px;
	content: '\f0f6';
	margin:0 6px 0 0;
	color: #8C0519;
}
.bloque {
	margin: 80px auto;
	position: relative;
	text-align:center;
	overflow: hidden;
	width:100%;
}
#blo-actividades h5 {
    font-size: 19px;
	font-weight:600;
    letter-spacing: 3px;
    margin: 1em 0;
}
#blo-familias .col-dos,
#blo-actividades .col-dos,
#blo-servicios .col-dos {
	float:left;
	margin:0 auto;
	padding:20px;
	width:50%;
}
#blo-servicios .col-dos.col-first {
	float:left;
	padding:0px;
	text-align: left;
}
#blo-servicios p, #blo-tarifas p {
	text-align: justify;
}
#blo-servicios p {
	font-size: 16px;
}
#blo-servicios ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#blo-servicios .col-last li {
	font-size:16px;
	font-weight: 300;
    margin: 0 0 0 12px;
    line-height: 140%;
    text-align: justify;
}
#blo-servicios .col-last li:before {
	float:left;
	font-family: 'FontAwesome';
	font-size:7px;
	content: '\f111';
	margin:8px 7px 0 -12px;
    line-height: 100%;
	color: #930010;
}
#blo-familias .col-dos.col-last,
#blo-actividades .col-dos.col-last {
	float:right;
	padding:0px;
	text-align:right;
}
#blo-familias .col-first ul ,
#blo-actividades .col-first ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#blo-familias .col-first li,
#blo-actividades .col-first li {
	font-size:19px;
	font-weight: 300;
    margin: 0 0 1em 12px;
    line-height: 140%;
}
#blo-familias .col-first li:before,
#blo-actividades .col-first li:before {
	float:left;
	font-family: 'FontAwesome';
	font-size:7px;
	content: '\f111';
	margin:11px 7px 0 -12px;
    line-height: 100%;
	color: #930010;
}

#blo-testimonio h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	font-style:italic;
}
#blo-testimonio p i {
	color:#589442;
	margin:0 2px 0 0;
	vertical-align:middle;
}
#blo-familias,
#blo-consultas {
	margin: 0 auto;
	overflow:hidden;
}
#blo-consultas .bg-blo-consultas {
	position:absolute;
	top:35px;
	right:-50px;
	z-index:1;
}
#blo-consultas .col {
	padding:0 1em;
}
#blo-consultas .col-dos {
	margin:0 auto;
	width:49%;
}
#blo-consultas .col-dos .btn {
	margin:1em auto 0 auto;
}
#blo-consultas .col-last {
	border-left:1px solid rgba(0,0,0,0.1);
}
.doscol {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 24px; /* Chrome, Safari, Opera */
     -moz-column-gap: 24px; /* Firefox */
          column-gap: 24px;
	text-align: justify;
}
.disclaimer {
	font-size:16px;
	text-align: justify;
}
.ficha {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
    line-height: 140%;
	margin:3em auto 1em auto;
	max-width:400px;
	text-align:center;
	width:100%;
}
.ficha td{
	border:0;
	border-bottom:1px solid #ccc;
	padding:0.5em 0;
	font-size: 16px;
    font-weight: 300;
	text-align:center;
}
.tabla {
	border:0;
	border-top:1px solid #ccc;
	font-size: 19px;
    font-weight: 300;
    line-height: 140%;
	margin:2em auto 1em auto;
	width:100%;
}
.tabla th,
.tabla td {
	border:0;
	border-bottom:1px solid #ccc;
	padding:1em 0;
	text-align:center;
}
.tabla.ta-tarifas {
	border: 0;
	margin: 1em auto;

}
.tabla.ta-tarifas th,
.tabla.ta-tarifas td {
	padding: 0.5em 0.25em;
}
.tabla.ta-tarifas th.left,
.tabla.ta-tarifas td.left {
	padding: 0.5em 0;
	width: 240px;
}
.tabla.ta-tarifas td.mini {
	font-size: 1rem;
	line-height: 1.2;
}
.tabla.ta-tarifas .light td {
	border-bottom:1px solid #efefef;
}
.tabla.ta-tarifas .light td.left {
	border-bottom:1px solid #ccc;
}

.tabla th.left ,
.tabla td.left {
	text-align:left;
	padding: 0.75em 0;
}
.tabla th,
.tabla td strong {
	font-weight:600;
}
.bajar,
.play {
	margin:0 auto;
}

.play a ,
.pla span {
	background:#fff;
	color:#930010;
	border-radius:50%;
	cursor:pointer;
	display:block;
	font-size:30px;
	height:67px;
	margin:0 auto;
	padding:7px 0 0 5px;
	text-align:center;
	transition:none;
	width:67px;
	position:relative;
	z-index:11;
}
.play a i ,
.pla span i {
	transition:none;
}

.play a:hover,
.pla span:hover {
	background:#7EA276;
	color:#fff;
}
.bajar a {
	color:#fff;
	display:block;
	font-size:60px;
	line-height:100%;
	margin:0 auto;
	opacity:0.8;
	text-align:center;
}

.play a:hover {
	background:#7EA276;
	color:#fff;
}
.bajar a:hover {
	opacity:1;
}

.bloque h3 {
	margin:0 100px 1em 100px;
}
.page-template-template-cruceristas .bloque h3,
.page-template-template-cruisers .bloque h3 {
	margin:0 90px 1em 90px;
}

.bloque iframe {
	margin:0 auto;
	max-width:100%;
}

.trama_verde {
	background:url(images/bg-trama-verde.jpg);
	padding: 80px 0;
}
.trama_verde.blo-unesco {
	margin-bottom: 0;
}

.trama_verde.ddc:before {
	content:url(images/bg-actividades-ddc.jpg);
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

.trama_verde.hdc:before {
	/* content:url(images/bg-actividades-ddc.jpg); */
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.trama_verde.hdc .site-inner {
	z-index:2;
}
.trama_verde.hdc:after {
	/* content:url(images/bg-ballena.jpg); */
	position:absolute;
	bottom:100px;
	left:100px;
	z-index:1;
}
.cca {
	position:relative;
}
.trama_verde .cca .elefante {
	content:url(images/bg-elefante.jpg);
	position:absolute;
	top:0px;
	right:-299px;
	z-index:0;
}

.trama_sepia {
	background:url(images/bg-trama-sepia.jpg);
	padding: 80px 0;
}

.trama_beige {
	background:url(images/bg-trama-beige.jpg);
	padding: 80px 0;
}

.trama_escher {
	background:url(images/bg-escher.jpg);
	padding: 80px 0;
}


#blo-propuesta .col {
	text-align:left;
}

#blo-propuesta .col ul {
	list-style:none;
	margin:0;
	padding:0;
}
#blo-propuesta .col li {
	font-size:19px;
	font-weight: 300;
    margin: 0;
    line-height: 140%;
}
#blo-propuesta .col li:before {
	font-family: 'FontAwesome';
	font-size:7px;
	content: '\f111';
	margin:0 7px 0 0;
    line-height: 100%;
	color: #930010;
	vertical-align: middle;
}
#blo-historia  {
	overflow:hidden;
}

#blo-historia .img {
	left:0;
	position:absolute;
	top:0;
}
.banner {
	background:#111;
	text-align:center;
	margin:0 auto;
	padding:80px 0;
}
.banner h2 {
	color:#fff;
	font-size: 70px;
    font-weight: normal;
    margin: 0 0 0.375em;
    line-height: 100%;
	text-transform:none;
}
.banner h3 {
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
	font-weight:bold;
    letter-spacing: 3px;
    line-height: 100%;
    margin: 0 0 2em;
}
#banner-diadecampo {
	background: linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),url(images/bg-banner-diadecampo.jpg) center center no-repeat;
	background-size:cover;

}
#banner-hoteldecampo {
	background: linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),url(images/bg-banner-hoteldecampo.jpg) center center no-repeat;
	background-size:cover;
}
.caja {
	padding:0 40px 0  40px;
	margin:0 auto 0 auto;
	min-height:300px;
}

.caja.blanca {
	background:#fff;
	padding:60px 40px;
}

.cont-accordion{
	background:#fff;
	margin:0 auto 40px auto;
	min-height:300px;
	position:relative;
	text-align:left;
	z-index:2;
}
.cont-accordion p {
	text-align: justify;
}

#hdc-accordion {
	margin:0 auto 1em auto;
}
.caja h2 {
	margin:0 auto 0.75em auto;
}
[data-accordion] [data-content] article {
	text-align: justify;
}

.borde {
	border-bottom:5px solid #8D091F;
	border-left:5px solid #8D091F;
	border-right:5px solid #8D091F;
	padding: 50px 40px 40px 40px;
	margin:-24px auto 0 auto;
	min-height:300px;
	text-align:center;
}

.verde .borde {
	border-bottom:5px solid #7BA570;
	border-left:5px solid #7BA570;
	border-right:5px solid #7BA570;
}
.azul .borde {
	border-bottom:5px solid #34548f;
	border-left:5px solid #34548f;
	border-right:5px solid #34548f;
}
.azul .encabezado span.spacer:after {
    background:#34548f;
}
.negro .borde {
	border-bottom:5px solid #292929;
	border-left:5px solid #292929;
	border-right:5px solid #292929;
}
.negro .encabezado span.spacer:after {
    background:#292929;
}
.amarillo .borde {
	border-bottom:5px solid #eaaa26;
	border-left:5px solid #eaaa26;
	border-right:5px solid #eaaa26;
}
.amarillo .encabezado span.spacer:after {
    background:#eaaa26;
}
.btn.btn_margin {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;

}
.btn.btn_margin a {
	width: 150px;
}
.encabezado {
    display:table-row;
    line-height:1.5em;
    font-size:2em;
    white-space:nowrap;
}
.encabezado h2 {
    font-size:inherit; /* Change font-size in header */
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
}
.encabezado span.spacer {
    display:table-cell;
    width:50%;
}
.encabezado span.spacer {
    padding:0 10px;
}
.encabezado span.spacer:first-child {
    padding:0 10px 0 0;
}
.encabezado span.spacer:last-child {
    padding:0 0 0 10px;
}
.encabezado span.spacer:after {
    display:inline-block;
    width:100%;
    content:".";
    font-size:0;
    color:transparent;
    height:5px;
    background:#8D091F;
    vertical-align:middle;
    position:relative;
    top:-1px;
}
.verde .encabezado span.spacer:after {
    background:#7BA570;
}

.destacado {
	background-size:cover;
	box-shadow:0 -300px 200px rgba(0,0,0,0.3) inset;
	color:#fff;
	cursor:pointer;
	margin:0 auto;
	min-height:500px;
	padding:220px 16px 0 16px;
	text-align:center;
	width:100%;
}

.destacado:hover {
	box-shadow:0 -300px 200px rgba(0,0,0,0.2) inset;
}

.destacado:hover .btn a {
	background:#7EA276;
	color:#fff;
	text-decoration:none;
}

.destacado h2 {
	font-size: 48px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 90%;
	margin:0 auto 0.25em auto;
	text-transform:none;
}
.col-center .destacado h2 {
    letter-spacing: 1px;
}
.destacado p {
	margin:0 auto 1.5em auto;
}
.page-template-template-home-en .destacado p {
	font-size:18px;
}
.destacado.diadecampo {
	background:url(images/bg-diadecampo.jpg) center bottom no-repeat;
	background:url(images/webp/bg-diadecampo.webp) center bottom no-repeat;
}

.destacado.hoteldecampo {
	background:url(images/bg-hoteldecampo3.jpg) center bottom no-repeat;
	background:url(images/webp/bg-hoteldecampo3.webp) center bottom no-repeat;
}

.destacado.cruceristas {
	background:url(images/bg-cruceristas.jpg) center bottom no-repeat;
	background:url(images/webp/bg-cruceristas.webp) center bottom no-repeat;
}
.destacado.previaje {
	background:url(images/bg-previaje.jpg) center top no-repeat;
    background-size: cover;
}
.banner_promo {
	margin:80px auto 0 auto;
	text-align:center;
	width:100%;
}
.banner_promo img {
	height:auto;
	max-width:100%;
}
.layer {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	background: rgba(0,0,0,0.5);
	display: none;
}
.layer .layer_content {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}
.layer .layer_content img {
	max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.layer .fa-close {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 3;
	background: #fff;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 4px;
	font-size: 30px;
}

#blo-cuando .col-cont {
	padding:2em 0;
}

.thumb-circ {
	border:1px solid #7BA570;
	border-radius:50%;
	height:170px;
	margin: 0 auto 1em auto;
	padding:6px;
	width:170px;
}

.thumb-circ:hover {
	border:1px solid #8D091F;
}

.thumb-circ img {
	border-radius:50%;
	height:100%;
	width:100%;
}

.cont-mapa,
.galeria {
	margin:0 auto;
	position:relative;
	width:100%;
}

.cont_galeria_fam ul,
.cont_galeria_hdc ul,
.cont_galeria_ddc ul,
.galeria ul {
	margin:0;
	padding:0;
}

#blo-ubicacion .cont-btn ,
.galeria .cont-btn {
	bottom:40px;
	position:absolute;
	left:50%;
}

#blo-ubicacion .btn ,
.galeria .btn {
	position:relative;
	left:-50%;
}

.center {
	bottom:0;
	position:absolute;
	left:50%;
	margin:0 0 0 -220px;
	width:440px;
}
.hotspot {
	bottom:70px;
	position:absolute;
	left:50%;
	margin:0 0 0 -220px;
	width:440px;
}
.hotspot a {
	display:block;
	height:160px;
}

.center .cont-center {
	position:relative;
}

/**
 * 11.1 - Header
 */

.site-header {
	left:0;
	padding:15px 30px;
	position:fixed;
	top:0;
	width:100%;
	z-index:99999;
}

.single-product .site-header,
.page .site-header,
.site-header.opaco {
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	padding:15px 30px 8px 30px;
}

.site-title {
	display:inline-block;
	float:left;

}

.site-title a {
	background:url(images/logo-elpedral.png);
	display:inline-block;
	height:216px;
	width:236px;

}

.site-title.ddc a {
	background:url(images/logo-elpedral-diadecampo.png);
}

.site-title.hdc a {
	background:url(images/logo-elpedral-hoteldecampo.png);
}

.page .site-header .site-title a,
.single-product .site-header .site-title a,
.site-header.opaco .site-title a {
	background:url(images/logo-elpedral-mini.png);
	height:36px;
	width:116px;
}

.site-header.opaco .site-title.ddc a {
	background:url(images/logo-elpedral-diadecampo-mini.png);
	height:39px;
	width:116px;
}

.site-header.opaco .site-title.hdc a {
	background:url(images/logo-elpedral-hoteldecampo-mini.png);
	height:39px;
	width:117px;
}

.site-title a span {
	display:none;

}

.site-header-main {
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.entry-title {
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #7EA276;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/* UBICACION */
.logo_ubicacion {
	width: 135px;
	height: 135px;
	border: 5px solid #BE0600;
	text-align: center;
	color: #BE0600;
	font-size: 80px;
	border-radius: 100%;
	padding-top: 26px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.logo_ubicacion.fa-plane {
	font-size: 73px;
}
.logo_ubicacion.fa-bus {
	font-size: 73px;
}
.logo_ubicacion.fa-car {
	font-size: 60px;
	padding-top: 32px;
}
.container_ubicacion {
	position: relative;
	text-align: left;
	padding-left: 160px;
	width: 100%;
}
.container_ubicacion h2 {
	margin-bottom: 10px;
}
.container_ubicacion h3 {
	margin: 0;
	font-size: 24px;
	text-align:justify;
}
.dato {
	width: 24%;
	display: inline-block;
	font-size: 21px;
	margin-top: 45px;
}
.dato .num {
	font-size: 90px;
	font-weight: 300;
	clear: both;
	display: block;
	line-height: 80px;
}
.coordenadas {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	margin-top: 80px;
	margin-bottom: 0px;
}
.coordenadas .fa-map-marker {
	font-size: 30px;
	color: #ffcc00;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	background:#FAFAFB;
	margin: 0 auto;
	padding:80px 0 40px 0;
	width:100%;
}

.site-footer p {
	line-height:180%;
}

.site-footer .form {
	margin:0 auto 2.25em auto;
	vertical-align:top;
	width:100%;
}

.site-footer .input {
	background:#fff;
	border:1px solid #DDDDDD;
	display:inline-block;
	font-size:19px;
	padding:6px 0;
	vertical-align:top;
	width:59%;
}

.site-footer .button {
	background: #8D091F;
	border:none;
	border-radius:0;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	padding:12px 12px 11px 11px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:top;
	width:40%;
}

.site-footer .button:hover {
	background: #7EA276;

}

.site-footer .social ul {
	list-style:none;
	margin:0;
	padding:0;
}

.site-footer .social li {
	display:inline-block;
	vertical-align:top;
}

.site-footer .social li a {
	border:2px solid #1F3141;
	border-radius:50%;
	color:#1F3141;
	display:inline-block;
	font-size:32px;
	height:54px;
	line-height:54px;
	margin:0 0.25em 0.5em 0;
	text-align:center;
	transition:none;
	width:54px;
}

.site-footer .social li a:hover {
	background: #1F3141;
	color:#fff;
}

.site-footer .social li.yt a {
	border:2px solid #8D091F;
	color: #8D091F;
}

.site-footer .social li.yt a:hover {
	background: #8D091F;
	color: #fff;
}
.site-footer .social li.in a {
	border:2px solid #000;
	color: #000;
}

.site-footer .social li.in a:hover {
	background: #000;
	color: #fff;
}

.site-footer .social li.ta a {
	border:2px solid #7EA276;
	color: #7EA276;
}

.site-footer .social li.ta a:hover {
	background: #7EA276;
	color: #fff;
}

.site-footer .social li.un a {
	background:url(images/logo-unesco.png) no-repeat center center;
	background-size:cover;
	border:0;
	border-radius: 0;
	color: #111;
}

.site-footer .social li.un a span {
	display:none;
}

.site-footer .social li.ys a {
	background:url(images/logo-ys.png) no-repeat top center;
	background-size:cover;
	border:0;
	border-radius: 0;
	color: #111;
	height:45px;
	margin:0 0.5em 0.25em 0;
	width:46px;
}

.site-footer .social li.ys a span {
	display:none;
}

.site-footer .social li.gps a {
	background:url(images/logo-gps.png) no-repeat top center;
	background-size:cover;
	border:0;
	border-radius: 0;
	color: #111;
	margin:0 0.5em 0.25em 0;
	height:45px;
	width:72px;
}

.site-footer .social li.gps a span {
	display:none;
}

.site-footer .social li.da a {
	background:url(images/logo-da.png) no-repeat top center;
	background-size:cover;
	border:0;
	border-radius: 0;
	color: #111;
	margin:0 0.5em 0.25em 0;
	height:45px;
	width:46px;
}

.site-footer .social li.da a span {
	display:none;
}
.site-footer .social li.etc a {
	background:url(images/logo-etc.png) no-repeat top center;
	background-size:cover;
	border:0;
	border-radius: 0;
	color: #111;
	margin:0.15em 0 0 0;
	height:40px;
	width:139px;
}
.site-footer .social li.cocinar a {
	background:url(images/logo-cocinar.png) no-repeat top center;
	background-size:cover;
	border:0;
	border-radius: 0;
	color: #111;
	margin:0.15em 0 0 0;
	height:40px;
	width:91px;
}

.site-footer .social li.cocinar a span,
.site-footer .social li.etc a span {
	display:none;
}

.sponsors {
	margin: 0 auto;
	padding:40px 80px ;
	text-align:center;
	width:100%;
}

.cierre {
	background:#F2F3F4;
	margin: 0 auto;
	padding:1.5rem 0 ;
	text-align:center;
	width:100%;
}

.sponsors ul,
.cierre ul {
	list-style:none;
	margin:0;
	padding:0;
}

.sponsors li,
.cierre li {
	display:inline-block;
}

.sponsors li {
	vertical-align:middle;
}

.cierre li a {
	border-right:1px solid #DCDCDC;
	color:#111;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	padding:0 14px;
	text-decoration:none;
	text-transform:uppercase;
}

.cierre li a:hover {
	color:#7EA276;
}

.cierre li:last-child a {
	border-right:0;
}

.sponsors a {
	background-position:top;
	display:inline-block;
	margin: 0 12px;
	opacity:0.6;
	transition:none;
}

.sponsors a span {
	display:none;
}

.sponsors .da a {
	background-image:url(images/logo-destinoargentina.png);
	height:77px;
	width:77px;
}

.sponsors .gps a {
	background-image:url(images/logo-gps.png);
	height:77px;
	width:86px;
}

.sponsors .ys a {
	background-image:url(images/logo-ys.png);
	height:77px;
	width:162px;
}
.gps_logo img {
	width: 200px;
}
.sponsors a:hover {
	background-position:bottom;
	opacity:1;
}
ul li {
	text-align: justify;
}

/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.entry-content h1, .entry-summary h1, .comment-content h1, .textwidget h1 {
    font-family: 'relishprocondensed'!important;
    font-size: 36px!important;
    letter-spacing: 4px!important;
    margin: 0 0 0.75em!important;
    line-height: 100%!important;
    text-transform: uppercase!important;
}
.product .summary {
	float:none!important;
	margin:80px auto 60px auto!important;
}
.wc-bookings-booking-form {
	display:block!important;
    margin: 0 0 2em!important;
}
.woocommerce form .form-row label.radio {
	display:inline-block;
	margin:0 10px 0 0 ;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background: #8D091F!important;
	border-radius:0!important;
    color: #fff!important;
	cursor: pointer!important;
    display: inline-block!important;
    font-size: 16px!important;
    font-weight: bold!important;
	letter-spacing:0!important;
    padding: 1em 1.625em!important;
    text-transform: uppercase!important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #8D091F!important;
 	border-radius:0!important;
   color: #fff!important;
	cursor: pointer!important;
    display: inline-block!important;
    font-size: 16px!important;
    font-weight: bold!important;
    padding: 1em 1.625em!important;
    text-transform: uppercase!important;
}
.add_to_cart_inline {
	border:none!important;
	padding:0!important;
}
.add_to_cart_inline a {
    border-radius: 0!important;
	background: #8D091F!important;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: bold!important;
	line-height:1.75!important;
	margin:	1em auto 0 auto!important;
    padding: 0.625em 1.625em!important;
    text-transform: uppercase!important;
}
.add_to_cart_inline a:hover {
        background: #7EA276!important;
}
.wc-bookings-booking-form .form-field {
    margin: 0 3% 1em 0;
    display: inline-block;
    width: 30%;
}
.wc-bookings-booking-form .form-field input[type=number] {
	margin:0.5em auto 0 auto;
    width: 100%;
}
.wc-bookings-date-picker legend span {
	font-size:19px;
}
.wc-bookings-booking-form fieldset legend small {
	color:#8F051B;
	font-size: 19px;
	padding-left:0.5em;
}
.wc-bookings-booking-form fieldset label span {
	color:#111;
	font-size:1em;
}
.wc-bookings-booking-form fieldset label {
	margin:0 auto 12px auto;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin: 2em 0;
}
div.product-addon {
    margin: 2em 0;
}
.entry-content h3, .entry-summary h3, .comment-content h3, .textwidget h3 {
	margin:0 auto 0.5em auto;
}
#customer_details {
	margin:0 auto px auto;
}
.woocommerce #customer_details.col2-set .col-1, .woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2, .woocommerce-page #customer_details.col2-set .col-2 {
    clear: both;
    float: none !important;
    width: 100% !important;
    margin-right:0 !important;
    text-align: left;
    padding-bottom: 30px;
}
.page-template-template-contact  .entry-content ,
.page-template-template-contacto  .entry-content ,
.page-template-default  .entry-content ,
.woocommerce-checkout .entry-content {
	margin:0 auto;
	max-width:700px;
}
.page-template-template-contact  .entry-content ,
.page-template-template-contacto  .entry-content {
	max-width:500px;
}
.page-template-template-agencias  .entry-content,
.page-template-template-agencies  .entry-content {
	margin:0 auto;
	max-width:600px;
}
.page-template-template-agencias  .entry-content ul,
.page-template-template-agencies  .entry-content ul {
	list-style:none;
	margin:0 auto 24px auto;
	padding:0;
}
.page-template-template-agencias  .entry-content ul li,
.page-template-template-agencies  .entry-content ul li {
	font-size:19px;
	margin:0 0 10px 0;
	padding:0;
}
.page-template-template-agencias  .entry-content ul li i,
.page-template-template-agencies  .entry-content ul li i{
	margin:0 6px 0 0;
}
.page-template-template-agencias  .entry-content ul li a,
.page-template-template-agencies  .entry-content ul li a {
	box-shadow:none;
	text-decoration:none;
}
#btn_contacto {
	cursor:pointer;
}
#order_review {
	margin:0 auto 36px auto;
}
.product-quantity {
	display:none;
}
.shop_table.customer_details {
	margin:0 auto 24px auto;
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
.form-res {
	margin:0 auto;
	width:100%;
}
.gc_horizontalSh {
	margin:0 auto;
	width:100%;
}
.gc_sh * {
	font:normal!important;
    font-family: 'Source Sans Pro', sans-serif!important;
	font-size:16px!important;
}
.gc_sh .shortHandCheckRates {
    background: #8D091F!important;
	cursor: pointer!important;
    display: inline-block!important;
    font-size: 16px!important;
    font-weight: bold!important;
    padding: 0.625em 1.625em!important;
	letter-spacing:0!important;
	height: auto!important;
	line-height: 100%!important;
	padding: 0px;
	width: 100%!important;
}
.gc_sh .gc_horizontalSh .shortHandTitle {
    margin: 5px 10px 0px 0px !important;
    float: left!important;
	width: 25%!important;
    border-right: 0!important;
    text-align: right!important;
	font-size: 19px!important;
    font-weight: 300!important;
    line-height: 140%!important;
}
.gc_sh .gc_horizontalSh .shortHandButton {
	margin: 0  0 0 0px!important;
}
.gc_sh .gc_horizontalSh .shortHandNrNights {
	margin: 0  0 0 10px!important;
	width: 25%!important;
}
.gc_sh .gc_horizontalSh .shortHandNrNightsLabel {
    width: auto!important;
}

.gc_sh .checkinLabel, .gc_sh .shortHandNrNightsLabel {
 	float:none!important;
   margin-bottom: 0!important;
}
.gc_sh .gc_horizontalSh .shortHandDate {
}

.gc_sh .gc_horizontalSh .checkinLabel,.gc_sh .gc_horizontalSh .shortHandNrNightsLabel {
	display: inline-block!important;
	float:none!important;
	width: auto!important;
    margin-right: 10px!important;
	vertical-align:top!important;
}
.gc_sh .gc_horizontalSh .shortHandCalendarShell {
	display: inline-block!important;
	vertical-align:middle!important;
	top:0!important;
}
.gc_sh .gc_horizontalSh .shortHandDate, .gc_sh .gc_horizontalSh .shortHandNrNights {
	float:left!important;
    margin: 9px 0 0px 0!important;
    padding: 0 12px 0px 0!important;
	width: 25%!important;
    text-align:right!important;
}
.gc_sh .gc_horizontalSh .shortHandNrNights {
    padding: 0 0 0px 24px!important;
}
.gc_sh .gc_horizontalSh .shortHandNrNights {
    text-align:left!important;
}
.gc_sh .gc_horizontalSh .shortHandButton {
	width: 24%!important;
}
.gc_sh .gc_horizontalSh .checkinLabel {
	display: inline-block!important;
}
.gc_sh .gc_horizontalSh .yui-calcontainer {
	left:auto!important;
    right: 0px!important;
    width: 200px!important;
    top: 17px;
}
.gc_sh .yui-menu-button button {
	color:#111!important;
}
.gc_sh .startDay {
	height:auto!important;
	width:82px!important;
	padding: 2px 1px!important;
	margin-top:-2px!important;
}
/**
 * 5.2 Form
 * ----------------------------------------------------------------------------
 */

 #respuesta {
	 display:none;
	 min-height:280px;
	 text-align:center;
}
.form-contacto {
   font-family: 'Source Sans Pro',sans-serif;
   margin:0 auto;
   width:100%;
}
.form-contacto label {
	font-size:19px;
	display:block;
	width:100%;
}
.form-contacto label span {
	color:#B71622;
}
.form-contacto .error {
	color:#B71622;
	font-size:16px;
	display:none;
	position:absolute;
	right:0;
	top:0;
}
.form-contacto .linea {
	position:relative;
	width:100%;
}
.linea.error {
	color:#B71622;
	display:none;
}
.form-contacto .input,
.form-contacto .textarea {
	background:#fff;
	border:2px solid #DDDDDD;
    font-family: 'Source Sans Pro',sans-serif;
 	font-size:19px;
	margin:10px 0 24px 0;
	padding:10px 5px;
	width:100%;
}
.form-contacto .input.mini {
	width:50%;
}
.form-contacto .textarea {
	min-height:120px;
}
.form-contacto .input-error {
	border:2px solid #B71622;
}
/**
 * 14.2 - >= 783px
 */

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


/**
 * 14.3 - >= 910px
 */

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

}


/**
 * 14.4 - >= 985px
 */
@media screen and (max-width: 1520px) {
	#blo-consultas .bg-blo-consultas {
		display:none;
	}
}
@media screen and (max-width: 1780px) {
	.main-navigation li {
		display:none;
	}
	.main-navigation li.menu {
		display:block;
	}
}

@media screen and (max-width: 1000px) {
	.mobile-navigation li a {
		padding:3% 0;
	}
	.site-inner {
		width: 94%;
	}
	.form-contacto {
		margin:0 auto;
		width: 94%;
	}
	.page-template-template-agencias .entry-content ,
	.page-template-template-agencies .entry-content {
		margin:0 auto;
		width: 94%;
	}
	.intro {
		background-position: center right;
		margin:75px auto 0 auto;
		height: 90vh;
	}
	.main-navigation {
		padding:0;
	}
	.site-header.opaco .main-navigation li.menu a {
		color:#fff;
	}
	.page-template-template-diadecampo .site-header.opaco .main-navigation li.menu a ,
	.page-template-template-diadecampo-eng .site-header.opaco .main-navigation li.menu a,
	.page-template-template-diadecampo-test .site-header.opaco .main-navigation li.menu a {
		color:#8B0D22;
	}
	.destacado {
		box-shadow: 0 -50px 50px rgba(0,0,0,0.5) inset;
		min-height: 450px;
		padding: 220px 25px 0 25px;
	}
	.destacado:hover {
		box-shadow: 0 -50px 50px rgba(0,0,0,0.4) inset;
	}
	p {
		font-size:16px;
	}
	.bloque h2 {
		font-size: 32px;
		letter-spacing:0;
	}
	.borde {
		min-height:0;
		padding: 40px 20px 30px 20px;
	}
	.site-header {
		position:absolute;
	}
	.page-template-template-diadecampo .site-header,
	.page-template-template-diadecampo-eng .site-header,
	.page-template-template-diadecampo-test .site-header {
		position:fixed;
	}
	.btn.b_header a {
		top:10px;
	}
	.site-header .site-title  {
		margin:8px 0 0 0;
	}
	.site-header.opaco {
	}
	.site-header.opaco,
	.site-header {
		/*background:none;
		padding: 20px 22px 10px 22px;*/
	}
	.site-header .site-title a {
		/*background: url(images/bg-mini-logo-blanco.png)!important;*/
		background-size:contain;
		height:36px!important;
		width:116px!important;
	}
	.page-template-template-diadecampo .site-header.opaco .site-title a,
	.page-template-template-diadecampo-eng .site-header.opaco .site-title a,
	.page-template-template-diadecampo-test .site-header.opaco .site-title a {
		display:none;
	}
	.destacado.diadecampo {
		background: linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),url(images/bg-diadecampo.jpg) center center no-repeat;
		box-shadow:none;
	}
	.destacado.hoteldecampo {
		background:linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),url(images/bg-hoteldecampo.jpg) center center no-repeat;
		box-shadow:none;
	}
	.destacado.cruceristas {
		background:linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),url(images/bg-cruceristas.jpg) center center no-repeat;
		box-shadow:none;
	}
	.trama_verde.ddc:before,
	.trama_verde.hdc:before,
	.trama_verde .cca .elefante,
	.trama_verde.hdc:after {
		display:none;
	}

	.site-footer .col {
		margin:0 auto 1.5em auto;
		text-align:center;
		width:100%;
	}
	.site-footer .form {
		width:60%;
	}
}

@media screen and (max-width: 767px) {
	.cont-table {
		overflow-x: scroll!important;
			position: relative;
			padding: 0 3% 0 0;
		}
	/* .cont-table:after {
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

		position: fixed;
		top: 0;
		right:0;
		bottom: 0;
		height: 100%;
		width: 25%;
		content: "";
	} */
	.tabla.ta-tarifas {
		display: block;
		white-space: nowrap;
	}
	.tabla.ta-tarifas th,
	.tabla.ta-tarifas td {
		padding: 1em 0.5em;
	}
	.site-footer .social li.etc a {
		margin:1% auto 0 auto;
	}
	.wc-bookings-booking-form .form-field {
		margin: 0 auto 2em auto;
		width: 100%;
	}
	.wc-bookings-booking-form label {
		font-size:19px;
		text-align:left;
	}
	.page-template-template-reserva-online .intro.media,
	.single-product .intro.media  {
		margin: 0 auto;
	}
	.page-template-template-reserva-online .intro.media h1,
	.single-product .intro.media h1 {
		font-size: 40px;
		margin: 0 auto;
		padding: 110px 0 30px 0;
	}
	.page-template-template-reserva-online .woocommerce-message {
		padding: 1em 0.5em 1em 2em!important;
		line-height: 110%;
	}
	.single-product .product .summary  {
		    margin: 0px auto 60px auto!important;
	}
	.woocommerce div.product form.cart, .woocommerce div.product p.cart {
		margin:0 auto;
		text-align:center;
	}
	.woocommerce div.product form.cart .button {
		vertical-align: middle;
		float: none;
		margin:0 auto;
	}
	p {
		font-size:15px;
	}
	.links ul li {
		font-size:15px;
	}
 	h1 {
		font-size:46px;
	}
	h4 {
		font-size:15px;
	}
	h5 {
		font-size:14px;
		letter-spacing:1px;
	}
	h6 {
		font-size:14px;
		line-height:140%;
		text-align:center;
	}
	.main-navigation {
		padding:6px 0 0 0;
	}
	.mobile-navigation {
		top:0;
	}
	.mobile-navigation li a {
		font-size:30px;
	}
	.center {
		margin:0 0 0 -170px;
		width:340px;
	}
	.caja {
		min-height:0;
		padding:0 20px;
	}
	.tabla {
		font-size:15px;
	}
	.borde {
		padding: 30px 20px 20px 20px;
	}
	.bloque {
		margin:60px auto;
	}
	.banner_promo {
		margin:60px auto 0 auto;
	}
	.col {
		margin:0 auto !important;
		width:100%!important;
	}
	.btn a {
		font-size:14px;
	}
	.center {
		bottom:40px;
	}
	#blo-programas .col-dos,
	#blo-programas .col-tres {
		margin: 0 auto 1.5em auto!important;
	}
	#blo-programas .col-tres.col-last {
		margin: 0 auto!important;
	}
	.destacado {
		box-shadow: 0 -50px 50px rgba(0,0,0,0.5) inset;
		background-size:cover!important;
		min-height: 300px;
		padding: 80px 30px 0 30px;
		box-shadow:none;
	}
	.destacado:hover {
		box-shadow: 0 -50px 50px rgba(0,0,0,0.4) inset;
	}
	.galeria .cont-btn {
		bottom:0;
		left:0;
		margin:1.5em auto 0.5em auto;
		position:relative;
	}
	.galeria .btn {
		left:0;
	}
	.galeria .btn a {
		background:#8D091F;
		color:#fff;
	}
	.galeria .btn a:hover {
		background:#fff;
		color:#8D091F;
	}
	.bloque h2 {
		font-size:32px;
	}
	.bloque h3 {
		font-size:22px;
		margin:0 auto 1em auto;
	}
	.subnav {
		display:none;
	}
	.doscol {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
  -webkit-column-gap: 0; /* Chrome, Safari, Opera */
     -moz-column-gap: 0; /* Firefox */
          column-gap: 0;
	text-align: left;
	}
	#blo-historia .img {
	}
	#blo-cuando .col-cont {
		padding:1em 0;
	}
	#blo-cuando .col-cont .col {
		margin:0 auto 1em auto;
	}
	#blo-consultas .col-dos {
		margin:0 auto 3em auto;
		padding:0;
	}
	#blo-consultas .col-last {
		border:0;
		border-top:1px solid rgba(0,0,0,0.1);
		margin:0 auto 0 auto;
		padding:3em 0 0 0;
	}
	.bx-wrapper {
		margin: 0 auto 50px auto!important;
	}
	.site-footer .form {
		width:100%;
	}
	.site-footer .social {
		margin:0 auto;
		text-align:center;
		width:100%;
	}
	.site-footer .social ul {
		margin:0 6px 12px 6px;
		text-align:center;
		width:100%;
	}
	.site-footer .social li  {
	    margin: 6px;
	}
	.site-footer .social li a {
	    margin: 0 auto;
	}
	.cierre li a {
		margin:6px auto;
	}
	.dato {
		width: 100%;
		margin-top: 30px;
	}
	.logo_ubicacion {
		position: initial;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 20px;
	}
	.container_ubicacion {
		padding-left: 0;
		text-align: center;
	}
	.container_ubicacion h3 {
		font-size: 18px;
	}
	#blo-distancias h2 {
		font-size: 24px;
    display: inline-block;
    background: white;
    padding: 0 3%;
    margin: 7px auto 10px auto;
    text-align: center;

	}
	#blo-distancias.verde .borde {
		border-top: 5px solid #7BA570;
	}
	.wc-bookings-booking-form .form-field {
		font-size:12px
	}
}

/**
 * 14.4 - >= 1000px
 */

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

/**
 * 14.5 - >= 1200px
 */

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

}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
