html, body, div, span, applet, object, iframe,
h1, h2 , h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video , input, textarea{
    margin: 0;
    padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main{
	display: block;
}
.grecaptcha-badge { visibility: hidden; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, button, select, input , textarea, img{ outline:0 !important; }
a{ outline:0; border:0; text-decoration:none; }

a img{ outline:0; border:0; }
img{ outline:0; border:0;}
button{ outline:0; }

em{font-style:italic;}

/* STYLES */

/* GLOBALS */

.anim {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

body.mac {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.center-vert-out {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.center-vert-in {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.center-horz-out {
    position: relative;
    float: left;
    left: 50%;
}

.center-horz-in {
    position: relative;
    float: left;
    left: -50%;
}

.align-vert {
    display: flex;
    align-items: center;
}

b,
strong {
    font-weight: 600;
}

.no-padding {
    padding: 0;
}

/* GLOBALS */

/* HEADER */

header .container {
    position: relative;
}

#lang-menu {
    position: absolute;
    top: 10px;
    right: 20px;
}

#lang-menu>a{
    text-decoration: none;
    font-size: 14px;
    color: #b09553;
}

#lang-menu select {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #000;
    padding: 4px 4px;
    margin-top: 5px;
    background-color: #fff;
    border: none;
    outline: 1px solid rgb(166, 166, 166) !important;
    border-radius: 0% !important;
    -webkit-border-radius: 0px;
}

.navbar-default {
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

#logo {
    padding: 0;
    height: auto;
    margin-right: 60px;
}

#logo img {
    width: 230px;
    height: auto;
}

.menu {
    margin-top: 5px;
}

.menu ul {}

.menu ul li {
    margin-left: 8px;
}

.menu ul li:first-child {
    margin-left: 0;
}

.menu ul li a.main-btn {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #000;
    padding: 14px;
    background-color: transparent;
    transition: color 0.3s ease, background-color 0.3s ease;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
}

.menu ul li:hover a.main-btn,
.menu ul li a.main-btn:hover,
.menu ul li.open a.main-btn {
    color: #fff;
    background-color: #b09553;
    text-decoration: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #b09553;
}

.menu ul li a.main-btn.extra {
    padding: 11px 0;
    width: 180px;
    overflow: hidden;
}

.menu ul li a.main-btn.extra:hover,
.menu ul li.open a.main-btn.extra {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

.menu ul li a.main-btn.extra img {
    display: inline-block;
    max-width: 8px !important;
    vertical-align: middle;
    margin-right: 6px;
}

.menu ul li a.main-btn.extra p {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    line-height: 20px;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #dedede;
    /* width:650px;*/
    margin-top: 15px;
    padding: 20px 0 20px 0;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.dropdown-menu-content {
    display: table;
    width: 100%;
    /*height:270px;*/
}

ul.inner-menu {
    padding: 0;
    display: table-cell;
    float: none;
    min-width: 261px;
    /*display:block; float:left; height:270px;*/
}

ul.inner-menu li {
    display: block;
    margin: 0;
}

ul.inner-menu li a {
    color: #151515;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    display: block;
    padding: 10px 22px;
    transition: color 0.3s ease, background-color 0.3s ease;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
}

ul.inner-menu li:hover a,
ul.inner-menu li a.is_hover {
    background-color: #ececec;
    color: #b09553;
    text-decoration: none;
}

.viaje-preview {
    display: table-cell;
    height: 100%;
    min-width: 387px;
    float: none;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: url(../img/spinner.gif) center center no-repeat;
}

.viaje-img {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    top: 0;
    right: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.viaje-preview-info {
    position: absolute;
    left: 15px;
    bottom: 14px;
    pointer-events: none;
}

/*.viaje-noches, .viaje-meses{ position:absolute; left:15px; }*/

.viaje-duracion {
    padding: 10px 18px;
    background-color: #fff;
    color: #000;
    font-size: 21px;
    line-height: 23px;
    font-weight: 300;
    /*bottom:55px;*/
    display: inline-block;
}

.viaje-periodo {
    padding: 10px 18px;
    background-color: #b09553;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    /*bottom:14px;*/
    display: table;
}

.viaje-periodo img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
}

.viaje-periodo p {
    display: table-cell;
    vertical-align: middle;
}

ul.inner-menu .mCSB_scrollTools {
    width: 5px;
}

/* HEADER */

/* FOOTER */

footer {
    width: 100%;
    min-height: 600px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 0;
    opacity: 0.5;
}

footer a {
    color: #000;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

footer a:hover {
    color: #b09553 !important;
}

footer form {
    padding-top: 10px;
    overflow: hidden;
}

footer form .newsletter-input{
    width: calc(100% - 142px);
    float: left;
}

footer form input {
    height: 38px;
    font-size: 12px;
    border-top: none;
    float: left;
    width:48%;
    margin-right:2%;
}

footer form input:first-child {
    border-top: 1px solid #d8d8d8;
}

footer form .submit-out {
    /*margin-top:15px;*/
    position: relative;
    float: right;
    right: 0;
}

footer form .submit-out input {
    border-top: 1px solid #b09553;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
}

.footer-top {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.footer-top a.logo {
    display: block;
}

.footer-top a.logo img {
    max-width: 215px;
}

.footer-top-col {
    min-height: 220px;
}

ul.rrss {
    overflow: hidden;
}

ul.rrss li {
    float: left;
    width: 34px;
    height: 41px;
    margin-left: 20px;
}

ul.rrss li:first-child {
    margin-left: 0;
}

ul.rrss li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #b09553;
    font-size: 16px;
    text-align: center;
}

ul.rrss li a:hover {
    text-decoration: none !important;
}

ul.rrss li a i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #b09553;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

ul.rrss li a span {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #b09553;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

ul.rrss li.trip a span {
    background: url(../img/tripadvisor-icon.svg) center center no-repeat;
    background-size: contain;
    width: 26px;
    height: 15px;
}

ul.rrss li a .border {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../img/rrss-border.svg) center center no-repeat;
    background-size: contain;
}

ul.rrss li a .sombra {
    position: absolute;
    width: 32px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    z-index: 0;
    border-radius: 50%;
    background-color: rgba(200, 200, 200, 0.6);
}

.footer-top h3 {
    text-transform: uppercase;
    color: #b09553;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-top ul {}

.footer-top ul li {
    margin-bottom: 7px;
    margin-bottom: 5px;
}

.footer-top ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-size: 13px;
    line-height: 14px;
}

#menu-footer-menu,
#menu-menu-footer-eng,
#menu-main-menu-eng {
    overflow: hidden;
}

#menu-footer-menu li,
#menu-menu-footer-eng li,
#menu-main-menu-eng li {
    float: left;
    width: 50%;
    padding-right: 12px;
    box-sizing: border-box;
    margin-left: 0;
}

#menu-footer-menu > li > a,
#menu-menu-footer-eng > li > a,
#menu-main-menu-eng > li > a{
    text-transform: uppercase;
    color: #b09553;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.newsletter-out {
    padding-right: 30px;
}

.footer-top .img-responsive {
    margin-left: -25px;
}

.footer-bottom {
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-bottom p {
    line-height: 50px;
}


/* FOOTER */

/* SLIDER */

.slick-slider .slick-track,
.slick-slider .slick-list {
    height: 100%;
}

.slider-wrapper {
    overflow: hidden;
    position: relative;
    min-height: 570px;
    max-height: 570px;
    background: url(../img/spinner.gif) center center no-repeat;
}

.slider-wrapper:before {
    content: "";
    display: block;
    padding-bottom: 35%;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

.slider-wrapper.show .slider {
    opacity: 1;
}

.slider-item {
    position: relative;
    overflow: hidden;
}

.slider-item a {
    text-decoration: none;
}

.slider-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider-item .bg img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.slider-item .cuarto-circ {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}

.slider-item .cuarto-circ img {
    height: 100%;
    width: auto;
}

.slider-item-info {
    height: 100%;
    position: relative;
    z-index: 20;
}

.slider-item-info .row {
    height: 100%;
}


.tags {
    position: relative;
}

.tags span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
}

.fechas-block {
    width: 100%;
    max-width: 210px;
    float: right;
}

.fechas-block-header {
    background-color: #fff;
}

.fechas-block-content {
    background-color: #b09553;
}

.fechas-block-content {
    position: relative;
}

.fechas-block-content a {
    display: block;
}

.fechas-block-content:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    border-right: 105px solid transparent;
    border-left: 105px solid transparent;
    border-top: 42px solid #b09553;
}

.fechas-list {}

.fecha-item .fecha-item-header img {
    max-width: 25px;
    margin-right: 14px;
}

.fecha-item .fecha-item-header h4 {
    margin-top: 2px;
}

.fecha-item-content p {
    margin-bottom: 6px;
}

.fecha-item-content p:last-child {
    margin-bottom: 0px;
}

/* SLIDER */

/* GRID */

.grid-wrapper {
    overflow: hidden;
}

.grid-item {
    position: relative;
    height: 386px;
    display: block;
}

.grid-item:nth-child(even) {
    padding-left: 0;
}

.grid-item:nth-child(odd) {
    padding-right: 0;
}

.grid-item.item-full {
    padding-left: 0;
    padding-right: 0;
}

.viaje-post {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.grid-item .color-overlay {}

.grid-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.grid-bg img {
    width: 101%;
    height: 101%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.grid-title {
    padding: 0 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    position: absolute;
    z-index: 10;
    top: 75px;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

.item-full .grid-title {
    font-size: 50px;
    line-height: 56px;
    top: 90px;
}

/*.grid-item:hover .grid-title{ color:#b09553; }*/

.grid-info {
    position: absolute;
    left: 28px;
    z-index: 10;
    bottom: 38px;
}

/*.grid-noches, .grid-meses{ position:absolute; left:28px; z-index:10; }*/

.grid-noches {
    padding: 10px 18px;
    background-color: #fff;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    /* bottom:81px;*/
    display: inline-block;
}

.grid-meses {
    padding: 10px 18px;
    background-color: #b09553;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    /*bottom:38px;*/
    display: table;
}

.grid-meses img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
}

.grid-meses p {
    display: table-cell;
    vertical-align: middle;
}

.item-full .grid-info {
    bottom: 38px;
}

.item-full .grid-noches {
    font-size: 30px;
    line-height: 36px;
    /*bottom:95px;*/
}

.item-full .grid-meses {
    padding: 17px 18px;
    font-size: 20px;
    line-height: 23px;
    /* bottom:38px; */
}

/* GRID */

/* SIDEBAR */

.sidebar-block {
    padding: 26px 20px;
    border: 1px solid #dedede;
    margin-bottom: 40px;
}

.sidebar-block h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}

.sidebar-block .btn {
    display: block;
    margin-bottom: 8px;
}

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

.tabs-out ul {
    border-bottom: 0;
    margin-bottom: 20px;
}

.tabs-out ul li {
    float: left;
    width: 150px;
    height: 60px;
    display: block;
    margin-left: 18px;
}

.tabs-out ul li:first-child {
    margin-left: 0;
}

.tabs-out ul li a {
    display: block;
    border-radius: 0;
    border: 1px solid #bababa !important;
    background-color: transparent;
    color: #000;
    margin: 0;
    padding: 11px 14px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.tabs-out ul li.active a,
.tabs-out ul li:hover a {
    background-color: #b09553;
    border: 1px solid #b09553 !important;
    color: #fff;
}

.tabs-out ul li a span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}

.tabs-out .tab-content {}

.tabs-out .tab-content h4,
.full-agenda h4{
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin-bottom: 4px;
}

.tabs-out .tab-content h5{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #b09553;
    margin-bottom: 10px;
}

.full-agenda  h5 {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #b09553;
}

.tabs-out .tab-content .tab-info ,
.full-agenda  .tab-info {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #4f4f4f;
}

.tabs-out .tab-content .tab-info p ,
.full-agenda  .tab-info p {
    margin-bottom: 20px;
}

.full-agenda  .tab-info p:last-child{margin-bottom:0;}

.tabs-out .tab-content .tab-info ul {}

.tabs-out .tab-content .tab-info ul li {
    display: block;
    float: none;
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    text-align: left;
}

.tabs-out .tab-content .tab-info ul li strong {
    margin-right: 6px;
    color: #000;
}

.tabs-out.tabs-simple {
    padding: 0 20px;
}

.tabs-out.tabs-simple ul {
    border-bottom: 0;
    margin-bottom: 20px;
}

.tabs-out.tabs-simple ul li {
    width: 50%;
    height: 40px;
    margin-left: 0;
    text-align: center;
}

.tabs-out.tabs-simple ul li a {
    border-bottom: 1px solid #bababa !important;
    border-top: 1px solid #fff !important;
    border-left: 0 !important;
    border-right: 0 !important;
    color: #000;
    margin: 0;
    padding: 10px 14px;
    background: none;
    font-weight: 600;
    box-sizing: border-box;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

.tabs-out.tabs-simple ul li:first-child a {
    border-right: 1px solid #bababa !important;
}

.tabs-out.tabs-simple ul li.active a,
.tabs-out.tabs-simple ul li:hover a {
    color: #b09553;
}

.tabs-out.tabs-simple ul li.active a {
    border-top: 1px solid #bababa !important;
    border-bottom: 1px solid #fff !important;
}

.tabs-out.tabs-simple ul li a span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}

.tabs-out.tabs-simple .tab-content {
    padding: 10px 24px;
}

.sidebar-block-footer {
    background-color: #e8e8e8;
    padding: 18px 24px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-weight: 300;
}

.sidebar-block-footer span {
    display: block;
}

.sidebar-block-footer a {
    color: #000;
}

.sidebar-block-footer a:hover {
    color: #b09553;
}


.simple-list {
    margin-bottom: 22px;
    height: 290px;
    overflow: hidden;
}

.simple-list ul {}

.simple-list ul li {
    display: block;
    padding-bottom: 14px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 12px;
}

.simple-list ul li h4 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
}

.simple-list ul li p {
    color: #b09553;
    font-size: 14px;
    line-height: 18px;
}

.mCSB_scrollTools {
    width: 15px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #e8e8e8;
    background-color: rgba(232, 232, 232, 0.75);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #e8e8e8;
    background-color: rgba(232, 232, 232, 0.85);
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #e8e8e8;
    background-color: rgba(232, 232, 232, 0.9);
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    background: none;
    opacity: 0.8;
}

.mCSB_scrollTools .mCSB_buttonDown:before,
.mCSB_scrollTools .mCSB_buttonUp:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.mCSB_scrollTools .mCSB_buttonDown:before {
    bottom: 0;
    border-top: 8px solid #b09553;
}

.mCSB_scrollTools .mCSB_buttonUp:before {
    top: 0;
    border-bottom: 8px solid #b09553;
}

ul.links-list {}

ul.links-list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

ul.links-list li:last-child {
    margin-bottom: 0;
}

ul.links-list li:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/list-icon.svg) center center no-repeat;
    background-size: cover;
    margin-right: 12px;
}

ul.links-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

ul.links-list li a:hover {
    color: #b09553;
}

#mapa-recorrido.map-fixed {
    position: fixed;
    margin-bottom: 0;
}

#mapa-recorrido.map-fixed-bot {
    position: absolute;
    z-index: 10;
    top: auto !important;
    bottom: 0 !important;
}

/* SIDEBAR */

/* SINGLE */

.banner-wrapper {
    overflow: hidden;
    position: relative;
    min-height: 570px;
    max-height: 570px;
}

.banner-page-wrapper{
    min-height:190px;
    max-height:190px;
}

.banner-wrapper:before {
    content: "";
    display: block;
    padding-bottom: 32%;
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-bg img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 640px;   /* Esta linea se modifico para que el titular tome una palabra como SEPTENTRIONAL sino se caia */
    padding: 0 20px;
    z-index: 30;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-info p {
    letter-spacing: 0.01em;
}

.banner-extra-info {
    position: absolute;
    width: 100%;
    height: 88px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 10;
}

.banner-extra-info .container {
    background-color: #fff;
    height: 100%;
}

.banner-extra-info .container .row {
    height: 100%;
}

.precios-info-wrapper {
    background-color: #f4f4f4;
    position: relative;
}

.half-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: 0;
}

.precios-block {}

.precios-icon img {
    width: 20px;
}

.precios-icon img.plane {
    width: 35px;
}

.precios-icon img.bed {
    width: 45px;
}

.precios-box {
    border-bottom: 1px solid #bababa;
    position: relative;
}

.precios-box:first-child {
    border-bottom: 1px solid #fff;
}

.cupo-completo .precios-box:first-child:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/completo.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    background-size: auto 70%;
}

.precios-block:last-child .precios-box {
    border-bottom: 0;
}

.precios-box:nth-child(2):after,
.precios-box:nth-child(3):after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -5px;
    top: 50%;
    background: url(../img/mas.png) center center no-repeat;
    background-size: cover;
    z-index: 10;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.precios-box-inner {
    display: table;
    height: 100%;
    padding-top: 38px;
    box-sizing: border-box;
    min-height: 150px;
    width: 100%;
}

.precios-icon {
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-right: 0;
    text-align: right;
    width: 20%;
}

.precios-box:nth-child(1) .precios-icon {
    text-align: left;
}

.precios-text {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.precios-text h3 a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

.precios-text h3 a:hover {
    color: #b09553;
}

.single-content {
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    color: #4f4f4f;
}

.single-content p {
    margin-bottom: 20px;
}

.single-content a {
    color: #4f4f4f;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

.single-content a:hover {
    color: #b09553;
}

.single-content h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}

.single-content h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
}

.single-content h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.single-content h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.single-content h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.single-content ul,
.single-content ol {
    list-style: inherit !important;
    padding-left: 16px;
    margin-bottom: 20px;
}

.single-slider-title {
    height: 40px;
    background-color: #b09553;
    overflow: hidden;
    position: relative;
}

.single-slider-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
    /*text-align:center; padding:0 50px; */
    overflow: hidden;
}

.single-slider-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
}

.single-slider-arrow.left {
    left: 0;
}

.single-slider-arrow.right {
    right: 0;
}

.single-slider-arrow:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;

    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.single-slider-arrow.left:before {
    border-right: 9px solid #fff;
}

.single-slider-arrow.right:before {
    border-left: 9px solid #fff;
}

.single-slider-arrow:hover:before {
    opacity: 1;
}

.single-slider-item {
    background-color: #f4f4f4;
    overflow: hidden;
}

.single-slider-item:focus {
    border: none !important;
    outline: none !important;
}

.single-slider-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.single-slider-img img {
    min-width: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}

.single-slider-info {
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    color: #000;
}

.single-slider-info p {
    margin-bottom: 10px;
}

.single-page .content-col {
    display: table-cell;
    float: none;
}

.single-page .sidebar-col {
    display: table-cell;
    float: none;
}

.single-page .sidebar-block h3 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 20px;
}

.single-page ul.links-list li {
    margin-bottom: 10px;
    line-height: 16px;
    display: block;
    overflow: hidden;
}

.single-page ul.links-list li:before {
    width: 6px;
    height: 6px;
    background: none;
    background-color: #b09553;
    float: left;
    margin-right: 12px;
    position: relative;
    top: 5px;
}

.single-page ul.links-list li p {
    float: left;
    width: calc(100% - 20px);
}

/* SINGLE */

/* CONTACTO */

#map {
    width: 100%;
    height: 540px;
    margin-bottom: 80px;
}

form {}

form .form-block {
    position: relative;
}

form input {
    width: 100%;
    height: 50px;
    border: 1px solid #d8d8d8;
    padding: 0 18px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
}

form textarea {
    width: 100%;
    height: 160px;
    border: 1px solid #d8d8d8;
    padding: 9px 18px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    resize: none;
}

form .submit-out {
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 10;
}

form.invalid .submit-out {}

form .submit-out input {
    display: inline-block;
    width: 142px;
}

div.wpcf7 .ajax-loader {
    float: left;
    margin: 17px 6px 0 0 !important;
}

form .select-block {
    position: relative;
}

form .select-block label {
    float: left;
    min-width: 130px;
    margin-right: 14px;
    font-size: 16px;
    line-height: 24px;
}

form .select-block span.wpcf7-form-control-wrap {
    position: relative !important;
    display: block;
}

form .select-block span.wpcf7-form-control-wrap:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    z-index: 0;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    color: #000;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

form .select-block span.wpcf7-form-control-wrap:after {
    content: "";
    background: url(../img/ajax-loader.gif) center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -8px;
    opacity: 0;
}

form .select-block.loading span.wpcf7-form-control-wrap:after {
    opacity: 1;
}

form .select-block span.wpcf7-form-control-wrap select {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #d8d8d8 !important;
    padding: 0 18px;
    border-radius: 0;
    box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: capitalize;
}


::-webkit-input-placeholder {
    color: #000;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #000;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #000;
    copacity: 1 !important;
}

:-moz-placeholder {
    color: #000;
    opacity: 1 !important;
}

.wpcf7-form-control-wrap {
    position: static !important;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 600 !important;
    padding: 6px 10px;
    position: absolute;
    width: 100%;
    box-sizing: border-box !important;
}

div.wpcf7-response-output {
    width: 90%;
    margin: 50px auto 20px !important;
    padding: 0 !important;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    border: none !important;
}

div.wpcf7-mail-sent-ok {
    color: #b09553;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    color: #000;
}

/* CONTACTO */

/* PAGE */

section.page {}

/* PAGE */

/* ARCHIVE */

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 47.5%;
    margin-left: 5%;
}

.column {
    float: left;
}

.column:first-child {
    margin-left: 0;
}

.post-item {
    float: left;
    margin-bottom: 10px;
}

.post-img {
    overflow: hidden;
    display: block;
}

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

.post-item h2 a {
    color: inherit;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

.post-item h2:hover a {
    color: #b09553;
}

.post-text {}

.post-text p {
    margin-bottom: 20px;
}

.post-text a {
    color: #4f4f4f;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

.post-text a:hover {
    color: #b09553;
}

.post-text h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}

.post-text h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
}

.post-text h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.post-text h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.post-text h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.post-text ul,
.post-text ol {
    list-style: inherit !important;
    padding-left: 16px;
    margin-bottom: 20px;
}

/* ARCHIVE */

/* AGENDA */

.default-list {
    margin-bottom: 40px;
}

.default-list h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #000;
    margin-bottom: 4px;
}

.default-list h2 a {
    color: #000;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

.default-list h2:hover a {
    color: ##b09553;
}

.default-list h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #b09553;
    margin-bottom: 10px;
}

.default-list-info {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #4f4f4f;
}

/* AGENDA */

/* PAGE TWO COL */

.two-col-img {
    position: relative;
    overflow: hidden;
}

.two-col-img:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.two-col-img img {
    min-width: 102%;
    min-height: 102%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.sidebar-descargas{
    padding:0;
}

.sidebar-descargas p{
    border-bottom: 1px solid #dedede;
}


.sidebar-descargas p:last-child{border:0;}

.sidebar-descargas a{
    color:#424242;
    text-decoration:none;
    display:block;
    padding: 10px;
    line-height: 1.2em;
    font-size: 16px;
}

.sidebar-descargas a:hover{
    background-color: #b09553;
    color: #fff;
}

.sidebar-descargas a .fa{margin-right:2px;}


.box-agenda{
    padding: 10px;
}

.extra-team{
	padding:10px;
	background-color:#e8e8e8;
	line-height:1.4em;
}


.container-review{
	margin-top:75px;
}

.container-review h3{
	font-weight:700;
	font-size:20px;
	margin-bottom:40px;
}

.slider-reviews{
	overflow: hidden;
    width: 100%;
    max-width: 650px;
	text-align:center;
	padding:0 60px;
}

.slider-reviews .slick-slide{outline:none;}

.slider-reviews .slick-arrow{
	display:block;
	width:13px;
	height:23px;
	text-indent:-999px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}

.slider-reviews .slick-arrow.slick-prev{
	background:url(../img/arrow-left.png);
	left:0;
}

.slider-reviews .slick-arrow.slick-next{
	background:url(../img/arrow-right.png);
	right:0;
}


.slider-reviews .review-texto{
	font-size: 16px;
    font-style: italic;
    line-height: 1.4em;
    font-weight: 300;
}

.slider-reviews .review-datos{
	height:51px;
	line-height:51px;
	padding-left:70px;
	background:url(../img/ico-user.png) no-repeat left center;
	display: table;
    margin:15px auto 0;
}

.slider-reviews .review-datos>div{
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
	text-transform:uppercase;
	font-weight:700;
}

.slider-reviews .review-nombre{
	color:#525252;
	font-size:14px;
}

.slider-reviews .review-lugar{
	font-size:12px;
	color:#000;
}

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

    /* HEADER */
    #logo img {
        width: 200px;
    }
    .menu ul li {
        margin-left: 6px;
    }
    .menu ul li a.main-btn {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0px;
        padding: 14px 10px;
    }
    .menu ul li a.main-btn.extra {
        width: 130px;
    }
    .menu ul li a.main-btn.extra p {
        display: inline-block;
        font-size: 14px;
        vertical-align: middle;
        line-height: 20px;
    }

    /* HEADER */
    .grid-item {
        height: 320px;
    }

    /* SINGLE VIAJE */
    .tabs-out ul li {
        width: 50%;
        box-sizing: border-box;
        height: auto;
        margin-left: 0;
    }

    .precios-box {
        height: 170px;
    }
}

@media screen and (max-width:991px) {
    .grid-item {
        height: 386px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* HEADER */
    .navbar-header {
        float: none;
    }
    .navbar {
        margin-bottom: 0;
    }
    #logo {
        display: block;
        float: none;
        margin: 0 auto 20px;
    }
    #logo img {
        display: block;
        margin: auto;
    }
    .menu ul li {
        margin-left: 6px;
    }
    .menu ul li a.main-btn {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0px;
        padding: 14px 10px;
    }
    .menu ul li a.main-btn.extra {
        width: 130px;
    }
    .menu ul li a.main-btn.extra p {
        display: inline-block;
        font-size: 14px;
        vertical-align: middle;
        line-height: 20px;
    }

    /* HEADER */
    /* FOOTER */
    .footer-top {
        position: relative;
        bottom: auto;
        left: auto;
    }
    ul.rrss li {
        margin-left: 18px;
    }
    .footer-bottom {
        position: relative;
        bottom: auto;
        left: auto;
    }
    .footer-bottom p {
        line-height: 16px;
    }

    /* FOOTER */
    /* SLIDER */
    .slider-info {
        width: 100%;
        text-align: center;
    }
    .slider-info h1 {
        font-size: 54px;
        line-height: 58px;
    }
    .slider-info .descriptions {
        font-size: 16px;
        line-height: 20px;
    }
    .cuarto-circ {
        display: none;
    }
    .slider-info .tags {
        display: none;
    }
    .slider-fechas {
        display: none;
    }

    /* SLIDER */
    /* GRID */
    .grid-item {
        height: 325px;
    }
    .grid-title {
        font-size: 30px;
        line-height: 34px;
    }
    .item-full .grid-title {
        font-size: 30px;
        line-height: 34px;
        top: 75px;
    }
    .grid-noches {
        font-size: 20px;
        line-height: 24px;
    }
    .grid-meses {
        font-size: 14px;
        line-height: 23px;
    }
    .item-full .grid-info {
        bottom: 38px;
    }
    .item-full .grid-noches {
        font-size: 20px;
        line-height: 24px;
        /* bottom:81px;*/
    }
    .item-full .grid-meses {
        padding: 10px 18px;
        font-size: 14px;
        line-height: 23px;
        /* bottom:38px; */
    }

    /* GRID */
    /* SINGLE VIAJE */
    .single-viaje .banner-info {
        top: 40%;
    }
    .banner-info h1 {
        font-size: 54px;
        line-height: 58px;
    }

    .half-bg {
        display: none;
    }
    .precios-box-inner {
        width: auto;
    }
    .precios-icon {
        width: 60px;
        text-align: left;
    }
    .precios-box {
        height: auto;
    }

    .precios-box:nth-child(2):after,
    .precios-box:nth-child(3):after {
        display: none;
    }
    .precios-text.pleft-0 {
        padding-left: 15px;
    }

    .single-page .content-col {
        display: block;
        float: none;
    }
    .single-page .sidebar-col {
        display: block;
        float: none;
    }

    .tabs-out.tabs-simple ul li {
        float: left;
        box-sizing: border-box;
    }
    .tabs-out.tabs-simple ul li a {
        padding: 6px 8px;
        font-size: 14px;
    }
    .tabs-out.tabs-simple .tab-content {
        padding: 10px 10px;
    }

    .single-slider-wrapper {
        margin-bottom: 20px;
    }
    .single-slider-info {
        width: 100%;
        box-sizing: border-box;
        padding: 14px 20px !important;
    }

    .banner-extra-info {
        text-align: center;
        min-height: 88px;
        height: auto;
        background-color: #fff;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .banner-extra-info .col-md-3 {
        margin-bottom: 20px;
    }

    /* CONTACTO */
    .form-block {
        margin-bottom: 35px;
    }
    form .row.mbottom-35 {
        margin-bottom: 0;
    }

}

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

    /* HEADER */
    .navbar-header {
        float: none;
    }
    .navbar {
        margin-bottom: 0;
    }
    #logo {
        float: left;
        margin: 0 0 0 15px;
    }

    .menu ul li {
        margin-left: 0;
    }
    .menu ul li a.main-btn {
        padding: 14px 15px;
    }
    .menu ul li a.main-btn.extra {
        width: auto;
        padding: 11px 15px;
    }

    .dropdown-menu {
        padding: 0;
    }
    ul.inner-menu {
        width: 100% !important;
        padding-bottom: 0;
    }
    .viaje-preview {
        display: none;
    }

    /* HEADER */
    /* SINGLE VIAJE */
    /*
	.banner-wrapper{ min-height: 480px; max-height: 480px; }	
	*/
    /* SINGLE VIAJE */
    #lang-menu {
        top: 2px;
        right: 15px;
    }

    #lang-menu select {
        font-size: 9px;
        margin-top: 2px;
    }

    ul.inner-menu {
        height: auto;
    }

    footer form .newsletter-input{width:100%;}
    
    .mobile-center{
        float:none!important;
        
    }
    
	.extra-team{margin-bottom:30px;}
	.extra-team .col-md-4{margin-bottom:15px;}
	.extra-team .col-md-4:last-child{margin-bottom:0;}
	
}

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

    #logo {
        margin: 8px 0 0 15px;
    }
    #logo img {
        width: 140px;
    }

    .tabs-out ul li {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .footer-top-col {
        min-height: 220px;
        height: auto;
    }
    .footer-bottom {
        height: auto;
        padding: 15px 0;
        text-align: center;
    }


    /* SLIDER */
    .slider-info h1 {
        font-size: 40px;
        line-height: 44px;
    }
    .slider-info .descriptions {
        font-size: 16px;
        line-height: 20px;
    }

    /* SLIDER */
    /* GRID */
    .grid-item {
        height: 285px;
    }
    .grid-title {
        top: 50px;
    }
    .grid-title {
        font-size: 28px;
        line-height: 32px;
        max-width: 100%;
    }
    .item-full .grid-title {
        top: 50px;
    }

    /* GRID */
    /* SINGLE VIAJE */
    .banner-info h1 {
        font-size: 40px;
        line-height: 44px;
    }

    /* SINGLE VIAJE */
    .banner-extra-info {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .banner-extra-info .container {
        background-color: transparent;
    }

    .navbar-nav > li > .dropdown-menu {
        position: relative;
        width: 100%;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        margin-bottom: 10px;
    }

    footer {
        text-align: center;
    }


    ul.rrss {
        margin-top: 15px;
    }

    ul.rrss li {
        display: inline-block;
        float: none;
    }

    footer .mbottom-25 {
        margin-bottom: 0;
    }

    footer form input,
    footer form .submit-out,
    form .submit-out input {
        width: 100%;
        float: none;
    }

    footer form input,
    footer form .submit-out {
        margin-bottom: 10px;
    }

    .newsletter-out {
        padding-right: 0;
    }

    .footer-top .img-responsive {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .footer-top-col {
        min-height: 0;
    }

}


/* SHOW LIST */

@media screen and (max-width: 640px) {
    #grid[data-columns]:before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 641px) {
    #grid[data-columns]:before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (max-width: 768px) {
    #grid[data-columns]:before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 769px) {
    #grid[data-columns]:before {
        content: '2 .column.size-1of2';
    }
}

/* Altura mínima para el menú de VIAJES (primer dropdown) */
.navbar-nav > li:first-child .dropdown-menu ul::after {
  content: '';
  display: block;
  min-height: 200px;
}
