@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
/* Colors */
.clear {
    *zoom: 1;
}
.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
/*-----------------------------------> Flexbox <-------------------------------------------*/
.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-it {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-row {
    -moz-box-direction: row;
    -webkit-box-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flexbox-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-col {
    -moz-box-direction: column;
    -webkit-box-direction: column;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flexbox-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-align-between {
    -webkit-box-align-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-align-content: space-between;
    align-content: space-between;
}
.flex-align-center {
    -webkit-box-align-content: center;
    -webkit-align-content: center;
    -ms-flex-align-content: center;
    align-content: center;
}
.flex-align-start {
    -webkit-box-align-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-align-content: flex-start;
    align-content: flex-start;
}
.flex-align-item-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flex-align-item-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.flex-align-item-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-start-all {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-align-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-align-content: flex-start;
    align-content: flex-start;
}
.flex-align-item-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex-justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.flex-justify-center {
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: center;
}
.flex-justify-start {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: flex-start;
}
.flex-justify-end {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: flex-end;
}
.flex-wrap {
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-item-auto {
    -webkit-box-basis: auto;
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1;
}
html:lang(ar) #dispo {
    direction: rtl;
}
html:lang(ar) #dispo .form-checkbox {
    direction: ltr;
}
html:lang(ar) #dispo .form-select {
    text-align: right;
}
html:lang(ar) #dispo .form-select i {
    left: 10px !important;
    right: auto !important;
}
html:lang(ar) #dispo .form-select span {
    margin-left: 15px !important;
    margin-right: 0 !important;
}
html:lang(ar) #dispo b.help {
    margin-left: 0;
}
html:lang(ar) #dispo b.help p {
    margin-right: 10px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
html:lang(ar) #dispo b.help p i {
    right: calc(50% + 2px);
    left: auto;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board {
    margin-left: 0;
    margin-right: 80px;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board div.about {
    padding-left: 0;
    padding-right: 10px;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board div.about div {
    right: 100%;
    left: auto;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board div.about div u {
    border-left: 0;
    border-right: 20px solid #fff;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board div.about div u:first-child {
    right: 1px;
    border-right-color: #aaa;
    left: auto;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board div.icon {
    right: -80px;
    left: auto;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board ol {
    margin-left: 0;
    margin-right: 32.5%;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board ol li:hover div.fr button i {
    border-left-color: #391;
    left: auto;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board ol li div.fr {
    float: left;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board ol li div.fr button {
    margin-left: 0;
    margin-right: 15px;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board ol li div.fr button i {
    border-left: 13px solid #280;
    right: -13px;
    border-right: 0;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board ol li div.fr mark small {
    text-align: left;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board ol li div.fl {
    float: right;
    margin-left: 0;
    margin-right: 40px;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section li.board ol li div.fl mark {
    margin-left: 0;
    margin-right: 10px;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section div.preferences ol li label {
    text-align: right;
}
html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room header div.header {
    margin-right: 150px;
    margin-left: 0;
}
html:lang(ar) #dispo section.packs div.auto article header div.about div.fl {
    float: right;
}
html:lang(ar) #dispo section.packs div.auto article header div.about div.fl p {
    left: auto;
    right: 100%;
}
html:lang(ar) #dispo section.packs div.auto article header div.about div.fl p i {
    border-left: 0;
    border-right: 20px solid #fff;
}
html:lang(ar) #dispo section.packs div.auto article header div.about div.fl p i:first-child {
    border-right-color: #aaa;
    left: 0;
}
html:lang(ar) #dispo section.packs div.auto article header div.about div.fl button {
    float: left;
}
html:lang(ar) #dispo section.packs div.auto article header div.about div.fl button i {
    margin-right: 5px;
    margin-left: 0;
}
html:lang(ar) #dispo section.packs div.auto article header div.about div.fr {
    float: left;
}
html:lang(ar) #dispo section.packs div.auto article header div.about div.fr mark {
    margin-right: 0 !important;
    margin-left: 20px;
}
html:lang(ar) #dispo section.packs div.auto article header div.about div.fr div.add button {
    right: auto !important;
    left: 0;
}
html:lang(ar) #dispo section.packs div.auto article header div.about div.fr div.add span {
    margin-left: 0;
}
html:lang(ar) #dispo section.packs div.auto article section div:first-child strong {
    float: right;
}
html:lang(ar) #dispo section.packs div.auto.more {
    text-align: left;
}
html:lang(ar) #dispo section.packs div.auto.more button i {
    margin-right: 5px;
    margin-left: 0;
}
html:lang(ar) #dispo section.packs.extras div.auto article header {
    border-left: 0;
    border-right: 7px solid #f60;
}
html:lang(ar) #dispo section.packs.extras div.auto article div.about div.fr div.add span {
    margin-right: 10px;
}
html:lang(ar) #dispo section.packs.experiences div.auto article header div.about {
    margin-left: 0;
    margin-right: 80px;
}
html:lang(ar) #dispo section.others div.breakfast svg {
    margin-left: 5px;
    margin-right: 0 !important;
}
html:lang(ar) #dispo section.others button.currency-ref {
    margin-right: 5px;
    margin-left: 0;
}
html:lang(ar) #dispo section.others button.currency-ref b {
    margin-right: 2px;
    margin-left: 0;
}
html:lang(ar) #dispo section.others button.currency-ref b.help {
    float: left;
}
html:lang(ar) #dispo section.others div.currency {
    text-align: right;
}
html:lang(ar) #dispo section.others div.currency ul {
    text-align: right;
}
html:lang(ar) #dispo section.others div.links {
    float: left;
    text-align: right;
}
html:lang(ar) #ultima_reserva p {
    text-align: right;
}
html:lang(ar) #ultima_reserva p.close {
    text-align: right;
}
.panel {
    font-family: 'Roboto Condensed';
    background: #eee;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    position: relative;
}
.panel .auto {
    padding: 0;
}
.panel .auto .modify {
    display: inline-block;
    font-family: 'Roboto Condensed';
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.11) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.11) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.11) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.11) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.11) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1c000000', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1c000000',GradientType=0);
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    font-size: 1.25rem;
    height: 60px;
    max-width: 175px;
    padding: 10px;
    width: 25%;
}
.panel .auto .modify:hover {
    background: #fff;
    transition: all .3s;
}
.panel .auto .modify svg {
    display: inline-block;
    fill: #ea6b00;
    height: 40px;
    margin: 0;
    width: 30%;
    vertical-align: middle;
}
.panel .auto .modify div {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.333rem;
    padding-left: 10px;
    text-align: left;
    width: 50%;
    width: calc(100% - 60px);
    line-height: 15px;
    text-transform: uppercase;
}
.panel .auto .functionals {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #bbb;
    float: right;
    font-size: 0;
    text-align: right;
    width: 75%;
}
.panel .auto .functionals a {
    display: inline-block;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    border-left: 1px solid #bbb;
    height: 60px;
    max-width: 150px;
    padding: 17px 10px;
    text-decoration: none;
    width: 25%;
}
.panel .auto .functionals a:hover {
    background: #fff;
    transition: all .3s;
}
.panel .auto .functionals a span,
.panel .auto .functionals a svg,
.panel .auto .functionals a div,
.panel .auto .functionals a div:after {
    display: inline-block;
}
.panel .auto .functionals a.sta-others-info {
    display: none;
}
.panel .auto .functionals a.sta-others-info.show {
    display: inline-block;
}
.panel .auto .functionals button {
    display: inline-block;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    border-left: 1px solid #bbb;
    height: 60px;
    max-width: 150px;
    padding: 17px 10px;
    text-decoration: none;
    width: 25%;
}
.panel .auto .functionals button:hover {
    background: #fff;
    transition: all .3s;
}
.panel .auto .functionals button span,
.panel .auto .functionals button svg,
.panel .auto .functionals button div,
.panel .auto .functionals button div:after {
    display: inline-block;
}
.panel .auto .functionals button div:after {
    margin-left: 6px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.panel .auto .functionals svg {
    fill: #ea6b00;
    height: 25px;
    margin-bottom: 8px;
    width: 30%;
    vertical-align: middle;
}
.panel .auto .functionals label {
    display: inline-block;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    border-left: 1px solid #bbb;
    height: 60px;
    max-width: 150px;
    padding: 17px 10px;
    text-decoration: none;
    width: 25%;
}
.panel .auto .functionals label:hover {
    background: #fff;
    transition: all .3s;
}
.panel .auto .functionals label span,
.panel .auto .functionals label svg,
.panel .auto .functionals label div,
.panel .auto .functionals label div:after {
    display: inline-block;
}
.panel .auto .functionals label label {
    border: 0 !important;
    bottom: 0;
    display: none !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.panel .auto .functionals label label:hover {
    background: none;
}
.panel .auto .functionals label div:after {
    margin-left: 6px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.panel .auto .functionals span {
    color: #ea6b00;
    font-size: 2.75rem;
    line-height: 30px;
    margin-bottom: 5px;
    vertical-align: top;
}
.panel .auto .functionals div {
    font-family: 'Roboto Condensed';
    font-size: 1rem;
    padding-left: 0px;
    text-align: left;
    width: 60%;
    line-height: 10px;
    min-height: 30px;
    vertical-align: middle;
}
.panel .auto .functionals div:after {
    font-size: 1.333rem;
    margin-left: 3px;
    content: '>';
    font-family: 'Roboto Condensed';
    vertical-align: middle;
    line-height: 21px;
}
.panel .auto .functionals .currency-ref {
    max-width: 160px;
}
.panel .auto .functionals .currency-ref div {
    width: 54%;
}
.functional-button {
    display: inline-block;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    border-left: 1px solid #bbb;
    height: 60px;
    max-width: 150px;
    padding: 17px 10px;
    text-decoration: none;
    width: 25%;
}
.functional-button:hover {
    background: #fff;
    transition: all .3s;
}
.functional-button span,
.functional-button svg,
.functional-button div,
.functional-button div:after {
    display: inline-block;
}
#tpl-calendar-prizes:checked ~ #sta-calendar-prices {
    display: block;
}
#tpl-calendar-prizes:checked ~ .panel label[for="tpl-calendar-prizes"] {
    background: #fff;
    position: relative;
}
#tpl-calendar-prizes:checked ~ .panel label[for="tpl-calendar-prizes"]:before {
    background: #fff;
    display: block;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}
#tpl-calendar-prizes:checked ~ .panel label[for="tpl-calendar-prizes"] label {
    display: block !important;
}
#tpl-currency:checked ~ #sta-currency-switcher .sta-currency {
    display: block;
}
#tpl-currency:checked ~ .panel label[for="tpl-currency"] {
    position: relative;
    background: #fff;
}
#tpl-currency:checked ~ .panel label[for="tpl-currency"]:before {
    background: #fff;
    display: block;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}
#tpl-currency:checked ~ .panel label[for="tpl-currency"] label {
    display: block !important;
}
#dispo section.others div.breakfast {
    border-bottom: 1px solid #777;
    color: #444;
    font-family: 'Roboto Condensed';
    font-size: 1.167rem;
    margin-bottom: 10px;
    padding: 2px 0 15px;
    text-align: center;
}
#dispo section.others div.breakfast svg {
    height: 32px;
    margin-right: 5px;
    position: relative;
    stroke-width: .6px;
    stroke: #c94;
    top: 8px;
    width: 32px;
}
#dispo section.others div.breakfast.show {
    display: block;
}
#dispo section.others div.links {
    float: right;
    text-align: right;
}
#dispo section.others div.links a {
    color: #f60;
    display: none;
    font-family: 'Roboto Condensed';
    font-size: 1.167rem;
}
#dispo section.others div.links a:hover {
    text-decoration: none;
}
#dispo section.others div.links a i {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f60;
    border-top: 5px solid transparent;
    display: inline-block;
    margin-left: 5px;
}
#dispo section.others div.links a.show {
    display: block;
}
#dispo section.others div.error {
    background: #F5F5F5;
    border-top: 5px solid #f60;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.4);
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-family: 'Roboto Condensed';
    margin: 30px auto;
    overflow: hidden;
    padding: 20px;
    text-align: center;
}
#dispo section.others div.error + div.paso1_2 {
    display: none;
}
#dispo section.others div.error svg {
    fill: #fff;
    float: left;
    height: 80px;
    width: 80px;
}
#dispo section.others div.error strong {
    display: block;
    font-size: 2rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#dispo section.others div.error span:first-child {
    font-size: 1.167rem;
}
#dispo section.others button.currency-ref {
    background: #444;
    color: #fff;
    font-size: 1.167rem;
    margin-left: 5px;
    padding: 8px 10px;
    position: relative;
}
#dispo section.others button.currency-ref:hover p {
    display: block;
}
#dispo section.others button.currency-ref b {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    display: inline-block;
    margin: 0 0 1px 2px;
}
#dispo section.others button.currency-ref p {
    background: #FC0;
    color: #000;
    display: none;
    font-family: 'Roboto Condensed';
    font-size: 1rem;
    font-weight: normal;
    left: calc(50% - 5px);
    margin-top: 5px;
    padding: 10px;
    position: absolute;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 180px;
    z-index: 1;
}
#dispo section.others button.currency-ref p i {
    border-bottom: 5px solid #FC0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    left: calc(50% + 2px);
    position: absolute;
    top: -4px;
    width: 0;
}
#dispo section.others div.currency {
    background: #fff;
    display: none;
    padding: 15px 20px;
}
#dispo section.others div.currency ul {
    margin: 10px 0 5px;
    text-align: left;
}
#dispo section.others div.currency ul li {
    width: 10%;
}
#dispo section.others div.currency ul li:hover {
    background: #EEE;
}
#dispo section.others div.currency ul li a {
    color: #333;
    display: block;
    overflow: hidden;
    padding: 5px 0;
}
#dispo section.others div.currency ul li a * {
    width: 47.5%;
}
#dispo section.others div.currency ul li a b {
    float: left;
    font-family: 'Roboto Condensed';
    text-align: right;
}
#dispo section.others div.currency ul li a span {
    float: right;
    text-align: left;
}
#dispo section.others div.currency ul li.currency-on {
    background: #EEE;
}
#dispo section.others div.currency ul li.currency-on a {
    cursor: default;
}
#dispo section.others div.currency strong {
    border-bottom: 1px solid #333;
    color: #333;
    font-family: 'Roboto Condensed';
    font-size: 1.083rem;
}
#dispo section.others div.currency b.help {
    float: right;
    height: 1.333rem;
    padding-top: 2px;
    width: 18px;
}
#dispo section.others div.currency b.help:before {
    display: none;
}
#dispo section.others button.currency-ref.show {
    color: #333;
    padding-bottom: 13px;
    background: #fff;
}
#dispo section.others button.currency-ref.show:hover {
    background: #fff;
}
#dispo section.others button.currency-ref.show b {
    border-top-color: #333;
}
#dispo section.others button.currency-ref.show p {
    display: none !important;
}
#dispo section.others div.currency.show {
    display: block;
}
@media screen and (min-width: 1201px) {
    .panel .auto .functionals a:last-child {
        border-right: 1px solid #bbb;
    }
}
.tpl-dispo-cabecera.paso1_2 {
    padding: 15px 10px 10px;
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}
.tpl-dispo-cabecera.paso1_2 > div {
    margin: 0 auto;
    max-width: 1200px;
}
.tpl-dispo-cabecera.paso1_2 > div > div.extra {
    padding-bottom: 0;
}
.tpl-dispo-cabecera.paso1_2 > div > div > a:first-child {
    color: #f60;
    font: 1rem 'Roboto Condensed';
    cursor: pointer;
}
.tpl-dispo-cabecera.paso1_2 > div > div > a:first-child:before {
    color: #CE6B00;
    content: '\e040';
    font: 1rem 'icons';
    padding-right: 1px;
    vertical-align: middle;
}
.tpl-dispo-cabecera.paso1_2 > div > div > a:first-child > span {
    text-decoration: underline;
}
.tpl-dispo-cabecera.paso1_2 > div > div > a.sta-prev-step {
    display: none;
}
.tpl-dispo-cabecera.paso1_2 .step {
    font: 1.4rem 'Roboto Condensed';
    color: #444;
    text-align: center;
    text-transform: uppercase;
}
.tpl-dispo-cabecera.paso1_2 .step-title {
    overflow: hidden;
    text-align: center;
    font: 2rem 'Roboto Condensed';
    font-weight: bold;
    color: #444;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: none;
}
.tpl-dispo-cabecera.paso1_2 div.extra {
    overflow: hidden;
    text-align: center;
    font: 19px 'Roboto Condensed';
    font-weight: bold;
    color: #444;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.tpl-dispo-cabecera.paso1_2 .step-title.active {
    display: block;
}
.tpl-dispo-cabecera.paso3 {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 15px 10px 10px;
}
.tpl-dispo-cabecera.paso3 > div {
    max-width: 1200px;
    margin: 0 auto;
    max-width: 111.167rem;
}
.tpl-dispo-cabecera.paso3 > div > div.extra {
    padding-bottom: 0;
}
.tpl-dispo-cabecera.paso3 > div > div > a:first-child {
    color: #f60;
    font: 1rem 'Roboto Condensed';
    cursor: pointer;
}
.tpl-dispo-cabecera.paso3 > div > div > a:first-child:before {
    color: #CE6B00;
    content: '\e040';
    font: 1rem 'icons';
    padding-right: 1px;
    vertical-align: middle;
}
.tpl-dispo-cabecera.paso3 > div > div > a:first-child > span {
    text-decoration: underline;
}
.tpl-dispo-cabecera.paso3 > div > div:first-of-type {
    font: 1.167rem 'Roboto Condensed';
    color: #444;
    text-align: center;
    text-transform: uppercase;
}
.tpl-dispo-cabecera.paso3 > div > div:last-of-type {
    color: #444;
    font-weight: bold;
    font: 19px 'Roboto Condensed';
    padding-bottom: 10px;
    text-align: center;
    display: inline;
}
.tpl-dispo-cabecera.paso3 > div > a {
    color: #f60;
    font: 1rem 'Roboto Condensed';
}
.tpl-dispo-cabecera.paso3 > div > a:before {
    color: #f60;
    content: '\e040';
    font: 1rem 'icons';
    padding-right: 1px;
    vertical-align: middle;
}
.tpl-dispo-cabecera.paso3 > div > a > span {
    text-decoration: underline;
}
.tpl-dispo-cabecera.paso3 .step {
    font: 1.4rem 'Roboto Condensed';
    color: #444;
    text-align: center;
    text-transform: uppercase;
}
.tpl-dispo-cabecera.paso3 .step-title {
    overflow: hidden;
    text-align: center;
    font: 19px 'Roboto Condensed';
    font-weight: bold;
    color: #444;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.tpl-dispo-cabecera.paso3 div.extra {
    overflow: hidden;
    text-align: center;
    font: 19px 'Roboto Condensed';
    font-weight: bold;
    color: #444;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.tpl-dispo-cabecera.paso3 .step-title.active {
    display: block;
}
#formulario_buscador {
    display: none;
}
#dispo section.offers {
    display: none !important;
    background: #AAA;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    z-index: 1;
}
#dispo section.offers .auto {
    overflow: hidden;
    position: relative;
}
#dispo section.offers .auto ol {
    display: none;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
#dispo section.offers .auto ol li {
    cursor: pointer;
    padding: 0 10px;
    position: absolute;
    right: 0;
}
#dispo section.offers .auto ol li:first-child {
    left: 0;
    right: auto;
}
#dispo section.offers .auto ol li svg {
    fill: #fff;
    height: 20px;
    width: 10px;
}
#dispo section.offers .auto ol.show {
    display: block;
}
#dispo section.offers .auto div {
    margin: 0 20px;
    overflow: hidden;
}
#dispo section.offers .auto div ul {
    display: none;
    font-size: 0;
    transition: all 1s;
}
#dispo section.offers .auto div ul li {
    color: #111;
    display: inline-block;
    font-size: 0.8333rem;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#dispo section.offers .auto div ul li:before {
    padding-left: 20px;
    background-repeat: no-repeat !important;
    font-weight: bold;
    text-transform: uppercase;
    background-size: contain !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAoCAMAAACo9wirAAAAM1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACjBUbJAAAAEHRSTlMADx8vP09fb3+Pn6+/z9/v+t8hjgAAARVJREFUeAG9k+FuwyAMBnFICClQ3/s/7WQlDtamdvuz3o/STxypTZ10UXvf0yQPOFLgARCMYblL3DdWzwe6NhhuVGBsiuYzb+baqcclgMnZjyxKtbXBFGynQLPY6bbIQC/hCc2MAztaUQv5ack4v+t6PrSsZ7FFY6MygENs5SzgAMr3ixg5LWAFSPf9yQ5Q7fNIWfGWA5ty0fm576U6diFO6c4IQndS5j1phVFWZ7fy9hkHJkgsFbYQxYSeIpAi/TOCxiKv/9IRTaKMbXWKgs6ut4HN0VvsqU15gbacjHr/sNgoi5dzj1ydnSyw3B1EIbb5QeH4Taj/I8R7iIK/RtKgib+PQXjBn4XCC8o9Nzha9hmektIXZ1gfrcOh7LoAAAAASUVORK5CYII=);
}
#dispo section.offers .auto div ul.show {
    display: block;
}
.error + div + div + div + div {
    display: none;
}
.error + div + div + div {
    display: none;
}
.others {
    position: relative;
    z-index: 4;
}
.privacity {
    letter-spacing: normal;
    padding-top: 20px;
    position: relative;
    text-align: right;
    word-spacing: normal;
}
.privacity > input {
    left: -99px;
    position: fixed;
}
.privacity > span {
    padding-left: 30px;
    font-size: 1.167rem;
    line-height: 20px;
    font-weight: 300;
}
.privacity > span > a {
    color: #f60;
    cursor: pointer;
    text-decoration: underline;
}
.privacity label {
    display: inline-block !important;
    padding: 0 !important;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
}
.privacity label > span:before {
    display: block;
    border: 1px solid #bbb;
    content: '';
    height: 16px;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0;
    width: 16px;
}
.privacity label > span:after {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    content: '\e020';
    font: 17px 'icons';
    left: 0;
    position: absolute;
    top: 0;
    transition: .1s;
}
.privacity #privacity:checked + label > span:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .3s;
}
.modal {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.modal .modal-dialog {
    width: 50%;
    padding: 20px;
    margin: 20% auto;
    position: relative;
}
.modal .modal-dialog .modal-content {
    -webkit-animation-name: modal;
    animation-duration: 0.5s;
    webkit-animation-duration: 0.5s;
    animation-name: modal;
    background-color: #F3F3F3;
    border: 1px #777 solid;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: auto;
    max-height: 400px;
    outline: 0;
    overflow-y: auto;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 80%;
}
.modal .modal-dialog .modal-content::-webkit-scrollbar {
    width: 5px;
}
.modal .modal-dialog .modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.modal .modal-dialog .modal-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f60;
}
.modal .modal-dialog .modal-content > .modal-body > p {
    line-height: 25px;
    margin: 0;
}
.modal .modal-dialog > .modal_content > .modal-body > p {
    line-height: 25px;
    margin: 0;
}
.modal.send-dispo {
    display: block;
    z-index: 9999;
}
.modal.send-dispo .modal-dialog {
    margin: 15% auto;
    display: block;
    max-width: 550px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal.send-dispo .modal-dialog .modal-content {
    width: 100%;
    max-height: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-header h2 {
    font-size: 1.667rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.modal-header > a {
    color: #000;
    cursor: pointer;
    font-size: 1.667rem;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 10px;
    transition: all .3s;
}
.modal-header > a:hover {
    color: #f60 !important;
    transition: all .3s;
}
.modal_controller {
    position: fixed;
    left: 100%;
    height: 0;
    top: 0;
}
.tpl-modal_scroll {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    display: none;
}
.tpl-modal_scroll > div {
    text-align: right;
    margin: 0 auto;
    max-width: 960px;
}
.tpl-modal_scroll > div > label {
    color: #111;
    cursor: pointer;
    display: inline-block;
    font: 1.333rem 'Roboto Condensed';
    padding-bottom: 10px;
    text-transform: uppercase;
}
.tpl-modal_scroll > div > label:after {
    content: '\e001';
    font-family: 'icons';
    padding-left: 10px;
    vertical-align: middle;
    font-weight: bold;
}
.tpl-modal_scroll > div > label:hover {
    color: #c94;
    transition: .3s;
}
.tpl-modal_scroll > div > div {
    background: #fff;
    color: #333;
    font: 1.167rem 'Roboto Condensed';
    padding: 20px 30px 20px 20px;
    text-align: left;
}
.tpl-modal_scroll > div > div > div:last-child {
    height: 500px;
}
.tpl-modal_scroll > div > div > div:last-child > div:first-child {
    font: bold 24px 'Roboto Condensed';
    height: 60px;
    background: #fff;
    position: relative;
    z-index: 1;
    color: #222;
    text-transform: uppercase;
}
.tpl-modal_scroll > div > div > div:last-child > div:last-child {
    padding-top: 60px;
}
input:checked + .tpl-modal_scroll {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transition: .3s;
    z-index: 1000;
    display: block;
}
.scrollbar_container {
    position: relative;
}
.scrollbar_container .viewport {
    overflow: hidden;
    position: relative;
}
.scrollbar_container .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.scrollbar_container .scrollbar {
    position: absolute;
    background: #ccc;
    right: 20px;
    top: 10px;
    width: 1px;
    z-index: 1;
}
.scrollbar_container .track {
    height: 100%;
    width: 1px;
    position: relative;
}
.scrollbar_container .thumb {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #5e5e5e;
    cursor: pointer;
    height: 50px;
    left: -2px;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: height .3s, background .3s;
    width: 5px;
}
.scrollbar_container .thumb .end {
    background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
}
.scrollbar_container .disable {
    display: none;
}
#dispo #modal {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: none;
    font-family: 'Roboto Condensed';
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
}
#dispo #modal div.alert {
    background: #fff;
    border-top: 4px #280 solid;
    left: 50%;
    padding: 40px 30px 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 260px;
}
#dispo #modal div.alert:before {
    background: #280;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    top: -27px;
    width: 50px;
}
#dispo #modal div.alert div {
    text-align: center;
}
#dispo #modal div.alert div:first-child {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
}
#dispo #modal div.alert div svg {
    fill: #fff;
    height: 25px;
    left: 50%;
    position: absolute;
    top: -15px;
    width: 35px;
}
#dispo #modal div.alert div p {
    color: #444;
    float: right;
    font-size: 1.5rem;
}
#dispo #modal div.alert div p span {
    text-transform: lowercase;
}
#dispo #modal div.alert div u {
    color: #280;
    cursor: pointer;
    font-size: 1.25rem;
    padding: 10px;
    text-transform: uppercase;
}
#dispo #modal div.alert div u:hover {
    text-decoration: none;
}
#dispo #modal article {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 750px;
}
#dispo #modal article button {
    background: none;
    bottom: 100%;
    color: #fff;
    font-size: 1.333rem;
    padding: 10px;
    position: absolute;
    right: -10px;
    text-transform: uppercase;
}
#dispo #modal article button svg {
    height: 10px;
    margin-left: 5px;
    stroke-width: 2px;
    stroke: #fff;
    width: 10px;
}
#dispo #modal article figure {
    height: 350px;
}
#dispo #modal article section {
    max-height: 150px;
    overflow-y: auto;
    padding: 30px;
}
#dispo #modal article section p {
    color: #666;
    float: left;
    font-size: 1.333rem;
    text-align: justify;
    width: calc(65% - 60px);
}
#dispo #modal article section div {
    background: #EEE;
    float: right;
    padding: 15px;
    width: 35%;
}
#dispo #modal article section div span {
    color: #333;
    display: block;
    font-size: 1.333rem;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
#dispo #modal article section div ul {
    text-align: center;
}
#dispo #modal article section div ul li {
    display: inline-block;
    font-size: 0;
    margin: 10px;
}
#dispo #modal article section div ul li svg {
    background: #333;
    height: 25px;
    width: 25px;
}
#dispo #modal.show {
    display: block;
}
#cb_tpl-multislide {
    z-index: 200;
    position: fixed;
    left: 100%;
}
#cb_tpl-multislide:checked ~ .tpl-multislide {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    padding-top: 50px;
    transition: .3s;
    z-index: 1000;
}
.tpl-multislide {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    font-family: 'Roboto Condensed';
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
.tpl-multislide > div {
    font-size: 0;
    white-space: nowrap;
}
.tpl-multislide > div > input {
    position: fixed;
    left: 100%;
    height: 0;
    /* &:not(:first-of-type) {
    &:checked {
    + div {
    margin-left: calc(-100% + 140px);
}
}
}*/
}
.tpl-multislide > div > input:checked + div {
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.3);
    z-index: 4;
}
.tpl-multislide > div > input:checked + div > label {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    z-index: -1;
}
.tpl-multislide > div > input:checked + div > article > section {
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 200px;
}
.tpl-multislide > div > div {
    display: inline-block;
    left: 10px;
    max-width: 800px;
    position: absolute;
    right: 10px;
    transition: z-index 0s, 1s;
    vertical-align: top;
}
.tpl-multislide > div > div > label {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    bottom: 0;
    left: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    transition: 1s;
}
.tpl-multislide > div > div > article {
    background: #fff;
}
.tpl-multislide > div > div > article > header {
    border-bottom: 1px solid #9F9F9F;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.45rem;
}
.tpl-multislide > div > div > article > section {
    font-size: 0;
    max-height: 0;
    overflow: auto;
    white-space: normal;
    transition: 1s;
    padding: 0 15px;
}
.tpl-multislide > div > div > article > section > div {
    font-size: 1.12rem;
    letter-spacing: -1px;
    white-space: normal;
    line-height: 1.52rem;
    /*span {
    display: none;
}*/
}
.tpl-multislide > div > div > article > section > div:first-of-type {
    color: #636363;
    padding-bottom: 15px;
    white-space: normal;
}
.tpl-multislide > div > div > article > section > div:last-of-type {
    background: #E7E7E7;
    padding: 10px;
    text-align: center;
}
.tpl-multislide > div > div > article > section > div:last-of-type > div {
    display: none;
}
.tpl-multislide > div > div > article > section > div:last-of-type > ul {
    margin: 0;
    padding: 0;
    color: #777;
    text-align: center;
}
.tpl-multislide > div > div > article > section > div:last-of-type > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0 6px;
}
.tpl-multislide > div > div > article > section > div:last-of-type > ul > li > svg {
    width: 20px;
    height: 20px;
    fill: #444;
}
.tpl-multislide > div > div > .tpl-slide200 {
    padding-top: 155px;
    position: relative;
    width: 100%;
}
.tpl-multislide > div > div > .tpl-slide200 > input {
    position: fixed;
    left: 100%;
    height: 0;
    visibility: hidden;
}
.tpl-multislide > div > div > .tpl-slide200 > input + label + label + figure {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s, z-index 0s 0.5s;
    -moz-transition: opacity 0.5s, z-index 0s 0.5s;
    -o-transition: opacity 0.5s, z-index 0s 0.5s;
    transition: opacity 0.5s, z-index 0s 0.5s;
}
.tpl-multislide > div > div > .tpl-slide200 > input:checked + label + label {
    left: 0;
    z-index: 2;
}
.tpl-multislide > div > div > .tpl-slide200 > input:checked + label + label + figure {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    z-index: 1;
}
.tpl-multislide > div > div > .tpl-slide200 > input:checked + label + label + figure + input + label + label + figure + input + label + label {
    right: 0;
    z-index: 2;
}
.tpl-multislide > div > div > .tpl-slide200 > input:checked + label + label + figure + input + label + label + figure + input + label + label:after {
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}
.tpl-multislide > div > div > .tpl-slide200 > input:nth-last-of-type(2):checked + label + label + figure + input + label + label + figure + label {
    right: 0;
    z-index: 2;
}
.tpl-multislide > div > div > .tpl-slide200 > input:nth-last-of-type(2):checked + label + label + figure + input + label + label + figure + label:after {
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}
.tpl-multislide > div > div > .tpl-slide200 > input:last-of-type:checked + label + label + figure + label + label {
    right: 0;
    z-index: 2;
}
.tpl-multislide > div > div > .tpl-slide200 > input:last-of-type:checked + label + label + figure + label + label:after {
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}
.tpl-multislide > div > div > .tpl-slide200 > label + label {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    cursor: pointer;
    display: block;
    height: 90px;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    position: absolute;
    top: 50%;
    width: 32px;
}
.tpl-multislide > div > div > .tpl-slide200 > label + label:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tpl-multislide > div > div > .tpl-slide200 > label + label:after {
    content: '';
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #fff transparent transparent;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tpl-multislide > div > div > .tpl-slide200 > figure {
    background-size: cover;
    background-position: center;
    bottom: 0;
    height: 155px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.tpl-multislide > div > div > .tpl-slide200 > figure:last-of-type + label {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    cursor: pointer;
    display: block;
    height: 90px;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    position: absolute;
    top: 50%;
    width: 32px;
}
.tpl-multislide > div > div > .tpl-slide200 > figure:last-of-type + label:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tpl-multislide > div > div > .tpl-slide200 > figure:last-of-type + label:after {
    content: '';
    height: 0;
    width: '0';
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #fff transparent transparent;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tpl-multislide > label {
    color: #fff;
    cursor: default;
    font-size: 12px;
    padding-bottom: 10px;
    text-align: right;
    text-transform: uppercase;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 10px 0 0;
}
.tpl-multislide > label > span:after {
    content: 'X';
    padding-left: 10px;
    cursor: pointer;
}
.tpl-multislide > label > span:hover {
    color: #c94;
    cursor: pointer;
    transition: .3s;
}
.tpl-multislide footer {
    background-color: white;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    position: relative;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.3) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000',endColorstr='#4d000000',GradientType=0);
}
.tpl-multislide .sta-arrow-left,
.tpl-multislide .sta-arrow-right {
    background-color: black;
    color: white;
    padding: 10px 5px;
    width: 5%;
    font-weight: bolder;
    height: 50%;
    top: 0;
    position: absolute;
}
.tpl-multislide .sta-arrow-left {
    left: 0;
}
.tpl-multislide .sta-arrow-right {
    right: 0;
}
.tpl-multislide .sta-arrow-left:before {
    content: "\003c";
}
.tpl-multislide .sta-arrow-right:before {
    content: "\003e";
}
@media (min-width: 601px) {
    .tpl-multislide > div > div {
        left: auto;
        margin-left: calc(-100% + 70px);
        position: relative;
        right: auto;
        transform: scale(0.9);
        width: calc(100% - 70px);
    }
    .tpl-multislide > div > div:first-of-type {
        margin-left: -35px;
    }
    .tpl-multislide > div > div > .tpl-slide200 {
        padding-top: 315px;
        min-height: 36px;
        background: #000;
        font-size: 0;
        text-align: center;
    }
    .tpl-multislide > div > div > .tpl-slide200 > figure {
        height: 315px;
    }
    .tpl-multislide > div > div > .tpl-slide200 > input:checked + label {
        background: #fff;
        transition: 0.3s;
    }
    .tpl-multislide > div > div > .tpl-slide200 > input + label {
        background: rgba(255, 255, 255, 0.5);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 6px;
        margin: 15px 7px;
        width: 6px;
    }
    .tpl-multislide > div > div > .tpl-slide200 > input + label:hover {
        background: #fff;
        transition: 0.3s;
    }
    .tpl-multislide > div > div > article > section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tpl-multislide > div > div > article > section > p {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        padding-right: 10px;
        vertical-align: top;
    }
    .tpl-multislide > div > div > article > section > div:last-of-type {
        padding-top: 10px;
    }
    .tpl-multislide > div > div > article > section > div:last-of-type > div {
        display: block;
        padding-bottom: 10px;
        text-transform: uppercase;
    }
    .tpl-multislide > div > input:checked + div {
        box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.5);
        transform: scale(1);
    }
    .tpl-multislide > div > input:checked + div + input + div {
        margin-left: calc(-100% + 140px);
        transform: translateX(0) scale(0.9);
        z-index: 2;
    }
    .tpl-multislide > div > input:checked + div + input + div ~ div {
        margin-left: 0;
        transform: translateX(-100%) scale(0);
    }
    .tpl-multislide > div > input:checked:not(:first-of-type) + div {
        margin-left: calc(-100% + 140px);
    }
    .tpl-multislide > div > input:first-of-type:checked + div {
        margin-left: 35px;
    }
}
@media (min-width: 1001px) {
    .tpl-multislide > div {
        margin: 0 auto;
        max-width: 1010px;
    }
    .tpl-multislide > div > div {
        margin-left: calc(-100% + 210px);
    }
    .tpl-multislide > div > label {
        margin: 0 auto;
        max-width: 800px;
        width: 100%;
    }
    .tpl-multislide > div > input:checked + div {
        max-width: 800px;
    }
    .tpl-multislide > div > input:checked + div ~ div {
        transform: translateX(-100%) scale(0);
    }
    .tpl-multislide > div > input:checked + div + input + div {
        margin-left: 0;
    }
    .tpl-multislide > div > input:checked + div + input + div ~ div {
        margin-left: -50%;
    }
    .tpl-multislide > div > input:first-of-type:checked + div {
        margin-left: 10%;
    }
    .tpl-multislide > div > input:first-of-type:checked + div + input + div {
        transform: translateX(-100%) translateX(110px) scale(0.9);
    }
    .tpl-multislide > div > input:not(:first-of-type):checked + div {
        margin-left: calc(-100% - 50px);
        transform: translateX(50%) scale(1);
    }
    .tpl-multislide > div > input:not(:first-of-type):checked + div + input + div {
        transform: translateX(-250px) scale(0.9);
    }
}
@media (min-width: 801px) {
    .tpl-multislide > div > div > article > section {
        padding-left: 30px;
        padding-right: 30px;
    }
    .tpl-multislide > div > div > article > section > div {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tpl-multislide > div > div > article > section > div:first-of-type {
        display: inline-block;
        padding-right: 30px;
        width: 65%;
    }
    .tpl-multislide > div > div > article > section > div:last-of-type {
        display: inline-block;
        width: 35%;
        vertical-align: top;
    }
}
@media (max-height: 700px) and (max-width: 600px) and (orientation: landscape) {
    .tpl-multislide > div > div {
        transition: 0s;
    }
    .tpl-multislide > div > div > article {
        width: 50%;
        vertical-align: top;
        display: table-cell;
    }
    .tpl-multislide > div > div > article > section {
        max-height: 210px !important;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tpl-multislide > div > div > .tpl-slide200 {
        display: table-cell;
        width: 50%;
    }
    .tpl-multislide > div > div > .tpl-slide200 > figure {
        height: 259px;
    }
}
#formulario_buscador {
    display: none !important;
    z-index: 20;
}
#formulario_buscador #engine {
    display: block !important;
    z-index: 99999;
}
#formulario_buscador #engine .calendar.input {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#formulario_buscador.fixed {
    z-index: 9999;
    position: fixed;
    display: block !important;
}
#formulario_buscador.fixed #engine section {
    display: block !important;
    overflow: visible;
}
#general_dispo #formulario_buscador {
    display: block !important;
}
#availability_notice {
    font-size: 1.333rem;
}
#availability_notice .message {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto Condensed';
    color: #333;
    padding: 20px ;
    text-align: center;
}
#availability_notice .message .subtext {
    font-size: 1.5rem;
}
#availability_notice .message .text {
    font-size: 1.167rem;
    line-height: 25px;
    transition: all .5s;
}
#availability_notice .message .title {
    color: #f60;
    display: none;
    font-size: 1.667rem;
    padding-left: 80px;
    transition: all .5s;
}
#availability_notice .message .icon {
    position: absolute;
}
#availability_notice .message .icon svg {
    fill: #E94;
    height: 60px;
    width: 60px;
}
#availability_notice .send_button {
    font-size: 1.333rem;
    color: #fff;
    font-family: 'Roboto Condensed';
    background: #228800;
    border: 0;
    cursor: pointer;
    display: block;
    float: right;
    font: bold 1.333rem sans-serif;
    height: 45px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px 20px;
    text-transform: uppercase;
}
#availability_notice .send_button:hover {
    color: #fff;
    background: #29A001;
}
#availability_notice .send_button:disabled {
    background: #DDD !important;
    font-family: 'Roboto Condensed';
}
#availability_notice .field {
    display: inline-block;
    font-size: 1px;
    letter-spacing: -1px;
    margin: 10px 0;
    text-align: right;
    width: 50%;
    word-spacing: -1px;
    font-weight: 100;
}
#availability_notice .field > label.error {
    font-size: 1.333rem;
    letter-spacing: normal;
    word-spacing: normal;
    color: #FD4B4E;
}
#availability_notice .field > label:first-child {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1.333rem;
    letter-spacing: normal;
    width: 44%;
    word-spacing: normal;
}
#availability_notice .field > input {
    font-size: 1.25rem;
    letter-spacing: normal;
    word-spacing: normal;
    border: 1px solid #cccccc;
    color: #333;
    height: 25px;
    margin-right: auto;
    transition: all 0.5s ease 0s;
    width: 55%;
}
#availability_notice .see_more {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #CCC;
    display: none;
    margin: 0 4%;
    padding: 30px 0;
}
#availability_notice .see_more span {
    font-size: 1.333rem;
    display: inline-block;
}
#availability_notice .see_more a {
    color: #f60;
    display: inline-block;
    float: right;
    text-transform: uppercase;
}
#availability_notice .see_more a span {
    font-size: 1.167rem;
    display: inline-block;
    text-decoration: underline;
    vertical-align: middle;
}
#availability_notice .modal-body {
    font-size: 1.25rem;
}
#availability_notice .modify {
    text-align: center;
}
#availability_notice .form {
    font-size: 1px;
    letter-spacing: -1px;
    overflow: hidden !important;
    padding: 0px 15%;
    position: relative;
    word-spacing: -1px;
}
#availability_notice .form .text {
    text-align: center;
    color: #333;
    display: none;
    font-size: 1.833rem;
    margin-bottom: 20px;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 95%;
}
#availability_notice .form .ok {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-direction: column;
    -webkit-box-direction: column;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flexbox-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}
#availability_notice .form .ok .tick {
    color: #280;
    font-size: 40px;
}
#availability_notice .form .ok .text {
    color: #666;
}
#availability_notice .required {
    color: #f60;
}
#availability_notice .content {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
#availability_notice label {
    padding: 0 10px;
    transition: all .5s;
}
#availability_notice .arrow_right {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #E94;
    border-top: 7px solid transparent;
    height: 0;
    margin-left: 5px;
    width: 0;
}
#availability_notice .ko {
    overflow: hidden;
    opacity: 1;
    transition: all 1s;
    text-align: center;
    background: none repeat scroll 0 0 #FFE4E3;
    bottom: 40px;
    height: 35px;
    padding: 5px;
    position: absolute;
    width: calc(100% - 240px);
}
#availability_notice .ko span {
    padding-left: 10px;
    line-height: 35px;
}
#availability_notice div.boxclose {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #FD4430;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FD4B4E;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    text-align: center;
    width: 20px;
}
#availability_notice div.boxclose:hover {
    border: 1px solid #BE1300;
    color: #FD4B4E;
}
#availability_notice .boxclose:before {
    content: "x";
}
#dispo #availability_notice {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    padding: 0;
    width: 100%;
}
@keyframes "tpl-g-show" {
    0% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        z-index: 100;
    }
    100% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        z-index: 100;
    }
}
@-webkit-keyframes "tpl-g-show" {
    0% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        z-index: 100;
    }
    100% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        z-index: 100;
    }
}
@-moz-keyframes "tpl-g-show" {
    0% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        z-index: 100;
    }
    100% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        z-index: 100;
    }
}
@-ms-keyframes "tpl-g-show" {
    0% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        z-index: 100;
    }
    100% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        z-index: 100;
    }
}
.tpl-g-expired {
    -moz-animation-delay: 60s;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: 1;
    -moz-animation-name: tpl-g-show;
    -ms-animation-delay: 60s;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-iteration-count: 1;
    -ms-animation-name: tpl-g-show;
    -o-animation-delay: 60s;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: 1;
    -o-animation-name: tpl-g-show;
    -webkit-animation-delay: 60s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: tpl-g-show;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    left: 0;
    line-height: 18px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: -100;
	display: none;
}
.tpl-g-expired .content {
    background: #fff;
    left: calc(50% - 285px);
    padding: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 520px;
}
.tpl-g-expired .content .title {
    color: #666;
    font-size: 1.167rem;
    margin-bottom: 15px;
}
.tpl-g-expired .content .button {
    background: #280;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    margin: auto;
    padding: 10px 15px;
    text-transform: uppercase;
}
.tpl-g-expired .content .button:hover {
    background: #391;
}
#ultima_reserva {
    background: #fff4EB;
    border: 2px solid #E94;
    bottom: 140px;
    color: #000 !important;
    display: none;
    font-family: 'Roboto Condensed';
    font-size: 0.9167rem;
    left: calc(50% - 90px);
    max-width: inherit;
    padding: 0;
    position: fixed;
    width: 210px;
    z-index: 9999;
}
#ultima_reserva > div {
    color: #fff;
    padding: 5px 10px;
    background: #ff6600 none repeat scroll 0% 0%;
}
#ultima_reserva > div > .icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABxElEQVRYhcXWL1AbQRTHcTqDiEBUVFREREREVCAQiAg6U1GBQCIQyNYhKioqmKlAREQgIisQFQhkBbKioiIzrYxEIBAnEAjEp+KW6fWau+5t7uhP7u1739/be/tnbS1ROMQZFshwiRP0U3PGgl/is2r9wFs86QI+xG0NvKj3bcPX8b0Cdod99HEaxu5xgOdtGXhdU+0UY9xUfL/CxCr9of6/f8IAMxzJm/JBM3mjCuMHqQa+1hi4xztsBWBR2yF+E/Mwtp9iYCFNO4UcG8HELQZNDVwkGuiX8rwI49OmBs4T4D8rcs2RNYFPE6t/U5HvQ/g+6BJ+XpPzMMzZ6Qo+w0aEgeEq8Dt/HjyZfKvuRqzqqXwn9FLhGcZh7jMNTjj0gvGLVPg8ArIeqvyCj9gT7gT5gcWy/x8Bv8YoAl61Za/kS/93g0bAMzWNFQEv6lU5cBIBH7cEh6NiYE9+mVRpoL3KH3RWDB7WTLypAyfCYVFegeslk+ZWa7h/6Wkx0ahkYtVuj9FmOeEI33RfOU2v4iUGjv8bPBjYEv88bxdeMLHn9xsvRieqLp9HMNE+vIGJ7uARJrqH15h4PHjBxFh+iE1iY34BnKq55Rx19LoAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    padding-right: 10px;
    vertical-align: middle;
    width: 32px;
}
#ultima_reserva > div > span {
    border-left: 1px solid #ffffff;
    color: #fff;
    display: inline-block;
    font: bold 1.167rem sans-serif;
    padding-left: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}
#ultima_reserva > p.close {
    cursor: pointer;
    font-style: normal;
    text-align: right;
    text-transform: lowercase;
    color: #fff;
    font-size: 1rem;
    position: absolute;
    right: 10px;
    top: 10px;
}
#ultima_reserva > ul {
    padding: 5px 10px;
}
.tpl-box200 {
    display: inline-block;
    margin: 0;
    width: 270px;
}
.tpl-box200 .title {
    font-size: 1.583rem;
    line-height: 1.583rem;
}
.tpl-box200 > article {
    background: #fff;
    position: relative;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 500px;
}
.tpl-box200 > article > header {
    border-width: 2px;
}
.tpl-box200 > article > header > div {
    padding: 0;
    margin: 0;
}
.tpl-box200 > article > header > div:nth-of-type(2) {
    display: none;
}
.tpl-box200 > article > header > div:nth-of-type(2) > div > span {
    display: inline-block;
}
.tpl-box200 > article > header > div:nth-of-type(3) {
    padding: 8px;
}
.tpl-box200 > article > header > div:last-of-type > div {
    padding: 0;
}
.tpl-box200 > article > header > div:last-of-type > div:first-of-type {
    width: 100%;
}
.tpl-box200 > article > header > div:last-of-type > div:first-of-type > div:first-of-type {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.tpl-box200 > article > header > div:last-of-type > div:first-of-type > div:first-of-type > div {
    margin-right: 1.167rem;
}
.tpl-box200 > article > header > div:last-of-type > div:first-of-type > div:first-of-type > div:not(:first-of-type) {
    display: block;
}
.tpl-box200 > article > header > div:last-of-type > div:first-of-type > label {
    display: none;
}
.tpl-box200 > article > header > div:last-of-type > div:last-of-type {
    display: none;
}
.tpl-box200 > article > section {
    padding: 0 8px;
    background: #fff;
    display: block;
}
.tpl-box200 > article > section > ul:first-of-type {
    border-top: 1px solid #444;
}
.tpl-box200 > article > footer {
    padding: 15px 8px;
    display: block;
}
.tpl-box200 > article .textcolor2 {
    font-size: 1.583rem;
    line-height: 1.5rem;
}
.tpl-box200 > article .text2 {
    font-size: 1.083rem;
}
.tpl-box200 > article .button {
    font-size: 1.667rem;
}
.tpl-box200 .list2 {
    padding: 0;
    color: #444;
}
.tpl-box200 .text3.room > div:first-child > div:first-child {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#dispo .tpl-box200 {
    display: inline-block;
    margin: 0;
    width: 270px;
}
#dispo .tpl-box200 .title {
    font-size: 1.583rem;
    line-height: 1.583rem;
}
#dispo .tpl-box200 > article {
    background: #fff;
    position: relative;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 500px;
}
#dispo .tpl-box200 > article > header {
    border-width: 2px;
}
#dispo .tpl-box200 > article > header > div {
    padding: 0;
    margin: 0;
}
#dispo .tpl-box200 > article > header > div:nth-of-type(2) {
    display: none;
}
#dispo .tpl-box200 > article > header > div:nth-of-type(2) > div > span {
    display: inline-block;
}
#dispo .tpl-box200 > article > header > div:nth-of-type(3) {
    padding: 8px;
}
#dispo .tpl-box200 > article > header > div:last-of-type > div {
    padding: 0;
}
#dispo .tpl-box200 > article > header > div:last-of-type > div:first-of-type {
    width: 100%;
}
#dispo .tpl-box200 > article > header > div:last-of-type > div:first-of-type > div:first-of-type {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#dispo .tpl-box200 > article > header > div:last-of-type > div:first-of-type > div:first-of-type > div {
    margin-right: 1.167rem;
}
#dispo .tpl-box200 > article > header > div:last-of-type > div:first-of-type > div:first-of-type > div:not(:first-of-type) {
    display: block;
}
#dispo .tpl-box200 > article > header > div:last-of-type > div:first-of-type > label {
    display: none;
}
#dispo .tpl-box200 > article > header > div:last-of-type > div:last-of-type {
    display: none;
}
#dispo .tpl-box200 > article > section {
    padding: 0 8px;
    background: #fff;
    display: block;
}
#dispo .tpl-box200 > article > section > ul:first-of-type {
    border-top: 1px solid #444;
}
#dispo .tpl-box200 > article > footer {
    padding: 15px 8px;
    display: block;
}
#dispo .tpl-box200 > article .textcolor2 {
    font-size: 1.583rem;
    line-height: 1.5rem;
}
#dispo .tpl-box200 > article .text2 {
    font-size: 1.083rem;
}
#dispo .tpl-box200 > article .button {
    font-size: 1.667rem;
}
#dispo .tpl-box200 .list2 {
    padding: 0;
    color: #444;
}
.paso2 .dyn-deleteRoom {
    display: none;
}
.tpl-list200 {
    display: block;
    padding: 10px;
}
.tpl-list200 .container {
    background: #fff;
    padding: 10px;
}
.tpl-list200 .header {
    background: #fff;
    border-bottom: 1px solid #aaaaaa;
    color: #ff6600;
    font: bold 16px 'Roboto Condensed', sans-serif;
    height: auto;
    letter-spacing: -1px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.tpl-list200 .slide {
    padding-top: 10px;
    position: relative;
}
.tpl-list200 .slide .arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #fff;
    bottom: 0;
    color: #ff6600;
    cursor: pointer;
    font: 16px 'icons';
    position: absolute;
    top: 10px;
}
.tpl-list200 .slide .arrow-left {
    left: 0;
}
.tpl-list200 .slide .arrow-right {
    right: 0;
}
.tpl-list200 .slide ul {
    overflow: hidden;
    white-space: nowrap;
}
.tpl-list200 .slide ul > li {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #444444;
    display: inline-block;
    font: 13px 'Roboto Condensed', sans-serif;
    padding: 0 40px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}
.tpl-list200 .slide ul > div {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #444444;
    display: inline-block;
    font: 13px 'Roboto Condensed', sans-serif;
    padding: 0 40px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}
.tpl-list200 > article > section.slide {
    min-height: 18px;
    overflow: hidden;
    white-space: nowrap;
}
.tpl-list200 > article > section.slide > div:not(.arrow) {
    display: inline-block;
    font: 13px 'Roboto Condensed', sans-serif;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#sta-calendar-prices {
    height: auto;
    overflow: auto;
    position: static;
    top: 0;
    width: auto;
    z-index: 100;
    display: none;
}
#sta-calendar-prices:not(.loading) > .calendario-loading {
    display: none;
}
#sta-calendar-prices > .calendario-loading {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-family: 'Roboto Condensed';
    height: 100%;
    padding: 20px;
    width: 100%;
}
#sta-calendar-prices > .calendario-loading > div:first-child {
    border-bottom: 3px solid #ddd;
    font-size: 2.167rem;
    margin-bottom: 30px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#sta-calendar-prices > .calendario-loading > div:last-child {
    color: #333;
}
/*Calendario cargando*/
#sta-calendar-prices > .calendario-loading > div:last-child > div:first-child {
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-align: center;
}
#sta-calendar-prices > .calendario-loading > div:last-child > .container_animated {
    -moz-box-shadow: 0px 0px 6px 1px #666;
    -webkit-box-shadow: 0px 0px 6px 1px #666;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #b1b1b1;
    box-shadow: 0px 0px 6px 1px #b1b1b1;
    font-size: 1.833rem;
    overflow: hidden;
    padding: 20px 5px;
    position: relative;
    text-align: center;
    width: 100%;
}
#sta-calendar-prices > .calendario-loading > div:last-child > .container_animated:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d7d7d7;
    height: 3px;
}
#sta-calendar-prices > .calendario-loading > div:last-child > .container_animated:after {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: barracargando;
    animation-timing-function: linear;
    background: #ce6b00;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
#sta-calendar-prices > .calendario-loading > div:last-child > .container_animated > span {
    padding-left: 40px;
    position: relative;
}
#sta-calendar-prices > .calendario-loading > div:last-child > .container_animated > span:before {
    color: #ce6b00;
    content: "\e08e";
    font: 2.833rem "Icons";
    left: 0;
    padding-right: 5px;
    position: absolute;
    top: -8px;
}
.tpl-calendar-prizes {
    background: #fff;
    font-family: 'Roboto Condensed';
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}
.tpl-calendar-prizes > label {
    background: rgba(255, 255, 255, 0.7);
    display: none ;
    padding: 10px;
    position: fixed;
    right: 20px;
    top: 0;
    z-index: 5;
}
.tpl-calendar-prizes > label > svg {
    width: 15px;
    height: 15px;
}
.tpl-calendar-prizes > .title {
    border-bottom: 3px solid #ddd;
    clear: both;
    font-size: 2.167rem;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.tpl-calendar-prizes > .text {
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 10px;
}
.tpl-calendar-prizes > .calendar {
    position: relative;
    margin: 0;
}
.tpl-calendar-prizes > .calendar:before {
    background: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    /*left       : 0;*/
    position: absolute;
    right: 0;
    z-index: 1;
}
.tpl-calendar-prizes > .calendar > button {
    position: absolute;
    top: calc(50% - (70px/2) - 5px);
    width: 10px;
}
.tpl-calendar-prizes > .calendar > button:first-of-type {
    left: -5px;
}
.tpl-calendar-prizes > .calendar > button:last-of-type {
    right: -5px;
}
.tpl-calendar-prizes > .calendar > button > svg {
    fill: #ea6b00;
    max-width: 6px;
}
.tpl-calendar-prizes > .calendar > div::-webkit-scrollbar {
    background: transparent;
    cursor: pointer;
    z-index: 4;
}
.tpl-calendar-prizes > .calendar > div::-webkit-scrollbar-thumb {
    background: #444;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 10px;
    cursor: pointer;
    z-index: 4;
}
.tpl-calendar-prizes > .calendar > div:last-of-type {
    border-right: 0;
    border-top: 3px solid rgba(200, 200, 200, 0.3);
    margin: 50px 20px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 0 70px 50px;
    position: relative;
}
.tpl-calendar-prizes > .calendar > div:not(:last-of-type) {
    background: rgba(200, 200, 200, 0.3);
    bottom: 0;
    color: #aaa;
    font-size: 1.667rem;
    font-weight: lighter;
    height: 2px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    width: auto;
    z-index: 2;
}
.tpl-calendar-prizes > .calendar > div:not(:last-of-type) > div {
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
}
.tpl-calendar-prizes > .calendar > div:not(:last-of-type).step1 {
    top: calc(66% - (70px/3*2));
}
.tpl-calendar-prizes > .calendar > div:not(:last-of-type).step2 {
    top: calc(33% - (70px/3));
}
.tpl-calendar-prizes > .calendar > div:not(:last-of-type).step3 {
    background: none;
    bottom: auto;
    right: 2px;
    width: 0;
    height: auto;
    z-index: 1;
}
.tpl-calendar-prizes > .calendar > div:not(:last-of-type).step3 > div {
    background: #fff;
    border-bottom: 250px solid #fff;
    border-right: 5px solid #fff;
    top: 3px;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul {
    display: inline-flex;
    display: -webkit-inline-flex;
    height: 200px;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li {
    font-size: 0;
    margin: 0 2px;
    position: relative;
    width: 30px;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-child(even) > div:first-of-type {
    visibility: hidden;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-last-of-type(1) > ul,
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-last-of-type(2) > ul,
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-last-of-type(3) > ul,
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-last-of-type(4) > ul,
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-last-of-type(5) > ul {
    left: auto;
    right: calc(50% + 8px);
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-last-of-type(1) > ul:before,
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-last-of-type(2) > ul:before,
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-last-of-type(3) > ul:before,
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-last-of-type(4) > ul:before,
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-last-of-type(5) > ul:before {
    border-left: 8px solid #444;
    border-right: 8px solid transparent;
    left: 100%;
    right: auto;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:hover > ul {
    display: block;
    min-width: 175px;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div {
    display: inline-block;
    font-size: 1.25rem;
    height: 24px;
    min-height: 30px !important;
    vertical-align: top;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:first-of-type {
    font-size: 1.5rem;
    font-weight: 400;
    height: auto;
    line-height: 17px;
    min-height: 24px !important;
    padding: 15px 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 100%;
    width: 30px;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type {
    height: 200px;
    position: relative;
    width: calc(100% - 40px);
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type > div {
    background: #aaa;
    bottom: 0;
    color: #eee;
    cursor: pointer;
    line-height: normal;
    min-height: 0!important;
    overflow: hidden;
    position: absolute;
    transition: .3s all;
    width: 30px;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type.checked > div,
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type:hover > div {
    background: #280;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type > div > span {
    bottom: 0;
    margin-left: 1px;
    position: absolute;
    transform-origin: 5px 0;
    transform: rotate(-90deg);
    z-index: 2;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type > div > span > mark {
    white-space: nowrap;
    text-transform: uppercase;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type.no_avail > div {
    background: #e8e8e8;
    color: #aaa;
    height: 100%!important;
    width: 30px!important;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > ul {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #444;
    color: #fff;
    display: none;
    left: calc(50% + 8px);
    padding: 10px;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > ul:before {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #444;
    border-top: 8px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    right: 100%;
    top: calc(50% - 8px);
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > ul > .text {
    font-size: 1.25rem;
    font-style: italic;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > ul > li {
    margin: 5px 0;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > ul > li > * {
    display: inline-block;
    font-size: 1.25rem;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > ul > li > div {
    margin-left: 5px;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > ul > li > div:first-of-type {
    margin-left: 0;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > ul > li > div:last-of-type {
    margin-left: 15px;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > ul > li > svg {
    display: inline-block;
    fill: #aaa;
    font-size: 1.25rem;
    margin: 0 5px;
    width: 17px;
}
.tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > ul > li > svg:last-of-type {
    width: 13px;
}
.tpl-calendar-prizes > ul {
    font-size: 0;
    margin-top: 10px;
}
.tpl-calendar-prizes > ul > li {
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    margin-right: 15px;
    position: relative;
}
.tpl-calendar-prizes > ul > li:before,
.tpl-calendar-prizes > ul > li:after {
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: inline-block;
}
.tpl-calendar-prizes > ul > li:before {
    border: 1px solid #ddd;
    height: 15px;
    margin-right: 5px;
    vertical-align: top;
    width: 15px;
}
.tpl-calendar-prizes > ul > li:after {
    height: 7px;
    left: 5px;
    position: absolute;
    top: 5px;
    transition: .3s background;
    width: 7px;
}
.tpl-calendar-prizes > ul > li:hover:after {
    background: #777;
    transition: .3s background;
}
.tpl-calendar-prizes > ul > li.checked:after {
    background: #444;
    transition: .3s background;
}
.tpl-calendar-prizes > .new_dates {
    background: #444;
    bottom: 0;
    color: #fff;
    /*display    : none;*/
    font-size: 1.25rem;
    left: 0;
    margin: 13px 20px 0;
    padding: 10px 20px;
    position: static;
    right: 0;
    z-index: 100;
}
.tpl-calendar-prizes > .new_dates > * {
    display: inline-block;
}
.tpl-calendar-prizes > .new_dates > div:first-of-type {
    font-weight: bold;
    text-transform: uppercase;
    display: none;
}
.tpl-calendar-prizes > .new_dates > button {
    float: right;
    line-height: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}
.tpl-calendar-prizes > .new_dates > button:after {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    content: '';
    display: inline-block;
    margin-left: 5px;
    vertical-align: sub;
}
.tpl-calendar-prizes > .new_dates > button:hover {
    text-decoration: none;
}
.tpl-calendar-prizes > .new_dates > .text {
    border: none;
    padding: 0;
    margin: 0;
}
.tpl-calendar-prizes > .new_dates > .text > span {
    display: none;
}
.tpl-calendar-prizes > .new_dates > .price {
    border-left: 2px solid #fff;
    display: inline-block;
    line-height: 1.167rem;
    margin-left: 5px;
    padding-left: 8px;
}
.tpl-calendar-prizes > .new_dates > div:last-of-type,
.tpl-calendar-prizes > .total_price {
    display: none;
}
.tpl-calendar-prizes > .scroll {
    background: #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    height: 4px;
    margin-top: 15px;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 40px);
    z-index: 99;
}
.tpl-calendar-prizes > .scroll > div {
    background: #444;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    height: 10px;
    left: 0;
    position: absolute;
    top: -3px;
    transition: .1s width;
}
.tpl-calendar-prizes > .scroll > div:before {
    border-bottom: 8px solid #444;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: '';
    cursor: default;
    display: none;
    left: calc(50% - 8px);
    position: absolute;
    top: calc(100% + 2px);
}
.tpl-calendar-prizes > .scroll > div > div {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #444;
    color: #fff;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.tpl-calendar-prizes > .scroll > div > div:before {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #444;
    border-top: 8px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    right: 100%;
    top: calc(50% - 8px);
}
.tpl-calendar-prizes > .total_price {
    color: #000;
    display: block;
    font-size: 1.667rem;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.tpl-calendar-prizes > .total_price > span {
    color: #280;
}
.tpl-calendar-prizes.dates_changed > .new_dates,
.tpl-calendar-prizes.dates_changed > .scroll > div:before {
    display: block;
}
.tpl-calendar-prizes.dates_changed > .total_price {
    display: none;
}
@media (min-width: 601px) {
    #sta-calendar-prices > .calendario-loading {
        height: 540px;
    }
    #sta-calendar-prices > .calendario-loading > div:first-child {
        margin-bottom: 60px;
    }
    #sta-calendar-prices > .calendario-loading > div:last-child {
        margin: 0 auto;
        max-width: 700px;
    }
    #sta-calendar-prices > .calendario-loading > div:last-child > .container_animated:after {
        width: 50px;
    }
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type > span {
        margin-left: 1px;
        position: absolute;
        bottom: 0px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform-origin: 5px 0px 0px;
        -moz-transform-origin: 5px 0px 0px;
        -ms-transform-origin: 5px 0px 0px;
        transform-origin: 5px 0px 0px;
        color: #aaa;
        z-index: 1;
    }
}
@media (min-width: 800px) {
    #sta-calendar-prices > .calendario-loading {
        margin: 0 auto;
        max-width: 1240px;
    }
}
/*animacion de la barra*/
@keyframes barracargando {
    0% {
        left: 0;
        transform: translateX(-100%);
    }
    50% {
        width: 250px;
    }
    100% {
        left: 100%;
    }
}
@media screen and (min-width: 961px) {
    .tpl-calendar-prizes > .new_dates > div:first-of-type {
        display: inline-block;
    }
    .tpl-calendar-prizes > .new_dates > .text > span {
        display: inline;
    }
    .tpl-calendar-prizes > .new_dates > div:last-of-type {
        color: #aaa;
        display: inline-block;
        float: right;
        margin-right: 10px;
    }
}
@media (min-width: 996px) {
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type > div {
        width: 30px !important;
    }
}
@media (min-width: 601px) and (max-width: 995px) {
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type > span {
        margin-left: 1px;
        position: absolute;
        bottom: 0px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform-origin: 5px 0px 0px;
        -moz-transform-origin: 5px 0px 0px;
        -ms-transform-origin: 5px 0px 0px;
        transform-origin: 5px 0px 0px;
        color: #aaa;
        z-index: 1;
    }
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type > div {
        width: 30px !important;
    }
    .tpl-calendar-prizes > .scroll > div {
        z-index: 99;
    }
}
.mask {
    background: no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.mask img {
    visibility: hidden;
}
.sta-summary-content {
    float: left;
    margin-top: 30px;
    width: 23%;
    margin-left: 2%;
    min-width: 267px;
}
#dispo #summary_taxes:checked ~ .summary .content #advantages_summary_content > div.tpl-summary > div.tplSummary-section > div.tplSummary-boxes > div.tplSummary-prize > div.tplSummary-contentPrize.mb10Desktop > div.tplSummary-contentNumbers > div.tplSummary-text2.css-noTablet1100 > label > span {
    display: inline-block;
}
.tpl-list200 {
    position: static;
}
.summary-options {
    position: relative;
    padding-bottom: 10px;
}
#advantages_summary_content {
    z-index: 6;
    margin: 0 auto;
}
#advantages_summary_content.calendario:not(.floating) {
    top: 745px !important;
}
.tpl-summary {
    font-family: 'Roboto Condensed';
    z-index: 5;
    display: block;
    margin: 0;
    position: relative;
}
.tpl-summary .tplSummary-header {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #FFDABD;
    border-top: 3px solid #ce6b00;
    box-shadow: inset 0 -6px 5px -5px rgba(0, 0, 0, 0.3);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 5px;
}
.tpl-summary .tplSummary-header .tplSummary-title {
    background: #fff;
    font-size: 1.583rem;
    line-height: 19px;
    margin-left: 10px;
    padding: 5px 10px 2px;
    position: relative;
    text-transform: uppercase;
}
.tpl-summary .tplSummary-header .tplSummary-title label {
    color: #FF6600;
    font-size: 0.9167rem;
    letter-spacing: -1px;
    margin-left: 5px;
    text-decoration: underline;
}
.tpl-summary .tplSummary-header .tplSummary-title label:hover {
    text-decoration: none;
}
.tpl-summary .tplSummary-header .tplSummary-title span {
    color: #444;
    font-weight: normal;
    font-size: 1.833rem;
    letter-spacing: -1px;
    line-height: 19px;
    text-transform: uppercase;
}
.tpl-summary .tplSummary-header .tplSummary-secondaryTitleContent {
    font: 1.2rem 'Roboto Condensed', sans-serif;
    color: #555;
    letter-spacing: -1px;
	display:inline-block;
}
/*.tpl-summary .tplSummary-secondaryTitleContent .tplSummary-sendDispo{display: inline-block;}*/
.tpl-summary .tplSummary-secondaryTitleContent .tplSummary-textColor.css-noMobile{display: none;}
.tpl-summary > .tplSummary-header > .tplSummary-secondaryTitleContent > div{display: none;}
.tpl-summary .tplSummary-delete {
    font: 1.333rem 'icons';
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
}
.tpl-summary .tplSummary-delete svg {
    width: 15px;
    height: 15px;
}
.tpl-summary .tplSummary-adult:before {
    font: 1.333rem 'icons';
    content: '\e061';
    vertical-align: bottom;
    margin: 0 3px 0 5px;
    color: #8b8074;
}
.tpl-summary .tplSummary-child:before {
    font: 0.9167rem 'icons';
    content: '\e061';
    vertical-align: middle;
    margin: 0 3px 0 5px;
    color: #8b8074;
}
.tpl-summary .tplSummary-section {
    padding: 8px;
    background: #fff;
}
.tpl-summary .tplSummary-section .tplSummary-calendar {
    font-size: 1.083rem;
    color: #444;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.tpl-summary .tplSummary-section .tplSummary-calendar:before {
    content: '\e08e';
    font: 1.083rem 'icons';
}
.tpl-summary .tplSummary-section .tplSummary-calendar > span {
    color: #444;
    font-size: 1.083rem;
    font-weight: 100;
    margin: 0 3px;
}
.tpl-summary .tplSummary-section .tplSummary-calendar > span:nth-child(2) {
    margin-left: 4px;
}
.tpl-summary .tplSummary-section .tplSummary-boxes {
    padding-bottom: 17px;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize {
    border-top: 1px solid #7c7c7c;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .text2 {
    display: none;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tpl-leer-mas > div {
    font-style: italic;
    font-weight: 100;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize div:last-of-type > .dyn-hotel-payment {
    text-align: center;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize div:last-of-type div:last-of-type {
    background-repeat: no-repeat;
    color: #444;
    font: 1.167rem 'Roboto Condensed', sans-serif;
    padding: 10px;
    text-align: center;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize div:last-of-type div.dyn-hotel-payment:last-of-type:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABcUlEQVRIS+WV0VECQRBEHxGoEagRSAaYgRqBGoGQAWSgEagZmAFmgGagGWgEWI/aobaW2zs5ii+m6n5257p7embuBuw5BnvG5zAIPoCLwspfwPO2OAYWNYu8FPQcuAMue/Zq2UQwBOaAJMYX8NKTYFoSXAPPwDcwTU9pz1ZcOYFWCP6ZLPkB3oHRVohFchA8Ag/AKzAGBDck0CrP+sRcAv29TeBWkYcEhk32Me8sCbjPhNTIV01eAk8VlRKcprcFjvHUtglg5W2xJpilhpbJb8BV6otgVmslTtkN4H2E1YcYz8TsJFC1T1i1Wp5UieOchwLyM4V0EuQAgqtcEJV3bbLvTqIHNYuCIMDdbIHtgePsjti/mLoNi/9DkG92TI52aJ1kjnBYuNHwILB5TZ8DfXSjDbc7+mFufEI8q4YElnfUkuPyhS0qVf1J6kNN2BpOAv0tJyISBFaAOYKpVuWOrsTlYjZa1LEru10fxi9zJ4/+AKySV8+mox53AAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    padding-right: 5px;
    vertical-align: middle;
    width: 24px;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize {
    -ms-flex-align: flex-start;
    -ms-flex-pack: justify;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize .tplSummary-contentNumbers {
    text-align: right;
    margin-right: 10px;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize .tplSummary-contentNumbers > .tplSummary-textColor2 > span.tplSummary-text3 {
    margin-top: -7px;
    font-weight: normal;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize .tplSummary-contentNumbers .tplSummary-text2 > label > span {
    background: #fc0;
    color: #000;
    cursor: default;
    display: none;
    font-size: 1.3rem;
    font-style: normal;
    margin-top: -20px;
    padding: 10px;
    position: absolute;
    right: 100px;
    text-transform: none;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    width: 200px;
    white-space: normal;
    text-align: left;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize .tplSummary-contentNumbers .tplSummary-text2 > label > span i {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fc0;
    bottom: -4px;
    display: inline-block;
    position: absolute;
    right: 60px;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #888;
    font: 1rem 'Roboto Condensed', sans-serif;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) .tplSummary-child,
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) .tplSummary-adult {
    margin-right: 5px;
    display: flex;
    align-items: flex-end;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) .tplSummary-child span,
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) .tplSummary-adult span {
    font-size: 1rem;
    letter-spacing: normal;
    font-family: 'Roboto Condensed';
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) span {
    font-weight: bold;
    letter-spacing: normal;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) span:last-of-type {
    color: #5A544E;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) strong {
    color: #444;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) strong span:first-child {
    color: #909090;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) .tplSummary-roomIcons {
    display: flex;
    align-items: center;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) .change-on-medium-down {
    display: inline-flex;
    align-items: flex-end;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo.show-on-medium-down span:last-of-type {
    color: #5A544E;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box ul.tplSummary-list li {
    color: #444;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box ul.tplSummary-list .dyn-rooms-item .dots {
    max-width: 140px;
}
.tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box ul.tplSummary-list .dyn-service-item .dots {
    max-width: 140px;
}
.tpl-summary .tplSummary-secondaryTitleContent {
    justify-content: space-between;
    margin: 0 10px;
    flex-grow: 1;
    font-size: 1.167rem;
}
.tpl-summary .tplSummary-textColor {
    color: #280;
    font-weight: bold;
    font-size: 1.333rem;
}
.tpl-summary .tplSummary-textColor2 {
    font-weight: bold;
    font-size: 1.333rem;
    color: #280;
    letter-spacing: -1px;
    margin-top: -4px;
}
.tpl-summary .tplSummary-text {
    font-size: 1.083rem;
    color: #999;
    letter-spacing: -1px;
}
.tpl-summary .tplSummary-text2 {
    font-size: 1.167rem;
    letter-spacing: -1px;
}
.tpl-summary .tplSummary-text3 {
    font-weight: bold;
    font-size: 1.75rem;
    color: #444;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.tpl-summary .tplSummary-text3.dyn-total {
    color: #280;
}
.tpl-summary .tplSummary-text4 {
    font-weight: bold;
    font-size: 1.167rem;
    letter-spacing: -1px;
    display: inline-block;
    color: #444;
}
.tpl-summary .tplSummary-text4.dots {
    margin-right: 2px;
}
.tpl-summary .tplSummary-button {
    display: block;
    background: #280;
    margin: 0 auto;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
}
.tpl-summary .tplSummary-button .tplSummary-buttonText {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
}
.tpl-summary .tplSummary-button .tplSummary-buttonText2 {
    color: #000;
    font-size: 0.9167rem;
}
.tpl-summary .tplSummary-button .tplSummary-buttonText3 {
    color: #fff;
    font-weight: 100;
    font-size: 1.167rem;
    display: block;
}
.tpl-list201 {
    padding-bottom: 20px;
}
.tpl-list201 .container {
    background: #F5F5F5;
}
.tpl-list201 .slide {
    padding: 10px;
}
.tpl-list201 .slide div:before {
    background: #f60;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: inline-block;
    left: 0;
    padding: 3px;
    position: absolute;
    top: 5px;
}
.tpl-list201 .slide > div {
    color: #000;
    font: 14px "Roboto Condensed" sans-serif;
    margin: 10px 0;
    padding: 0 0 0 16px;
    position: relative;
    text-align: left;
}
.tpl-list201 .slide ul {
    display: block;
    white-space: normal;
}
.tpl-list201 .slide ul > div {
    display: block;
    font-size: 1.167rem;
    margin: 10px 0;
    padding: 0 0 0 16px;
    position: relative;
    text-align: left;
    width: auto;
}
.tpl-list201 .slide ul > li {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.167rem;
    margin: 10px 0;
    padding: 0 0 0 16px;
    position: relative;
    text-align: left;
}
.tpl-list201 .slide ul > li:before {
    background: #f60;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: inline-block;
    left: 0;
    padding: 3px;
    position: absolute;
    top: 5px;
}
.tpl-list201 .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: inherit;
    border-bottom: 1px solid #aaa;
    color: #f60;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.833rem;
    font-weight: bold;
    letter-spacing: -1px;
    max-height: 85px !important;
    padding: 13px 10px;
    text-transform: uppercase;
    transition: .6s;
}
.tpl-list201 .header:after {
    content: '\e00f';
    font: 14px 'icons';
    transition: .3s;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.tpl-list201 .header.sta-on {
    border: 0;
}
.tpl-list201 .header.sta-on:after {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.tpl-list201 .rotation:after {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}
.tpl-summary > .tplSummary-section > .tplSummary-boxes > .tplSummary-prize > .tplSummary-contentPrize > .tplSummary-contentNumbers > .tplSummary-textColor2 > span.tplSummary-text3 {
    font-size: 2.167rem;
    font-weight: normal;
    margin-top: -7px;
}
.tpl-summary .tplSummary-previousButton {
    padding-bottom: 10px;
}
.tpl-summary .tplSummary-list.dyn-list-experiences {
    border-top: 0px;
}
.tpl-summary .tplSummary-boxes > div:nth-child(2) .tplSummary-roomIcons:before {
    content: '\e006';
    font-family: 'icons';
}
.tplSummary-list.css-noMobile:empty {
    display: none;
}
.tpl-list200.sta-movimiento .lista_ventajas_exclusivas {
    background: #fff;
    text-align: center;
}
.tplSummary-delete.dyn-deleteRoom,
.tplSummary-previousButton.sta-prev-step,
.tplSummary-previousButton.sta-modify,
.tplSummary-delete.dyn-deleteService,
#dispo.step-3 .tplSummary-delete.dyn-deleteRoom,
#dispo.step-4 .tplSummary-delete.dyn-deleteRoom,
#dispo .show-more.expanded .show-text,
#dispo .show-more .hide-text {
    display: none;
}
#dispo.step-2 .tplSummary-previousButton.sta-prev-step,
#dispo.step-1 .tplSummary-previousButton.sta-modify,
#dispo.step-2 .tplSummary-delete.dyn-deleteService,
#dispo.step-1 .tplSummary-delete.dyn-deleteRoom {
    display: inline-block;
}
.tpl-box200 {
    margin: 0 10px 10px;
}
.tpl-box200 > article > header {
    border-top: 1px solid #ce6b00;
    background: #f5e1cc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 3px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.tpl-box200 > article > header > .title {
    color: #444;
    font-weight: normal;
    font: normal 22px 'Roboto Condensed', sans-serif;
    letter-spacing: -1px;
    line-height: 19px;
    text-transform: uppercase;
}
.tpl-box200 > article > header > div {
    flex-shrink: 0;
}
.tpl-box200 > article > header > div:not(:nth-of-type(2)) {
    background: #fff;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tpl-box200 > article > header > div:first-of-type {
    margin-left: 10px;
    position: relative;
    padding: 10px 10px 2px;
}
.tpl-box200 > article > header > div:nth-of-type(2) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 0 0 10px;
}
.tpl-box200 > article > header > div:nth-of-type(3) {
    width: 100%;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
    padding: 7px 15px 0;
}
.tpl-box200 > article > header > div:last-of-type {
    width: 100%;
    padding: 10px 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tpl-box200 > article > header > div:last-of-type > div:first-of-type {
    padding: 0 8px 0;
}
.tpl-box200 > article > header > div:last-of-type > div:first-of-type > div:first-of-type > div:not(:first-of-type) {
    display: none;
}
.tpl-box200 > article > header > div:last-of-type > div:last-of-type {
    text-align: right;
    padding: 2px 15px 0;
}
.tpl-box200 > article > header > button {
    display: none;
}
.tpl-box200 > article > label {
    display: none;
}
.tpl-box200 > article > section {
    display: none;
}
.tpl-box200 > article > footer {
    display: none;
}
.tpl-box200 .info2 {
    color: #444;
    font-size: 1.083rem;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 4px;
}
.tpl-box200 .info2 > span {
    color: #444;
    font-size: 1.083rem;
    font-weight: 100;
}
.tpl-box200 .info2:before {
    content: '\e08e';
    font: 1rem 'icons';
    margin-right: 5px;
}
.tpl-box200 > input {
    position: fixed;
    left: -999px;
}
.tpl-box200 .no_mobile {
    display: none;
}
.tpl-box200 .title {
    font: 1.167rem 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.tpl-box200 .info {
    font: bold 1rem 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.tpl-box200 .info > div {
    align-items: flex-end;
    display: inline-flex;
    margin-top: 3px;
    padding-right: 10px;
}
.tpl-box200 .info > div:before {
    color: #8b8074;
    font: 1.333rem 'icons';
    content: '\e061';
    vertical-align: middle;
}
.tpl-box200 .info > div:last-child:before {
    font-size: 0.9167rem;
}
.tpl-box200 .info .no_mobile {
    color: #373737;
}
.tpl-box200 .text {
    text-transform: uppercase;
    color: #909090;
    font: bold 1rem 'Roboto Condensed';
}
.tpl-box200 .text strong {
    color: #000;
}
.tpl-box200 .text2 {
    font: 1rem 'Roboto Condensed', sans-serif;
}
.tpl-box200 .text2.moneda_local_hotel {
    color: #666;
}
.tpl-box200 .text3 {
    color: #222;
    font: 1.167rem 'Roboto Condensed', sans-serif;
}
.tpl-box200 .text3 div:last-child {
    font-size: 1.083rem;
    font-weight: 100;
}
.tpl-box200 .text3 > div > .sta-list-extras-rooms > div {
    position: relative;
}
.tpl-box200 .text3 > div > .sta-list-extras-rooms > div > div {
    position: absolute;
    right: 0;
    top: 0;
    font-style: italic;
}
.tpl-box200 .text3.room {
    position: relative;
    color: #444;
}
.tpl-box200 .text3.room > div:last-child {
    position: absolute;
    top: 0;
    right: 0;
}
.tpl-box200 .text3.room > div:last-child strong {
    font-size: 1.167rem;
}
.tpl-box200 .textcolor {
    color: #f60;
    font: 0.9167rem 'Roboto Condensed', sans-serif;
    text-decoration: underline;
}
.tpl-box200 button.textcolor:before {
    content: '';
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #ce6a00 transparent transparent;
}
.tpl-box200 .textcolor2 {
    color: #280;
    font: bold 1.333rem 'Roboto Condensed', sans-serif;
    line-height: 27px;
}
.tpl-box200 .list:not(:nth-child(2)) {
    border-bottom: 1px solid #444;
}
.tpl-box200 .list > li {
    margin: 10px 0;
    font: 1.167rem 'Roboto Condensed';
    vertical-align: middle;
}
.tpl-box200 .dyn-list-extras > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tpl-box200 .list2 {
    display: table;
    width: 100%;
    padding: 10px 0;
}
.tpl-box200 .list2 > div {
    display: table-cell;
    width: 50%;
}
.tpl-box200 .list2 > div:last-child {
    text-align: right;
}
.tpl-box200 .list2 > div > .title {
    font-weight: bold;
}
.tpl-box200 .button {
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #280;
    color: #fff;
    display: block;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    font: bold 1.167rem 'Roboto Condensed', sans-serif;
}
.tpl-box200 .button > span {
    text-transform: none;
    display: block;
    font-weight: normal;
}
.tpl-summary .tplSummary-contentInfo.css-noDesktop1100 {
    display: none;
}
.tpl-summary .tplSummary-previousButton {
    letter-spacing: -1px;
    color: #f60;
    font: 1rem 'Roboto Condensed', sans-serif;
    margin-right: 5px;
}
.tpl-summary .tplSummary-previousButton span {
    text-decoration: underline;
}
.tpl-summary .tplSummary-previousButton:hover {
    text-decoration: none;
}
.tpl-summary .tplSummary-list li div:last-of-type {
    display: flex;
    align-items: flex-start;
}
.tpl-summary .tplSummary-list.dyn-list-rooms {
    /*border-bottom: 1px solid #7c7c7c;*/
    border-top: 1px solid #7c7c7c;
}
.tpl-summary .tplSummary-list.dyn-list-experiences {
    /*border-bottom: 1px solid #7c7c7c;*/
    padding: 0;
}
.tpl-summary > .tplSummary-section > .tplSummary-boxes > .tplSummary-box:first-of-type > ul > li > div > div:last-child {
    bottom: 0;
    right: -20px;
}
.tpl-summary > .tplSummary-section > .tplSummary-boxes > .tplSummary-box:first-of-type > ul > li > div:first-child {
    position: relative;
}
.tpl-summary .mb10Desktop {
    margin-bottom: 10px;
}
#dispo .tpl-box200 {
    margin: 0 10px 10px;
}
#dispo .tpl-box200 > article {
    display: none;
}
#dispo .tpl-box200 > article > label {
    display: none;
}
#dispo .tpl-box200 > article > header {
    border-top: 1px solid #ce6b00;
    background: #f5e1cc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 3px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
#dispo .tpl-box200 > article > header > div {
    flex-shrink: 0;
}
#dispo .tpl-box200 > article > header > div:not(:nth-of-type(2)) {
    background: #fff;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#dispo .tpl-box200 > article > header > div:first-of-type {
    margin-left: 10px;
    position: relative;
    padding: 10px 10px 2px;
}
#dispo .tpl-box200 > article > header > div:nth-of-type(2) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 0 0 10px;
}
#dispo .tpl-box200 > article > header > div:nth-of-type(3) {
    width: 100%;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
    padding: 7px 15px 0;
}
#dispo .tpl-box200 > article > header > div:last-of-type {
    width: 100%;
    padding: 10px 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#dispo .tpl-box200 > article > header > div:last-of-type > div:first-of-type {
    padding: 0 8px 0;
}
#dispo .tpl-box200 > article > header > div:last-of-type > div:first-of-type > div:first-of-type > div:not(:first-of-type) {
    display: none;
}
#dispo .tpl-box200 > article > header > div:last-of-type > div:last-of-type {
    text-align: right;
    padding: 2px 15px 0;
}
#dispo .tpl-box200 > article > header > button {
    display: none;
}
#dispo .tpl-box200 > article > section,
#dispo .tpl-box200 > article > footer {
    display: none;
}
#dispo .tpl-box200 > input {
    position: fixed;
    left: -999px;
}
#dispo .tpl-box200 .no_mobile {
    display: none;
}
#dispo .tpl-box200 .title {
    font: 1.167rem 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
#dispo .tpl-box200 .info {
    font: bold 1rem 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
#dispo .tpl-box200 .info > div {
    align-items: flex-end;
    display: inline-flex;
    margin-top: 3px;
    padding-right: 10px;
}
#dispo .tpl-box200 .info > div:before {
    color: #8b8074;
    font: 1.333rem 'icons';
    content: '\e061';
    vertical-align: middle;
}
#dispo .tpl-box200 .info > div:last-child:before {
    font-size: 0.9167rem;
}
#dispo .tpl-box200 .info .no_mobile {
    color: #373737;
}
#dispo .tpl-box200 .info2 {
    color: #444;
    font-size: 1.083rem;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 4px;
}
#dispo .tpl-box200 .info2:before {
    content: '\e08e';
    font: 1rem 'icons';
    margin-right: 5px;
}
#dispo .tpl-box200 .text {
    text-transform: uppercase;
    color: #909090;
    font: bold 1rem 'Roboto Condensed';
}
#dispo .tpl-box200 .text strong {
    color: #000;
}
#dispo .tpl-box200 .text2 {
    font: 1rem 'Roboto Condensed', sans-serif;
}
#dispo .tpl-box200 .text2.moneda_local_hotel {
    color: #666;
}
#dispo .tpl-box200 .text3 {
    color: #222;
    font: 1.167rem 'Roboto Condensed', sans-serif;
}
#dispo .tpl-box200 .text3 div:first-child {
    padding-right: 60px;
}
#dispo .tpl-box200 .text3 div:last-child {
    font-size: 1.083rem;
    font-weight: 100;
}
#dispo .tpl-box200 .text3 > div > .sta-list-extras-rooms > div {
    position: relative;
}
#dispo .tpl-box200 .text3 > div > .sta-list-extras-rooms > div > div {
    position: absolute;
    right: 0;
    top: 0;
    font-style: italic;
}
#dispo .tpl-box200 .text3.room {
    position: relative;
    color: #444;
}
#dispo .tpl-box200 .text3.room > div:last-child {
    position: absolute;
    top: 0;
    right: 0;
}
#dispo .tpl-box200 .text3.room > div:last-child strong {
    font-size: 1.167rem;
}
#dispo .tpl-box200 .textcolor {
    color: #f60;
    font: 0.9167rem 'Roboto Condensed', sans-serif;
    text-decoration: underline;
}
#dispo .tpl-box200 button.textcolor:before {
    content: '';
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #ce6a00 transparent transparent;
}
#dispo .tpl-box200 .textcolor2 {
    color: #280;
    font: bold 1.333rem 'Roboto Condensed', sans-serif;
    line-height: 27px;
}
#dispo .tpl-box200 .list:not(:nth-child(2)) {
    border-bottom: 1px solid #444;
}
#dispo .tpl-box200 .list > li {
    margin: 10px 0;
    font: 1.167rem 'Roboto Condensed';
}
#dispo .tpl-box200 .list > li > div {
    display: inline-block;
    width: 19%;
    vertical-align: top;
}
#dispo .tpl-box200 .list > li > div > span {
    vertical-align: middle;
}
#dispo .tpl-box200 .list > li > div:last-of-type {
    text-align: right;
}
#dispo .tpl-box200 .list > li > div:first-child {
    width: 80%;
}
#dispo .tpl-box200 .list > li .tplSummary-text2 {
    font-size: 0.9167rem;
}
#dispo .tpl-box200 .list > li .tplSummary-text4 {
    display: inline-block;
    font-family: 'Roboto Condensed';
}
#dispo .tpl-box200 .list > li svg {
    width: 15px;
    height: 15px;
}
#dispo .tpl-box200 .list2 {
    display: table;
    width: 100%;
    padding: 10px 0;
}
#dispo .tpl-box200 .list2 > div {
    display: table-cell;
    width: 50%;
}
#dispo .tpl-box200 .list2 > div:last-child {
    text-align: right;
}
#dispo .tpl-box200 .list2 > div > .title {
    font-weight: bold;
}
#dispo .tpl-box200 .button {
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #280;
    color: #fff;
    display: block;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    font: bold 1.167rem 'Roboto Condensed', sans-serif;
}
#dispo .tpl-box200 .button > span {
    text-transform: none;
    display: block;
    font-weight: normal;
}
.tpl-leer-mas {
    display: block;
    margin-bottom: 10px;
}
.tpl-leer-mas > div {
    background: #fff;
    text-align: justify;
    max-width: 300px;
    position: relative;
    max-height: 30px;
    overflow: hidden;
    font-style: italic;
    color: #444;
    font: 1rem 'Roboto Condensed', sans-serif;
}
.tpl-leer-mas > div > label {
    position: absolute;
    right: 0;
    bottom: 0;
    background: inherit;
    text-align: right;
    width: 80%;
}
.tpl-leer-mas > div > label.dn {
    display: none;
}
.tpl-leer-mas > div > label:after {
    content: "...";
    position: absolute;
    left: 0;
    bottom: 0;
}
.tpl-leer-mas > div > label > span {
    cursor: pointer;
    font: 1.167rem 'Roboto Condensed', sans-serif;
    color: #ce6b00;
    text-decoration: underline;
}
.tpl-leer-mas > input {
    position: fixed;
    top: 0;
    left: -99px;
}
.tpl-leer-mas #tpl-leer-mas-check:not(:checked) + div > label > span:last-child {
    display: none;
}
.tpl-leer-mas #tpl-leer-mas-check:checked + div {
    max-height: 100%;
    padding-bottom: 15px;
}
.tpl-leer-mas #tpl-leer-mas-check:checked + div > label:after {
    content: none;
}
.tpl-leer-mas #tpl-leer-mas-check:checked + div > label > span:first-child {
    display: none;
}
.tpl-summary > .tplSummary-section > .tplSummary-boxes > .tplSummary-box:first-of-type > label.tplSummary-previousButton:first-of-type:before {
    content: none;
}
.tpl-summary > .tplSummary-section > .tplSummary-boxes > .tplSummary-box:first-of-type > ul > li > div > .tplSummary-text2 {
    text-align: left;
    line-height: 14px;
}
/* ----------------> IE Sidebar <----------------*/
.ie #advantages_summary_content.paso1_2 .tpl-list200 .header:after {
    float: right;
}
/* ----------------> Queries Sidebar <----------------*/
@media (max-width: 960px) {
    .tpl-summary .tplSummary-section .tplSummary-roomIcons:before,
    .tpl-summary .tplSummary-section .tplSummary-adult:before,
    .tpl-summary .tplSummary-section .tplSummary-child:before {
        display: inline-block;
        width: 20px;
        height: 18px;
        text-align: left;
        vertical-align: middle;
        line-height: 18px;
        margin-left: 0;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome,
    #advantages_summary_content.paso1_2 .tpl-list200 .header:after {
        float: right;
    }
    ::i-block-chrome,
    .tpl-summary .tplSummary-title {
        display: inline-block;
        vertical-align: middle;
    }
    ::i-block-chrome,
    .tpl-summary .tplSummary-secondaryTitleContent {
        display: inline-block;
        vertical-align: middle;
    }
    ::i-block-chrome,
    .tpl-summary .tplSummary-secondaryTitleContent div {
        display: inline-block;
        vertical-align: middle;
    }
    ::i-block-chrome,
    .tpl-summary .tplSummary-secondaryTitleContent .tplSummary-textColor {
        text-align: right;
    }
    ::i-block-chrome,
    .tpl-summary .tplSummary-boxes > div {
        vertical-align: top;
        height: 100%;
    }
    ::i-block-chrome,
    .tpl-box200 > article > header > div:last-of-type > div {
        display: inline-block;
    }
    ::i-block-chrome,
    .tpl-box200 .title,
    .ie .tpl-box200 .info,
    .ie .tpl-box200 .info div {
        display: inline-block;
    }
}
@media (max-width: 961px) {
    ::i-block-chrome,
    .tpl-summary .tplSummary-boxes > div {
        display: inline-block;
    }
}
@media (min-width: 961px) {
    #advantages_summary_content > div.tpl-summary > div.tplSummary-section > div.tplSummary-boxes > div.tplSummary-prize > div.tplSummary-contentPrize.mb10Desktop > div.css-noMobile > label > span {
        display: none !important;
    }
    #dispo #summary_taxes:checked ~ .summary .content #advantages_summary_content .tpl-summary .tplSummary-prize label span,
    #advantages_summary_content > div.tpl-summary > div.tplSummary-section > div.tplSummary-boxes > div.tplSummary-prize > div.tplSummary-contentPrize.mb10Desktop > div.css-noMobile > label > span > i {
        display: inline-block;
    }
    .tpl-summary .tplSummary-delete,
    .tpl-summary .tplSummary-contentInfo .tplSummary-child:before {
        vertical-align: bottom;
    }
    .tpl-summary .tplSummary-list li div:last-of-type {
        text-align: right;
    }
    #dispo .tplSummary-prize div:last-of-type div:last-of-type,
    .tpl-summary .tplSummary-box {
        padding: 0;
    }
    .tpl-summary .tplSummary-list.dyn-list-rooms {
        padding: 0;
    }
    .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) .tplSummary-adult span {
        word-spacing: 0;
    }
    .tpl-summary .tplSummary-delete {
        font: 1.5rem 'icons';
        line-height: 0;
    }
    .tpl-summary .tplSummary-contentInfo .tplSummary-child:before {
        line-height: 17px;
    }
    .tpl-summary .tplSummary-contentInfo div {
        margin-right: 5px;
    }
    .tpl-summary .tplSummary-contentInfo div:last-of-type {
        margin-right: 0;
    }
    .tpl-summary .mb15Desktop {
        margin-bottom: 15px;
    }
    .tpl-summary .tplSummary-contentInfo div:before {
        margin: 0 3px 0 0;
    }
    .tpl-summary .tplSummary-roomIcons:before {
        content: '';
        display: none;
    }
    .tpl-summary .tplSummary-contentNumbers {
        text-align: right;
    }
    #advantages_summary_content > div.tpl-summary > div.tplSummary-section > div.tplSummary-boxes > div.tplSummary-prize > div.tplSummary-contentPrize.mb10Desktop > div.css-noMobile > label > span > i {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fc0;
        bottom: -4px;
        position: absolute;
    }
    #advantages_summary_content > div.tpl-summary > div.tplSummary-section > div.tplSummary-boxes > div.tplSummary-prize > div.tplSummary-contentPrize.mb10Desktop > div.css-noMobile > label > span {
        left: 0;
        color: #000;
        width: 200px;
        cursor: default;
        margin-top: -5px;
        margin-left: 50%;
        padding: 10px;
        background: #fc0;
        position: absolute;
        font-size: 1rem;
        font-style: normal;
        text-transform: none;
        -webkit-transform: translate(-50%, -100%);
        -moz-transform: translate(-50%, -100%);
        -o-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
}
@media (min-width: 1100px) {
    #dispo .tplSummary-button.planes span.tplSummary-buttonText3 {
        display: block;
    }
    ::-moz-svg-foreign-content,
    :root .tpl-summary .tplSummary-contentInfo > div {
        display: inline-block;
    }
}
@media (max-width: 800px) {
    #dispo .tpl-box200 > #sta-tplbox200-folding:checked + article {
        display: block;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article {
        background: #fff;
        box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.7);
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 10px;
        max-height: 80%;
        padding: 10px;
        position: fixed;
        right: 10px;
        top: 50px;
        z-index: 1000;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > label {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font: 1.167rem 'icons';
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > label:before {
        z-index: -1;
        content: '';
        cursor: default;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header {
        background: none;
        border: 0;
        border-bottom: 1px solid #444;
        padding-bottom: 10px;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div {
        padding: 0;
        margin: 0;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:first-of-type {
        color: #444;
        padding-bottom: 15px;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:nth-of-type(2) {
        display: none;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:nth-of-type(2) > div > span {
        display: inline-block;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:nth-of-type(3) {
        box-shadow: none;
        padding: 7px 0;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div {
        padding: 0;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:first-of-type {
        width: 100%;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:first-of-type > div:first-of-type {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:first-of-type > div:first-of-type > div {
        margin-right: 25px;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:first-of-type > div:first-of-type > div:not(:first-of-type) {
        display: block;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:first-of-type > label,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:last-of-type,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:nth-child(2) {
        display: none;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > button {
        display: block;
        margin-top: 10px;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > section,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > footer {
        display: block;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > footer > div:last-child {
        display: none;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article .info2 {
        color: #444;
        font: 1.167rem 'Roboto Condensed', sans-serif;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article .text strong {
        color: #909090;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > label {
        color: #555;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article .title {
        color: #444;
    }
    #summary_taxes_popup:checked ~ .summary .content .tpl-box200 .text2 label {
        position: relative;
    }
    #summary_taxes_popup:checked ~ .summary .content .tpl-box200 .text2 label > span {
        display: inline-block;
    }
    .summary .content .tpl-box200 .text2 label > span {
        bottom: 120%;
        bottom: calc(100% + 10px);
        left: 0;
        color: #000;
        width: 200px;
        cursor: default;
        padding: 10px;
        display: none;
        background: #fc0;
        position: absolute;
        font-style: normal;
        text-transform: none;
    }
    .summary .content .tpl-box200 .text2 label > span > i {
        left: 30px;
        bottom: -4px;
        display: inline-block;
        position: absolute;
        border-top: 5px solid #fc0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
}
@media (max-width: 1100px) {
    ::-moz-svg-foreign-content,
    :root .tplSummary-list > .dyn-rooms-item > div {
        display: inline-block;
    }
    ::-moz-svg-foreign-content,
    :root .tplSummary-list > .dyn-rooms-item > div:first-child {
        padding-right: 5px;
    }
    ::-moz-svg-foreign-content,
    :root .tpl-summary .tplSummary-boxes {
        word-spacing: -1px;
        font-size: 1px;
        letter-spacing: -1px;
    }
    ::-moz-svg-foreign-content,
    :root #dispo .tpl-summary .tplSummary-boxes > div {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
    }
    ::-moz-svg-foreign-content,
    :root .tpl-summary .tplSummary-boxes > div:first-child {
        width: 40%;
    }
    ::-moz-svg-foreign-content,
    :root .tpl-summary .tplSummary-boxes > div:nth-child(2) {
        width: 25%;
    }
    ::-moz-svg-foreign-content,
    :root .tpl-summary .tplSummary-boxes > div:last-child {
        width: 35%;
    }
    /* borrar al implantar IGM la mejora */
    .tpl-summary > .tplSummary-header > .tplSummary-secondaryTitleContent {
        margin-right: 5px;
    }
    .tpl-summary > .tplSummary-header > .tplSummary-secondaryTitleContent > .tplSummary-textColor {
        display: none !important;
    }
}
@media (max-width: 1100px) and (min-width: 976px) {
    .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) .tplSummary-child span,
    .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) .tplSummary-adult span,
    .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) {
        font-size: 0.85rem;
    }
}
@media (max-width: 1100px) and (min-width: 601px) {
    #dispo .tpl-summary .tplSummary-prize div:last-of-type {
        text-align: center;
    }
    #dispo .tpl-summary .tplSummary-prize div:last-of-type div:last-of-type {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        left: 50%;
        padding: 5px 0 5px 5px;
        position: absolute;
    }
    #dispo .tpl-summary .tplSummary-prize div:last-of-type div:last-of-type:before {
        display: none;
    }
    #dispo .tpl-summary .tplSummary-prize div:last-of-type > .tplSummary-text {
        display: none ;
    }
    #dispo .tpl-summary .tplSummary-prize div:last-of-type div.dyn-hotel-payment:last-of-type {
        display: none ;
    }
    #dispo .tpl-summary .tplSummary-prize .tplSummary-contentPrize {
        text-align: center;
        position: relative;
    }
    #dispo .tpl-summary .tplSummary-prize .tplSummary-contentPrize > div:first-of-type {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }
    #dispo .tpl-summary .tplSummary-prize .tplSummary-contentPrize > div:last-of-type {
        display: inline-block;
        margin-bottom: 30px;
    }
    #dispo .tplSummary-button.planes {
        display: inline-block;
    }
    .tpl-list200 .header:after {
        display: none ;
    }
}
* {
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    color: inherit;
    margin: 0;
    padding: 0;
}
html {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
    font-size: 12px;
    height: auto;
}
body {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMAC1Pr4B1bAAAAJ0lEQVR4AWNgYmSAAkYmIILwQAwogUKhKGBE1gplIzhwZSSZieIcABtsAFmVfQczAAAAAElFTkSuQmCC) #DDD !important;
    cursor: default;
    font-family: Arial;
    font-size: 1rem;
    margin: 0;
    width: 100%;
}
a {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    background-color: transparent;
    text-decoration: none;
}
b,
strong {
    font-weight: bold;
}
button,
input,
mark {
    background: none;
}
button,
label {
    cursor: pointer;
}
li {
    list-style: none;
}
img {
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed';
}
button {
    overflow: visible;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    outline: 0;
    text-align: center;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
}
input:focus,
button:focus {
    outline: none;
}
[data-icon]:before {
    font-family: 'icons' !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::-moz-focus-inner {
    border: 0;
}
summary::-webkit-details-marker,
body > div.alert {
    display: none;
}
main {
    padding-top: 0 !important;
    padding: 0;
    position: relative;
    width: 100%;
}
/* ----------------> Clases comunes <----------------*/
/*
* En este apartado pondremos las clases comunes que 
* reutilizaremos varias veces. p.e: dn
*/
.plus {
    display: none;
    padding: 0 3px;
}
.block {
    display: block;
}
.center-items,
.centered-text {
    display: flex;
    align-items: center;
}
.dpsb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.floating {
    position: fixed;
    max-width: 271.391px;
    width: 23%;
    min-width: 267px;
}
.hidden {
    overflow: hidden;
}
.bb666 {
    border-bottom: 1px solid #666;
}
.bg {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: none;
    font-family: 'Roboto Condensed';
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.bg.show {
    display: block;
}
.fixed {
    position: fixed;
    width: 20%;
    top: 1%;
}
.one-hab {
    top: 250px;
}
.dn-step-1 {
    display: none;
}
.sta-summary.floating.fixed_bottom,
#advantages_summary_content.floating.fixed_bottom {
    z-index: 9;
    top: auto!important;
    position: absolute;
    bottom: 10px;
}
/* ----------------> Estilos aplicables a toda la dispo <----------------*/
.auto {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    max-width: 1180px;
    min-width: 300px;
    width: auto;
}
#dispo,
#dispo_summary {
    position: relative;
    z-index: 1;
    /*min-height: 850px;*/
    color: #000;
}
#dispo > section:last-child,
#dispo_summary > section:last-child {
    background: #DDD;
}
#dispo h2,
#dispo_summary h2 {
    padding: 40px 0 15px 0;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}
#dispo #flash-error,
#dispo_summary #flash-error {
    color: #FD4B4E;
    font-size: 130%;
    line-height: 1.2;
    padding: 15px;
    text-align: center;
}
#dispo.loading,
#dispo_summary.loading {
    background: transparent url(../img/temp/loader.gif) 50% 50% no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 650px;
    z-index: 9999;
}
#dispo.loading .others,
#dispo_summary.loading .others {
    display: none;
}
.next-step {
    align-items: center;
    bottom: 10px;
    color: #3e5371;
    cursor: pointer;
    display: none;
    font: 1.167rem 'Roboto', sans-serif;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    z-index: 99;
}
.next-step:before {
    padding-right: 15px;
    content: '\e0a8';
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    font: 27px "Icons";
    color: #151D29;
}
.next-step > span {
    display: inline;
    text-decoration: underline;
    font: 1.167rem 'Roboto Condensed', sans-serif;
}
#resumen_error {
    display: none;
    background: none repeat scroll 0 0 #FFE8DF;
    border: 1px solid #FD4B4E;
    max-width: 1180px;
    margin: 10px auto;
    color: #FD4B4E;
    padding: 5px;
}
.multi-segments #resumen_error {
    margin-top: -20px;
}
#footer .content_footer_info {
    /*padding-top : 100px;*/
}
.header_hotel nav {
    box-shadow: none;
}
#dispo ~ div #livechat #lcPanelInit {
    font-size: 0;
    width: 35px !important;
    padding: 0;
    height: 30px;
}
#lcPanelChat .footer {
    display: block !important;
}
.dyn-hotel-payment {
    margin-top: 10px;
}
.sta-help:before {
    content: "?";
    height: 100%;
}
#header {
    position: static;
}
.resumen_botonera_izq {
    font-family: 'Roboto Condensed';
}
.css-staInput {
    position: fixed;
    left: -9999px;
    top: 0;
}
.step-currency {
    top: 300px !important;
}
.step-calendar {
    top: 550px !important;
}
.advantages-calendar {
    top: 790px !important;
}
.advantages-calendar-hab {
    top: 730px !important;
}
.planes-170 {
    top: 170px !important;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dyn-deleteRoom.escondido {
    display: none;
}
.folding_booking.no_mobile.show_activate2 {
    display: none !important;
}
.dn-step-1-dispo .dyn-rooms-item .dyn-deleteRoom {
    display: none;
}
.dyn-list-extras-rooms.sta-list-extras-rooms > div > strong {
    padding-right: 50px;
}
div#avail-content-summary,
div#avail-content {
    margin-top: -1px;
    min-height: 500px;
    overflow: hidden;
    padding: 0px 20px 10px 20px;
    position: relative;
    z-index: 13;
}
div#avail-content {z-index:3;}
div#avail-content-summary .avail-container,
div#avail-content .avail-container {
    margin: 1px auto 0 auto;
    max-width: 1180px;
}
div#avail-content-summary,
.one-segment div#avail-content {
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
}
#steps-content-summary > .step-content,
#steps-content > .step-content {
    display: none;
    float: left;
    position: relative;
    top: 0%;
    width: 71.5%;
}
#steps-content-summary > .step-content.active,
#steps-content > .step-content.active {
    display: block;
}
#dispo b.help {
    background: #DDD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: help;
    display: inline-block;
    font-family: 'Roboto Condensed';
    font-size: 0.8333rem;
    height: 1.167rem;
    line-height: 1.3rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 1.167rem;
}
#dispo b.help:hover p,
#dispo b.help.shown p {
    display: block;
}
#dispo b.help.hide p {
    display:none;
}
#dispo b.help p {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FC0;
    color: #222;
    display: none;
    font-size: 1rem;
    font-weight: normal;
    top: 50px;
    margin-top: 10px;
    padding: 15px 10px 10px 10px;
    position: absolute;
    width: 180px;
    z-index: 1;
    right: -85px;
}
#dispo b.help p i {
    top: -4px;
    left: calc(50% + 2px);
    position: absolute;
    border-bottom: 5px solid #FC0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

/* Boton cerrar */
#dispo b.help p > button{
    position:absolute;
    top:2px;
    right:2px;
    height:17px;
    width:17px;
}
#dispo b.help p > button:after{
    content: '\e001';
    font: 6px/15px Icons;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
}
@media(min-width:801px){
    #dispo b.help p > button{display:none;}
}

label.cardDataTitle.expiration {
    display: block;
    font-size: 1.167rem;
}
.currentCardDetails .cardDataLine .cardDataTitleCVC {
    display: inline-block;
    margin-left: 15px;
    position: relative;
}
#avail-content {
    box-shadow: 0px 0px 4px #888888;
}
.multi-segments #avail-content {
    box-shadow: none;
}
div#avail-content-summary:before,
div#avail-content-summary:after,
div#avail-content:before,
div#avail-content:after {
    position: absolute;
    top: initial;
    width: 100%;
}
div#avail-content-summary:before,
div#avail-content:before {
    border-top: 1px solid #fff;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
    content: '';
    height: 10px;
    left: 0;
    top: 0;
}
div#avail-content-summary:after,
div#avail-content:after {
    background-color: #DDD;
    content: '';
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
}
#dispo section.rooms.scrolled ol.nav li.now div.guests {
    display: none;
}
.one-segment div#avail-content:after,
.one-segment div#avail-content:before {
    top: 0;
}
#dispo .show-more.expanded .hide-text {
    display: block;
}
#dispo .tpl-box200 > #sta-tplbox200-folding:checked + article {
    display: block;
}
.dn {
    display: none;
}
.css-noDesktop,
.css-noDesktop1100,
.tpl-box200,
.show-on-medium,
.show-on-medium-down,
.show-on-small {
    display: none;
}
.show-on-large {
    display: block;
}
#dispo section.rooms {
    font-family: 'Roboto Condensed';
    position: relative;
    color: #333;
    margin-bottom: 0;
    margin-right: 1%;
    margin-left: 2.2rem;
    padding-top: 0;
}
#dispo section.rooms div.list ul li.rooms-total {
    display: none;
}
#dispo section.rooms div.list ul li.rooms-total article.room header {
    position: relative;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header {
    position: relative;
    color: #333;
    background: #eee;
    margin-left: 150px;
    min-height: 75px;
    padding: 10px 0 0 0;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div {
    min-height: 40px;
    border-top: 1px solid #fff;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div p {
    position: absolute;
    align-content: center;
    align-items: center;
    border-left: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    height: 42%;
    margin: auto 0;
    padding: 0 10px;
    right: 15px;
    vertical-align: middle;
    -webkit-box-shadow: -4px 0px 0 -3px #fff;
    box-shadow: -4px 0px 0 -3px #fff;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div p span.text {
    display: inline;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div p b {
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #3e5371;
    margin-bottom: 1px;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div p span {
    display: none;
    color: #3e5371;
    font-weight: bold;
    margin: 0 5px;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div p svg {
    fill: #3e5371;
    height: 10px;
    width: 10px;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul {
    position: absolute;
    left: 15px;
    width: 75%;
    height: 42%;
    display: flex;
    align-items: center;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li {
    position: relative;
    color: #999;
    float: left;
    font-size: 1.167rem;
    margin-left: 20px;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li:hover div {
    display: block;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li div {
    display: none;
    position: absolute;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    background: rgba(0, 0, 0, 0.6);
    border-top: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    min-height: 0;
    padding: 5px 10px;
    text-align: center;
    top: 100%;
    width: 150px;
    z-index: 1;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li div i {
    position: absolute;
    border-bottom: 5px solid rgba(0, 0, 0, 0.6);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 100%;
    left: calc(50% + 8px);
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li:first-child {
    margin-left: 0;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li svg {
    fill: #999;
    height: 25px;
    width: 25px;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header div .sta-preferences-ref span {
    font-size: 1.083rem;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header h3 {
    padding: 0 15px 17px 5px;
    font-size: 1.833rem;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}
#dispo section.rooms div.list ul li.rooms-total article.room header figure {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 145px;
}
#dispo section.rooms div.list ul li.rooms-total article.room header figure label {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
}
#dispo section.rooms div.list ul li.rooms-total article.room header figure label u {}
#dispo section.rooms div.list ul li.rooms-total article.room header figure label i {}
#dispo section.rooms div.list ul li.rooms-total article.room header figure label span {}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board {
    position: relative;
    background: #fff;
    margin: 5px 0 0 0;
    width: 100%;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about {
    position: absolute;
    bottom: 0;
    padding: 0 0 0 10px;
    top: 0;
    width: 28%;
    width: calc(30% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about mark {
    display: block;
    width: 100%;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about mark h4 {
    display: inline;
    font-size: 1.167rem;
    font-weight: normal;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about span.breakfast_disc {
    display: block;
    font-size: 0.9167rem;
    color: #999;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about span.free-tab {
    display: none;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about div {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 21px;
    overflow: hidden;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about div u {
    position: absolute;
    border-bottom: 32px solid transparent;
    border-left: 20px solid #fff;
    border-top: 32px solid transparent;
    top: -1px;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about div u:first-child {
    border-left-color: #aaa;
    left: 1px;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about span {
    color: #280;
    font-size: 1.167rem;
    font-weight: normal;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about span.busy {
    color: #FD4B4E;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about span.busy b {
    font-weight: normal;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol {
    width: 70%;
    margin-left: 30%;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li {
    height: 30px;
    cursor: pointer;
    border-top: 1px solid #aaa;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl {
    position: relative;
    margin: 0 0 0 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.3rem;
    width: 35%;
    padding-right:25%;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl h5 {
    display: inline-block;
    font-size: 1.167rem;
    font-weight: normal;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl b.help {
    margin-left: 5px;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl mark {
    font-size: 1.083rem;
    margin-left: 5px;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr {
    text-transform: uppercase;
    height: 30px;
    position: absolute;
    right: 0;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr del {
    display: inline-block;
    font-size: 0.9167rem;
    color: #999;
    margin-top: 8px;
    vertical-align: top;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr mark {
    display: inline-block;
    margin: 2px 10px 0;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr mark small {
    display: none;
    font-size: 0.6667rem;
    line-height: 3px;
    text-align: right;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr mark strong {
    font-size: 1.5rem;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button {
    color: #fff;
    background: #aaa;
    border-top: 1px solid #fff;
    height: 30px;
    margin: -1px 0 0 15px;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
    width: 95px;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button span {
    display: none;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button span:first-child {
    display: block;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button b {
    display: none;
    color: #fff;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button i {
    display: none;
    position: absolute;
    border-bottom: 15px solid transparent;
    border-right: 13px solid #280;
    border-top: 15px solid transparent;
    left: -13px;
    top: 0;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li:first-child {
    border-top: 0;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li:first-child div.fr button {
    border-top: 0;
    margin-top: 0;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li:hover div.fr button {
    background: #bbb;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li.selected {
    background: #ded;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li.selected div.fr button {
    background: #280;
    padding: 0 6px;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li.selected div.fr button span {
    display: block;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li.selected div.fr button span:first-child {
    display: none;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li.selected div.fr button i {
    display: block;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li.selected:hover div.fr button {
    background: #391;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li.selected:hover div.fr button i {
    border-right-color: #391;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board:first-child ol li:first-child div.fr mark {
    color: #280;
    margin-top: 0;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board:first-child ol li:first-child div.fr mark small {
    display: block;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board:first-child ol li:first-child div.fl h5 {
    color: #280;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.icon {
    position: absolute;
    background: #eee;
    height: calc(100% + 20px);
    left: -80px;
    padding: 10px;
    width: 55px;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.icon svg {
    fill: #444;
    height: 40px;
    width: 55px;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol.one li {
    padding: 15px 0;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol.one li div.fr button {
    height: 60px;
    margin-top: -15px;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol.one li div.fr button i {
    border-bottom: 30px solid transparent;
    border-right: 13px solid #280;
    border-top: 30px solid transparent;
    left: -13px;
}
#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol.one li.selected:hover div.fr button i {
    border-right-color: #391;
}
#dispo section.rooms div.list ul li.rooms-total article.room section div.preferences {
    display: none;
    background: #eee;
    border: 2px solid #fff;
    margin: 0 auto;
    padding: 15px;
    width: 95%;
}
#dispo section.rooms div.list ul li.rooms-total article.room section div.preferences ol li {
    margin: 0 1%;
    text-align: left;
    width: 18%;
    white-space: nowrap;
}
#dispo section.rooms div.list ul li.rooms-total article.room section div.preferences ol li label {
    display: block;
    color: #333;
    font-size: 1.083rem;
}
#dispo section.rooms div.list ul li.rooms-total article.room section div.preferences ol li div.form-select {
    display: block;
    height: 30px;
    margin-top: 5px;
    width: auto;
}
#dispo section.rooms div.list ul li.rooms-total article.room section div.preferences ol li div.form-select i {
    right: 10px;
}
#dispo section.rooms div.list ul li.rooms-total article.room section div.preferences p {
    color: #666;
    margin-top: 15px;
    font-size: 1.167rem;
    padding-left: 5px;
}
@media (min-width: 601px) {
  #dispo section.rooms div.list ul li.rooms-total article.room section div.preferences p {
    padding-left: 10px;
  }
}
#dispo section.rooms div.list ul li.rooms-total article.room:first-child {
    margin: 0;
}
#dispo section.rooms div.list ul li.rooms-total article.room.shown section div.preferences {
    display: block;
    margin-bottom: 10px;
}
#dispo section.rooms div.list ul li.rooms-total article.room.shown header {
    box-shadow: 0 5px 5px #999;
}
#dispo section.rooms div.list ul li.rooms-total article.room.shown header div.header div p b {
    border-top: 0;
    border-bottom: 6px solid #666;
}
#dispo section.rooms div.list ul li.rooms-total {
    max-width: 1200px;
    margin: 0 auto;
}
#dispo section.rooms div.list ul li.rooms-total.show {
    display: block;
}
#dispo section.rooms div.list ul li.rooms-total.unselected article.room section ul li.board ol li div.fr button {
    background: #280;
}
#dispo section.rooms div.list ul li.rooms-total.unselected article.room section ul li.board ol li:hover div.fr button {
    background: #391;
}
#dispo section.rooms div.list > .auto {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
}
#dispo section.rooms ol.nav {
    position: relative;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    max-width: 1200px;
}
#dispo section.rooms ol.nav.nav-20:after {
    height: 20px;
}
#dispo section.rooms ol.nav li {
    border: 1px solid #CCC;
    display: none;
    background: rgba(117, 112, 112, 0.42);
    color: #666;
    cursor: pointer;
    font-size: 1.15rem;
    margin-bottom: 1px;
    padding: 10px 23px 5px;
    vertical-align: bottom;
}
#dispo section.rooms ol.nav li p {
    display: inline-block;
    text-transform: uppercase;
}
#dispo section.rooms ol.nav li p abbr {
    display: none;
}
#dispo section.rooms ol.nav li p dfn {
    font-style: normal;
}
#dispo section.rooms ol.nav li .sta-remove {
    display: inline-block;
    padding-left: 5px;
    vertical-align: top;
}
#dispo section.rooms ol.nav li .sta-remove svg {
    fill: #666;
    height: 18px;
    width: 18px;
}
#dispo section.rooms ol.nav li button {
    display: none;
}
#dispo section.rooms ol.nav li button.next i {
    border-right: none;
    border-left-color: #444;
}
#dispo section.rooms ol.nav li button i {
    display: inline-block;
    border-style: solid;
    border-color: transparent;
    border-width: 6px 9px;
}
#dispo section.rooms ol.nav li div {
    display: none;
    text-transform: uppercase;
    position: absolute;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #777;
    font-size: 1.15rem;
    font-weight: bold;
    left: 0px;
    top: 60px;
    width: 100%;
}
#dispo section.rooms ol.nav li div svg {
    position: relative;
    fill: #777;
    height: 14px;
    margin-left: 10px;
    top: 2px;
    width: 14px;
}
#dispo section.rooms ol.nav li div svg:first-child {
    height: 20px;
    margin: 0;
    top: 4px;
    width: 20px;
}
#dispo section.rooms ol.nav li div b {
    color: #333;
}
#dispo section.rooms ol.nav li:nth-of-type(2) button.prev {
    display: none;
}
#dispo section.rooms ol.nav li:nth-last-of-type(2) button.next {
    display: none;
}
#dispo section.rooms ol.nav li b {
    font-size: 1.15rem;
}
#dispo section.rooms ol.nav li button.prev {
    padding-right: 5px;
}
#dispo section.rooms ol.nav li button.prev i {
    border-left: none;
    border-right-color: #444;
}
#dispo section.rooms ol.nav li button.next {
    padding-left: 5px;
}
#dispo section.rooms ol.nav li button.next i {
    border-left-color: #444;
    border-right: none;
}
#dispo section.rooms ol.nav li.prev {
    display: inline-block;
}
#dispo section.rooms ol.nav li.next {
    display: inline-block;
}
#dispo section.rooms ol.nav li.now {
    display: inline-block;
    border-style: solid;
    background: #ddd;
    border-color: #fff;
    border-width: 1px 1px 0 1px;
    color: #444;
    cursor: default;
    margin-bottom: 0;
    padding: 13px 15px 9px;
}
#dispo section.rooms ol.nav li.now button {
    display: inline-block;
}
#dispo section.rooms ol.nav li.now div {
    display: block;
}
#dispo section.rooms ol.nav li.now div.guests {
    font-size: 1.167rem;
}
#dispo section.rooms ol.nav li.now div.guests b {
    font-size: 1.167rem;
}
#dispo section.rooms ol.nav li.now div span:nth-of-type(odd):before {
    position: relative;
    content: '\e061';
    margin: 0;
    color: #999;
    fill: #777;
    width: 14px;
    height: 14px;
}
#dispo section.rooms ol.nav li.now div span:nth-of-type(3):before {
    font-family: 'icons';
    font-size: 0.9167rem;
}
#dispo section.rooms ol.nav li.now div span:first-of-type:before {
    font-family: 'icons';
    font: 1.6rem 'icons';
}
#dispo section.rooms ol.nav li.now p {
    font-size: 1.15rem;
}
#dispo section.rooms ol.nav li.now .sta-remove svg {
    fill: #444;
}
#dispo section.rooms ol.nav li.vh {
    display: none;
}
#dispo section.rooms div.list.mt1 ul li.rooms-total article.room header figure label u {
    border-color: #d3d3d3 transparent transparent #d3d3d3;
}
#dispo section.rooms.scrolled:after {
    background: #ddd;
    border-top: 1px solid #fff;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
    content: '';
    height: 10px;
    left: 0;
    position: fixed;
    right: 0;
    top: 54px;
    z-index: 3;
}
#dispo section.rooms.scrolled:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMAC1Pr4B1bAAAAJ0lEQVR4AWNgYmSAAkYmIILwQAwogUKhKGBE1gplIzhwZSSZieIcABtsAFmVfQczAAAAAElFTkSuQmCC) #ddd;
    content: '';
    height: 54px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
}
#dispo section.packs.scrolled:after {
    background: #ddd;
    border-top: 1px solid #fff;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
    content: '';
    height: 10px;
    left: 0;
    position: fixed;
    right: 0;
    top: 54px;
    z-index: 3;
}
#dispo section.packs.scrolled:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMAC1Pr4B1bAAAAJ0lEQVR4AWNgYmSAAkYmIILwQAwogUKhKGBE1gplIzhwZSSZieIcABtsAFmVfQczAAAAAElFTkSuQmCC) #ddd;
    content: '';
    height: 54px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
}
@media (max-width: 600px) {
  #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl {
    padding-right: 6%;
  }
}
.tplSummary-sendDispo {
    cursor: pointer;
    color: #f60;
    border: 1px solid #f60;
    padding: 2px 4px;
    margin-left: 30px;
    right: 5px;
    display: none;
    align-items: center;
    position: absolute;
}
.tplSummary-sendDispo svg {
    margin-right: 5px;
}
.tpl-box200 .tplSummary-sendDispo {
    position: static;
    height: 13px;
    margin-left: 10px;
}
@keyframes show-inputs {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.close-link {
    position: absolute;
    cursor: pointer;
    color: white;
    top: -8px;
    right: 20px;
    font-family: 'Roboto Condensed';
    font-size: 1.4rem;
}
.tabs-header {
    border-top: 3px solid #f60;
    background: #f5d9bc;
    margin: -20px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 10px;
    -webkit-box-shadow: inset 0px -4px 10px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px -4px 10px -4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -4px 10px -4px rgba(0, 0, 0, 0.3);
}
.tab {
    max-width: 50%;
    display: inline-block;
    margin-top: 15px;
    padding: 5px;
    padding-top: 10px;
    padding-right: 10px;
    display: inline-flex;
    align-items: center;
    font-family: 'Roboto Condensed';
    font-size: 1.2rem;
}
.tab label {
    margin-left: 5px;
    display: inline-flex;
    position: relative;
}
.tab.active {
    background-color: #F3F3F3;
}
.tab input[type="radio"] {
    display: none;
}
.tab input[type="radio"] + label:before {
    background-color: white;
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #bebebe;
    margin-right: 5px;
}
.tab input[type="radio"]:checked + label:after {
    content: '';
    height: 8px;
    width: 8px;
    background: #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    left: 5px;
    position: absolute;
    top: 5px;
}
.content {
    text-align: left;
    font-family: 'Roboto Condensed';
}
.modal.send-dispo h3 {
    font-family: 'Roboto Condensed';
    font-size: 1.833rem;
    text-transform: uppercase;
    font-weight: normal;
}
.modal.send-dispo .dyn-equivalent {
    font-family: 'Roboto Condensed';
    font-size: 1.083rem;
    color: #999;
    letter-spacing: -1px;
}
.modal.send-dispo .tplSummary-text3 {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 2.167rem;
    font-weight: normal;
    margin-top: -7px;
    color: #280;
}
.modal.send-dispo .room-subtitle,
.modal.send-dispo .city_tax {
    font-weight: 100;
    text-align: justify;
    font-style: italic;
    color: #000;
}
.modal.send-dispo .totalPrize {
    font-weight: bold;
    font-size: 1.75rem;
    color: #444;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.modal.send-dispo .dates {
    display: flex;
    align-items: center;
    color: #444;
    padding: 20px 0 5px 0;
    font-size: 14px;
}
.modal.send-dispo .dates:before {
    content: "\e024";
    font: 14px "Icons";
}
.modal.send-dispo .dates span {
    margin: 0 5px;
}
.modal.send-dispo .send {
    background-color: #280;
    color: white;
    padding: 5px 20px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-left: 1%;
    float: left;
    max-height: 40px;
    width: 11%;
    margin-top: 14px;
}
.modal.send-dispo input:not(.type_radio) {
    width: 100%;
    height: 30px;
    border: 1px solid #bebebe;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
}
.modal.send-dispo form {
    text-align: left;
    font-family: 'Roboto Condensed';
    font-size: 1.1rem;
    border-top: 1px solid #888;
    padding-top: 10px;
    margin-top: 10px;
    line-height: 3rem;
}
.modal.send-dispo form label {
    line-height: 2.5rem;
    animation: show-inputs 0.3s linear;
    font-family: 'Roboto Condensed';
    width: 77%;
    float: left;
}
.modal.send-dispo .form_friend {
    display: block;
    position: relative;
}
.modal.send-dispo .form_friend label {
    width: 48%;
    float: left;
}
.modal.send-dispo .form_friend label:nth-child(odd) {
    margin-right: 4%;
}
.modal.send-dispo .form_friend .send {
    position: inital;
    top: 10px;
    right: 0;
    text-align: right;
    float: right;
    margin: 10px 0 0 auto;
    display: block;
    width: 12%;
}
.modal.send-dispo .info-booking {
    padding-bottom: 15px;
    border-bottom: 1px solid #888;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}
.modal.send-dispo .info-booking .number {
    color: #444;
    font-weight: bold;
}
.modal.send-dispo .info-booking .info-booking-adults {
    margin-left: 5px;
    margin-right: 5px;
}
.modal.send-dispo .info-booking .info-booking-adults:before {
    color: #919191;
    content: '\e061';
    font: 17px "Icons";
    margin-right: 3px;
}
.modal.send-dispo .info-booking .info-booking-childs:before {
    color: #919191;
    content: '\e061';
    font: 12px "Icons";
    margin-right: 3px;
}
.modal.send-dispo .rooms-list {
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin: 5px auto;
}
.modal.send-dispo .rooms-list .room-title {
    color: #444;
    font-size: 14px;
    font-weight: bold;
}
.modal.send-dispo .rooms-list .right {
    font-size: 1.4rem;
}
.modal.send-dispo .service-list {
    display:inline-flex;
	width:100%;
}
.modal.send-dispo .left {
    width: 70%;
}
.modal.send-dispo .right {
    width: 30%;
    text-align: right;
}
.modal.send-dispo .tplSummary-list {
    padding: 10px 0;
    border-bottom: 1px solid #888;
    margin-bottom: 10px;
}
.modal.send-dispo .total {
    display: inline-flex;
    width: 100%;
    padding-bottom: 10px;
}
#dispo .tpl-formulario-datospersonales200 * {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tpl-formulario-datospersonales200 {
    font-family: 'Roboto Condensed' sans-serif;
    padding-top: 10px;
    position: relative;
    top: 0%;
}
.tpl-formulario-datospersonales200 * {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tpl-formulario-datospersonales200 > div {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1124px;
    padding: 0 300px 20px 10px;
}
.tpl-formulario-datospersonales200 > div > form {
    padding: 0 10px 10px;
    position: relative;
    z-index: 5;
    font-family: 'Roboto Condensed';
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type {
    background: #e7e7e7;
    padding: 10px 20px;
    font-family: 'Roboto Condensed';
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul {
    margin-top: 10px;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li {
    color: #000;
    font-size: 1.167rem;
    font-weight: 400;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li select {
    border-radius: 3px;
    border: 1px solid #bbb;
    color: #828282;
    cursor: pointer;
    font: 1rem 'Roboto Condensed';
    margin-top: 2px;
    padding: 5px;
    width: 100%;
    min-height: 30px;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li select.error {
    border-color: red;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li input.error {
    border-color: red;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li label {
    margin-bottom: 15px;
    display: block;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li label > input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #bbb;
    color: #828282;
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 1.167rem;
    margin-top: 2px;
    padding: 6px 30px 6px 10px;
    position: relative;
    width: 100%;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li label > input.error:valid:required {
    background-position: right 10px center;
    background-repeat: no-repeat;
    transition: .3s;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1LjgxOHB4IiBoZWlnaHQ9IjE2LjU5NXB4IiB2aWV3Qm94PSIxMS42ODIgNDgzLjQwNSAxNS44MTggMTYuNTk1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDExLjY4MiA0ODMuNDA1IDE1LjgxOCAxNi41OTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJYTUxJRF8xXyI+PGc+PHBhdGggZmlsbD0iIzIyODgwMCIgZD0iTTI2LjcyLDQ4My42NmMwLjc4LDAuNDc5LDEuMDEsMS41LDAuNTMsMi4yN2wtOC4yOCwxMy4yOWMtMC4yOCwwLjQ2LTAuNzgsMC43NS0xLjMyLDAuNzhjLTAuMDMsMC0wLjA1LDAtMC4wOCwwYy0wLjUyLDAtMS0wLjI0LTEuMzItMC42NmwtNC4yMy01LjU5Yy0wLjU1LTAuNzMtMC40MS0xLjc2LDAuMzItMi4zMWMwLjczLTAuNTUxLDEuNzYtMC40MSwyLjMxLDAuMzE5bDIuNzksMy42ODFsNy0xMS4yNUMyNC45Myw0ODMuNDEsMjUuOTUsNDgzLjE3LDI2LjcyLDQ4My42NnoiLz48L2c+PGc+PC9nPjwvZz48L2c+PC9zdmc+);
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li label > input:focus:invalid:required {
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #ea4434;
    color: #ea4434;
    transition: .3s;
    background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAfAB8DAREAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAkEBQYH/8QAIhAAAAcAAwEAAwEAAAAAAAAAAQIDBAUGBwAIERIJEyEU/8QAHQEAAQQCAwAAAAAAAAAAAAAAAAQFBwgCAwYJCv/EACoRAAICAQQBAgUFAQAAAAAAAAECAwQFAAYREiEHExQiMTJBCBVRYXEj/9oADAMBAAIRAxEAPwDjvOt/Xqi1fQNXs1pXXa1iuztjctkgcOW8DESEuu3QE4JgsujHt3CiSQqGAv0YAD0fPfeb69S1bYpVjklYDkhFLED+TwDpuyWZxGGjWbMWq1SF26q00qRBjxzwC7KCePPA88ahSkTKwb5eLm4yQh5NqJSuY6UZOY983E5CnIC7R2mi4SExDAIfRQ9AQHmEsMsEhinVklH1DAgj/QfOlFO9SyNZbmPminqP9rxuro3HjwykqfPjwdV3NelOt5llEd6jp2c5lHu0Y9/ot8qFEZP3BBUQZO7dYI+vtna6ZTFMdFstIFOYAEBEpR/vF+KoPlcpWxcZCyWbEcQJ+gMjhAT/AITzrje8tyQbO2hld3WY2lrYrG2bjop4LrWgeZlB/BYIQD/J0zZlZbxsj3TevXTLRpfHWmVS6TbHsSp78lEsfYyBrqsmxut6tOkMJmEdW3VCkjkZoYt+oZsEeZQjEpP8XhpRSzfzT2tu7KsvSSo/FetGfae4idhLLJMGUyT+BJ7bnr05EYHTzUSxidu7Dr4j1R9fMVBnp81AWyeWtIbkGDmnEb1Kdei8Uq1sdy71fiIVEhnCNYLfEcidZkm2kzUn042PX2vYbT4XKbXYapsirUsjKY9utGhbFeJbIo7VHTp3YNJziYgIJSKkxeiq3bSx0js00jtzDzO0Fyc7bLzVwZHKpUkeOzxy1e1ErytXE5JeaFkQxv25CyEFACp0mxDy7Tx8PrzsPBPtbZ9jNVoLOLDdI8ph7ksFSPJvjlVYKF6KaZbNf2uryVg6zs6yjSf+Q5q9GtnnF3lMz0Oh6RBpt1prPrnV7vDpOy/bVWUqk4xno9NyTwftud2wIBw8/pRHi3G3pcXka+TgAM9edJV5+naNg45/rkedMO69vU93bXyW08iWXH5ShYqSlfDCOzC8LlT+GCueP7012Jh9EjIvU9M/HfTWl2PtU4WaXvdMlkZPsP16q80cr+dxU2fEUJOVH9dlUUTCzx6LpGSjEkQI4Ib5MWWoYclFFbynpzCJzek7GWNg1yojeWrez90fz8j30DB0C8MD51Su7e2tbuYbaP6pb748bfre0KdqMx4TN2Ih0hyvxpBhs8wAN+3ztG0FhpO0TDkHP3h68xey2zs9vlSpGadj7Hl8xTaTidbkIt3Y7DqVyrMnSbZ2I0alxYuI3Mos1emXT0sa5BJaUsA/vRQTTE5wT3nfCWpt07ghgq7llqtHFWQqXeeRGikuTRLysC9GZujcF5vmCgcnTpt2vBv/ABFL0g9NL2Ry/pRUzEVq3lp0kWCDH1bEdutg6NuTrJfk9+KOIzx9lr0v+byO/VSo/kQau9o4aNHDRo4aNHDRr//Z);
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li label > input.visited:valid:required {
    transition: .3s;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1LjgxOHB4IiBoZWlnaHQ9IjE2LjU5NXB4IiB2aWV3Qm94PSIxMS42ODIgNDgzLjQwNSAxNS44MTggMTYuNTk1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDExLjY4MiA0ODMuNDA1IDE1LjgxOCAxNi41OTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJYTUxJRF8xXyI+PGc+PHBhdGggZmlsbD0iIzIyODgwMCIgZD0iTTI2LjcyLDQ4My42NmMwLjc4LDAuNDc5LDEuMDEsMS41LDAuNTMsMi4yN2wtOC4yOCwxMy4yOWMtMC4yOCwwLjQ2LTAuNzgsMC43NS0xLjMyLDAuNzhjLTAuMDMsMC0wLjA1LDAtMC4wOCwwYy0wLjUyLDAtMS0wLjI0LTEuMzItMC42NmwtNC4yMy01LjU5Yy0wLjU1LTAuNzMtMC40MS0xLjc2LDAuMzItMi4zMWMwLjczLTAuNTUxLDEuNzYtMC40MSwyLjMxLDAuMzE5bDIuNzksMy42ODFsNy0xMS4yNUMyNC45Myw0ODMuNDEsMjUuOTUsNDgzLjE3LDI2LjcyLDQ4My42NnoiLz48L2c+PGc+PC9nPjwvZz48L2c+PC9zdmc+);
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li label > input.visited:invalid:required {
    transition: .3s;
    border: 1px solid #ea4434;
    color: #ea4434;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAfAB8DAREAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAkEBQYH/8QAIhAAAAcAAwEAAwEAAAAAAAAAAQIDBAUGBwAIERIJEyEU/8QAHQEAAQQCAwAAAAAAAAAAAAAAAAQFBwgCAwYJCv/EACoRAAICAQQBAgUFAQAAAAAAAAECAwQFAAYREiEHExQiMTJBCBVRYXEj/9oADAMBAAIRAxEAPwDjvOt/Xqi1fQNXs1pXXa1iuztjctkgcOW8DESEuu3QE4JgsujHt3CiSQqGAv0YAD0fPfeb69S1bYpVjklYDkhFLED+TwDpuyWZxGGjWbMWq1SF26q00qRBjxzwC7KCePPA88ahSkTKwb5eLm4yQh5NqJSuY6UZOY983E5CnIC7R2mi4SExDAIfRQ9AQHmEsMsEhinVklH1DAgj/QfOlFO9SyNZbmPminqP9rxuro3HjwykqfPjwdV3NelOt5llEd6jp2c5lHu0Y9/ot8qFEZP3BBUQZO7dYI+vtna6ZTFMdFstIFOYAEBEpR/vF+KoPlcpWxcZCyWbEcQJ+gMjhAT/AITzrje8tyQbO2hld3WY2lrYrG2bjop4LrWgeZlB/BYIQD/J0zZlZbxsj3TevXTLRpfHWmVS6TbHsSp78lEsfYyBrqsmxut6tOkMJmEdW3VCkjkZoYt+oZsEeZQjEpP8XhpRSzfzT2tu7KsvSSo/FetGfae4idhLLJMGUyT+BJ7bnr05EYHTzUSxidu7Dr4j1R9fMVBnp81AWyeWtIbkGDmnEb1Kdei8Uq1sdy71fiIVEhnCNYLfEcidZkm2kzUn042PX2vYbT4XKbXYapsirUsjKY9utGhbFeJbIo7VHTp3YNJziYgIJSKkxeiq3bSx0js00jtzDzO0Fyc7bLzVwZHKpUkeOzxy1e1ErytXE5JeaFkQxv25CyEFACp0mxDy7Tx8PrzsPBPtbZ9jNVoLOLDdI8ph7ksFSPJvjlVYKF6KaZbNf2uryVg6zs6yjSf+Q5q9GtnnF3lMz0Oh6RBpt1prPrnV7vDpOy/bVWUqk4xno9NyTwftud2wIBw8/pRHi3G3pcXka+TgAM9edJV5+naNg45/rkedMO69vU93bXyW08iWXH5ShYqSlfDCOzC8LlT+GCueP7012Jh9EjIvU9M/HfTWl2PtU4WaXvdMlkZPsP16q80cr+dxU2fEUJOVH9dlUUTCzx6LpGSjEkQI4Ib5MWWoYclFFbynpzCJzek7GWNg1yojeWrez90fz8j30DB0C8MD51Su7e2tbuYbaP6pb748bfre0KdqMx4TN2Ih0hyvxpBhs8wAN+3ztG0FhpO0TDkHP3h68xey2zs9vlSpGadj7Hl8xTaTidbkIt3Y7DqVyrMnSbZ2I0alxYuI3Mos1emXT0sa5BJaUsA/vRQTTE5wT3nfCWpt07ghgq7llqtHFWQqXeeRGikuTRLysC9GZujcF5vmCgcnTpt2vBv/ABFL0g9NL2Ry/pRUzEVq3lp0kWCDH1bEdutg6NuTrJfk9+KOIzx9lr0v+byO/VSo/kQau9o4aNHDRo4aNHDRr//Z);
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li label > input.valid:valid:required {
    transition: .3s;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1LjgxOHB4IiBoZWlnaHQ9IjE2LjU5NXB4IiB2aWV3Qm94PSIxMS42ODIgNDgzLjQwNSAxNS44MTggMTYuNTk1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDExLjY4MiA0ODMuNDA1IDE1LjgxOCAxNi41OTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJYTUxJRF8xXyI+PGc+PHBhdGggZmlsbD0iIzIyODgwMCIgZD0iTTI2LjcyLDQ4My42NmMwLjc4LDAuNDc5LDEuMDEsMS41LDAuNTMsMi4yN2wtOC4yOCwxMy4yOWMtMC4yOCwwLjQ2LTAuNzgsMC43NS0xLjMyLDAuNzhjLTAuMDMsMC0wLjA1LDAtMC4wOCwwYy0wLjUyLDAtMS0wLjI0LTEuMzItMC42NmwtNC4yMy01LjU5Yy0wLjU1LTAuNzMtMC40MS0xLjc2LDAuMzItMi4zMWMwLjczLTAuNTUxLDEuNzYtMC40MSwyLjMxLDAuMzE5bDIuNzksMy42ODFsNy0xMS4yNUMyNC45Myw0ODMuNDEsMjUuOTUsNDgzLjE3LDI2LjcyLDQ4My42NnoiLz48L2c+PGc+PC9nPjwvZz48L2c+PC9zdmc+);
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li label > input.invalid:valid:required {
    transition: .3s;
    border: 1px solid #ea4434;
    color: #ea4434;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAfAB8DAREAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAkEBQYH/8QAIhAAAAcAAwEAAwEAAAAAAAAAAQIDBAUGBwAIERIJEyEU/8QAHQEAAQQCAwAAAAAAAAAAAAAAAAQFBwgCAwYJCv/EACoRAAICAQQBAgUFAQAAAAAAAAECAwQFAAYREiEHExQiMTJBCBVRYXEj/9oADAMBAAIRAxEAPwDjvOt/Xqi1fQNXs1pXXa1iuztjctkgcOW8DESEuu3QE4JgsujHt3CiSQqGAv0YAD0fPfeb69S1bYpVjklYDkhFLED+TwDpuyWZxGGjWbMWq1SF26q00qRBjxzwC7KCePPA88ahSkTKwb5eLm4yQh5NqJSuY6UZOY983E5CnIC7R2mi4SExDAIfRQ9AQHmEsMsEhinVklH1DAgj/QfOlFO9SyNZbmPminqP9rxuro3HjwykqfPjwdV3NelOt5llEd6jp2c5lHu0Y9/ot8qFEZP3BBUQZO7dYI+vtna6ZTFMdFstIFOYAEBEpR/vF+KoPlcpWxcZCyWbEcQJ+gMjhAT/AITzrje8tyQbO2hld3WY2lrYrG2bjop4LrWgeZlB/BYIQD/J0zZlZbxsj3TevXTLRpfHWmVS6TbHsSp78lEsfYyBrqsmxut6tOkMJmEdW3VCkjkZoYt+oZsEeZQjEpP8XhpRSzfzT2tu7KsvSSo/FetGfae4idhLLJMGUyT+BJ7bnr05EYHTzUSxidu7Dr4j1R9fMVBnp81AWyeWtIbkGDmnEb1Kdei8Uq1sdy71fiIVEhnCNYLfEcidZkm2kzUn042PX2vYbT4XKbXYapsirUsjKY9utGhbFeJbIo7VHTp3YNJziYgIJSKkxeiq3bSx0js00jtzDzO0Fyc7bLzVwZHKpUkeOzxy1e1ErytXE5JeaFkQxv25CyEFACp0mxDy7Tx8PrzsPBPtbZ9jNVoLOLDdI8ph7ksFSPJvjlVYKF6KaZbNf2uryVg6zs6yjSf+Q5q9GtnnF3lMz0Oh6RBpt1prPrnV7vDpOy/bVWUqk4xno9NyTwftud2wIBw8/pRHi3G3pcXka+TgAM9edJV5+naNg45/rkedMO69vU93bXyW08iWXH5ShYqSlfDCOzC8LlT+GCueP7012Jh9EjIvU9M/HfTWl2PtU4WaXvdMlkZPsP16q80cr+dxU2fEUJOVH9dlUUTCzx6LpGSjEkQI4Ib5MWWoYclFFbynpzCJzek7GWNg1yojeWrez90fz8j30DB0C8MD51Su7e2tbuYbaP6pb748bfre0KdqMx4TN2Ih0hyvxpBhs8wAN+3ztG0FhpO0TDkHP3h68xey2zs9vlSpGadj7Hl8xTaTidbkIt3Y7DqVyrMnSbZ2I0alxYuI3Mos1emXT0sa5BJaUsA/vRQTTE5wT3nfCWpt07ghgq7llqtHFWQqXeeRGikuTRLysC9GZujcF5vmCgcnTpt2vBv/ABFL0g9NL2Ry/pRUzEVq3lp0kWCDH1bEdutg6NuTrJfk9+KOIzx9lr0v+byO/VSo/kQau9o4aNHDRo4aNHDRr//Z);
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li label > input#showcp {
    max-width: 100px;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li label > textarea {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #bbb;
    color: #828282;
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 1rem;
    margin: 5px 0 0;
    min-height: 80px;
    padding: 7px 10px;
    resize: none;
    width: 100%;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li > #pais-error {
    font-size: 0.9167rem;
    color: #f00;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.sta-forinput {
    width: 25%;
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.sta-forinput:nth-child(3n+1) {
    padding-left: 20px;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.sta-forinput:nth-child(4n+1) {
    padding-left: 0;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save {
    background: #f0f0f0;
    font-weight: normal;
    padding: 8px 0 8px 10px;
    position: relative;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save > label {
    padding: 0;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save > label > span {
    font-size: 1.167rem;
    line-height: 20px;
    padding-left: 20px;
    display: block;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save > label > span:before {
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    position: absolute;
    background: #fff;
    border: 1px solid #bbb;
    content: '';
    height: 16px;
    margin-right: 5px;
    width: 16px;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save > label > span:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    position: absolute;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    content: '\e020';
    font: 17px 'icons';
    transition: .1s;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save > label > span > a:hover {
    text-decoration: none;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save > label > input {
    left: -9999px;
    position: fixed;
    top: 0;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save > label > input:checked + span:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    transition: .3s;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save:before {
    background: #f0f0f0;
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 10px;
    right: 100%;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save:after {
    background: #f0f0f0;
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 10px;
    left: 100%;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.none {
    display: none;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li:nth-child(7) {
    max-width: 100px;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason {
    border-bottom: 1px solid #bababa;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    text-align: center;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:first-child {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    font: 1.167rem 'Roboto Condensed';
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:first-child:before {
    border-top: 1px solid #bababa;
    content: '';
    position: absolute;
    top: 10px;
    width: 999px;
    left: 100%;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:first-child:after {
    border-top: 1px solid #bababa;
    content: '';
    position: absolute;
    top: 10px;
    width: 999px;
    right: 100%;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:last-child {
    padding: 10px 0 5px;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:last-child > div {
    display: inline-flex;
    font: 1.167rem 'Roboto Condensed';
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:last-child > div > input {
    height: 0;
    left: 100%;
    position: fixed;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:last-child > div > input:checked + label:after {
    background: #000;
    border-radius: 50%;
    bottom: 3px;
    content: '';
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:last-child > div > label {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
    display: inline-block;
    height: 1.167rem;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
    width: 1.167rem;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:last-child > div > label > span {
    left: 18px;
    position: absolute;
    top: -2px;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:last-child > div:last-child {
    margin-left: 65px;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > div:not(:first-of-type) {
    display: none;
    border-top: 1px solid #bbbbbb;
    font-size: 1rem;
    padding: 10px 0;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > div:not(:first-of-type):before {
    color: #999999;
    font: 20px 'icons';
    margin-right: 8px;
    vertical-align: bottom;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > div:not(:first-of-type) > label {
    text-decoration: underline;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > div:not(:first-of-type) > span {
    font-size: 1.333rem;
    text-transform: uppercase;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > div:nth-of-type(2):before {
    content: '\e06b';
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > div:last-of-type:before {
    content: '\e06a';
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > div:first-of-type {
    font-size: 22px;
    color: #444;
    /*margin-bottom  : 20px;*/
    font-family: 'Roboto Condensed';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 10px;
    /*&:before {
    content       : "";
    width         : 100%;
    border-bottom : 2px solid #BDBDBD;
    height        : 5px;
    position      : absolute;
    clear         : both;
    bottom        : 0;
}*/
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) {
    display: block;
    background: #e7e7e7;
    margin-top: 10px;
    padding: 10px 20px;
    position: relative;
    /*&:after {
    border-bottom : 2px solid #ccc;
    content       : '';
    left          : 10px;
    position      : absolute;
    right         : 10px;
    top           : 70px;
}*/
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2):before {
    content: "";
    position: absolute;
    width: 89.3%;
    box-sizing: border-box;
    top: 72px;
    height: 1px;
    background-color: #ccc;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label {
    margin: 15px 0;
    position: relative;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label > span {
    display: block;
    color: #333;
    font-size: 1.167rem;
    padding-left: 25px;
    position: relative;
    margin: 10px 0px;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label > span:before {
    display: block;
    border: 1px solid #bbb;
    content: '';
    height: 16px;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0;
    width: 16px;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label > span:after {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    content: '\e020';
    font: 17px 'icons';
    left: 0;
    position: absolute;
    top: 0;
    transition: .1s;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label > span > a {
    color: #c94;
    text-decoration: underline;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label > span > a:hover {
    text-decoration: none;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label > span > label {
    color: #c94;
    text-decoration: underline;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label > span > label:hover {
    text-decoration: none;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label > label.error {
    color: red;
    font-size: 0.9167rem;
    position: absolute;
    top: 100%;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label > input {
    left: -99px;
    position: fixed;
    top: 0;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label > input:checked ~ span:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .3s;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > select {
    border-radius: 3px;
    border: 1px solid #bbb;
    color: #828282;
    cursor: pointer;
    font: 1.167rem 'Roboto Condensed';
    margin: 5px 0 10px;
    width: 100%;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:first-of-type {
    color: #000;
    font-weight: 400;
    display: inline-block;
    font-size: 1.167rem;
    margin-right: 5px;
    width: auto;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:first-of-type {
    color: #555;
    font-size: 1.333rem;
    font-weight: bold;
    text-transform: uppercase;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:first-of-type > span {
    font-size: 1.667rem;
    margin-left: 5px;
    color: #280;
    font-weight: 400;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:last-of-type {
    color: #333;
    font-size: 1.167rem;
    font-style: italic;
    font-weight: 300;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:last-of-type .totalBookingNewCurrency {
    color: #280;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:last-of-type + span {
    color: #333;
    font-size: 1.167rem;
    font-style: italic;
    font-weight: 300;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > button {
    display: block;
    background: #280;
    color: #fff;
    margin: 10px auto 0;
    text-transform: uppercase;
    font: 18px 'Roboto Condensed', sans-serif;
    padding: 1.083rem 43px;
    white-space: nowrap;
    max-height: 90px;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > button > span:last-of-type > span:last-of-type {
    display: block;
    text-transform: none;
    font-size: 1.167rem;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div select {
    display: inline-block;
    font-size: 1.167rem;
    margin-right: 5px;
    width: auto;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section > div:first-of-type {
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
    font: 1.333rem 'Roboto Condensed';
    letter-spacing: -1px;
    padding: 8px 0;
    text-transform: uppercase;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section > div:nth-of-type(2) {
    color: #333;
    font-size: 1rem;
    margin: 10px 0;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section > div:last-of-type {
    padding: 0 0 5px;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section > div:last-of-type > img {
    height: 50px;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section > div:last-of-type > div {
    font: bold 1.167rem 'Roboto Condensed';
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section > div:last-of-type > div:before {
    content: '\e03b';
    font: 1.167rem 'icons';
    padding-right: 5px;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci {
    font-size: 0;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label {
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 10px;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label:nth-child(2) {
    display: inline-block;
    width: 28%;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label:nth-child(3) {
    display: inline-block;
    padding-left: 10px;
    width: calc(72% - 10px);
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label:last-of-type {
    font-size: 0;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label:last-of-type > select {
    width: 28%;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label:last-of-type span + select {
    margin-right: 10px;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label > span {
    display: block;
    font-size: 1rem;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label > input {
    background: #fff;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 6px 10px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #bbb;
    color: #828282;
    cursor: pointer;
    font: 1rem 'Roboto Condensed';
    margin-top: 2px;
    width: 100%;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label > input:focus:valid:required {
    background-position: right 10px center;
    /* background-image    : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1LjgxOHB4IiBoZWlnaHQ9IjE2LjU5NXB4IiB2aWV3Qm94PSIxMS42ODIgNDgzLjQwNSAxNS44MTggMTYuNTk1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDExLjY4MiA0ODMuNDA1IDE1LjgxOCAxNi41OTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJYTUxJRF8xXyI+PGc+PHBhdGggZmlsbD0iIzIyODgwMCIgZD0iTTI2LjcyLDQ4My42NmMwLjc4LDAuNDc5LDEuMDEsMS41LDAuNTMsMi4yN2wtOC4yOCwxMy4yOWMtMC4yOCwwLjQ2LTAuNzgsMC43NS0xLjMyLDAuNzhjLTAuMDMsMC0wLjA1LDAtMC4wOCwwYy0wLjUyLDAtMS0wLjI0LTEuMzItMC42NmwtNC4yMy01LjU5Yy0wLjU1LTAuNzMtMC40MS0xLjc2LDAuMzItMi4zMWMwLjczLTAuNTUxLDEuNzYtMC40MSwyLjMxLDAuMzE5bDIuNzksMy42ODFsNy0xMS4yNUMyNC45Myw0ODMuNDEsMjUuOTUsNDgzLjE3LDI2LjcyLDQ4My42NnoiLz48L2c+PGc+PC9nPjwvZz48L2c+PC9zdmc+);*/
    background-repeat: no-repeat;
    transition: .3s;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label > input:focus:invalid:required {
    background-position: right center;
    border: 1px solid #ea4434;
    color: #ea4434;
    /*background-image    : url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAfAB8DAREAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAkEBQYH/8QAIhAAAAcAAwEAAwEAAAAAAAAAAQIDBAUGBwAIERIJEyEU/8QAHQEAAQQCAwAAAAAAAAAAAAAAAAQFBwgCAwYJCv/EACoRAAICAQQBAgUFAQAAAAAAAAECAwQFAAYREiEHExQiMTJBCBVRYXEj/9oADAMBAAIRAxEAPwDjvOt/Xqi1fQNXs1pXXa1iuztjctkgcOW8DESEuu3QE4JgsujHt3CiSQqGAv0YAD0fPfeb69S1bYpVjklYDkhFLED+TwDpuyWZxGGjWbMWq1SF26q00qRBjxzwC7KCePPA88ahSkTKwb5eLm4yQh5NqJSuY6UZOY983E5CnIC7R2mi4SExDAIfRQ9AQHmEsMsEhinVklH1DAgj/QfOlFO9SyNZbmPminqP9rxuro3HjwykqfPjwdV3NelOt5llEd6jp2c5lHu0Y9/ot8qFEZP3BBUQZO7dYI+vtna6ZTFMdFstIFOYAEBEpR/vF+KoPlcpWxcZCyWbEcQJ+gMjhAT/AITzrje8tyQbO2hld3WY2lrYrG2bjop4LrWgeZlB/BYIQD/J0zZlZbxsj3TevXTLRpfHWmVS6TbHsSp78lEsfYyBrqsmxut6tOkMJmEdW3VCkjkZoYt+oZsEeZQjEpP8XhpRSzfzT2tu7KsvSSo/FetGfae4idhLLJMGUyT+BJ7bnr05EYHTzUSxidu7Dr4j1R9fMVBnp81AWyeWtIbkGDmnEb1Kdei8Uq1sdy71fiIVEhnCNYLfEcidZkm2kzUn042PX2vYbT4XKbXYapsirUsjKY9utGhbFeJbIo7VHTp3YNJziYgIJSKkxeiq3bSx0js00jtzDzO0Fyc7bLzVwZHKpUkeOzxy1e1ErytXE5JeaFkQxv25CyEFACp0mxDy7Tx8PrzsPBPtbZ9jNVoLOLDdI8ph7ksFSPJvjlVYKF6KaZbNf2uryVg6zs6yjSf+Q5q9GtnnF3lMz0Oh6RBpt1prPrnV7vDpOy/bVWUqk4xno9NyTwftud2wIBw8/pRHi3G3pcXka+TgAM9edJV5+naNg45/rkedMO69vU93bXyW08iWXH5ShYqSlfDCOzC8LlT+GCueP7012Jh9EjIvU9M/HfTWl2PtU4WaXvdMlkZPsP16q80cr+dxU2fEUJOVH9dlUUTCzx6LpGSjEkQI4Ib5MWWoYclFFbynpzCJzek7GWNg1yojeWrez90fz8j30DB0C8MD51Su7e2tbuYbaP6pb748bfre0KdqMx4TN2Ih0hyvxpBhs8wAN+3ztG0FhpO0TDkHP3h68xey2zs9vlSpGadj7Hl8xTaTidbkIt3Y7DqVyrMnSbZ2I0alxYuI3Mos1emXT0sa5BJaUsA/vRQTTE5wT3nfCWpt07ghgq7llqtHFWQqXeeRGikuTRLysC9GZujcF5vmCgcnTpt2vBv/ABFL0g9NL2Ry/pRUzEVq3lp0kWCDH1bEdutg6NuTrJfk9+KOIzx9lr0v+byO/VSo/kQau9o4aNHDRo4aNHDRr//Z); */
    background-repeat: no-repeat;
    transition: .3s;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label > input.visited:valid:required {
    background-position: right 10px center;
    /* background-image    : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1LjgxOHB4IiBoZWlnaHQ9IjE2LjU5NXB4IiB2aWV3Qm94PSIxMS42ODIgNDgzLjQwNSAxNS44MTggMTYuNTk1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDExLjY4MiA0ODMuNDA1IDE1LjgxOCAxNi41OTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJYTUxJRF8xXyI+PGc+PHBhdGggZmlsbD0iIzIyODgwMCIgZD0iTTI2LjcyLDQ4My42NmMwLjc4LDAuNDc5LDEuMDEsMS41LDAuNTMsMi4yN2wtOC4yOCwxMy4yOWMtMC4yOCwwLjQ2LTAuNzgsMC43NS0xLjMyLDAuNzhjLTAuMDMsMC0wLjA1LDAtMC4wOCwwYy0wLjUyLDAtMS0wLjI0LTEuMzItMC42NmwtNC4yMy01LjU5Yy0wLjU1LTAuNzMtMC40MS0xLjc2LDAuMzItMi4zMWMwLjczLTAuNTUxLDEuNzYtMC40MSwyLjMxLDAuMzE5bDIuNzksMy42ODFsNy0xMS4yNUMyNC45Myw0ODMuNDEsMjUuOTUsNDgzLjE3LDI2LjcyLDQ4My42NnoiLz48L2c+PGc+PC9nPjwvZz48L2c+PC9zdmc+);
    */
    background-repeat: no-repeat;
    transition: .3s;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label > input.visited:invalid:required {
    background-position: right center;
    border: 1px solid #ea4434;
    color: #ea4434;
    /*background-image    : url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAfAB8DAREAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAkEBQYH/8QAIhAAAAcAAwEAAwEAAAAAAAAAAQIDBAUGBwAIERIJEyEU/8QAHQEAAQQCAwAAAAAAAAAAAAAAAAQFBwgCAwYJCv/EACoRAAICAQQBAgUFAQAAAAAAAAECAwQFAAYREiEHExQiMTJBCBVRYXEj/9oADAMBAAIRAxEAPwDjvOt/Xqi1fQNXs1pXXa1iuztjctkgcOW8DESEuu3QE4JgsujHt3CiSQqGAv0YAD0fPfeb69S1bYpVjklYDkhFLED+TwDpuyWZxGGjWbMWq1SF26q00qRBjxzwC7KCePPA88ahSkTKwb5eLm4yQh5NqJSuY6UZOY983E5CnIC7R2mi4SExDAIfRQ9AQHmEsMsEhinVklH1DAgj/QfOlFO9SyNZbmPminqP9rxuro3HjwykqfPjwdV3NelOt5llEd6jp2c5lHu0Y9/ot8qFEZP3BBUQZO7dYI+vtna6ZTFMdFstIFOYAEBEpR/vF+KoPlcpWxcZCyWbEcQJ+gMjhAT/AITzrje8tyQbO2hld3WY2lrYrG2bjop4LrWgeZlB/BYIQD/J0zZlZbxsj3TevXTLRpfHWmVS6TbHsSp78lEsfYyBrqsmxut6tOkMJmEdW3VCkjkZoYt+oZsEeZQjEpP8XhpRSzfzT2tu7KsvSSo/FetGfae4idhLLJMGUyT+BJ7bnr05EYHTzUSxidu7Dr4j1R9fMVBnp81AWyeWtIbkGDmnEb1Kdei8Uq1sdy71fiIVEhnCNYLfEcidZkm2kzUn042PX2vYbT4XKbXYapsirUsjKY9utGhbFeJbIo7VHTp3YNJziYgIJSKkxeiq3bSx0js00jtzDzO0Fyc7bLzVwZHKpUkeOzxy1e1ErytXE5JeaFkQxv25CyEFACp0mxDy7Tx8PrzsPBPtbZ9jNVoLOLDdI8ph7ksFSPJvjlVYKF6KaZbNf2uryVg6zs6yjSf+Q5q9GtnnF3lMz0Oh6RBpt1prPrnV7vDpOy/bVWUqk4xno9NyTwftud2wIBw8/pRHi3G3pcXka+TgAM9edJV5+naNg45/rkedMO69vU93bXyW08iWXH5ShYqSlfDCOzC8LlT+GCueP7012Jh9EjIvU9M/HfTWl2PtU4WaXvdMlkZPsP16q80cr+dxU2fEUJOVH9dlUUTCzx6LpGSjEkQI4Ib5MWWoYclFFbynpzCJzek7GWNg1yojeWrez90fz8j30DB0C8MD51Su7e2tbuYbaP6pb748bfre0KdqMx4TN2Ih0hyvxpBhs8wAN+3ztG0FhpO0TDkHP3h68xey2zs9vlSpGadj7Hl8xTaTidbkIt3Y7DqVyrMnSbZ2I0alxYuI3Mos1emXT0sa5BJaUsA/vRQTTE5wT3nfCWpt07ghgq7llqtHFWQqXeeRGikuTRLysC9GZujcF5vmCgcnTpt2vBv/ABFL0g9NL2Ry/pRUzEVq3lp0kWCDH1bEdutg6NuTrJfk9+KOIzx9lr0v+byO/VSo/kQau9o4aNHDRo4aNHDRr//Z); */
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label > input.valid:valid:required {
    background-position: right 10px center;
    /* background-image    : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1LjgxOHB4IiBoZWlnaHQ9IjE2LjU5NXB4IiB2aWV3Qm94PSIxMS42ODIgNDgzLjQwNSAxNS44MTggMTYuNTk1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDExLjY4MiA0ODMuNDA1IDE1LjgxOCAxNi41OTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJYTUxJRF8xXyI+PGc+PHBhdGggZmlsbD0iIzIyODgwMCIgZD0iTTI2LjcyLDQ4My42NmMwLjc4LDAuNDc5LDEuMDEsMS41LDAuNTMsMi4yN2wtOC4yOCwxMy4yOWMtMC4yOCwwLjQ2LTAuNzgsMC43NS0xLjMyLDAuNzhjLTAuMDMsMC0wLjA1LDAtMC4wOCwwYy0wLjUyLDAtMS0wLjI0LTEuMzItMC42NmwtNC4yMy01LjU5Yy0wLjU1LTAuNzMtMC40MS0xLjc2LDAuMzItMi4zMWMwLjczLTAuNTUxLDEuNzYtMC40MSwyLjMxLDAuMzE5bDIuNzksMy42ODFsNy0xMS4yNUMyNC45Myw0ODMuNDEsMjUuOTUsNDgzLjE3LDI2LjcyLDQ4My42NnoiLz48L2c+PGc+PC9nPjwvZz48L2c+PC9zdmc+);
    */
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label > input.invalid:valid :required {
    background-position: right center;
    border: 1px solid #ea4434;
    color: #ea4434;
    /*background-image    : url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAfAB8DAREAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAkEBQYH/8QAIhAAAAcAAwEAAwEAAAAAAAAAAQIDBAUGBwAIERIJEyEU/8QAHQEAAQQCAwAAAAAAAAAAAAAAAAQFBwgCAwYJCv/EACoRAAICAQQBAgUFAQAAAAAAAAECAwQFAAYREiEHExQiMTJBCBVRYXEj/9oADAMBAAIRAxEAPwDjvOt/Xqi1fQNXs1pXXa1iuztjctkgcOW8DESEuu3QE4JgsujHt3CiSQqGAv0YAD0fPfeb69S1bYpVjklYDkhFLED+TwDpuyWZxGGjWbMWq1SF26q00qRBjxzwC7KCePPA88ahSkTKwb5eLm4yQh5NqJSuY6UZOY983E5CnIC7R2mi4SExDAIfRQ9AQHmEsMsEhinVklH1DAgj/QfOlFO9SyNZbmPminqP9rxuro3HjwykqfPjwdV3NelOt5llEd6jp2c5lHu0Y9/ot8qFEZP3BBUQZO7dYI+vtna6ZTFMdFstIFOYAEBEpR/vF+KoPlcpWxcZCyWbEcQJ+gMjhAT/AITzrje8tyQbO2hld3WY2lrYrG2bjop4LrWgeZlB/BYIQD/J0zZlZbxsj3TevXTLRpfHWmVS6TbHsSp78lEsfYyBrqsmxut6tOkMJmEdW3VCkjkZoYt+oZsEeZQjEpP8XhpRSzfzT2tu7KsvSSo/FetGfae4idhLLJMGUyT+BJ7bnr05EYHTzUSxidu7Dr4j1R9fMVBnp81AWyeWtIbkGDmnEb1Kdei8Uq1sdy71fiIVEhnCNYLfEcidZkm2kzUn042PX2vYbT4XKbXYapsirUsjKY9utGhbFeJbIo7VHTp3YNJziYgIJSKkxeiq3bSx0js00jtzDzO0Fyc7bLzVwZHKpUkeOzxy1e1ErytXE5JeaFkQxv25CyEFACp0mxDy7Tx8PrzsPBPtbZ9jNVoLOLDdI8ph7ksFSPJvjlVYKF6KaZbNf2uryVg6zs6yjSf+Q5q9GtnnF3lMz0Oh6RBpt1prPrnV7vDpOy/bVWUqk4xno9NyTwftud2wIBw8/pRHi3G3pcXka+TgAM9edJV5+naNg45/rkedMO69vU93bXyW08iWXH5ShYqSlfDCOzC8LlT+GCueP7012Jh9EjIvU9M/HfTWl2PtU4WaXvdMlkZPsP16q80cr+dxU2fEUJOVH9dlUUTCzx6LpGSjEkQI4Ib5MWWoYclFFbynpzCJzek7GWNg1yojeWrez90fz8j30DB0C8MD51Su7e2tbuYbaP6pb748bfre0KdqMx4TN2Ih0hyvxpBhs8wAN+3ztG0FhpO0TDkHP3h68xey2zs9vlSpGadj7Hl8xTaTidbkIt3Y7DqVyrMnSbZ2I0alxYuI3Mos1emXT0sa5BJaUsA/vRQTTE5wT3nfCWpt07ghgq7llqtHFWQqXeeRGikuTRLysC9GZujcF5vmCgcnTpt2vBv/ABFL0g9NL2Ry/pRUzEVq3lp0kWCDH1bEdutg6NuTrJfk9+KOIzx9lr0v+byO/VSo/kQau9o4aNHDRo4aNHDRr//Z); */
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) section .pci label > select {
    border-radius: 3px;
    border: 1px solid #bbbbbb;
    color: #828282;
    cursor: pointer;
    font: 12px 'Roboto Condensed';
    margin-top: 2px;
    width: 100%;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > .sta-opciones_pago.selected {
    display: block;
}
.tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > #iframe_card_app_container > iframe {
    height: 305px;
    width: 100%;
    display: block;
}
.tpl-formulario-datospersonales200 > div > form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAZAAA/+4AJkFkb2JlAGTAAAAAAQMAFQQDBgoNAAABywAAAicAAAJyAAACsP/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8IAEQgAGwAZAwERAAIRAQMRAf/EAJUAAQEAAwEAAAAAAAAAAAAAAAAFAQcICQEBAAAAAAAAAAAAAAAAAAAAABAAAwEBAAAAAAAAAAAAAAAAEAU1BkARAAAEBAQHAAAAAAAAAAAAAAIDBAUBInS0ABAgExExcRIUFQYSAQAAAAAAAAAAAAAAAAAAAEATAQABBAICAwAAAAAAAAAAAAERIEAhQRAxUWFxgaH/2gAMAwEAAhEDEQAAAfcovAEE04dAggl0yCCXgD//2gAIAQEAAQUCVzCrmaLU6ZQ/CuYVcw//2gAIAQIAAQUC4P/aAAgBAwABBQLg/9oACAECAgY/Agf/2gAIAQMCBj8CB//aAAgBAQEGPwJuoEluXobqBJbl4amdu+RIeEruMAEznF/EhCWIMy3yk3pFmyFEVDcjwGLvBymlzbqBJbl46Zt1Akty9H//2gAIAQEDAT8hp6dJe4vZIZkiYTuHPTx9j0xGPEmK+n//2gAIAQIDAT8hsP/aAAgBAwMBPyGw/9oADAMBAAIRAxEAABAAAQAQAQD/2gAIAQEDAT8Qpq1QImSnRnofmFVBqpMoJSqDJIy3OlFXW+341+8//9oACAECAwE/ELD/2gAIAQMDAT8QsP/Z) #fff no-repeat center right 0px;
    padding: 5px 35px 5px 5px;
}
.tpl-formulario-datospersonales200 > div > form .politica_cancelacion {
    color: #333;
    border-bottom: 1px solid #ccc;
    font: 1.15rem 'Roboto Condensed';
    padding: 10px 0;
    text-align: left;
}
.tpl-formulario-datospersonales200 > div > form .politica_cancelacion > div:first-child {
    font-weight: bold;
}
.tpl-formulario-datospersonales200 label.error {
    margin: 5px 0;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes > div:nth-child(2) {
    display: none;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes > span:nth-child(3) {
    display: none;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div > img {
    display: none;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div > label {
    font-weight: bold;
    color: #000;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div > label.error {
    font-size: 0.9167rem;
    color: #f00;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div > input {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #bbb;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #828282;
    font: 1rem Roboto Condensed;
    margin-top: 2px;
    padding: 6px 10px;
    width: 100%;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div > input:focus:valid:required {
    transition: .3s;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1LjgxOHB4IiBoZWlnaHQ9IjE2LjU5NXB4IiB2aWV3Qm94PSIxMS42ODIgNDgzLjQwNSAxNS44MTggMTYuNTk1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDExLjY4MiA0ODMuNDA1IDE1LjgxOCAxNi41OTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJYTUxJRF8xXyI+PGc+PHBhdGggZmlsbD0iIzIyODgwMCIgZD0iTTI2LjcyLDQ4My42NmMwLjc4LDAuNDc5LDEuMDEsMS41LDAuNTMsMi4yN2wtOC4yOCwxMy4yOWMtMC4yOCwwLjQ2LTAuNzgsMC43NS0xLjMyLDAuNzhjLTAuMDMsMC0wLjA1LDAtMC4wOCwwYy0wLjUyLDAtMS0wLjI0LTEuMzItMC42NmwtNC4yMy01LjU5Yy0wLjU1LTAuNzMtMC40MS0xLjc2LDAuMzItMi4zMWMwLjczLTAuNTUxLDEuNzYtMC40MSwyLjMxLDAuMzE5bDIuNzksMy42ODFsNy0xMS4yNUMyNC45Myw0ODMuNDEsMjUuOTUsNDgzLjE3LDI2LjcyLDQ4My42NnoiLz48L2c+PGc+PC9nPjwvZz48L2c+PC9zdmc+);
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div > input:focus:invalid:required {
    transition: .3s;
    border: 1px solid #ea4434;
    color: #ea4434;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAfAB8DAREAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAkEBQYH/8QAIhAAAAcAAwEAAwEAAAAAAAAAAQIDBAUGBwAIERIJEyEU/8QAHQEAAQQCAwAAAAAAAAAAAAAAAAQFBwgCAwYJCv/EACoRAAICAQQBAgUFAQAAAAAAAAECAwQFAAYREiEHExQiMTJBCBVRYXEj/9oADAMBAAIRAxEAPwDjvOt/Xqi1fQNXs1pXXa1iuztjctkgcOW8DESEuu3QE4JgsujHt3CiSQqGAv0YAD0fPfeb69S1bYpVjklYDkhFLED+TwDpuyWZxGGjWbMWq1SF26q00qRBjxzwC7KCePPA88ahSkTKwb5eLm4yQh5NqJSuY6UZOY983E5CnIC7R2mi4SExDAIfRQ9AQHmEsMsEhinVklH1DAgj/QfOlFO9SyNZbmPminqP9rxuro3HjwykqfPjwdV3NelOt5llEd6jp2c5lHu0Y9/ot8qFEZP3BBUQZO7dYI+vtna6ZTFMdFstIFOYAEBEpR/vF+KoPlcpWxcZCyWbEcQJ+gMjhAT/AITzrje8tyQbO2hld3WY2lrYrG2bjop4LrWgeZlB/BYIQD/J0zZlZbxsj3TevXTLRpfHWmVS6TbHsSp78lEsfYyBrqsmxut6tOkMJmEdW3VCkjkZoYt+oZsEeZQjEpP8XhpRSzfzT2tu7KsvSSo/FetGfae4idhLLJMGUyT+BJ7bnr05EYHTzUSxidu7Dr4j1R9fMVBnp81AWyeWtIbkGDmnEb1Kdei8Uq1sdy71fiIVEhnCNYLfEcidZkm2kzUn042PX2vYbT4XKbXYapsirUsjKY9utGhbFeJbIo7VHTp3YNJziYgIJSKkxeiq3bSx0js00jtzDzO0Fyc7bLzVwZHKpUkeOzxy1e1ErytXE5JeaFkQxv25CyEFACp0mxDy7Tx8PrzsPBPtbZ9jNVoLOLDdI8ph7ksFSPJvjlVYKF6KaZbNf2uryVg6zs6yjSf+Q5q9GtnnF3lMz0Oh6RBpt1prPrnV7vDpOy/bVWUqk4xno9NyTwftud2wIBw8/pRHi3G3pcXka+TgAM9edJV5+naNg45/rkedMO69vU93bXyW08iWXH5ShYqSlfDCOzC8LlT+GCueP7012Jh9EjIvU9M/HfTWl2PtU4WaXvdMlkZPsP16q80cr+dxU2fEUJOVH9dlUUTCzx6LpGSjEkQI4Ib5MWWoYclFFbynpzCJzek7GWNg1yojeWrez90fz8j30DB0C8MD51Su7e2tbuYbaP6pb748bfre0KdqMx4TN2Ih0hyvxpBhs8wAN+3ztG0FhpO0TDkHP3h68xey2zs9vlSpGadj7Hl8xTaTidbkIt3Y7DqVyrMnSbZ2I0alxYuI3Mos1emXT0sa5BJaUsA/vRQTTE5wT3nfCWpt07ghgq7llqtHFWQqXeeRGikuTRLysC9GZujcF5vmCgcnTpt2vBv/ABFL0g9NL2Ry/pRUzEVq3lp0kWCDH1bEdutg6NuTrJfk9+KOIzx9lr0v+byO/VSo/kQau9o4aNHDRo4aNHDRr//Z);
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div > input.visited:valid:required {
    background-repeat: no-repeat;
    transition: .3s;
    background-position: right 10px center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1LjgxOHB4IiBoZWlnaHQ9IjE2LjU5NXB4IiB2aWV3Qm94PSIxMS42ODIgNDgzLjQwNSAxNS44MTggMTYuNTk1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDExLjY4MiA0ODMuNDA1IDE1LjgxOCAxNi41OTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJYTUxJRF8xXyI+PGc+PHBhdGggZmlsbD0iIzIyODgwMCIgZD0iTTI2LjcyLDQ4My42NmMwLjc4LDAuNDc5LDEuMDEsMS41LDAuNTMsMi4yN2wtOC4yOCwxMy4yOWMtMC4yOCwwLjQ2LTAuNzgsMC43NS0xLjMyLDAuNzhjLTAuMDMsMC0wLjA1LDAtMC4wOCwwYy0wLjUyLDAtMS0wLjI0LTEuMzItMC42NmwtNC4yMy01LjU5Yy0wLjU1LTAuNzMtMC40MS0xLjc2LDAuMzItMi4zMWMwLjczLTAuNTUxLDEuNzYtMC40MSwyLjMxLDAuMzE5bDIuNzksMy42ODFsNy0xMS4yNUMyNC45Myw0ODMuNDEsMjUuOTUsNDgzLjE3LDI2LjcyLDQ4My42NnoiLz48L2c+PGc+PC9nPjwvZz48L2c+PC9zdmc+);
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div > input.visited:invalid:required {
    transition: .3s;
    border: 1px solid #ea4434;
    color: #ea4434;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAfAB8DAREAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAkEBQYH/8QAIhAAAAcAAwEAAwEAAAAAAAAAAQIDBAUGBwAIERIJEyEU/8QAHQEAAQQCAwAAAAAAAAAAAAAAAAQFBwgCAwYJCv/EACoRAAICAQQBAgUFAQAAAAAAAAECAwQFAAYREiEHExQiMTJBCBVRYXEj/9oADAMBAAIRAxEAPwDjvOt/Xqi1fQNXs1pXXa1iuztjctkgcOW8DESEuu3QE4JgsujHt3CiSQqGAv0YAD0fPfeb69S1bYpVjklYDkhFLED+TwDpuyWZxGGjWbMWq1SF26q00qRBjxzwC7KCePPA88ahSkTKwb5eLm4yQh5NqJSuY6UZOY983E5CnIC7R2mi4SExDAIfRQ9AQHmEsMsEhinVklH1DAgj/QfOlFO9SyNZbmPminqP9rxuro3HjwykqfPjwdV3NelOt5llEd6jp2c5lHu0Y9/ot8qFEZP3BBUQZO7dYI+vtna6ZTFMdFstIFOYAEBEpR/vF+KoPlcpWxcZCyWbEcQJ+gMjhAT/AITzrje8tyQbO2hld3WY2lrYrG2bjop4LrWgeZlB/BYIQD/J0zZlZbxsj3TevXTLRpfHWmVS6TbHsSp78lEsfYyBrqsmxut6tOkMJmEdW3VCkjkZoYt+oZsEeZQjEpP8XhpRSzfzT2tu7KsvSSo/FetGfae4idhLLJMGUyT+BJ7bnr05EYHTzUSxidu7Dr4j1R9fMVBnp81AWyeWtIbkGDmnEb1Kdei8Uq1sdy71fiIVEhnCNYLfEcidZkm2kzUn042PX2vYbT4XKbXYapsirUsjKY9utGhbFeJbIo7VHTp3YNJziYgIJSKkxeiq3bSx0js00jtzDzO0Fyc7bLzVwZHKpUkeOzxy1e1ErytXE5JeaFkQxv25CyEFACp0mxDy7Tx8PrzsPBPtbZ9jNVoLOLDdI8ph7ksFSPJvjlVYKF6KaZbNf2uryVg6zs6yjSf+Q5q9GtnnF3lMz0Oh6RBpt1prPrnV7vDpOy/bVWUqk4xno9NyTwftud2wIBw8/pRHi3G3pcXka+TgAM9edJV5+naNg45/rkedMO69vU93bXyW08iWXH5ShYqSlfDCOzC8LlT+GCueP7012Jh9EjIvU9M/HfTWl2PtU4WaXvdMlkZPsP16q80cr+dxU2fEUJOVH9dlUUTCzx6LpGSjEkQI4Ib5MWWoYclFFbynpzCJzek7GWNg1yojeWrez90fz8j30DB0C8MD51Su7e2tbuYbaP6pb748bfre0KdqMx4TN2Ih0hyvxpBhs8wAN+3ztG0FhpO0TDkHP3h68xey2zs9vlSpGadj7Hl8xTaTidbkIt3Y7DqVyrMnSbZ2I0alxYuI3Mos1emXT0sa5BJaUsA/vRQTTE5wT3nfCWpt07ghgq7llqtHFWQqXeeRGikuTRLysC9GZujcF5vmCgcnTpt2vBv/ABFL0g9NL2Ry/pRUzEVq3lp0kWCDH1bEdutg6NuTrJfk9+KOIzx9lr0v+byO/VSo/kQau9o4aNHDRo4aNHDRr//Z);
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div > input.invalid:valid:required {
    transition: .3s;
    border: 1px solid #ea4434;
    color: #ea4434;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAfAB8DAREAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAkEBQYH/8QAIhAAAAcAAwEAAwEAAAAAAAAAAQIDBAUGBwAIERIJEyEU/8QAHQEAAQQCAwAAAAAAAAAAAAAAAAQFBwgCAwYJCv/EACoRAAICAQQBAgUFAQAAAAAAAAECAwQFAAYREiEHExQiMTJBCBVRYXEj/9oADAMBAAIRAxEAPwDjvOt/Xqi1fQNXs1pXXa1iuztjctkgcOW8DESEuu3QE4JgsujHt3CiSQqGAv0YAD0fPfeb69S1bYpVjklYDkhFLED+TwDpuyWZxGGjWbMWq1SF26q00qRBjxzwC7KCePPA88ahSkTKwb5eLm4yQh5NqJSuY6UZOY983E5CnIC7R2mi4SExDAIfRQ9AQHmEsMsEhinVklH1DAgj/QfOlFO9SyNZbmPminqP9rxuro3HjwykqfPjwdV3NelOt5llEd6jp2c5lHu0Y9/ot8qFEZP3BBUQZO7dYI+vtna6ZTFMdFstIFOYAEBEpR/vF+KoPlcpWxcZCyWbEcQJ+gMjhAT/AITzrje8tyQbO2hld3WY2lrYrG2bjop4LrWgeZlB/BYIQD/J0zZlZbxsj3TevXTLRpfHWmVS6TbHsSp78lEsfYyBrqsmxut6tOkMJmEdW3VCkjkZoYt+oZsEeZQjEpP8XhpRSzfzT2tu7KsvSSo/FetGfae4idhLLJMGUyT+BJ7bnr05EYHTzUSxidu7Dr4j1R9fMVBnp81AWyeWtIbkGDmnEb1Kdei8Uq1sdy71fiIVEhnCNYLfEcidZkm2kzUn042PX2vYbT4XKbXYapsirUsjKY9utGhbFeJbIo7VHTp3YNJziYgIJSKkxeiq3bSx0js00jtzDzO0Fyc7bLzVwZHKpUkeOzxy1e1ErytXE5JeaFkQxv25CyEFACp0mxDy7Tx8PrzsPBPtbZ9jNVoLOLDdI8ph7ksFSPJvjlVYKF6KaZbNf2uryVg6zs6yjSf+Q5q9GtnnF3lMz0Oh6RBpt1prPrnV7vDpOy/bVWUqk4xno9NyTwftud2wIBw8/pRHi3G3pcXka+TgAM9edJV5+naNg45/rkedMO69vU93bXyW08iWXH5ShYqSlfDCOzC8LlT+GCueP7012Jh9EjIvU9M/HfTWl2PtU4WaXvdMlkZPsP16q80cr+dxU2fEUJOVH9dlUUTCzx6LpGSjEkQI4Ib5MWWoYclFFbynpzCJzek7GWNg1yojeWrez90fz8j30DB0C8MD51Su7e2tbuYbaP6pb748bfre0KdqMx4TN2Ih0hyvxpBhs8wAN+3ztG0FhpO0TDkHP3h68xey2zs9vlSpGadj7Hl8xTaTidbkIt3Y7DqVyrMnSbZ2I0alxYuI3Mos1emXT0sa5BJaUsA/vRQTTE5wT3nfCWpt07ghgq7llqtHFWQqXeeRGikuTRLysC9GZujcF5vmCgcnTpt2vBv/ABFL0g9NL2Ry/pRUzEVq3lp0kWCDH1bEdutg6NuTrJfk9+KOIzx9lr0v+byO/VSo/kQau9o4aNHDRo4aNHDRr//Z);
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div > input.valid:valid:required {
    transition: .3s;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1LjgxOHB4IiBoZWlnaHQ9IjE2LjU5NXB4IiB2aWV3Qm94PSIxMS42ODIgNDgzLjQwNSAxNS44MTggMTYuNTk1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDExLjY4MiA0ODMuNDA1IDE1LjgxOCAxNi41OTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJYTUxJRF8xXyI+PGc+PHBhdGggZmlsbD0iIzIyODgwMCIgZD0iTTI2LjcyLDQ4My42NmMwLjc4LDAuNDc5LDEuMDEsMS41LDAuNTMsMi4yN2wtOC4yOCwxMy4yOWMtMC4yOCwwLjQ2LTAuNzgsMC43NS0xLjMyLDAuNzhjLTAuMDMsMC0wLjA1LDAtMC4wOCwwYy0wLjUyLDAtMS0wLjI0LTEuMzItMC42NmwtNC4yMy01LjU5Yy0wLjU1LTAuNzMtMC40MS0xLjc2LDAuMzItMi4zMWMwLjczLTAuNTUxLDEuNzYtMC40MSwyLjMxLDAuMzE5bDIuNzksMy42ODFsNy0xMS4yNUMyNC45Myw0ODMuNDEsMjUuOTUsNDgzLjE3LDI2LjcyLDQ4My42NnoiLz48L2c+PGc+PC9nPjwvZz48L2c+PC9zdmc+);
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div:not(#caducidad):not(.title) {
    display: inline-block;
    vertical-align: top;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div:not(#caducidad):nth-child(3),
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div:not(#caducidad):nth-child(4) {
    width: 23%;
    margin-right: 1%;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div:not(#caducidad)::nth-child(4) {
    width: 50%;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div:not(#caducidad) > select {
    display: block;
    border-radius: 3px;
    border: 1px solid #bbb;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #828282;
    font: 1rem Roboto Condensed;
    margin-top: 2px;
    padding: 6px 10px;
    width: 100%;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div > #caducidad > select {
    border: 1px solid #bbb;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div:not(.title):first-of-type {
    padding-bottom: 15px;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div:not(:first-of-type):not(:last-of-type) {
    padding: 0px 0px 15px 0px;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios #cvc {
    display: none;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes .credit_card_desc {
    color: #888;
    font-size: 1rem;
    margin: 0;
}
.tpl-formulario-datospersonales200 #resumen_formulario_partes .title {
    border-bottom: 1px solid #ccc;
    font-family: 'Roboto Condensed';
    font-size: 1.833rem;
    letter-spacing: -1px;
    margin-bottom: 20px;
    padding: 15px 0;
    text-transform: uppercase;
}
.step-3 .tpl-formulario-datospersonales200 > div {
    padding: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
}
.step-3 .tpl-formulario-datospersonales200 #sta-siguiente-paso {
    display: none;
}
.tpl-modal_scroll {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
input:checked + .tpl-modal_scroll {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transition: .3s;
    z-index: 1000;
}
.tpl-modal_scroll > div {
    text-align: right;
    margin: 0 auto;
    max-width: 960px;
}
.tpl-modal_scroll > div > label {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 1.333rem 'Roboto Condensed';
    padding-bottom: 10px;
    text-transform: uppercase;
}
.tpl-modal_scroll > div > label:after {
    content: '\e001';
    font-family: 'icons';
    padding-left: 10px;
    vertical-align: middle;
    font-weight: bold;
}
.tpl-modal_scroll > div > label:hover {
    color: #c94;
    transition: .3s;
}
.tpl-modal_scroll > div > div {
    background: #fff;
    color: #333;
    font: 1.167rem 'Roboto Condensed';
    padding: 10px 20px 10px 10px;
    text-align: left;
}
.tpl-modal_scroll > div > div > div:last-child {
    height: 620px;
}
.tpl-modal_scroll > div > div > div:last-child > div:first-child {
    font: bold 24px 'Roboto Condensed';
    height: 40px;
    background: #fff;
    position: relative;
    z-index: 1;
    color: #222;
    text-transform: uppercase;
}
.tpl-modal_scroll > div > div > div:last-child > div:last-child {
    padding-top: 40px;
}
.scrollbar_container {
    position: relative;
}
.scrollbar_container .viewport {
    overflow: hidden;
    position: relative;
}
.scrollbar_container .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.scrollbar_container .scrollbar {
    position: absolute;
    background: #ccc;
    right: 20px;
    top: 10px;
    width: 1px;
    z-index: 1;
}
.scrollbar_container .track {
    height: 100%;
    width: 1px;
    position: relative;
}
.scrollbar_container .thumb {
    background: #5e5e5e;
    border-radius: 3px;
    height: 50px;
    width: 5px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -2px;
    transition: height .3s, background .3s;
}
.scrollbar_container .thumb .end {
    background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
}
.scrollbar_container .disable {
    display: none;
}
.tpl-list10 {
    background: #ccc;
    font: 1.167rem 'Roboto Condensed', sans-serif;
    padding: 0 10px;
}
.tpl-list10 > article {
    box-sizing: border-box;
    background: #d95;
    color: #fff;
    margin: 0 auto;
    padding: 15px 10px;
    text-align: center;
    max-width: 100%;
}
.tpl-list10 > article > header {
    border-bottom: 1px solid #fff;
    margin-bottom: 25px !important;
    padding-bottom: 15px;
}
.tpl-list10 > article > header > div:first-of-type {
    font: 24px/30px 'Georgia';
    text-transform: uppercase;
    font-size: 2.333rem;
    line-height: 25px;
    margin-bottom: 5px;
}
.tpl-list10 > article > header > div:last-of-type {
    font-size: 1.333rem;
    line-height: 22px;
    display: none;
}
.tpl-list10 > article > ul {
    max-width: 960px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.tpl-list10 > article > ul > li {
    margin: 0 15px 10px;
    width: calc(100%/3 - 30px);
}
.tpl-list10 > article > ul > li > div:first-of-type {
    content: 'a';
    font: 40px 'icons';
    margin-bottom: 10px;
}
.tpl-boxes52 {
    background: #ccc;
    padding: 0 10px;
    font: 14px 'Roboto Condensed', sans-serif;
}
.tpl-boxes52 .sta-rooms {
    background: #eee;
    padding: 20px 10px;
}
.tpl-boxes52 .sta-rooms > article {
    width: 100%;
}
.tpl-boxes52 .sta-rooms > article:not(:first-of-type) {
    margin-top: 40px;
}
.tpl-boxes52 .sta-rooms > article > header {
    color: #f90;
    font-size: 22px;
    padding-bottom: 5px;
    border-bottom: 4px solid #ccc;
}
.tpl-boxes52 .sta-rooms > article > header span {
    text-transform: uppercase;
}
.tpl-boxes52 .sta-rooms > article > section > div:first-of-type {
    padding: 15px 20px 0;
    color: #666;
}
.tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    font-weight: bold;
    color: #999;
}
.tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div > div:first-of-type {
    margin-right: 15px;
}
.tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div > div:first-of-type:before {
    font: 16px 'icons';
    content: '\e061';
    vertical-align: middle;
    margin: 0 3px 0 5px;
    color: #8b8074;
}
.tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div > div:first-of-type > span {
    color: #444;
}
.tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div > div:last-of-type:before {
    font: 11px 'icons';
    content: '\e061';
    vertical-align: middle;
    margin: 0 3px 0 5px;
    color: #8b8074;
}
.tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li {
    line-height: 20px;
}
.tpl-boxes52 .sta-rooms > article > section > div:last-of-type {
    color: #444;
    text-transform: uppercase;
}
.tpl-boxes52 .sta-rooms > article > section > div:last-of-type > div {
    display: none;
}
.tpl-boxes52 .sta-rooms > article > section > div:last-of-type > ul {
    padding: 0 30px;
}
.tpl-boxes52 .sta-rooms > article > section > div:last-of-type > ul > li {
    font-size: 13px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #aaa;
    padding: 10px 0;
}
.tpl-boxes52 .sta-rooms > article > section > div:last-of-type > ul > li:last-of-type {
    font-weight: bold;
    border-bottom: 0;
}
.tpl-boxes52 .sta-rooms > div {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 15px 10px;
}
.tpl-boxes52 .sta-rooms > div > div:first-of-type {
    font-size: 21px;
    font-weight: bold;
}
.tpl-boxes52 .sta-rooms > div > div:last-of-type {
    font-size: 30px;
    color: #280;
    line-height: 30px;
}
.tpl-boxes52 > div {
    background: #eee;
    padding: 20px 10px;
}
.tpl-boxes52 > div > article:not(:first-of-type) {
    margin-top: 40px;
}
.tpl-boxes52 > div > article > header {
    color: #f90;
    font-size: 22px;
    padding-bottom: 5px;
    border-bottom: 4px solid #ccc;
}
.tpl-boxes52 > div > article > header span {
    text-transform: uppercase;
}
.tpl-boxes52 > div > article > section > div:first-of-type {
    padding: 15px 20px 0;
    color: #666;
}
.tpl-boxes52 > div > article > section > div:first-of-type > div {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    font-weight: bold;
    color: #999;
}
.tpl-boxes52 > div > article > section > div:first-of-type > div > div:first-of-type {
    margin-right: 15px;
}
.tpl-boxes52 > div > article > section > div:first-of-type > div > div:first-of-type:before {
    font: 16px 'icons';
    content: '\e061';
    vertical-align: middle;
    margin: 0 3px 0 5px;
    color: #8b8074;
}
.tpl-boxes52 > div > article > section > div:first-of-type > div > div:first-of-type > span {
    color: #444;
}
.tpl-boxes52 > div > article > section > div:first-of-type > div > div:last-of-type:before {
    font: 11px 'icons';
    content: '\e061';
    vertical-align: middle;
    margin: 0 3px 0 5px;
    color: #8b8074;
}
.tpl-boxes52 > div > article > section > div:first-of-type > ul > li {
    line-height: 20px;
}
.tpl-boxes52 > div > article > section > div:last-of-type {
    color: #444;
    text-transform: uppercase;
}
.tpl-boxes52 > div > article > section > div:last-of-type > div {
    display: none;
}
.tpl-boxes52 > div > article > section > div:last-of-type > ul {
    padding: 0 30px;
}
.tpl-boxes52 > div > article > section > div:last-of-type > ul > li {
    font-size: 13px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #aaa;
    padding: 10px 0;
}
.tpl-boxes52 > div > article > section > div:last-of-type > ul > li:last-of-type {
    font-weight: bold;
    border-bottom: 0;
}
.tpl-boxes52 > div > div {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 15px 10px;
}
.tpl-boxes52 > div > div:not(.sta-rooms) {
    border-top: 4px solid #ccc;
    border-bottom: 4px solid #ccc;
}
.tpl-boxes52 > div > div > div:first-of-type {
    font-size: 21px;
    font-weight: bold;
}
.tpl-boxes52 > div > div > div:last-of-type {
    font-size: 30px;
    color: #280;
    line-height: 30px;
}
@media (min-width: 601px) {
    .tpl-boxes52 .sta-rooms,
    .tpl-boxes52 > div {
        max-width: 1240px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .tpl-boxes52 .sta-rooms {
        padding: 0;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type,
    .tpl-boxes52 > div > article > section > div:first-of-type {
        border-bottom: 4px solid #ccc;
        padding: 15px 0;
        position: relative;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li {
        width: calc(50% - 50px);
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li:first-of-type,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:first-of-type {
        margin-left: calc(50% + 50px);
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div,
    .tpl-boxes52 > div > article > section > div:first-of-type > div {
        border-bottom: 0;
        position: absolute;
        top: 15px;
        left: 0;
        margin-top: 0;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:last-of-type > div,
    .tpl-boxes52 > div > article > section > div:last-of-type > div {
        display: block;
        font-weight: bold;
        color: #666;
        font-size: 16px;
        border-bottom: 1px solid #aaa;
        padding: 20px 0 10px;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:last-of-type > ul,
    .tpl-boxes52 > div > article > section > div:last-of-type > ul {
        max-width: 550px;
        margin: 0 auto;
    }
    .tpl-boxes52 .sta-rooms > div,
    .tpl-boxes52 > div > div {
        padding: 15px calc(50% - 550px/2);
    }
}
@media (min-width: 1025px) {
    .tpl-boxes52 .sta-rooms > article,
    .tpl-boxes52 > div > article {
        position: relative;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type,
    .tpl-boxes52 > div > article > section > div:first-of-type {
        position: static;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul {
        justify-content: initial;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li {
        width: auto;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li:not(:first-of-type),
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:not(:first-of-type) {
        border-left: 2px solid #666;
        padding-left: 15px;
        margin-left: 15px;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li:first-of-type,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:first-of-type {
        margin-left: 0;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div,
    .tpl-boxes52 > div > article > section > div:first-of-type > div {
        left: auto;
        right: 0;
        top: 7px;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:last-of-type > div,
    .tpl-boxes52 > div > article > section > div:last-of-type > div {
        margin: 0 15px;
    }
}
.tpl-text {
    color: #970939;
    font-family: 'Raleway', sans-serif;
    padding: 15px 10px;
    text-align: center;
}
.tpl-text > article {
    border-bottom: 1px solid #970939;
    margin: 0 auto;
    max-width: 1240px;
}
.tpl-text > article:before {
    content: '\e03a';
    font: 20px 'icons';
}
.tpl-text > article > header {
    font-size: 1.333rem;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
}
.tpl-text > article > section {
    font-size: 1.167rem;
    line-height: 24px;
    padding: 0 0 15px;
}
.tpl-text.mod1 {
    background: #ccc;
    font-family: 'Georgia';
    padding: 15px 10px;
}
.tpl-text.mod1 > article {
    background: #444;
    border: 0;
    box-sizing: border-box;
    color: #f90;
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
    padding: 20px;
    padding-left: 150px;
    position: relative;
}
.tpl-text.mod1 > article:before {
    content: '\e05e';
    bottom: 0px;
    font-size: 10rem;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #676767;
}
.tpl-text.mod1 > article > header {
    border-bottom: 1px solid #ddd;
    font: 21px 'Georgia';
    line-height: 24px;
    margin-bottom: 15px;
    padding: 15px 0;
    text-transform: none;
    font-style: italic;
}
.tpl-text.mod1 > article > section {
    color: #fff;
    font: 1.333rem 'Roboto Condensed', sans-serif;
    line-height: 22px;
}
.tpl-boxes103 {
    padding: 20px 0;
}
.tpl-boxes103 .tpl-text {
    text-align: center;
    text-transform: uppercase;
}
.tpl-boxes103 .tpl-text2 {
    font: 1.333rem 'Roboto Condensed';
    padding: 0 20%;
    text-align: center;
    text-transform: uppercase;
}
.tpl-boxes103 > div:last-of-type {
    padding: 10px;
}
.tpl-sharebox {
    padding: 10px;
}
.tpl-sharebox > input {
    position: fixed;
    top: 0;
    left: -99px;
}
.tpl-sharebox > input:checked + div {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    max-height: 0px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    transform: scale(0);
    transition: opacity 0.5s ease-in-out, transform 0s ease 0.5s, max-height 1s ease 0.5s;
}
.tpl-sharebox > div {
    background: #fff;
    margin: 0 auto;
    max-height: 200px;
    max-width: 1240px;
    overflow: hidden;
    position: relative;
}
.tpl-sharebox > div > section {
    padding-left: 210px;
}
.tpl-sharebox > div > section > article {
    color: #646464;
    font: 1.167rem "Roboto Condensed", sans-serif;
    padding: 10px 20px 10px 10px;
}
.tpl-sharebox > div > section > article > header {
    color: #000;
    font: 24px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.tpl-sharebox > div > section > article > div {
    color: #000;
    display: none;
    padding-top: 10px;
}
.tpl-sharebox > div > section > ul {
    border-top: 1px solid #d0cfcf;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tpl-sharebox > div > section > ul > li {
    padding: 20px 10px;
    position: relative;
    text-align: center;
    width: 50%;
}
.tpl-sharebox > div > section > ul > li:not(:first-child) {
    border-left: 1px solid #d0cfcf;
}
.tpl-sharebox > div > section > ul > li:first-child:before {
    background: #2457a2;
    content: "\e047";
}
.tpl-sharebox > div > section > ul > li:nth-child(2):before {
    background: #00c0e6;
    content: "\e010";
}
.tpl-sharebox > div > section > ul > li:nth-child(3):before {
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #228800;
    content: "\e075";
    font-size: 1.667rem;
    left: 50%;
    padding: 0;
    position: absolute;
    transform: translateX(-50%);
}
.tpl-sharebox > div > section > ul > li:before {
    border-radius: 40px;
    color: #fff;
    font: 15px "icons";
    margin-right: 5px;
    padding: 5px;
}
.tpl-sharebox > div > section > ul > li a {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    color: #000;
    text-decoration: none;
}
.tpl-sharebox > div > section > ul > li a > span {
    display: inline;
    font: 1.167rem "Roboto Condensed", sans-serif;
}
.tpl-sharebox > div > section > label:before {
    content: "\e001";
    font: 10px "icons";
    position: absolute;
    right: 10px;
    top: 10px;
}
.tpl-sharebox:first-child {
    background-size: cover;
    bottom: 0px;
    position: absolute;
    top: 0px;
    width: 210px;
}
::-moz-svg-foreign-content,
:root .tpl-sharebox > div > section > ul > li {
    display: inline-block;
    width: 25%;
}
.tpl-link {
    font: 1.167rem/22px 'Roboto Condensed', sans-serif;
    padding: 0 10px 10px;
    text-align: center;
    display: none;
}
.tpl-link > div:before {
    color: #c72;
    content: '\e064';
    font-family: 'icons';
    margin-right: 5px;
}
.tpl-link > div:before > a {
    color: #c72;
}
.tpl-link > div:before > a:hover {
    text-decoration: none;
}
.tpl-box3 {
    background: #ccc;
    border-top: 1px solid #fff;
    box-shadow: 0px 0px 4px #888888;
    font: 1.167rem 'Roboto Condensed', sans-serif;
    padding: 0 10px;
}
.tpl-box3 .bajopeticion {
    color: #fff !important;
    text-align: left;
    font-size: 1.167rem !important;
}
.tpl-box3 > div {
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
}
.tpl-box3 > div > div:first-of-type {
    background: #280;
    border-bottom: 4px solid #ccc;
    color: #fff;
    padding: 10px;
    width: 75%;
}
.tpl-box3 > div > div:first-of-type > div:last-of-type {
    /*text-transform:uppercase;*/
    font-size: 2rem;
    margin-top: 5px;
}
.tpl-box3 > div > div:first-of-type > div:last-of-type > div {
    background: #280;
    display: inline-block;
    margin-left: 20px;
}
.tpl-box3 > div > div:first-of-type > div:last-of-type > div > span {
    margin-left: 20px;
    text-transform: uppercase;
}
.tpl-box3 > div > div:first-of-type > div:first-of-type {
    margin-top: 5px;
    color: #174607;
    padding: 0 50px;
}
.tpl-box3 > div > div:last-of-type {
    background: #fff;
    line-height: 20px;
    padding: 20px 30px;
    width: 100%;
}
.tpl-box3 > div > div:last-of-type > article {
    text-align: left;
}
.tpl-box3 > div > div:last-of-type > article:first-of-type {
    float: left;
    margin-bottom: 30px;
    margin-right: 2%;
    width: 45%;
}
.tpl-box3 > div > div:last-of-type > article > header {
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 1.333rem;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #999;
}
.tpl-box3 > div > div:last-of-type > article > section {
    color: #666;
}
.tpl-box3 > div > div:last-of-type > article > section section .none {
    display: none;
}
.tpl-box3 > div > button {
    background: none;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-weight: bold;
    font: 15px "Roboto Condensed", sans-serif;
    line-height: 2px;
    padding: 0 30px;
    text-align: center;
    width: 10.6%;
}
.tpl-box3 > div > button:before {
    color: #f90;
    display: inline-block;
    font: 18px 'icons';
    margin: -2px 5px 0;
    vertical-align: middle;
}
.tpl-box3 > div > button:first-of-type {
    display: none;
    font: 15px "Roboto Condensed", sans-serif;
}
.tpl-box3 > div > button:first-of-type:before {
    content: '\e04a';
}
.tpl-box3 > div > button:last-of-type.before {
    content: '\e04b';
}
.tpl-box4 {
    background: #ccc;
    color: #666;
    font: 1.167rem 'Roboto Condensed', sans-serif;
    padding: 0 10px;
}
.tpl-box4 > div {
    background: #fff;
    border: 0;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 30px 20px 30px;
}
.tpl-box4 > div > div {
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    align-content: center;
    align-items: center;
    background: #eee;
    border-left: 5px solid #280;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 20px;
}
.tpl-box4 > div > div > div:first-of-type {
    width: 45%;
    position: relative;
    padding-left: 60px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0.9167rem;
}
.tpl-box4 > div > div > div:first-of-type:before {
    content: '\e024';
    font: 40px 'icons';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tpl-box4 > div > div > div:last-of-type {
    box-sizing: border-box;
    line-height: 20px;
    padding-left: 60px;
    position: relative;
    width: 55%;
    line-height: 0.9167rem;
}
.tpl-box4 > div > div > div:last-of-type:before {
    content: '\e024';
    font: 40px 'icons';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tpl-box4 > div > div > div:last-of-type > div {
    padding: 5px 0;
}
.tpl-boxes53 {
    color: #333;
    font: 1.167rem 'Roboto Condensed', sans-serif;
    padding: 0 10px 15px;
}
.tpl-boxes53 > div {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1240px;
    padding: 20px 30px 10px;
}
.tpl-boxes53 > div > article {
    padding-bottom: 20px;
    width: 100%;
}
.tpl-boxes53 > div > article.escondido {
    display: none !important;
}
.tpl-boxes53 > div > article:not(:first-of-type) {
    width: calc(50% - 25px);
}
.tpl-boxes53 > div > article > header {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 2rem;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.tpl-boxes53 > div > article > section {
    line-height: 22px;
    padding: 15px 0;
    text-align: justify;
}
.tpl-boxes53 > div > article > section > p:not(:first-of-type) {
    margin-top: 15px;
}
.tpl-boxes53 > div > article > div {
    color: #666666;
    font-weight: bold;
    size: 1rem;
    text-transform: initial;
}
.tpl-boxes53.mod1 {
    background: #ccc;
}
.tpl-boxes53.mod1 > div {
    background: #eee;
    padding-top: 0;
}
.tpl-boxes53.mod1 > div > section {
    color: #999;
}
.tpl-notificacion-calendario {
    padding: 12px;
    background: #fff;
    position: relative;
    color: #444;
}
.tpl-notificacion-calendario > div {
    position: relative;
    padding: 5px 25px 5px 40px;
    font: 15px 'Roboto Condensed', sans-serif;
}
.tpl-notificacion-calendario > div > label {
    color: #f60;
    text-decoration: underline;
    font-weight: bold;
}
.tpl-notificacion-calendario > div:before {
    content: '\e0fd';
    font: 30px/1px icons;
    position: absolute;
    left: 0;
    top: 50%;
    color: #f60;
}
.tpl-notificacion-calendario > button {
    position: absolute;
    right: 15px;
    top: 20px;
}
.tpl-notificacion-calendario > button:before {
    content: '\e020';
    font: 12px icons;
    color: #999;
}
.tpl-notificacion-calendario > button:hover:before {
    color: #f60;
    transition: .3s;
}
@media (min-width: 601px) {
    .tpl-notificacion-calendario {
        text-align: center;
        border-top: 15px solid #ddd;
    }
    .tpl-notificacion-calendario > div {
        max-width: 480px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}
@media (min-width: 956px) {
    .tpl-notificacion-calendario {
        border-top: 0;
    }
}
.tpl-banner-confirmacion {
    margin: 10px;
}
.tpl-banner-confirmacion > div {
    background: #fff;
    padding: 12px 0;
    border-bottom: 5px solid #d2a144;
}
.tpl-banner-confirmacion > div > div {
    padding: 12px;
}
.tpl-banner-confirmacion > div > div:first-of-type {
    position: relative;
}
.tpl-banner-confirmacion > div > div:first-of-type:before {
    content: '';
    background: #d2a144;
    height: 1px;
    display: block;
}
.tpl-banner-confirmacion > div > div:first-of-type > div {
    position: absolute;
    right: 12px;
    transform: translateY(-50%);
    background: #fff;
}
.tpl-banner-confirmacion > div > div:first-of-type > div > a {
    color: #d2a144;
    text-decoration: none;
}
.tpl-banner-confirmacion > div > div:first-of-type > div > a:hover:before {
    color: #535353;
    transition: .3s;
}
.tpl-banner-confirmacion > div > div:first-of-type > div > a:before {
    font: 20px icons;
    margin: 0 12px;
}
.tpl-banner-confirmacion > div > div:first-of-type > div > a:first-of-type:before {
    content: '\e047';
}
.tpl-banner-confirmacion > div > div:first-of-type > div > a:nth-of-type(2):before {
    content: '\e010';
}
.tpl-banner-confirmacion > div > div:first-of-type > div > a:nth-of-type(3):before {
    content: '\e0b9';
}
.tpl-banner-confirmacion > div > div:first-of-type > div > a:last-of-type:before {
    content: '\e0fe';
    margin-right: 0;
}
.tpl-banner-confirmacion > div > div:nth-of-type(2) {
    font: 28px/30px Georgia, serif;
    color: #d2a144;
}
.tpl-banner-confirmacion > div > div:nth-of-type(2) > div {
    color: #535353;
    font: 14px/20px Arial, sans-serif;
    letter-spacing: .1em;
    margin: 15px 0;
    text-transform: uppercase;
}
.tpl-banner-confirmacion > div > div:last-of-type {
    background: #ffffff;
    background-position: -9999px -999px;
    background-repeat: no-repeat;
    background-size: 0;
    position: relative;
    padding-top: 155px;
    font: 13px Arial, sans-serif;
    color: #535353;
}
.tpl-banner-confirmacion > div > div:last-of-type:before {
    content: '';
    background-image: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
    top: 0;
    right: 12px;
    height: 130px;
}
.tpl-banner-confirmacion > div > div:last-of-type > a {
    margin-top: 25px;
    display: block;
    background: #d2a144;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border: 2px solid #d2a144;
    border-radius: 2px;
    letter-spacing: .1em;
    font-size: 14px;
}
.tpl-banner-confirmacion > div > div:last-of-type > a:hover {
    color: #d2a144;
    background: #fff;
    transition: .3s;
}
@media (min-width: 601px) {
    .tpl-banner-confirmacion > div {
        max-width: 1240px;
        margin: 0 auto;
    }
    .tpl-banner-confirmacion > div > div {
        padding: 0 25px;
    }
    .tpl-banner-confirmacion > div > div:first-of-type {
        padding: 12px 25px;
        right: 25px;
        margin-left: 25px;
    }
    .tpl-banner-confirmacion > div > div:nth-of-type(2) {
        padding-top: 10px;
    }
    .tpl-banner-confirmacion > div > div:last-of-type:before {
        left: 25px;
        right: 25px;
    }
    .tpl-banner-confirmacion > div > div:last-of-type:after {
        content: '';
        display: block;
        clear: both;
    }
    .tpl-banner-confirmacion > div > div:last-of-type > div {
        width: 60%;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
    }
    .tpl-banner-confirmacion > div > div:last-of-type > a {
        float: right;
        width: 35%;
        box-sizing: border-box;
        max-width: 250px;
    }
}
_::-moz-svg-foreign-content,
:root .tpl-banner-confirmacion > div > div:first-of-type > div {
    top: 0;
}
.tpl-banner-confirmacion > div > div:first-of-type:before {
    background: none\0/;
}
.tpl-banner-confirmacion > div > div:first-of-type:before {
    background: none\0/;
}
/* .tpl-mod-galeria */
.tpl-mod-galeria{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.8);text-align:center;font:16px 'Roboto Condensed';z-index: 0;opacity:0;visibility:hidden;transition:1s;z-index:16000003;}
.tpl-mod-galeria.showModal{z-index: 16000004;opacity:1;visibility:visible;transition:1s;}
.tpl-mod-galeria > div{max-width:1000px;margin:10px auto 0;padding:10px;/*overflow:hidden;*/}
.tpl-mod-galeria > div > span{display:block;margin-bottom:5%;text-align:right;padding:0 10px;}
.tpl-mod-galeria > div > span > button{color:#fff;text-transform:uppercase;font:16px 'Roboto Condensed';}
/*habitaciones*/
.tpl-mod-galeria > div > div:first-of-type{position:relative;}
.tpl-mod-galeria > div > div:first-of-type > div{position:absolute;left:105%;right:-105%;}
.tpl-mod-galeria > div > div:first-of-type > div.prev{left:-105%;right:105%;}
.tpl-mod-galeria > div > div:first-of-type > div.now{left:0;right:0;z-index:1;}
.tpl-mod-galeria > div > div:first-of-type > div.next{left:105%;right:-105%;}
.tpl-mod-galeria > div > div:first-of-type > div:last-type{left:;}
/*slide*/
.tpl-mod-galeria > div > div:first-of-type > div > div  > div:first-of-type{height:155px;position:relative;background:#ccc;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > div:first-of-type{position:relative;height:155px;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > div:first-of-type >  div{background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:.5s;z-index:1;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > div:first-of-type >  div.active{opacity:1;z-index:2;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > button{position:absolute;top:25%;width:32px;height:90px;background:#000;background:rgba(0,0,0,.3);transition:.3s;z-index:3;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > button:hover{background:rgba(0,0,0,.8);}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > button:before{content:'';position:absolute;top:40%;border-top:7px solid transparent;border-bottom:7px solid transparent;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > button:first-of-type{left:0;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > button:first-of-type:before{border-right:7px solid #fff;border-right:7px solid rgba(255,255,255,.5);left:30%;transition:.3s;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > button:hover:first-of-type:before{border-right:7px solid #fff;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > button:last-of-type{right:0;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > button:last-of-type:before{border-left:7px solid #fff;border-left:7px solid rgba(255,255,255,.5);right:30%;transition:.3s;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > button:hover:last-of-type:before{border-left:7px solid #fff;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > div:last-of-type{position:absolute;bottom:0;left:0;right:0;height:32px;background:rgba(0,0,0,.9);display:none;z-index:4;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > div:last-of-type > span{display:inline-block;height:6px;width:6px;border-radius:50%;background:#ddd;background:rgba(255,255,255,.5);line-height:32px;margin:13px 7px;transition:.3s;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > div:last-of-type > span:hover{background:#fff;background:rgba(255,255,255,.8);}
/*fin slide*/
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type{background:#fff;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:first-of-type{padding:10px;text-transform:uppercase;position:relative;font-size:22px;color:#333;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:first-of-type:after{content:'';position:absolute;bottom:0;left:0;right:0;border-bottom:1px solid #9f9f9f;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type{padding:15px;overflow-x:hidden;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:first-of-type{text-align:left;margin-bottom:10px;color:#646464;max-height:130px;overflow-y:auto;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type{background:#e7e7e7;padding:0 0 10px;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type > span{display:none;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type > ul{margin:0;padding:0;color:#777;text-align:center;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type > ul > li{display:inline-block;list-style:none;margin:0 5px;position:relative;}
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type > ul > li > .help{display:none;position:absolute; -webkit-transform: translatex(-50%); -moz-transform: translatex(-50%); -o-transform: translatex(-50%); -ms-transform: translatex(-50%);transform:translatex(-50%); background: rgba(0, 0, 0, 0.6);border-top: 0;color: #fff; font-size: 1.2rem;font-weight: normal;min-height: 0;padding: 5px 10px; text-align: center;top:100%;width:150px;z-index: 1; }
/*.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type > ul > li:hover > .help{display:block;}*/
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type > ul > li > div > i { position: absolute; border-bottom: 5px solid rgba(0, 0, 0, 0.6); border-left: 5px solid transparent; border-right: 5px solid transparent; bottom: 100%; left: calc(50% + 8px); }
.tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type > ul > li > svg{width:16px;height:16px;fill:#646464;}
/*fin habitaciones*/

/*menu*/
.tpl-mod-galeria > div > div:last-of-type{padding:0 30px;position:relative;}
.tpl-mod-galeria > div > div:last-of-type:after{content:'';position:absolute;bottom:-5px;height:5px;left:0;right:0;background:#ccc;background:rgba(255,255,255,.3);border-radius:50px;}
.tpl-mod-galeria > div > div:last-of-type > button{position:absolute;top:0;bottom:0;width:30px;height:44px;background:rgba(0,0,0,.8);transition:.3s;}
.tpl-mod-galeria > div > div:last-of-type > button:hover{background:#000;}
.tpl-mod-galeria > div > div:last-of-type > button:before{content:'';position:absolute;top:15px;border-top:7px solid transparent;border-bottom:7px solid transparent;transition:.3s;}
.tpl-mod-galeria > div > div:last-of-type > button:first-of-type{left:0;}
.tpl-mod-galeria > div > div:last-of-type > button:first-of-type:before{border-right:7px solid #fff;border-right:7px solid rgba(255,255,255,.5);left:10px;}
.tpl-mod-galeria > div > div:last-of-type > button:hover:first-of-type:before{border-right:7px solid #fff;}
.tpl-mod-galeria > div > div:last-of-type > button:last-of-type{right:0;}
.tpl-mod-galeria > div > div:last-of-type > button:last-of-type:before{border-left:7px solid #fff;border-left:7px solid rgba(255,255,255,.5);right:10px;}
.tpl-mod-galeria > div > div:last-of-type > button:hover:last-of-type:before{border-left:7px solid #fff;}
.tpl-mod-galeria > div > div:last-of-type > div{position:relative;}
.tpl-mod-galeria > div > div:last-of-type > div:after{content:'';position:absolute;bottom:-5px;left:-2px;right:-2px;border-radius:50px;height:5px;background:#fff;;}
.tpl-mod-galeria > div > div:last-of-type > div > ul{margin:0;padding:0;position:relative;height:44px;overflow:hidden;white-space:nowrap;}
.tpl-mod-galeria > div > div:last-of-type > div > ul:before{content:'';position:absolute;width:100%;background:#fff;height:44px;left:0;box-shadow: inset 0px 3px 24px -2px #000;}
.tpl-mod-galeria > div > div:last-of-type > div > ul > li{display:inline-block;list-style:none;width:100%;/*position:absolute;*/position:relative;/*left:115%;*/left:0;height:44px;text-transform:uppercase;transition:.3s;}
.tpl-mod-galeria > div > div:last-of-type > div > ul > li:before{content:'';display:inline-block;vertical-align:middle;height:44px;}
.tpl-mod-galeria > div > div:last-of-type > div > ul > li > span{display:inline-block;vertical-align:middle;width:100%;}
.tpl-mod-galeria > div > div:last-of-type > div > ul > li.now{/*left:0;*/}
/*fin menu*/

@media (min-width:601px){
	.tpl-mod-galeria > div {}
    .tpl-mod-galeria > div > span{}
    .tpl-mod-galeria > div > div:first-of-type > div{left:15%;right:15%;-webkit-transform:scale(.5);transform:scale(.5);transition:1.3s;Z-index:0;opacity:0;}/*repeeeeeeeeeee*/
    .tpl-mod-galeria > div > div:first-of-type > div{left:15%;right:15%;-webkit-transform:scale(.5);transform:scale(.5);transition:1.3s;Z-index:0;opacity:0;border-width/*\**/:1px\9;border-style/*\**/:solid\9;border-color/*\**/:#000\9;}
    .tpl-mod-galeria > div > div:first-of-type > div.prev{left:-7%;right:36%;-webkit-transform:scale(.8);transform:scale(.8);z-index:1;opacity:1;}
    .tpl-mod-galeria > div > div:first-of-type > div.next{left:36%;right:-7%;-webkit-transform:scale(.8);transform:scale(.8);z-index:1;opacity:1;}
    .tpl-mod-galeria > div > div:first-of-type > div.now{left:10%;right:10%;-webkit-transform:scale(1);transform:scale(1);z-index:2;opacity:1;z-index:5\0;}
    _:-moz-tree-row(hover), .tpl-mod-galeria > div > div:first-of-type > div.now{z-index:5;}
    .tpl-mod-galeria > div > div:first-of-type > div:first-of-type.now{left:0;right:20%;}
    .tpl-mod-galeria > div > div:first-of-type > div:last-of-type.now{left:20%;right:0;}
    .tpl-mod-galeria > div > div:first-of-type > div:only-child.now{left:5%;right:5%;}
    /*habitaciones*/
    .tpl-mod-galeria > div > div:first-of-type{}
    .tpl-mod-galeria > div > div:first-of-type > div{box-shadow: 0px 0px 17px 1px #000;}
    /*slide*/
    .tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-child{height:345px;position:relative;}
    .tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > button{top:35%;}
    .tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > div:first-child{position:relative;height:345px;}
    .tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > div:last-of-type{display:block;}
    /*fin slide*/
    .tpl-mod-galeria > div > div:first-of-type > div  > div > div:first-of-type > div:last-of-type{}
    .tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type > span{display:block;text-transform:uppercase;padding-bottom:10px;}
    .tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type > ul > li{display:inline-block;list-style:none;margin:0 5px;}
    .tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type > ul > li > svg{width:20px;height:20px;}
    /*fin habitaciones*/
    /*menu*/
    .tpl-mod-galeria > div > div:last-of-type > div:after{width:34%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
    .tpl-mod-galeria > div > div:last-of-type > div > ul{font-size:0;background:rgba(0,0,0,.8);white-space:nowrap;text-align:left;}
    .tpl-mod-galeria > div > div:last-of-type > div > ul:before{width:33%;left:33.5%;}
    .tpl-mod-galeria > div > div:last-of-type > div > ul > li:first-of-type{margin-left:1.5%;}
    .tpl-mod-galeria > div > div:last-of-type > div > ul > li{width:33%;position:relative;left:auto;background:none;color:#fff;font-size:14px;overflow:hidden;transition:1.3s;white-space:normal;padding:0 7px;box-sizing:border-box;text-align:center;}
    .tpl-mod-galeria > div > div:last-of-type > div > ul > li.now{color:#000;}
    /*fin menu*/
}

@media (min-width:801px){
    .tpl-mod-galeria > div {}
    .tpl-mod-galeria > div > div:first-of-type > div:only-child.now{left:10%;right:10%;}
    /*habitaciones*/
    .tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:first-of-type{display:inline-block;vertical-align:top;width:60%;}
    .tpl-mod-galeria > div > div:first-of-type > div  > div > div:last-of-type > div:last-of-type > div:last-of-type{display:inline-block;vertical-align:top;background:#e7e7e7;padding:10px;width:34%;}
    /*fin habitaciones*/

    /*menu*/
    .tpl-mod-galeria > div > div:last-of-type > div:after{width:21%;}
    .tpl-mod-galeria > div > div:last-of-type > div > ul:before{width:19.5%;left:40.5%;}
    .tpl-mod-galeria > div > div:last-of-type > div > ul > li{margin-left:0;width:19.5%;font-size:16px;}
    /*fin menu*/
}
/*------------------> Checkin Online ----------------*/
.tpl-checkin {
    padding: 10px;
}
.tpl-checkin > div {
    margin: 0 auto;
    max-height: 200px;
    max-width: 1240px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.tpl-checkin > div .title {
    color: #CD9943;
    font: 2rem "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}
.tpl-checkin > div .button {
    background-color: green;
    color: white;
    float: none;
    margin: 10px auto;
    max-width: 300px;
}
.tpl-checkin > div .button a {
    color: white;
}
.avail-container.checkin .tpl-boxes103 .tpl-text2,
.avail-container.checkin .bajopeticion,
.avail-container.checkin .tpl-sharebox {
    display: none;
}
.avail-container.checkin .dark {
    color: #114600;
}
.avail-container.checkin .tpl-boxes52,
.avail-container.checkin .tpl-boxes53.mod1,
.avail-container.checkin .tpl-boxes53,
.avail-container.checkin .tpl-text.mod1,
.avail-container.checkin .tpl-list10,
.avail-container.checkin .tpl-box4,
.avail-container.checkin .tpl-box3 {
    background: none;
    border-width: 0;
    box-shadow: none;
}
.avail-container.checkin .sta-habitacion .dark {
    color: #280;
}
/*-----------------> Steps --------------------*/
#dispo .tpl-box200 > article > section#rooms-section {
    overflow-y: auto;
}
#dispo #modal div.alert div svg,
#dispo #modal div.alert:before {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tpl-g-expired .content {
    text-align: center;
}
#dispo.step-1 section.rooms.scrolled:before,
#dispo.step-1 section.rooms.scrolled:after {
    z-index: 6 !important;
}
label.form-select {
    width: 80px;
}
label.form-select:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    border-left: 1px solid #bebebe;
    z-index: 0;
}
.tpl-dispo-cabecera.paso1_2 .step-title {
    font: 1.8rem 'Roboto Condensed';
    font-weight: bold;
}
#dispo section.rooms div.list ul li.rooms-total article.room header div.header h3 {
    padding: 0 15px 8px 15px;
}
.avail-container .step-2 .form-select {
    width: 55px !important;
}
.avail-container .step-2 .form-select select {
    left: -1px;
    width: 75px;
}
.avail-container .step-2 span.form-select select {
    width: 82px;
}
.avail-container label.form-select:before,
.avail-container span.form-select:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    border-left: 1px solid #bebebe;
    z-index: 0;
}
section.others.sta-others.with-calendar {
    z-index: 15;
}
.avail-container label.form-select span.form-select-text {
    text-decoration: none !important;
}
.tpl-summary .tplSummary-list li div:last-of-type {
    display: inline-block;
}
.dyn-list-extras-rooms.sta-list-extras-rooms > div > strong {
    padding-right: 20px;
}
.tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:last-child {
    margin-left: -45px;
}
.tpl-boxes104 button.sta-show {
    margin: 0;
}
/*.tpl-summary .tplSummary-list li div:last-of-type {
display: flex;
}*/
.tpl-list201 .header:after {
    transform: rotateX(0);
}
.tpl-list201 .rotation:after {
    transform: rotateX(180deg);
}
.dots.tplSummary-text4 {
    white-space: normal;
}
main .tpl-box3 > div > div > div > div {
    border: none !important;
}
.box_fixed_left_200,
.box_fixed_left_300 {
    display: none;
}
.step-3 ul.tplSummary-list.css-noMobile.dyn-list-supplements li.dyn-item.text3 {
    padding: 3px 0;
}
div.avail-container div#steps-content div.step-content.step-1.active section.sta-rooms div.sta-rooms-list ul.dyn-rooms-total-list li.sta-rooms-total article.sta-room:last-of-type section ul.dyn-room-board-list li.dyn-room-board-item:last-of-type b.sta-help p {
    bottom: -40px;
    top: initial;
}
div.avail-container div#steps-content div.step-content.step-1.active section.sta-rooms div.sta-rooms-list ul.dyn-rooms-total-list li.sta-rooms-total article.sta-room:last-of-type section ul.dyn-room-board-list li.dyn-room-board-item:last-of-type b.sta-help p i {
    top: initial;
    bottom: -4px;
    border-bottom: initial;
    border-top: 5px solid #FC0;
}
div.about b.help.sta-help p {
    top: 20px !important;
}
div.avail-container div#steps-content div.step-content.step-1.active section.sta-rooms div.sta-rooms-list ul.dyn-rooms-total-list li.sta-rooms-total article.sta-room:last-of-type section ul.dyn-room-board-list li.dyn-room-board-item:last-of-type div.about b.sta-help p {
    top: initial !important;
    bottom: -9px;
}
div.avail-container div#steps-content div.step-content.step-1.active section.sta-rooms div.sta-rooms-list ul.dyn-rooms-total-list li.sta-rooms-total article.sta-room:last-of-type section ul.dyn-room-board-list li.dyn-room-board-item:last-of-type div.about b.sta-help p i {
    border-bottom: initial;
    border-top: 5px solid #FC0;
}
div.all main div.tpl-list10 article {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 150px;
    position: relative;
}
div#avail-content section div#availability_notice.auto div.content.auto form.form div.privacity input#privacity {
    left: 16px;
    position: relative;
}
div#avail-content section div#availability_notice.auto div.content.auto form.form input.send_button {
    font-family: 'Roboto Condensed' !important;
}
.step-0 {
    color: #444;
    clear: both;
    display: block;
}
.step-0 section.others {
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
    text-align: right;
}
.step-0 section.others div.found {
    color: #444;
    float: left;
    font-family: 'Roboto Condensed';
    font-size: 1.5rem;
    margin-top: -5px;
}
.step-0 section.others div.found svg {
    fill: #c94;
    height: 32px;
    margin-right: 5px;
    position: relative;
    top: 5px;
    width: 30px;
}
#dispo.step-1 .next-step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#dispo.step-1 section.rooms.scrolled:before {
    content: '';
    height: 54px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}
#dispo.step-1 section.rooms.scrolled:after {
    background: #ddd;
    border-top: 1px solid #fff;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
    content: '';
    height: 10px;
    left: 0;
    position: fixed;
    right: 0;
    top: 54px;
    z-index: 10;
}
#dispo.step-1 section.packs.scrolled:before {
    content: '';
    height: 54px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}
#dispo.step-1 section.packs.scrolled:after {
    background: #ddd;
    border-top: 1px solid #fff;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
    content: '';
    height: 10px;
    left: 0;
    position: fixed;
    right: 0;
    top: 54px;
    z-index: 10;
}
#dispo.multi-segments.step-1 section.scrolled ol.sta-nav-list {
    position: fixed;
    top: 11px;
    z-index: 10;
}
#dispo.multi-segments.step-1 .sta-summary-content {
    margin-top: 105px;
}
#dispo.multi-segments.step-1 .next-step {
    bottom: -45px;
}
#dispo.multi-segments.step-1 ol.nav.sta-nav-list.dyn-nav-list {
    margin-bottom: 60px;
}
#dispo.multi-segments.step-1 div#avail-content:before {
    top: 44px;
}
#dispo.multi-segments.step-1 div#avail-content:after {
    top: 42px;
}
/* ----------------> Preferencias de habitación  <----------------*/
.form-select .form-select-text {
    box-sizing: border-box;
    display: block;
    padding-right: 10px;
    white-space: nowrap;
}
/* ----------------> Menú fijo <----------------*/
.step-1 .floating-a {
    position: fixed;
    right: 40px;
    top: 10px;
    display: block;
    height: 30px;
    z-index: 999;
}
.step-1 .floating {
    top: 65px;
}
#dispo.one-segment section.rooms ol.nav {
    margin: 30px auto 0 auto;
}
#dispo.multi-segments section.rooms ol.nav {
    margin: 0 auto;
}
#dispo.one-segment .list.sta-rooms-list {
    margin-top: 25px;
}
#dispo.multi-segments .list.sta-rooms-list {
    margin-top: 60px;
}
.ie.lt9 #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl h5 {
    display: inline-block;
}
#dispo.step-1 section.rooms div.list ul li.rooms-total article.room {
    margin-top: 20px;
}
#dispo.step-1 section.rooms div.list ul li.rooms-total article.room:first-of-type {
    margin: 0;
}
@media (min-width: 601px) {
    #dispo section.rooms ol.nav li.now + .nav-item + .nav-item {
        display: inline-block;
    }
    #dispo section.rooms ol.nav li.prev + .nav-item + .nav-item + .nav-item {
        display: none;
    }
}
@media (min-width: 1100px) {
    #dispo section.rooms {
        padding-top: 0;
    }
}
@media (max-width: 800px) {
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.icon {
        display: none;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about mark h4 {
        line-height: 1.25rem;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about span.free {
        display: none;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about span.free-tab {
        display: inline;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button {
        width: auto;
        margin-left: 0;
        padding: 0 5px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button b {
        display: block;
    }
}
/* ----------------> Menú fijo <----------------*/
.step-2 .floating {
    top: 15px;
}
#dispo.step-2 .tpl-boxes104 {
    padding: 5px;
    background: #ddd;
}
.step-2 .tpl-summary .tplSummary-previousButton:before {
    border-bottom: 4px solid transparent;
    border-right: 7px solid #ce6b00;
    border-top: 4px solid transparent;
    content: '';
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
/* ----------------> Listado de Paquetes y suplementos <----------------*/
#dispo section.packs div.auto article:nth-child(1n+4),
#dispo section.packs div.auto article header div.about div.fl button u,
#dispo section.packs div.auto article header div.about div.fr div.add span b,
#dispo section.packs div.auto article header div.about div.fr div.add button,
#dispo section.packs div.auto article header div.about div.fr div.add.checked span b:first-child,
#dispo section.packs div.auto article section div.bb666,
#dispo section.packs div.auto.more button u,
#dispo section.packs.show div.auto.more button u:first-child {
    display: none;
}
#dispo section.packs div.auto article.show section div.bb666,
#dispo section.packs.show div.auto article {
    display: block;
}
#dispo section.packs div.auto article header div.about div.fl h3,
#dispo section.packs div.auto article header div.about div.fl button u:first-child,
#dispo section.packs div.auto article header div.about div.fl button i,
#dispo section.packs div.auto article header div.about div.fr div.add,
#dispo section.packs div.auto article header div.about div.fr div.add span b:first-child,
#dispo section.packs div.auto article header div.about div.fr div.add.checked span b,
#dispo section.packs div.auto article section div.tplBox-prizeText,
#dispo section.packs div.auto article section div ol li,
#dispo section.packs div.auto.more button u:first-child,
#dispo section.packs.show div.auto.more button u,
#dispo section.packs div.auto.more button u,
#dispo section.packs div.auto.more button i {
    display: inline-block;
}
#dispo section.packs div.auto article header,
#dispo section.packs div.auto article header div.about div.fl {
    position: relative;
}
#dispo section.packs div.auto article header div.icon,
#dispo section.packs div.auto article header div.about div.fl p,
#dispo section.packs div.auto article header div.about div.fl p i {
    position: absolute;
}
#dispo section.packs div.auto.more button u,
#dispo section.packs div.auto.more button:hover u,
#dispo section.packs div.auto article header div.about div.fl:hover button u {
    text-decoration: none;
}
#dispo section.packs,
#dispo section.packs div.auto article section > div,
#dispo .tpl-box104 .desc {
    font-family: 'Roboto Condensed';
}
#dispo section.packs div.auto article header div.about div.fr mark,
#dispo section.packs div.auto article header div.about div.fr div.add span {
    color: #666;
}
#dispo section.packs,
#dispo section.packs div.auto article section div strong {
    color: #333;
}
#dispo section.packs div.auto article header div.about div.fr div.add span b:first-child {
    font-size: 1.083rem;
}
#dispo section.packs div.auto article section > div,
#dispo .tpl-box104 .desc,
#dispo section.packs div.auto article section div.desc,
#dispo section.packs div.auto article section div ol li {
    font-size: 1.25rem;
    letter-spacing: -0.01rem;
}
#dispo section.packs div.auto.more button u,
#dispo section.packs div.auto article header div.about div.fl h3,
#dispo section.packs div.auto article header div.about div.fl button {
    font-size: 1.333rem;
}
#dispo section.packs div.auto article header div.about div.fr mark,
#dispo section.packs div.auto article header div.about div.fr div.add span,
#dispo section.packs div.auto article section div strong {
    font-size: 1.5rem;
}
#dispo section.packs div.auto article section div.tplBox-prizeText,
#dispo section.packs div.auto article section div strong,
#dispo section.packs div.auto article section div strong:first-child {
    float: right;
}
#dispo section.packs div.auto article section div.tplBox-prizeText,
#dispo section.packs div.auto article section div > span {
    font-weight: bold;
}
#dispo section.packs {
    background: #ddd;
}
#dispo section.packs.experiences,
#dispo section.packs.extras > .tpl-dispo-cabecera {
    padding-bottom: 0;
}
#dispo section.packs.extras > .tpl-boxes104 {
    padding-top: 0;
}
#dispo section.packs div.auto article {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 795px;
}
#dispo section.packs div.auto article header div.icon {
    background: #eee;
    bottom: 0;
    top: 0;
    width: 55px;
}
#dispo section.packs div.auto article header div.icon svg {
    fill: #fff;
    height: 40px;
    width: 55px;
}
#dispo section.packs div.auto article header div.about {
    height: 60px;
    background: #fff;
    text-transform: uppercase;
}
#dispo section.packs div.auto article header div.about div.fl {
    cursor: pointer;
    padding: 1.333rem 15px;
}
#dispo section.packs div.auto article header div.about div.fl h3 {
    width: calc(100% - 175px);
    font-weight: normal;
}
#dispo section.packs div.auto article header div.about div.fl button {
    background: none;
    color: #357;
    float: right;
    margin-top: 3px;
    text-transform: uppercase;
}
#dispo section.packs div.auto article header div.about div.fl button i {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #357;
    margin: 0 0 3px 5px;
}
#dispo section.packs div.auto article header div.about div.fl p {
    height: 60px;
    left: 100%;
    overflow: hidden;
    top: 0;
    width: 21px;
}
#dispo section.packs div.auto article header div.about div.fl p i {
    border-bottom: 32px solid transparent;
    border-left: 20px solid #fff;
    border-top: 32px solid transparent;
    top: -1px;
}
#dispo section.packs div.auto article header div.about div.fr {
    box-sizing: border-box;
    cursor: pointer;
    padding: 15px 15px 12px;
    text-align: right;
    width: 40%;
}
#dispo section.packs div.auto article header div.about div.fr mark {
    margin-right: 20px;
}
#dispo section.packs div.auto article header div.about div.fr div.add div {
    margin-bottom: 8px;
    vertical-align: middle;
}
#dispo section.packs div.auto article header div.about div.fr div.add span {
    margin-left: 10px;
}
#dispo section.packs div.auto article header div.about div.fr div.add span b {
    font-weight: normal;
}
#dispo section.packs div.auto article section {
    background: #eee;
    margin: 0 auto;
    padding: 15px;
    width: calc(98% - 30px);
}
#dispo section.packs div.auto article section > div {
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    text-align: justify;
}
#dispo.step-1 section.packs div.auto article section > div:first-child {
    height: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#dispo section.packs div.auto article section div ol {
    /* width   : 75%; */
    float: left;
    min-height: 35px;
}
#dispo section.packs div.auto article section div ol li {
    color: #444;
    margin: 10px;
}
#dispo section.packs div.auto article section div ol li span {
    margin-right: auto;
    vertical-align: middle;
}
#dispo section.packs div.auto article section div strong {
    text-transform: uppercase;
}
#dispo section.packs div.auto article section div strong mark {
    color: #280;
}
#dispo section.packs div.auto.more button u {
    color: #000;
}
#dispo section.packs div.auto article section div:first-child strong {
    float: left;
}
#dispo section.packs div.auto article section p {
    color: #444;
    font-size: 1.25rem;
    text-align: justify;
}
#dispo section.packs div.auto article header.business div.icon {
    background: #678;
}
#dispo section.packs div.auto article header.family div.icon {
    background: #e80;
}
#dispo section.packs div.auto article header.gourmet div.icon {
    background: #e80;
}
#dispo section.packs div.auto article header.relax div.icon {
    background: #0ab;
}
#dispo section.packs div.auto article header.romance div.icon {
    background: #c36;
}
#dispo section.packs div.auto article header.weekend div.icon {
    background: #858;
}
#dispo section.packs.show div.auto.more button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*Planes y suplementos */
.tpl-boxes104 {
    padding: 10px;
}
.tpl-boxes104 .sta-show {
    margin: 0 50px 0 0;
    z-index: 1;
}
.tpl-boxes104 > article > section > label {
    font: 1.167rem "Roboto Condensed";
    justify-content: flex-end;
    margin-top: 5px;
}
.tpl-boxes104 > article > section > label span {
    color: #666;
    text-decoration: underline;
}
.tpl-boxes104 > article > section > label span:last-of-type {
    display: none;
}
.tpl-boxes104 > article > section > label svg {
    display: block;
    fill: #666;
    height: 15px;
    margin-left: 5px;
    transition: .3s;
    width: 15px;
}
.tpl-boxes104 .tpl-box104:not(:first-child) {
    margin-top: 10px;
}
.packs .free-pack,
.tpl-box104 .free-pack,
.tpl-box104 .tpl-boxTextPrizeSub,
.tpl-box104 .tpl-boxTextPrize,
.tpl-box104 .tplBox-prizeText,
.tpl-box104 .tplBox-prizeTextColor,
.tpl-box104 .tpl-boxTitle,
.tpl-box104 .tplBox-selectText {
    font-family: 'Roboto Condensed', sans-serif;
}
.packs .free-pack {
    font-size: 1.25rem;
}
.tpl-box104 header button .hide-text,
.tpl-box104 header button.checked .show-text,
.tpl-box104 section > label > span:last-of-type,
.tpl-boxes104 > article > section > label.show-more {
    display: none;
}
.tpl-box104 header {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.tpl-box104 header img {
    display: block;
    max-height: 75px;
    max-width: 200px;
    width: 100%;
    height: 100%;
}
.tpl-box104 header > div:nth-child(2),
.tpl-box104 header > div:nth-child(3),
.tpl-box104 header > div:nth-child(4) {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    width: 25%;
    word-wrap: break-word;
}
.tpl-box104 header > div:nth-child(3) {
    padding-right: 15px;
}
.tpl-box104 header > div:first-of-type {
    flex-grow: 2;
}
.tpl-box104 header > div:last-of-type {
    flex: none;
    text-align: right;
}
.tpl-box104 header > div.mb15Tablet {
    margin: 0 50px 0 0;
    z-index: 1;
}
.tpl-box104 header > div.tpl-boxTitle {
    width: 50%;
    max-width: 200px;
    margin-left: 145px;
}
.tpl-box104 header button {
    background: #bbb;
    color: #fff;
    height: 75px;
    padding: 10px 5px;
    transition: .3s;
}
.tpl-box104 header button:before {
    content: '';
    font: 1.333rem 'icons';
}
.tpl-box104 header button.checked {
    position: relative;
    background: #280;
    transition: .3s;
    margin-left: 0;
}
.tpl-box104 header button.checked i {
    border-bottom: 35px solid transparent;
    border-right: 15px solid #280;
    border-top: 40px solid transparent;
    position: absolute;
    right: 100%;
    top: 0;
}
.tpl-box104 header button.checked .hide-text {
    display: block;
}
.tpl-box104 header button span {
    color: #fff;
    font: 1.083rem 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.tpl-box104 header button span:first-of-type {
    display: block;
}
.tpl-box104 header .pack-text {
    /* padding-right : 15px; */
    margin-left: 85px;
    position: absolute;
    right: 14%;
    font-size: 1.233rem;
    top: 20px;
    color: #888;
    font-style: italic;
    text-align: right;
}
.tpl-box104 section {
    background: #f1f1f1;
    box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.3);
    color: #666;
    font: 1rem 'Roboto Condesed';
    padding: 10px;
}
.tpl-box104 section label {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 5px;
}
.tpl-box104 section label svg {
    display: block;
    fill: #666;
    height: 15px;
    margin-left: 5px;
    transition: .3s;
    width: 15px;
}
.tpl-box104 section label > span {
    text-decoration: underline;
}
.tpl-box104 section label > span:hover {
    text-decoration: none;
}
.tpl-box104 > input {
    left: -9999px;
    position: fixed;
    top: 0;
}
.tpl-box104 > input:checked ~ section {
    height: auto;
}
.tpl-box104 > input:checked ~ section label:after {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.tpl-box104 .tplBox-prizeText,
.tpl-box104 .tplBox-prizeTextColo {
    font-size: 1.333rem;
}
.tpl-box104 .tpl-boxTextPrize,
.tpl-box104 .free-pack,
.packs .free-pack {
    font-size: 1.5rem;
}
.tpl-box104 .tpl-boxTitle {
    color: #444;
    font-size: 1.167rem;
    text-transform: uppercase;
}
.tpl-box104 .tpl-boxTextPrize {
    font-weight: normal;
    font-style: normal;
}
.tpl-box104 .free-pack,
.packs .free-pack {
    color: #280;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
}
.tpl-box104 .tpl-boxTextPrizeSub,
.tpl-box104 .tplBox-selectText {
    font-size: 1rem;
    color: #646464;
}
.tpl-box104 .tplBox-select {
    border: 1px solid #bbb;
    cursor: pointer;
    flex: none;
    padding: 3px 0px 3px 5px;
}
.tpl-box104 .tplBox-selectText {
    text-transform: capitalize;
}
.tpl-box104 .tplBox-prizeText {
    font-weight: bold;
    text-transform: uppercase;
}
.tpl-box104 .tplBox-prizeTextColor {
    color: #280;
    display: block;
    font-weight: bold;
}
#dispo div.pack-image {
    height: 100%;
    width: 145px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
}
.tpl-boxes104 > article > section > label.show-more.visible {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.tpl-boxes104 > article > section > label.show-more.visible.expanded svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tpl-box104 > section > div:last-of-type {
    transition: .3s;
}
.tpl-box104 li.mb10Mobile {
    display: inline-block;
}
#dispo section.packs div.auto article section > div.desc.show-more-div.collapsed {
    max-height: 65px;
    overflow: hidden ;
    transition: .3s;
}
.tpl-box104 .tplBox-selectText {
    font-size: 1.167rem;
}
#dispo section.packs div.auto.more {
    text-align: right;
    padding: 0 65px;
    background: #ddd;
}
#dispo section.packs div.auto.more button {
    margin-top: 10px;
    background: none;
    font-weight: bold;
}
#dispo section.packs div.auto.more button u {
    color: #3B3B3B;
    display: none;
    font-size: 1.333rem;
    text-transform: uppercase;
    text-decoration: none;
}
#dispo section.packs div.auto.more button u:first-child {
    display: inline-block;
}
#dispo section.packs div.auto.more button:hover u {
    text-decoration: none;
}
#dispo section.packs div.auto.more button i {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #3B3B3B;
    display: inline-block;
    margin: 0 0 3px 5px;
}
#dispo.step-1 section.packs.show div.auto.more button u {
    display: inline-block;
}
#dispo.step-1 section.packs.show div.auto.more button u:first-child {
    display: none;
}
#dispo.step-1 section.packs.show div.auto.more button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*IE*/
.ie .tpl-box104 header > div {
    display: inline-block;
    vertical-align: middle;
    line-height: 75px;
}
.ie .tpl-box104 header > div:nth-child(2) {
    width: 50%;
}
.ie .tpl-box104 header > div:last-child {
    right: 0;
    position: absolute;
}
@media (min-width: 601px) {
    ::-moz-svg-foreign-content,
    :root .tpl-box104 header img {
        display: inline-block;
    }
    .tpl-box104 .tpl-boxTitle {
        text-transform: uppercase;
    }
    .tpl-box104 .tplBox-prizeText {
        font-size: 1.5rem;
    }
    .tpl-box104 .tplBox-prizeTextColor {
        font-size: 1.5rem;
        display: inline-block;
        margin-left: 3px;
        font-weight: 100;
    }
    .ie .tpl-box104 header > img {
        display: inline-block;
    }
    .tpl-box104 header button span {
        font: 1.083rem 'Roboto Condensed', sans-serif;
        color: #fff;
        text-transform: uppercase;
    }
    .tpl-box104 header button span:first-of-type {
        display: block;
    }
}
@media (max-width: 800px) {
    #dispo section.packs div.auto article header div.icon {
        display: none;
    }
    #dispo section.packs div.auto article header div.about div.fl {
        width: 50% !important;
    }
    #dispo section.packs div.auto article header div.about div.fl h3 {
        width: calc(100% - 20px);
    }
    #dispo section.packs div.auto article header div.about div.fl button u {
        display: none !important;
    }
    #dispo section.packs div.auto article section div strong {
        text-align: right;
    }
    #dispo section.packs div.auto article section div strong:first-child {
        text-align: left;
    }
    #dispo section.packs div.auto article section div strong mark {
        display: block;
    }
    #dispo section.packs div.auto article header.business {
        border-color: #678 !important;
    }
    #dispo section.packs div.auto article header.family {
        border-color: #e80 !important;
    }
    #dispo section.packs div.auto article header.gourmet {
        border-color: #e80 !important;
    }
    #dispo section.packs div.auto article header.relax {
        border-color: #0ab !important;
    }
    #dispo section.packs div.auto article header.romance {
        border-color: #c36 !important;
    }
    #dispo section.packs div.auto article header.weekend {
        border-color: #858 !important;
    }
    html:lang(ar) #dispo section.packs div.auto article header {
        border-left: 0;
        border-right: 7px solid #eee;
    }
    #dispo section.packs.experiences div.auto article header div.about {
        width: auto;
        margin-left: 0;
        margin-right: 0 !important;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome,
    .tpl-box104 header > div {
        display: inline-block;
        vertical-align: middle;
        line-height: 75px;
    }
    ::i-block-chrome,
    .tpl-box104 header > div:nth-child(2) {
        width: 50%;
    }
    ::i-block-chrome,
    .tpl-box104 header > div:last-child {
        right: 0;
        position: absolute;
    }
    ::i-block-chrome,
    .tpl-box104 header > img {
        display: inline-block;
    }
}
.step-3 .floating,
.step-4 .floating {
    top: 15px;
}
#advantages_summary_content.paso3 > * {
    text-align: left;
}
.step-3 .box_fixed_left_200 {
    display: none;
}
.step-3 #advantages_summary_content .tpl-summary .tplSummary-button {
    display: none;
}
.step-3 .dyn-submit {
    display: none;
}
.tpl-dispo-cabecera.paso3 {
    padding: 15px 10px 10px;
}
.tpl-dispo-cabecera.paso3 > div {
    margin: 0 auto;
    max-width: 111.167rem;
}
.tpl-dispo-cabecera.paso3 > div > div:first-of-type {
    font: 1.167rem 'Roboto Condensed';
    color: #444;
    text-align: center;
    text-transform: uppercase;
}
.tpl-dispo-cabecera.paso3 > div > div:last-of-type {
    color: #444;
    font-weight: bold;
    font: 19px 'Roboto Condensed';
    padding-bottom: 10px;
    text-align: center;
    display: inline;
}
.tpl-dispo-cabecera.paso3 > div > a {
    color: #ce6b00;
    font: 1rem 'Roboto Condensed';
}
.tpl-dispo-cabecera.paso3 > div > a:before {
    color: #ce6b00;
    content: '\e040';
    font: 1rem 'icons';
    padding-right: 1px;
    vertical-align: middle;
}
.tpl-dispo-cabecera.paso3 > div > a > span {
    text-decoration: underline;
}
.step-3 .tpl-dispo-cabecera.paso3 {
    z-index: 99;
}
#formulario_datos_tarjeta + #iframe_card_app_container {
    display: none;
}
.currentCardDetails .cardDataLine > select {
    width: 11.33%;
}
.aux_tool1 {
    position: absolute;
    left: -500px;
}
.step-4 form.summary {
    display: none;
}
.step-4 .tpl-dispo-cabecera {
    padding: 0px 10px 10px;
}
.step-4 .tpl-dispo-cabecera > div {
    display: none;
}
.step-4 #steps-content > .step-content {
    width: 100%;
}
.step-4 .tpl-box3 {
    border-width: 0px;
    box-shadow: none;
    background: none;
}
.step-4 .tpl-box3 > div > div:first-of-type > div:last-of-type > div:last-child:before {
    display: none;
}
.step-4 .confirmation-body {
    width: 100%;
    position: relative;
}
.step-4 .confirmation-body:before {
    border-top: 1px solid #fff;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
    content: '';
    height: 10px;
    left: -33%;
    position: absolute;
    top: -15px;
    width: 167%;
}
.step-4 .confirmation-body:after {
    background-color: #DDD;
    content: '';
    height: 100%;
    right: 0;
    z-index: -1;
    width: 167%;
    position: absolute;
    top: -15px;
    left: -33%;
}
.step-4 .tpl-boxes52,
.step-4 .tpl-boxes53.mod2,
.step-4 .tpl-boxes53.mod1,
.step-4 .tpl-box4 {
    background: none;
}
.step-4 #avail-content:before,
.step-4 #avail-content:after {
    display: none;
}
.step-4.one-segment #avail-content {
    box-shadow: none;
    padding: 0px 20px 0px 20px;
}
@media (max-width: 955px) {
    .tplSummary-section,
    .tplSummary-title {
        background: #FEF4EB !important;
    }
    #advantages_summary_content:not(.paso3) > .tpl-summary {
        bottom: 0;
        position: fixed;
        width: 100%;
    }
    #advantages_summary_content .tpl-summary .tplSummary-roomIcons::before {
        font: 16px 'icons';
        content: '\e037';
        vertical-align: bottom;
        margin: 0 3px 0 5px;
        color: #8b8074;
        display: inline-block;
    }
    #advantages_summary_content .tpl-summary .tplSummary-adult:before,
    #advantages_summary_content .tpl-summary .tplSummary-child:before {
        /*text-align: left;
        width: 15px;*/
    }
    .sta-show.fl .form-select {
        width: 85px;
    }
    #dispo.multi-segments.step-1 ol.nav.sta-nav-list.dyn-nav-list {
        margin-bottom: 45px;
    }
    .tpl-summary .tplSummary-section .tplSummary-calendar:before {
        margin-right: 10px;
        display: none;
    }
    .step-3 .sta-summary-content {
        margin: 0;
    }
    #dispo section.rooms,
    .panel .auto .modify {
        margin-left: 0;
    }
    .auto {
        min-width: 0;
    }
    .step-3 .floating {
        position: static;
        width: 100%;
    }
    .step-3 #advantages_summary_content > .tpl-summary {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    div#avail-content-summary,
    div#avail-content {
        padding: 0px 7px 100px 7px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2),
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type {
        padding: 25px 22px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.sta-forinput {
        width: 33%;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.sta-forinput:nth-child(3n+1) {
        padding-left: 0;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.sta-forinput:nth-child(5) {
        padding-left: 15px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:first-of-type {
        white-space: nowrap;
    }
    .tpl-formulario-datospersonales200 > div > form .politica_cancelacion {
        font-size: 1.167rem;
    }
}
@media (min-width: 956px) and (max-width: 1070px) {
    .sta-summary-content {
        width: 26%;
    }
    #steps-content-summary > .step-content,
    #steps-content > .step-content {
        width: 67.5%;
    }
}
@media (min-width: 601px) and (max-width: 955px) {
    /* ----------------> Medium Screens: de 601px a 995px <----------------*/
    /*
    * Si queremos cambiar la medidad de la resolución de tablet solo tenemos
    * que hacerlo en el link de la hoja de estilos. Todo lo que hay a continuación
    * se adaptará. 
    * Redefinimos el font-size en el html para que todo se adapte a 
    * nueva medida base
    */
    html {
        font-size: 11px;
    }
    /* ----------------> Estilos genéricos <----------------*/
    #advantages_summary_content.paso3 .tpl-list200 .header,
    #advantages_summary_content.paso3 .tpl-list200,
    #dispo .tpl-box200 > article > header > div:last-of-type > div:first-of-type > label,
    #dispo .tpl-box200 > article > header > div:last-of-type > div:last-of-type,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button span:first-child,
    .css-noDesktop,
    .css-noDesktop1100,
    .panel .auto .functionals a svg,
    .panel .auto .functionals button svg,
    .panel .auto .functionals label span,
    .panel .auto .functionals label svg,
    .tpl-box200 > article > header > div:last-of-type > div:last-of-type,
    .tpl-box200 > article > header > div:nth-of-type(3) > div.no_mobile,
    .tpl-box200 > article > header > div:nth-of-type(4) > div:last-of-type > .no_mobile,
    .tpl-box200 > article > section > ul.dyn-list-extras > li,
    .tpl-box200 > article > section > ul.dyn-list-rooms > li:after,
    .tpl-box200 > article > section,
    .tpl-summary .tplSummary-contentInfo.css-noDesktop1100 {
        display: block;
    }
    .show-on-medium,
    .show-on-medium-down {
        display: block;
    }
    .no_tablet,
    .show-on-large,
    .hide-for-medium {
        display: none;
    }
    #advantages_summary_content.advantages-calendar > .tpl-summary,
    #advantages_summary_content.calendario > .tpl-summary,
    #advantages_summary_content.paso3 .tpl-list200 .slide div:before,
    #advantages_summary_content.paso3 .tpl-list200 .slide ul > li:before,
    #dispo .tpl-box200 > article > footer,
    #dispo .tpl-box200 > article > header > div:last-of-type > div:first-of-type > div:first-of-type > div:not(:first-of-type),
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button b,
    .panel .auto .functionals .currency-ref div:after,
    .panel .auto .functionals a div:after,
    .panel .auto .functionals label div:after,
    .tpl-box200 > article > footer,
    .tpl-box200 > article > header > div:last-of-type > div:first-of-type > div:first-of-type > div:not(:first-of-type),
    .tpl-box200 > article > header > div:nth-of-type(3) > div.info2 > span:first-of-type,
    .tpl-box200 > article > header > div:nth-of-type(4) > div:first-of-type > div:last-of-type:before,
    .tpl-box200 > article > header > div:nth-of-type(4) > div:first-of-type > label,
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div > div:nth-of-type(2),
    .tpl-boxes52 > div > article > section > div:first-of-type > div > div:first-of-type:before,
    .tpl-boxes52 > div > article > section > div:first-of-type > div > div:last-of-type:before,
    .tpl-boxes52 > div > article > section > div:last-of-type > div,
    .text-mob,
    .tpl-leer-mas,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr del,
    .tpl-sharebox > div > div:first-child,
    .tpl-summary .tplSummary-textColor {
        display: none;
    }
    /* ----------------> Footer <----------------*/
    #footer {
        padding-bottom: 100px;
    }
    /* ----------------> Cabecera <----------------*/
    .tpl-dispo-cabecera.paso3 > div > div > a:first-child > span {
        font-size: 1.25rem;
    }
    /* ----------------> Contenido <----------------*/
    /*
    * Como todo esta adaptado a #avail-content, se ha creado
    * otra id llamada #avail-content-summary pare replicar 
    * al composición al paso 3. Mas adelante se tendrian que 
    * cambiar ambas por una clase común.
    */
    #avail-content-summary {
        z-index: 0;
        padding: 0 10px 10px 10px;
    }
    #avail-content-summary:after {
        background-color: #ddd;
        content: '';
        height: 100%;
        right: 0;
        z-index: -1;
        position: absolute;
        width: 107%;
        top: 0;
        left: -11px;
    }
    #avail-content-summary .tpl-box200 {
        margin: 0;
    }
    #avail-content-summary .tpl-box200 > article {
        margin: 0;
    }
    #avail-content-summary .tpl-box200 > article > header > div:nth-of-type(3) {
        width: auto;
        background: none;
        box-shadow: none;
        margin-bottom: 5px;
    }
    #avail-content-summary .tpl-box200 > article > header > div:nth-of-type(4) > div:last-of-type > .moneda_local_hotel {
        font-style: normal;
        color: #868383;
    }
    #avail-content-summary .tpl-box200 .list:not(:nth-child(2)) {
        margin-top: 15px;
    }
    #avail-content-summary #steps-content-summary {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    #avail-content-summary #steps-content-summary > .step-content {
        -moz-box-ordinal-group: 2;
        -webkit-box-ordinal-group: 2;
        box-ordinal-group: 2;
        display: block;
    }
    #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) {
        font-size: 1.267rem;
    }
    #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo.show-on-medium-down {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -moz-box-align: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #888;
    }
    #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize {
        display: block;
        padding: 0;
    }
    #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes ul.tplSummary-list > li {
        padding: 0;
        max-width: 90%;
    }
    #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes ul.tplSummary-list:last-child {
        border: 0;
    }
    #advantages_summary_content .tpl-summary .tplSummary-text4 {
        font-size: 1.083rem;
        font-weight: normal;
    }
    #advantages_summary_content .tpl-summary .tplSummary-button {
        padding: 7px 40px;
    }
    .step-3 .sta-summary-content {
        float: none;
    }
    .step-3 .tpl-summary .tplSummary-boxes > div:not(:last-child):before {
        bottom: -10px;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section {
        position: relative;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-calendar {
        position: absolute;
        top: -18px;
        left: 145px;
    }
    .step-3 .tpl-summary > .tplSummary-section > .tplSummary-boxes > .tplSummary-box:first-of-type > ul > li > div > div:last-child,
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-calendar:before {
        display: none;
    }
    .step-3 .tplSummary-roomIcons:before {
        content: '\e037';
        font: 22px Icons;
        margin-right: 5px;
        vertical-align: middle;
    }
    .step-3 .change-on-medium-down {
        position: absolute;
        top: -30px;
        display: inline-flex;
        align-items: center;
        right: -200%;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box ul.tplSummary-list li {
        padding: 0;
        font-size: 1.2rem;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box ul.tplSummary-list li strong {
        font-weight: 400;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box ul.tplSummary-list li {
        padding: 0;
    }
    .step-3 .tpl-summary .tplSummary-section .tplSummary-roomIcons:before,
    .step-3 .tpl-summary .tplSummary-section .tplSummary-adult:before,
    .step-3 .tpl-summary .tplSummary-section .tplSummary-child:before {
        display: initial;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) .tplSummary-roomIcons span {
        font-size: 1.3rem;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box ul.tplSummary-list:last-child {
        border: 0;
    }
    .step-3 .tpl-summary .tplSummary-contentInfo {
        color: #888;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize {
        padding: 0;
        display: block;
        text-align: center;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize .tplSummary-contentNumbers {
        text-align: center;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-text3 {
        font-size: 1.9rem;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes {
        padding-bottom: 0;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-text.moneda_local_hotel {
        font: 400 normal 1.167rem 'Roboto Condensed';
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize div:last-of-type div:last-of-type {
        padding: 0;
        text-align: center;
    }
    .tplSummary-contentPrize {
        display: block;
    }
    #dispo .tpl-list200 {
        padding: 10px;
    }
    #dispo .tpl-list200 .container {
        background: #fff;
        padding: 10px;
    }
    #dispo .tpl-list200 .header {
        background: #fff;
        border-bottom: 1px solid #aaa;
        color: #f60;
        font: bold 16px 'Roboto Condensed', sans-serif;
        height: auto;
        letter-spacing: -1px;
        padding-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
    }
    #dispo .tpl-list200 .slide {
        min-height: 18px;
        overflow: hidden;
        white-space: nowrap;
        padding-top: 10px;
        position: relative;
    }
    #dispo .tpl-list200 .slide .arrow {
        align-items: center;
        background: #fff;
        bottom: 0;
        color: #f60;
        cursor: pointer;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font: 16px 'icons';
        position: absolute;
        top: 10px;
    }
    #dispo .tpl-list200 .slide .arrow-left {
        left: 0;
    }
    #dispo .tpl-list200 .slide .arrow-right {
        right: 0;
    }
    #dispo .tpl-list200 .slide > div:not(.arrow) {
        display: inline-block;
        font: 13px 'Roboto Condensed', sans-serif;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }
    #dispo .tpl-list200 .slide ul {
        overflow: hidden;
        white-space: nowrap;
    }
    #dispo .tpl-list200 .slide ul > li {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #444;
        display: inline-block;
        font: 13px 'Roboto Condensed', sans-serif;
        padding: 0 40px;
        text-align: center;
        vertical-align: middle;
        white-space: normal;
        width: 100%;
    }
    #dispo .tpl-list200 .slide ul > div {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #444;
        display: inline-block;
        font: 13px 'Roboto Condensed', sans-serif;
        padding: 0 40px;
        text-align: center;
        vertical-align: middle;
        white-space: normal;
        width: 100%;
    }
    #dispo .tpl-box200 {
        margin: 0 10px 10px;
        width: 100%;
    }
    #dispo .tpl-box200 > article > section {
        background: #fff;
        min-height: 75px;
        padding: 25px 0 0 0;
    }
    #dispo .tpl-box200 > article > section:before,
    #dispo .tpl-box200 > article > section:after {
        content: '';
        position: absolute;
        top: 52px;
        bottom: 0;
        border-right: 1px solid #ce6b00;
        left: 33%;
    }
    #dispo .tpl-box200 > article > section :after {
        left: 66%;
    }
    #dispo .tpl-box200 > article > section > ul {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }
    #dispo .tpl-box200 > article > section > ul.dyn-list-rooms {
        border: 0!important;
    }
    #dispo .tpl-box200 > article > section > ul.dyn-list-rooms > li:after {
        content: '';
        clear: both;
    }
    #dispo .tpl-box200 > article > section > ul > li {
        margin: 0px 10px 5px!important;
    }
    #dispo .tpl-box200 > article > header {
        border-width: 3px;
        position: relative;
        overflow: visible;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(1) {
        font: 18px/36px 'Roboto Condensed';
        z-index: 1;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(2) {
        display: flex;
        position: absolute;
        righttop: 20px;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(2) > div:first-of-type {
        padding-right: 5px;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(2) > div:first-of-type:before {
        font-size: 1.417rem;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(2) > div:last-of-type:before {
        font-size: 1rem;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(2) > div > span {
        display: inline-block;
        margin-left: 3px;
        vertical-align: middle;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(2) > div > strong {
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(3) > div.no_mobile {
        font-weight: 600;
        font: bold 12px 'Roboto Condensed';
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(3) > div.info2 {
        font: bold 12px 'Roboto Condensed';
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(3) > div.info2:before {
        content: none;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(3) > div.info2 > span:last-of-type {
        font-weight: 600;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(3) > div.info2 > span:last-of-type:before {
        content: '-';
        margin: 0 5px;
        font-weight: normal;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(4) {
        left: 0;
        padding: 40px 0;
        position: absolute;
        top: 50px;
        width: 100%;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(4):before {
        content: '';
        position: absolute;
        left: 0;
        top: -5px;
        right: 0;
        background: #ce6b00;
        background: linear-gradient(to bottom, rgba(206, 107, 0, 0) 0%, #ce6b00 100%);
        height: 5px;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(4) > div:first-of-type > div {
        position: absolute;
        left: 0;
        width: 33%;
        top: 0;
        margin: 10px 0 0 10px;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(4) > div:first-of-type > div:last-of-type:before {
        content: '\e09a';
        font: 15px 'Icons';
        margin-right: 5px;
        vertical-align: top;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(4) > div:first-of-type > div:last-of-type > strong {
        color: #000;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(4) > div:first-of-type > div > div {
        font: bold 14px 'Roboto Condensed';
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(4) > div:first-of-type > div > div:before {
        content: '\e037';
        font: 22px Icons;
        margin-right: 5px;
        vertical-align: middle;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(4) > div:last-of-type {
        position: absolute;
        right: 0;
        top: 10px;
        padding: 0;
        width: 33%;
        text-align: center;
        z-index: 1;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(4) > div:last-of-type > .no_mobile {
        font: bold 15px 'Roboto Condensed';
        z-index: 1;
        text-transform: uppercase;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(4) > div:last-of-type > .dyn-total {
        font: 24px 'Roboto Condensed';
        color: #008a01;
    }
    #dispo .tpl-box200 > article > header > div:nth-of-type(4) > div:last-of-type > .moneda_local_hotel {
        font: 300 italic 13px 'Roboto Condensed';
        color: #444;
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li:after {
        content: '';
        clear: both;
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div {
        overflow: visible;
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div:first-of-type {
        float: left;
        width: 50%;
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div:first-of-type > div {
        white-space: normal;
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div:last-of-type {
        float: right;
        width: 45%;
        position: static!important;
        text-align: right;
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div:last-of-type > strong {
        font-weight: normal;
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div > div:first-of-type {
        position: relative;
        overflow: visible!important;
        white-space: normal!important;
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div > div:first-of-type > strong {
        font: 12px 'Roboto Condensed';
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div > div:first-of-type:after {
        content: '?';
        font: 10px/10px 'Roboto Condensed';
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 2px 4px;
        display: inline-block;
        background: #ddd;
        margin-left: 3px;
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div > div:first-of-type > div {
        position: absolute;
        bottom: 50%;
        left: 50%;
        background: #fff;
        border: 1px solid #ce6b00;
        font: 13px 'Roboto Condensed';
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        transition: opacity .5s;
        padding: 5px;
        z-index: 1;
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div > div:first-of-type:hover > div {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }
    .tpl-box200 > article > section > ul.dyn-list-rooms > li > div > div:first-of-type > div:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        border-top: 10px solid #ce6b00;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }
    .tpl-box200 > article > section > ul.dyn-list-extras > li {
        position: relative;
    }
    .tpl-box200 > article > section > ul.dyn-list-extras > li > div > div:first-of-type {
        padding-right: 80px;
    }
    .tpl-box200 > article > section > ul.dyn-list-extras > li > div > div:first-of-type > strong {
        font: 12px 'Roboto Condensed';
        color: #444;
    }
    .tpl-box200 > article > section > ul.dyn-list-extras > li > div > div:first-of-type > em {
        display: inline-block;
        vertical-align: top;
        font: bold 12px 'Roboto Condensed';
        margin-left: 2px;
        color: #444;
    }
    .tpl-box200 > article > section > ul.dyn-list-extras > li > div > div:first-of-type > div {
        color: #444;
        font: 14px 'Roboto Condensed';
        max-width: 80px;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }
    .tpl-box200 > article > header > div:nth-of-type(2) > div:first-of-type:before {
        font-size: 1.417rem;
    }
    .tpl-box200 .info > div:before,
    #dispo .tpl-box200 .info > div:before {
        color: #8b8074;
        font: 16px 'icons';
        content: '\e061';
        vertical-align: middle;
    }
    .tpl-box200 > article,
    #dispo .tpl-box200 > article {
        margin-right: 3%;
        max-width: 100%;
        position: relative;
    }
    #advantages_summary_content.paso3 .tpl-list200 .header,
    .tplSummary-prize div:last-of-type,
    .panel .auto .functionals a div,
    .panel .auto .functionals a svg,
    .panel .auto .functionals button svg,
    .panel .auto .functionals label span,
    .panel .auto .functionals label svg,
    .panel .auto .functionals label div,
    .panel .auto .functionals .currency-ref div {
        text-align: center;
    }
    #advantages_summary_content.paso3 .tpl-list200 .header,
    #advantages_summary_content.paso3 .tpl-list200 .slide ul > li,
    #advantages_summary_content.paso3 .tpl-list200 .slide ul > div,
    .tpl-summary .tplSummary-text3,
    .tpl-summary .tplSummary-contentInfo,
    #advantages_summary_content.paso3 .tpl-list200 > article > section.slide > div:not(.arrow) {
        font-family: 'Roboto Condensed', sans-serif;
    }
    .tpl-summary .tplSummary-contentInfo {
        font-size: 1.267rem;
        margin-bottom: 10px;
        font-weight: bold;
    }
    #advantages_summary_content.paso3 .tpl-list200 .header,
    #advantages_summary_content.paso3 .tpl-list200 .slide .arrow {
        font-size: 1.333rem;
    }
    .tpl-summary .tplSummary-list,
    .div#avail-content,
    .panel .auto .functionals a div,
    .panel .auto .functionals .currency-ref div,
    .panel .auto .functionals label div,
    #dispo section.rooms .list,
    #dispo section.rooms {
        padding: 0;
    }
    /*#advantages_summary_content.paso3.floating {
    position : static;
}*/
    #dispo .tpl-summary .tplSummary-prize .tplSummary-contentPrize > div:first-of-type {
        vertical-align: middle;
    }
    .tpl-summary .tplSummary-textColor2 {
        font-size: 1.25rem;
        vertical-align: middle;
        position: relative;
    }
    .tpl-summary .tplSummary-contentPrize {
        padding-top: 0;
    }
    #advantages_summary_content.paso3 .tpl-list200,
    #advantages_summary_content.paso3 .tpl-list200 .container {
        padding: 10px;
    }
    .tpl-summary .tplSummary-button {
        padding: 7px 40px;
        max-width: 200px;
    }
    .panel .auto .functionals a svg,
    .panel .auto .functionals button svg,
    .panel .auto .functionals label span,
    .panel .auto .functionals label svg,
    .tpl-summary .mb10Desktop {
        margin-bottom: 10px;
    }
    #advantages_summary_content.paso3 .tpl-list200 .header,
    #advantages_summary_content.paso3 .tpl-list200 .container,
    #advantages_summary_content.paso3 .tpl-list200 .slide .arrow {
        background: #fff;
    }
    #advantages_summary_content.paso3 .tpl-list200 .header,
    #advantages_summary_content.paso3 .tpl-list200 .slide .arrow {
        color: #f60;
    }
    #advantages_summary_content.paso3 .tpl-list200 > article > section.slide > div:not(.arrow),
    #advantages_summary_content.paso3 .tpl-list200 .slide ul > li,
    #advantages_summary_content.paso3 .tpl-list200 .slide ul > div,
    .sta-summary-content,
    #steps-content-summary > .step-content,
    #steps-content > .step-content,
    #advantages_summary_content,
    #advantages_summary_content > .tpl-summary,
    .panel .auto .functionals a div,
    .panel .auto .functionals label div,
    .panel .auto .functionals .currency-ref div,
    .tpl-summary .tplSummary-prize .tplSummary-contentPrize {
        width: 100%;
    }
    #advantages_summary_content.paso3 .tpl-list200 .slide ul,
    #advantages_summary_content.paso3 .tpl-list200 > article > section.slide {
        overflow: hidden;
        white-space: nowrap;
    }
    #advantages_summary_content.paso3 .tpl-list200 .header {
        border-bottom: 1px solid #aaa;
        font-weight: bold;
        height: auto !important;
        letter-spacing: -1px;
        padding-bottom: 10px;
        padding-top: 0px;
        text-transform: uppercase;
    }
    #advantages_summary_content.paso3 .tpl-list200 .slide {
        padding: 0px;
        padding-top: 10px;
        position: relative;
    }
    #advantages_summary_content.paso3 .tpl-list200 .slide .arrow {
        align-items: center;
        bottom: 0;
        cursor: pointer;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-family: 'icons';
        position: absolute;
        top: 10px;
    }
    #advantages_summary_content.paso3 .tpl-list200 .slide .arrow-left {
        left: 0;
    }
    #advantages_summary_content.paso3 .tpl-list200 .slide .arrow-right {
        right: 0;
    }
    #advantages_summary_content.paso3 .tpl-list200 {
        width: 97%;
        margin-bottom: 0;
    }
    #advantages_summary_content.paso3 .tpl-list200 .slide ul > li,
    #advantages_summary_content.paso3 .tpl-list200 .slide ul > div {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #444;
        padding: 0 40px;
        white-space: normal;
        margin: 0;
    }
    #advantages_summary_content.paso3 .tpl-list200 > article > section.slide {
        min-height: 18px;
    }
    #advantages_summary_content.paso3 .tpl-list200 .slide ul > li,
    #advantages_summary_content.paso3 .tpl-list200 .slide ul > div,
    #advantages_summary_content.paso3 .tpl-list200 > article > section.slide > div:not(.arrow) {
        display: inline-block;
        font-size: 1.083rem;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }
    #advantages_summary_content.paso3 {
        position: static;
        padding-top: 0;
    }
    #steps-content-summary > .step-content,
    #steps-content > .step-content {
        float: none;
        top: 0;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -o-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }
    #dispo section.rooms {
        margin-right: 0px;
    }
    #advantages_summary_content {
        left: 0;
        position: fixed;
        z-index: 999;
        max-height: 100px;
    }
    #advantages_summary_content:not(.paso3) > .tpl-summary {
        bottom: 0;
        position: fixed;
        width: 100%;
    }
    .tpl-summary .tplSummary-secondaryTitleContent {
        flex-grow: 1;
        font-size: 1.167rem;
        justify-content: space-between;
        margin: 0 10px;
    }
    .tpl-summary .tplSummary-secondaryTitleContent .tplSummary-sendDispo {
        right: auto;
        position: relative;
        float: left;
        margin-left: 0;
        margin-right: 10px;
    }
    .tplSummary-box .tplSummary-sendDispo {
        display: none !important;
    }
    .tpl-summary .tplSummary-boxes,
    .tpl-summary .tplSummary-list li {
        -ms-flex-pack: justify;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .tpl-summary .tplSummary-list li {
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .tpl-summary .tplSummary-boxes > div,
    .tpl-box3 > div > button {
        width: 33%;
        padding: 10px;
    }
    .tpl-summary .tplSummary-boxes > div:not(:last-child) {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        padding-left: 0;
        position: relative;
    }
    .tpl-summary .tplSummary-boxes > div:not(:last-child):before {
        background: #c4c4c4;
        bottom: -250px;
        content: "";
        position: absolute;
        right: 0;
        top: -10px;
        width: 1px;
    }
    .tpl-summary ul:last-child.tplSummary-list {
        border: 0px;
    }
    .tpl-summary ul:last-child.tplSummary-list .dyn-service-item > div,
    .tpl-summary ul:last-child.tplSummary-list .dyn-rooms-item > div {
        width: 25%;
    }
    .step-2 .tpl-summary ul:last-child.tplSummary-list .dyn-rooms-item > div {
        width: 25%;
    }
    .tpl-summary ul:last-child.tplSummary-list .dyn-service-item > div:first-child,
    .tpl-summary ul:last-child.tplSummary-list .dyn-rooms-item > div:first-child {
        width: 75%;
    }
    .tpl-box104 header > div.tpl-boxTitle {
        width: 25%;
    }
    .tpl-summary .tplSummary-boxes {
        padding-bottom: 0px;
    }
    .tpl-summary .tplSummary-prize .tplSummary-contentPrize {
        display: inline-block;
        position: relative;
        text-align: center;
    }
    .tpl-summary .tplSummary-prize .tplSummary-contentPrize > div:first-of-type {
        display: inline-block;
        position: relative;
        vertical-align: top;
    }
    .panel .auto .functionals a,
    .panel .auto .functionals label {
        padding: 8px 8px 10px;
        height: 75px;
    }
    .panel .auto .functionals a div {
        margin: 0;
    }
    .panel .auto .modify {
        height: 75px;
    }
    .panel .auto .functionals a svg,
    .panel .auto .functionals button svg,
    .panel .auto .functionals label svg {
        margin: 5px auto;
        vertical-align: middle;
    }
    .panel .auto .functionals label span {
        margin-bottom: 5px;
    }
    #dispo section.rooms ol.nav {
        padding-left: 0px;
    }
    .tpl-boxes53 > div > article:not(:first-of-type) {
        width: 100%;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > div {
        right: 0;
        float: right;
        left: auto;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:first-of-type {
        margin: 0;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > ul {
        margin-top: 13px;
    }
    .tpl-box3 > div > button.sta-download {
        border: 0;
    }
    .tpl-box3 > div > button.sta-print {
        margin-right: 33%;
    }
    .sta-rate-select span {
        font-size: 0.9167rem;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol.one li div.fr button {
        min-width: 80px;
    }
    #dispo section.rooms ol.nav li div {
        padding-left: 0;
    }
    .next-step span {
        display: inline-block;
        height: 15px;
        max-width: 53px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: inherit;
    }
    .tpl-summary .tplSummary-list li div:last-of-type {
        max-width: 100px;
        margin-left: 0;
    }
    .tpl-summary .tplSummary-list.dyn-list-experiences {
        border: 0;
    }
    .tpl-summary .tplSummary-text4 {
        font-size: 1.083rem;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button span:first-child {
        padding: 0 3px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr mark {
        margin: 2px 20px 0;
    }
    .tpl-summary > .tplSummary-section > .tplSummary-boxes > .tplSummary-prize > .tplSummary-contentPrize > .tplSummary-contentNumbers > .tplSummary-textColor2 > span.tplSummary-text3,
    .tplSummary-textColor2 .tpl-summary .tplSummary-text3 {
        font-size: 1.85rem;
        vertical-align: middle;
    }
    .tpl-summary .tplSummary-delete,
    .tpl-summary .tplSummary-list > li:nth-child(n+2),
    span.dyn-currency-on {
        margin: 0;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr mark {
        margin: 0;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl mark {
        font-size: 1rem;
    }
    #dispo div.pack-image {
        width: 120px;
    }
    div#avail-content {
        padding: 0px 10px 100px 10px;
        overflow: visible;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr mark {
        margin-right: 15px;
        line-height: 30px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr mark small {
        margin-top: -8px;
    }
    /*#dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl {
    margin: 5px 0 0 25px;
}*/
    .css-noTablet {
        display: none !important;
    }
    .step-1.multi-segments .tpl-dispo-cabecera.paso1_2 {
        z-index: 999;
    }
    .tpl-summary .tplSummary-text4 {
        font-weight: normal;
    }
    .footer.footer {
        margin-bottom: 100px;
    }
    /*
    #cb_tpl-multislide:checked~.tpl-multislide {
    width: 100%;
}
    .tpl-multislide > div {
    width:90%;
}*/
    #dispo #summary_taxes:checked ~ span {
        display: inline-block;
    }
    #advantages_summary_content > div.tpl-summary > div.tplSummary-section > div.tplSummary-boxes > div.tplSummary-prize > div.tplSummary-contentPrize.mb10Desktop > div.tplSummary-contentNumbers > div.tplSummary-text2.css-noTablet1100 > label > span {
        font-size: 1.2rem;
        right: -56px;
    }
    #advantages_summary_content.paso3 {
        width: 100%;
        max-width: 100%;
    }
    .step-3 .tpl-dispo-cabecera {
        z-index: 0;
    }
    .dyn-rooms-item .dots {
        max-width: 90px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header h3 {
        padding: 0 15px 5px;
        font-size: 1.833rem;
        font-weight: normal;
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        margin-right: 25px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }
    .modal.send-dispo .right {
        width: 45%;
    }
    .tpl-formulario-datospersonales200 > div {
        padding: 10px;
    }
    .tpl-formulario-datospersonales200 > div > form {
        padding: 0;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:first-of-type {
        font-weight: normal;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > #iframe_card_app_container > iframe {
        height: 320px !important;
    }
    .steps-content-summary .tpl-box200 > article > section > ul.dyn-list-rooms {
        margin-top: 10px;
    }
    .steps-content-summary .tpl-box200 > article > header > div:nth-of-type(3),
    #dispo .tpl-box200 > article > header > div:nth-of-type(3) {
        padding: 15px;
    }
    .tpl-sharebox > div > section {
        padding: 0;
    }
    .tpl-box3 > div > div:first-of-type {
        width: 100%;
    }
    .tpl-box3 > div > button {
        border-bottom: 0;
        padding: 5px 30px;
        margin: 15px 0;
    }
    #availability_notice .form {
        padding: 0px 2%;
    }
    #availability_notice .field {
        margin: 10px 10px;
        width: 46%;
    }
}
@media (min-width: 601px) and (max-width: 955px) and (max-width: 775px) {
    .tpl-summary ul:last-child.tplSummary-list .dyn-service-item > div,
    .tpl-summary ul:last-child.tplSummary-list .dyn-rooms-item > div {
        width: 35%;
    }
}
@media (max-width: 600px) {
    /* ----------------> Small Screens: hasta 600px <----------------*/
    /*
    * Si queremos cambiar la medidad de la resolución de tablet solo tenemos
    * que hacerlo en el link de la hoja de estilos. Todo lo que hay a continuación
    * se adaptará. 
    * Redefinimos el font-size en el html para que todo se adapte a 
    * nueva medida base
    */
    html {
        font-size: 10.5px;
    }
    #advantages_summary_content.floating > .tpl-summary,
    #dispo .tpl-box200 > article > header > div:nth-of-type(2),
    #dispo section.packs div.auto article section div ol li,
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li:nth-child(1),
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li:nth-child(2),
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li:nth-child(3),
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button b,
    #dispo section.rooms ol.nav li p abbr,
    .css-noDesktop,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button .plus,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li.selected div.fr button > b,
    .panel .auto .functionals a svg,
    .panel .auto .functionals button svg,
    .panel .auto .functionals label span,
    .panel .auto .functionals label svg,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > footer,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > button,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:first-of-type > div:first-of-type > div:not(:first-of-type),
    .tpl-box200 > #sta-tplbox200-folding:checked + article > label,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > label:before,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > section,
    .tpl-box200 > article > header > div:last-of-type > div:first-of-type > label,
    .tpl-box200 > article > header > div:last-of-type > div:last-of-type,
    .tpl-box200 > article > header > div:nth-of-type(2),
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.sta-forinput,
    .tpl-sharebox > div > section > article > div,
    .show-only-in-mobile,
    #advantages_summary_content .tpl-summary,
    .tpl-summary .tplSummary-contentInfo {
        display: block;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:nth-of-type(2) > div > span {
        display: inline-block;
    }
    .show-on-medium-down {
        display: block;
    }
    .show-on-small {
        display: block;
    }
    .show-on-large,
    .hide-for-small {
        display: none;
    }
    /* ----------------> Estilos genéricos <----------------*/
    #dispo.step-1 .tplSummary-previousButton.sta-modify,
    #advantages_summary_content.advantages-calendar > .tpl-summary,
    #advantages_summary_content.calendario > .tpl-summary,
    #advantages_summary_content.paso3 .tpl-list200,
    #dispo #modal article section div span,
    #dispo.step-1 .next-step,
    #dispo .tpl-box200 > article > footer,
    #dispo .tpl-box200 > article > section,
    #dispo .tpl-summary .tplSummary-prize div:last-of-type div:last-of-type:before,
    #dispo div.pack-image,
    #dispo section.packs div.auto article header div.about div.fr div.add span,
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li,
    #dispo section.rooms div.list ul li.rooms-total article.room header figure img,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button > b,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button span:first-child,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr del,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li.selected div.fr button .plus,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li.selected div.fr button span,
    #dispo section.rooms ol.nav li p dfn,
    .guests span:nth-child(2),
    .guests span:nth-child(5),
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header div p span.text,
    .panel .auto .functionals .currency-ref div:after,
    .panel .auto .functionals a div:after,
    .panel .auto .functionals label div:after,
    .tpl-box104 > header > div.pack-image,
    .tpl-box104 header button span,
    .tpl-box104 header button span:first-of-type,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > footer > div:last-child,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:first-of-type > label,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:last-of-type,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:nth-child(2),
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:nth-of-type(2),
    .tpl-box200 > article > footer,
    .tpl-box200 > article > header > div:last-of-type > div:first-of-type > div:first-of-type > div:not(:first-of-type),
    .tpl-box200 > article > header > div:nth-of-type(2) > div > span.no_mobile,
    .tpl-box200 > article > section,
    .tpl-box4 > div > div > div:first-of-type:before,
    .tpl-boxes52 > div > article > section > div:first-of-type > div > div:first-of-type:before,
    .tpl-boxes52 > div > article > section > div:first-of-type > div > div:last-of-type:before,
    .tpl-boxes52 > div > article > section > div:last-of-type > div,
    .tpl-sharebox > div > div:first-child,
    .tpl-sharebox > div > section > ul > li > a > span,
    .tpl-summary .tplSummary-calendar,
    .tpl-box3 > div > div:first-of-type > div:last-of-type > div:last-child:before,
    #dispo.step-1.tplSummary-previousButton.sta-prev-step,
    #dispo.step-2 .tplSummary-previousButton.sta-prev-step,
    #dispo.step-3 .tplSummary-previousButton.sta-prev-step,
    .tpl-box104 header button.checked .hide-text,
    .tpl-leer-mas,
    .tpl-dispo-cabecera.paso1_2 > div > div > a:first-child:before,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li.selected div.fr button i,
    .tpl-box104 header button.checked i {
        display: none;
    }
    .css-noMobile {
        display: none !important;
    }
    .mb10Mobile {
        margin-bottom: 10px;
    }
    .mb2Mobile {
        margin-bottom: 2px;
    }
    .tpl-g-expired .content {
        left: 10px;
        right: 10px;
        width: auto;
    }
    #dispo section.others div.currency ul li {
        width: 20%;
    }
    #dispo section.packs.unaHabi.scrolled:after,
    #dispo section.rooms.unaHabi.scrolled:after,
    #dispo section.rooms.unaHabi.scrolled:before,
    #dispo section.packs.unaHabi.scrolled:before {
        content: none;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl b.help {
        position: absolute;
        top: 3px;
        right: -17px;
        margin-right: 17px;
    }
    #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo:not(.show-on-medium-down) {
        display: inline-block;
    }
    /* #advantages_summary_content.paso3.floating {
    position: static;
}*/
    #dispo.multi-segments .step-1 section.scrolled ol.sta-nav-list {
        right: 0;
        width: 100%;
    }
    .tpl-box104 header > div.tpl-boxTitle {
        width: 33%;
    }
    .step-3 .sta-summary-content {
        float: none;
    }
    .step-3 .tpl-dispo-cabecera {
        z-index: 0;
    }
    .step-3 .tplSummary-box {
        position: relative;
        width: 100%;
    }
    .step-3 .tplSummary-contentInfo:not(.show-on-medium-down) .change-on-medium-down {
        position: absolute;
        top: -63px;
        display: inline-flex;
        align-items: center;
        left: 120px;
    }
    .step-3 .tpl-summary .tplSummary-adult:before,
    .step-3 .tpl-summary .tplSummary-child:before {
        text-align: center;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize {
        padding-top: 0;
    }
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes,
    .step-3 #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize div:last-of-type div:last-of-type {
        padding: 0;
        padding-bottom: 5px;
    }
    #advantages_summary_content .tpl-summary .tplSummary-roomIcons::before {
        margin-left: 0;
    }
    ol.nav:before {
        bottom: 20px;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: -10px;
        z-index: -5;
    }
    /*#advantages_summary_content.paso3.floating {
    position: static;
}*/
    .tpl-summary .tplSummary-prize {
        /*width: 91%;*/
    }
    #advantages_summary_content .tpl-summary .tplSummary-header .tplSummary-title label {
        font-size: 1.1rem;
        letter-spacing: 0.1px;
    }
    .tpl-summary .tplSummary-header .tplSummary-sendDispo {
        display: none !important;
    }
    .modal-dialog {
        border: none;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        max-height: 100% !important;
        width: 100%;
    }
    .modal-dialog .modal-content {
        width: 100%;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        max-height: 100% !important;
    }
    #steps-content > .step-content {
        float: none;
        top: 0;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -o-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        width: 100%;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl h5 {
        font-size: 1.25rem;
    }
    .one-segment div#avail-content:after,
    .one-segment div#avail-content:before {
        top: 0;
    }
    .tplSummary-prize div:last-of-type div:last-of-type,
    .tpl-summary .tplSummary-boxes,
    .tpl-summary .tplSummary-contentPrize,
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.sta-forinput,
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.sta-forinput:nth-child(3n+1),
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div,
    .tpl-sharebox > div > section {
        padding: 0px;
    }
    .tpl-box4 > div {
        padding: 0 0 20px 0;
    }
    #cognom,
    #email,
    #nom,
    #nombre_hotel,
    #observacions,
    #steps-content-summary > .step-content,
    #steps-content > .step-content,
    #telefon,
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:first-of-type,
    .tpl-box200 > article > header > div:last-of-type > div:last-of-type,
    .tpl-box3 > div > div:first-of-type,
    .tpl-box3 > div > div:last-of-type > article:first-of-type,
    .tpl-boxes52 > div > article > section > div:first-of-type > div,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li,
    .tpl-boxes53 > div > article:not(:first-of-type),
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.sta-forinput {
        width: 100%;
    }
    .tpl-boxes53 > div {
        padding: 20px 15px 10px;
    }
    .tpl-text.mod1 > article {
        padding: 0 15px;
        padding-left: 15px;
    }
    .tpl-text.mod1 > article:before {
        color: #FF9908;
        font-size: 2.667rem;
        font-weight: 400;
        left: 0;
        position: relative;
        top: 10px;
    }
    .tpl-dispo-cabecera.paso1_2 > div > div > a.sta-prev-step {
        padding-left: 15px;
    }
    .tpl-boxes103 .tpl-text2 {
        color: #444;
        font-size: 1.667rem;
        font-weight: bolder;
    }
    .tpl-box4 > div > div > div:first-of-type {
        padding-left: 0;
    }
    #dispo.step-1.multi-segments ol.nav.sta-nav-list.dyn-nav-list {
        margin-bottom: 0;
    }
    #dispo.multi-segments .list.sta-rooms-list {
        margin-top: 35px;
    }
    #dispo.step-1 #summary_taxes:checked ~ span {
        display: inline-block;
    }
    #formulario_buscador {
        width: 100%;
    }
    #formulario_buscador #engine {
        width: 95%;
    }
    #engineCalendar,
    #engineRooms {
        z-index: 99999;
    }
    .tpl-multislide header,
    .tpl-multislide .name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 auto;
    }
    .tpl-multislide .name {
        width: 250px;
    }
    /* ----------------> Menú <----------------*/
    .tpl-summary .tplSummary-header {
        justify-content: space-between;
    }
    .tpl-summary .tplSummary-prize {
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    #advantages_summary_content > div.tpl-summary > div.tplSummary-section > div.tplSummary-boxes > div.tplSummary-prize > div.tplSummary-contentPrize.mb10Desktop > div.tplSummary-contentNumbers > div.tplSummary-text2.css-noTablet1100 > label > span > i {
        right: 130px !important;
    }
    ::-moz-svg-foreign-content,
    :root #dispo .tpl-summary .tplSummary-boxes > div {
        width: 50%;
    }
    ::-moz-svg-foreign-content,
    :root #dispo .tplSummary-prize > div > .tplSummary-button {
        width: 100%;
    }
    #dispo .summary {
        z-index: 5 !important;
    }
    /*#advantages_summary_content.paso3 {
    position: static;
}*/
    /* ----------------> Habitaciones <----------------*/
    #dispo section.rooms ol.nav {
        text-align: center;
    }
    #dispo section.rooms ol.nav li div {
        left: 0;
        top: 50px;
        text-align: center;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header {
        margin: 0 !important;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header figure {
        bottom: auto;
        overflow: visible;
        z-index: 1;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header figure label {
        left: auto;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header figure label u {
        border-color: #fff #fff transparent transparent;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header figure label i {
        border-color: #f60 #f60 transparent transparent;
    }
    #dispo section.rooms ol.nav li div,
    #dispo section.rooms div.list ul li.rooms-total article.room header figure,
    #dispo section.rooms div.list ul li.rooms-total article.room header figure label,
    #dispo section.rooms div.list ul li.rooms-total article.room header figure label u,
    #dispo section.rooms div.list ul li.rooms-total article.room header figure label i,
    #dispo section.rooms div.list ul li.rooms-total article.room header figure label span {
        right: 0;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header h3 {
        margin-right: 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li {
        margin-left: 10px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li div {
        left: 0;
        margin-top: 5px;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header div ul li div i {
        left: 8px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section div.preferences ol li {
        width: 48%;
        margin-top: 5px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about {
        width: 29%;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about mark h4,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl h5,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about span {
        letter-spacing: -0.5px;
        text-transform: none;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol {
        margin-left: 32%;
        width: 68%;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl {
        width: 45%;
        margin-left: 25px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl mark {
        font-size: 0.9167rem;
        margin-left: 0;
    }
    #dispo section.rooms div.list.mt1 ul li.rooms-total article.room header figure label u {
        border-color: #fff #fff transparent transparent;
    }
    #dispo section.rooms {
        margin-right: 0;
        padding: 0;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl h5 {
        font-size: 1.25rem;
    }
    #dispo section.rooms .list {
        padding: 0;
    }
    #dispo section.rooms ol.nav li.now div {
        margin: 0 auto;
        max-width: 100px;
        width: 100%;
        display: flex;
        align-items: center;
    }
    #dispo section.rooms ol.nav li.now div span:not(.first-child) {
        padding-left: 10px;
    }
    #dispo section.rooms ol.nav li div b {
        padding-left: 5px;
    }
    #dispo.step-1 section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl h5 {
        font-size: 12px;
        /*overflow-wrap: break-word;
        word-wrap: break-word;*/
    }
    #dispo.step-1 section.rooms div.list ul li.rooms-total article.room section ul li.board div.about span {
        font-size: 1.083rem;
    }
    #dispo.step-1 section.rooms ol.nav {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button {
        width: auto;
        padding: 0 5px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr button b {
        font-size: 1.333rem;
        font-family: 'Roboto Condensed';
        font-weight: 600;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header div p span.text-mob {
        display: inline-block;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl {
        margin-top: 0;
        line-height: 20px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl h5 {
        font-size: 1rem;
        line-height: 1rem;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol.one li div.fl {
        margin-top: -4px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol.one li div.fl h5 {
        display: inline;
        width: 70%;
        float: left;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about mark h4,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol.one li div.fl h5 {
        font-size: 1.25rem;
        line-height: 1.45rem;
    }
    html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol {
        margin-right: 40%;
    }
    /* ----------------> Paquetes y suplementos <----------------*/
    #dispo section.packs div.auto article section {
        padding: 10px 15px;
    }
    #dispo section.packs div.auto article section .tplBox-prizeText {
        padding-top: 15px;
        text-align: right;
    }
    .tpl-box104 header,
    .tpl-formulario-datospersonales200 > div {
        padding: 0;
    }
    .tpl-box104 header {
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 100%;
        align-items: center;
    }
    .tpl-box104 header button {
        margin-left: 0;
    }
    .tpl-box104 header > div.tpl-boxTitle {
        margin-left: 0;
    }
    .tpl-box104 .tpl-boxTextPrize {
        font-weight: 600;
    }
    .tpl-boxes104 > article > section > label {
        padding-bottom: 5px;
    }
    .tpl-boxes104 > article > section > label span {
        color: #202028;
    }
    .tpl-boxes104 > article > section > label svg {
        fill: #202028;
    }
    .tpl-box104 > header > div.tpl-boxTitle {
        text-transform: initial;
    }
    .tpl-box104 header button:before {
        content: '✔';
    }
    /* ----------------> Resum Dispo Vella <----------------*/
    div#avail-content-summary,
    div#avail-content {
        overflow: visible;
        padding: 1px 0 70px 0;
    }
    div#avail-content-summary:before {
        border-top: 1px solid #fff;
        box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
        content: '';
        height: 10px;
        left: -10px;
        top: 0;
        position: absolute;
        width: 107%;
    }
    div#avail-content-summary:after {
        background-color: #ddd;
        content: '';
        height: 100%;
        right: 0;
        z-index: -1;
        position: absolute;
        width: 107%;
        top: 0;
        left: -11px;
    }
    div#avail-content-summary {
        z-index: 0;
    }
    #avail-content-summary #steps-content-summary {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    #avail-content-summary #steps-content-summary > .step-content {
        -moz-box-ordinal-group: 2;
        -webkit-box-ordinal-group: 2;
        box-ordinal-group: 2;
        display: block;
    }
    #avail-content-summary .sta-summary-content {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    #avail-content-summary #advantages_summary_content {
        width: 100%;
    }
    #avail-content-summary .tpl-box200 {
        width: auto;
        margin: 0 0 10px 0;
    }
    #avail-content-summary .tpl-box200 > article {
        max-width: 100%;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:first-of-type {
        margin-left: 0;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > div {
        top: 115px;
        border-bottom: 1px solid #aaa;
    }
    .tpl-boxes52 > div > article > section > div:last-of-type > ul {
        margin-top: 30px;
    }
    .tpl-boxes52 > div > article > section > div:last-of-type > ul {
        padding: 0 10px;
    }
    /* ----------------> Resum <----------------*/
    .tpl-formulario-datospersonales200 {
        padding-top: 0;
    }
    .tpl-formulario-datospersonales200 > div > form {
        padding: 0;
        margin: 0;
        margin-top: -20px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li {
        font-size: 1rem;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li > select {
        margin-bottom: 15px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > div:first-of-type {
        color: #444;
        font: bold 1.4rem 'Roboto Condensed';
        line-height: 22px;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: normal;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:last-child > div,
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason > div:first-child,
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li {
        font-size: 1.25rem;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > #iframe_card_app_container > iframe {
        height: 370px !important;
    }
    #avail-content-summary .tpl-formulario-datospersonales200 > div > form > div:first-of-type {
        padding: 10px;
    }
    #avail-content-summary .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li > select {
        width: 97%;
    }
    .tpl-box3 > div > button {
        padding: 10px 30px;
        width: 50%;
    }
    .tpl-box3 > div > div:last-of-type {
        padding: 15px;
    }
    .tpl-box3 > div > div:last-of-type > article:first-of-type {
        float: none;
    }
    .tpl-box3 > div > div:last-of-type > article > section,
    .tpl-box3 > div > div:last-of-type > article {
        text-align: center;
    }
    .tpl-box3 > div > div:first-of-type > div:last-of-type > div {
        width: 100%;
        margin: 0;
    }
    .tpl-box3 > div > div:last-of-type > article > header {
        border-color: #DDDCDC;
    }
    /* ----------------> Menú <----------------*/
    .tpl-summary {
        bottom: 0;
        left: 0;
        right: 0;
    }
    .tpl-summary .tplSummary-boxes {
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
    .tpl-summary .tplSummary-secondaryTitleContent {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 10px;
        position: relative;
    }
    .tpl-summary .tplSummary-secondaryTitleContent > div {
        right: 0;
        position: absolute;
    }
    .tpl-summary .tplSummary-title {
        display: inline-flex;
        align-items: flex-end;
    }
    .tpl-summary .tplSummary-title label {
        font: 1.25rem 'Roboto Condensed', sans-serif;
        text-transform: initial;
    }
    #advantages_summary_content .tpl-summary .tplSummary-button {
        padding: 10px;
        white-space: nowrap;
    }
    .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize {
        padding: 0;
        margin: 0;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room.shown section div.preferences {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #advantages_summary_content .tpl-summary .tplSummary-button .tplSummary-buttonText {
        font-weight: bold;
        font-size: 1.4rem;
    }
    .tpl-summary .tplSummary-section .tplSummary-roomIcons:before,
    .tpl-summary .tplSummary-section .tplSummary-adult:before,
    .tpl-summary .tplSummary-section .tplSummary-child:before {
        display: inline-block;
        width: 20px;
        height: 1.5rem;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5rem;
    }
    .tpl-summary .tplSummary-section {
        /*padding: 0 5px;*/
    }
    .tplSummary-textColor2 {
        padding-top: 5px;
    }
    .tplSummary-text2.active {
        position: relative;
    }
    .tpl-summary .tplSummary-contentInfo span {
        font-size: 1rem;
    }
    .tpl-summary .tplSummary-contentNumbers,
    .tplSummary-box .tplSummary-contentInfo {
        text-align: right;
    }
    .tplSummary-box .tplSummary-contentInfo div:not(.first-child) {
        padding: 3px 0;
    }
    .tpl-summary > .tplSummary-section > .tplSummary-boxes > .tplSummary-prize > .tplSummary-contentPrize > .tplSummary-contentNumbers > .tplSummary-textColor2 > span.tplSummary-text3 {
        font-size: 1.75rem;
        font-weight: bolder;
    }
    .tpl-summary .tplSummary-text2,
    .tpl-summary .tplSummary-text {
        font-size: 1.25rem;
        font-style: italic;
    }
    .summary .content .tpl-box200 .text2 label > span {
        bottom: 120%;
        bottom: calc(100% + 10px);
        left: 0;
        color: #000;
        width: 200px;
        cursor: default;
        padding: 10px;
        display: none;
        background: #fc0;
        position: absolute;
        font-size: 1rem;
        font-style: normal;
        text-transform: none;
    }
    .summary .content .tpl-box200 .text2 label > span > i {
        left: 30px;
        bottom: -4px;
        display: inline-block;
        position: absolute;
        border-top: 5px solid #fc0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    .summary .content .tpl-box200 .text2 .tplSummary-text2.active > span {
        display: inline-block;
    }
    .tpl-summary .tplSummary-secondaryTitleContent > div {
        font-size: 0.9rem;
        width: 100%;
        text-align: right;
        /*text-transform : uppercase;*/
        padding-right: 3px;
    }
    .tpl-summary .tplSummary-header {
        border-top-width: 1px;
    }
    .tpl-summary .tplSummary-header .tplSummary-title {
        padding-top: 2px;
        width: 65%;
    }
    .tpl-summary .tplSummary-header .tplSummary-title span,
    .tpl-box200 > article > header > .title {
        font-size: 1.383rem;
        font-weight: bold;
        letter-spacing: 0.001rem;
    }
    /* ----------------> Popup Resum Reserva <----------------*/
    .tpl-box200,
    #dispo .tpl-box200 {
        margin: 0 10px 10px;
        width: 97%;
    }
    .tpl-box200 > article,
    #dispo .tpl-box200 > article {
        max-width: 97%;
    }
    .tpl-box200 .textcolor,
    #dispo .tpl-box200 .textcolor {
        font-size: 1.083rem;
    }
    .tpl-box200 > article > section,
    #dispo .tpl-box200 > article > section {
        border-bottom: 1px solid #CDCDCD;
        border-top: 1px solid #CDCDCD;
        max-height: 200px;
        max-width: 415px;
        overflow-y: scroll;
        padding-right: 10px;
        padding: 0;
    }
    #rooms-section::-webkit-scrollbar {
        width: 5px;
    }
    #rooms-section::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    #rooms-section::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
        background: black;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .summary-options .tplSummary-sendDispo {
        display: none !important;
    }
    .tpl-box200 > article > section > ul:first-of-type,
    #dispo .tpl-box200 > article > section > ul:first-of-type {
        border: 0;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article {
        background: #fff;
        box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.7);
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 10px;
        max-height: 80%;
        overflow: hidden;
        padding: 20px 25px;
        position: fixed;
        right: 10px;
        top: 50px;
        z-index: 1000;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > label {
        position: absolute;
        top: 10px;
        right: 10px;
        font: 1.167rem 'icons';
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > label:before {
        content: '';
        cursor: default;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: -1;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header {
        background: none;
        border: 0;
        border-bottom: 1px solid #444;
        padding-bottom: 10px;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div {
        padding: 0;
        margin: 0;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:first-of-type {
        font-size: 1.75rem;
        padding-bottom: 15px;
        float: left;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:nth-of-type(3) {
        box-shadow: none;
        padding: 7px 0;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:first-of-type > div:first-of-type {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:last-of-type > div:first-of-type > div:first-of-type > div {
        margin-right: 25px;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > button {
        font-size: 1.167rem;
        margin-top: 10px;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article .text strong {
        color: #909090;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > label {
        color: #555;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header > div:first-of-type,
    .tpl-box200 > #sta-tplbox200-folding:checked + article .info2,
    .tpl-box200 > #sta-tplbox200-folding:checked + article .title {
        color: #444;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article .title {
        font-size: 1.75rem;
        font-weight: bolder;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article .text2,
    #dispo .tpl-box200 .list > li .tplSummary-text2 {
        font-size: 1.083rem;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article .info2,
    .tpl-box200 > article > header .title {
        font: 1.083rem 'Roboto Condensed', sans-serif;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article .button {
        font-size: 1.667rem;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article .textcolor2 {
        font-size: 2rem;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > header,
    .tpl-box3 > div > div:first-of-type {
        border: 0px;
    }
    .tpl-box200 .list:not(:nth-child(2)),
    #dispo .tpl-box200 .list:not(:nth-child(2)),
    .tpl-box200 > article > section > ul:first-of-type,
    #dispo .tpl-box200 > article > section > ul:first-of-type {
        border-bottom: 0px solid #CDCDCD;
    }
    .tpl-box200 .list > li,
    #dispo .tpl-box200 .list > li {
        margin: 20px 0;
        margin-right: 15px;
    }
    .tpl-box200 .tplSummary-text4 {
        font-weight: bolder;
        font-size: 1.25rem;
    }
    .tpl-box200 > article > header .title {
        text-transform: uppercase;
    }
    #dispo .tpl-box200 .list > li .tplSummary-text2 {
        color: #282828;
    }
    .tpl-box200 > article > footer,
    #dispo .tpl-box200 > article > footer {
        padding: 15px 25px 15px 0;
    }
    .tpl-box200 > #sta-tplbox200-folding:checked + article > label {
        display: block;
        position: absolute;
        top: 25px;
        right: 27px;
        font: 1.167rem 'icons';
    }
    #dispo .tpl-box200 > #sta-tplbox200-folding:checked + article {
        display: block;
    }
    #dispo .tpl-box200 .list > li > div:first-child {
        width: 72%;
    }
    #dispo .tpl-box200 .list > li > div {
        width: 27%;
    }
    /* ----------------> Botonera <----------------*/
    .panel .auto .modify svg {
        height: 30px;
        width: 100%;
    }
    .panel .auto .modify div {
        padding-left: 0px;
        text-align: center;
        width: 90%;
    }
    .panel .auto .modify svg {
        height: 25px;
        margin-bottom: 5px;
    }
    .panel .auto .modify {
        height: 68px;
        padding: 0;
    }
    .panel .auto .functionals .currency-ref div,
    .panel .auto .functionals label div,
    .panel .auto .functionals a div,
    .panel .auto .functionals button div {
        font-size: 0.8333rem;
        line-height: 11px;
        padding: 0px;
        text-align: center;
        width: 100%;
    }
    .panel .auto .functionals a svg,
    .panel .auto .functionals button svg,
    .panel .auto .functionals label span,
    .panel .auto .functionals label svg {
        margin: 3px auto;
        text-align: center;
        vertical-align: middle;
    }
    .panel .auto .functionals label span {
        font-size: 2.2rem;
        height: 25px;
        margin-bottom: 3px;
    }
    .panel .auto .functionals a svg,
    .panel .auto .functionals button svg,
    .panel .auto .functionals label svg {
        width: 45%;
    }
    .panel .auto .modify div {
        font-size: 1.1rem;
    }
    .panel .auto .functionals a,
    .panel .auto .functionals button,
    .panel .auto .functionals label {
        height: 68px;
        padding: 0 8px;
    }
    .panel .auto .functionals {
        text-align: left;
    }
    .panel .auto .modify {
        border-right: 0;
    }
    .panel .auto .functionals .sta-others-city {
        border-right: 1px solid #bbb;
    }
    /* ----------------> Calendario <----------------*/
    #sta-calendar-prices {
        height: 100vh;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .tpl-calendar-prizes {
        margin: 0 auto;
        max-width: 1200px;
        padding: 20px;
    }
    .tpl-calendar-prizes > label {
        display: block;
    }
    .tpl-calendar-prizes > ul > li:before,
    .tpl-calendar-prizes > ul > li:after {
        background: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: '';
        display: inline-block;
    }
    .tpl-calendar-prizes > ul > li:after,
    .tpl-calendar-prizes > ul > li:hover:after,
    .tpl-calendar-prizes > ul > li.checked:after {
        transition: .3s background;
    }
    .tpl-calendar-prizes > ul > li:hover:after {
        background: #777;
    }
    .tpl-calendar-prizes > ul > li.checked:after {
        background: #444;
    }
    .tpl-calendar-prizes > .calendar {
        margin-bottom: 100px;
        margin-top: 15px;
    }
    .tpl-calendar-prizes > .calendar > div:last-of-type {
        border-right: 3px solid rgba(200, 200, 200, 0.3);
        border-top: 0;
        margin: 0;
        overflow: initial;
        padding: 0;
        padding-top: 40px;
    }
    .tpl-calendar-prizes > .calendar > div:not(:last-of-type) {
        height: initial;
        left: auto;
        right: 0;
        width: 2px;
    }
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul {
        display: initial;
        height: auto;
    }
    .tpl-calendar-prizes > .calendar > div:not(:last-of-type) > div {
        left: auto;
        right: 5px;
    }
    .tpl-calendar-prizes > .calendar > div:not(:last-of-type).step1 {
        left: calc(35px + (100% - 35px)/3);
        top: 0;
    }
    .tpl-calendar-prizes > .calendar > div:not(:last-of-type).step2 {
        left: calc(35px + ((100% - 35px)/3)*2);
        top: 0;
    }
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li {
        margin: 2px 0;
        width: 100%;
    }
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:first-of-type {
        font-size: 1rem;
        font-weight: lighter;
        height: 24px;
        line-height: 13px;
        padding: 3px 0;
        position: initial;
        text-align: right;
        top: inherit;
        width: 36px;
        margin-right: 4px;
    }
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li:nth-child(even) > div:first-of-type {
        visibility: hidden;
    }
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type {
        position: initial;
        height: 24px;
    }
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type > div {
        bottom: initial;
        line-height: 30px;
        min-height: 30px!important;
        overflow: initial;
        position: initial;
    }
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type > div > span {
        bottom: initial;
        margin-left: 5px;
        position: initial;
        transform-origin: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -o-transform: initial;
        -ms-transform: initial;
        transform: initial;
        z-index: initial;
    }
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > div:last-of-type.no_avail > div {
        width: 100%!important;
    }
    #sta-sel-calendar-prices-next,
    #sta-sel-calendar-prices-previous,
    .tpl-calendar-prizes > .calendar > div:last-of-type > ul > li > ul,
    .tpl-calendar-prizes > .calendar:before,
    .tpl-calendar-prizes > .new_dates > div:last-of-type {
        display: none;
    }
    .tpl-calendar-prizes > .new_dates > *,
    .tpl-calendar-prizes > .new_dates > div:first-of-type {
        display: block;
    }
    .tpl-calendar-prizes > .new_dates {
        margin: 0;
        position: fixed;
    }
    .tpl-calendar-prizes > .new_dates > .text {
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .tpl-calendar-prizes > .new_dates > .price {
        border: 0;
        line-height: inherit;
        margin-left: 0;
        padding-left: 0;
    }
    .tpl-calendar-prizes > .new_dates > button:hover {
        text-decoration: none;
    }
    #dispo section.rooms ol.nav li {
        padding: 10px 10px 5px;
    }
    #dispo section.rooms ol.nav li.now {
        padding: 13px 4px 9px;
    }
    #availability_notice .form {
        padding: 0 2%;
    }
    #availability_notice .message .text {
        line-height: normal;
    }
    #availability_notice .field {
        width: 100%;
    }
    #availability_notice .field:nth-child(even) {
        padding-left: 0;
    }
    /*Nous*/
    .tplSummary-box .tplSummary-contentInfo div:not(.first-child) {
        padding: 0;
    }
    #advantages_summary_content .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-box .tplSummary-contentInfo {
        padding: 0;
        margin: 0;
    }
    .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize div:last-of-type div:last-of-type {
        padding: 0;
        text-align: right;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about mark h4 {
        max-width: 45px;
        font-size: 1.2rem;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about mark b {
        position: absolute;
        right: -14px;
        z-index: 1;
        top: 19px;
    }
    .tpl-summary .tplSummary-section .tplSummary-boxes {
        padding-bottom: 0;
    }
    #dispo section.packs div.auto article section > div.desc.show-more-div.collapsed {
        max-height: 31px;
    }
    .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize .tplSummary-contentNumbers .tplSummary-text2 > label > span {
        right: 20px;
    }
    .mb10Mobile {
        margin: 0;
    }
    .tpl-box104 header .pack-text {
        color: #696868;
    }
    #dispo section.packs div.auto article section div ol {
        /*display: inline-flex;*/
    }
    .tpl-box104 header .pack-text {
        top: 5px;
    }
    .tpl-summary .tplSummary-section .tplSummary-calendar {
        display: flex;
        padding-top: 10px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.sta-forinput:nth-child(5) {
        padding-left: 0;
    }
    .tpl-dispo-cabecera.paso3 > div > div > a:first-child:before {
        display: none;
    }
    div#avail-content-summary .avail-container,
    div#avail-content .avail-container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2),
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type {
        padding: 25px 10px;
    }
    .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize .tplSummary-contentPrize .tplSummary-contentNumbers {
        white-space: nowrap;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) {
        margin-top: 10px;
    }
    .floating {
        max-width: 302.391px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > label > span {
        margin-bottom: 5px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:first-of-type > span {
        font-weight: 700;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:last-of-type .totalBookingNewCurrency {
        font-weight: 400;
    }
}
@media (max-width: 600px) and (max-width: 450px) {
    #dispo section.rooms div.list ul li.rooms-total article.room b.help {
        width: 16px;
        height: 16px;
        margin: 1px 0 0 5px;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header div p span.text-mob {
        display: inline;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section div.preferences ol li {
        width: auto;
        display: block;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about {
        width: 20%;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li b.help {
        float: left;
    }
    .tpl-summary .tplSummary-secondaryTitleContent {
        margin: 0;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room header div.header div p span.text-tab,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about span.free-tab,
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about span {
        display: none ;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol {
        width: 77.5%;
        margin-left: 23%;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl {
        width: auto;
        margin: 5px 0 0 40px;
        margin-left: 30px;
        line-height: 0;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr mark {
        margin-top: 4px;
    }
    html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol {
        margin-left: 0;
        margin-right: 27.5%;
    }
    html:lang(ar) #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl {
        margin-left: 0;
        margin-right: 25px;
    }
}
@media (max-width: 600px) and (max-width: 520px) {
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl mark {
        display: none;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl {
        width: 35%;
        line-height: 0;
        margin: 0;
        padding-left: 28px;
    }
}
@media (max-width: 600px) and (max-width: 400px) {
    #dispo section.others div.currency ul li {
        width: 33.33%;
    }
    #dispo section.packs div.auto article header div.about div.fl h3 {
        margin-top: 5px;
        font-size: 1rem;
    }
    #dispo section.packs div.auto article header div.about div.fr mark {
        top: 5px;
        margin-right: 10px;
        position: relative;
    }
    #dispo section.packs div.auto article header div.about div.fr div.add div {
        display: none;
    }
    #dispo section.packs div.auto article header div.about div.fr div.add button {
        top: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        padding: 0 5px;
        display: inline-block;
        background: #aaa;
        vertical-align: top;
        position: absolute;
    }
    #dispo section.packs div.auto article header div.about div.fr div.add.checked button {
        background: #280;
    }
    #formulario_buscador {
        left: 0;
        right: 0;
    }
    #formulario_buscador #engine {
        margin: 0;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fl {
        padding-left: 28px;
        /*width: auto;*/
        padding-top: 7px;
        position: relative;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board div.about div {
        left: 99%;
    }
    .tpl-summary .tplSummary-button {
        padding: 15px;
    }
    #dispo .tpl-box200 .list > li > div:first-child {
        width: 62%;
    }
    #dispo .tpl-box200 .list > li > div {
        width: 36%;
    }
    .tpl-box200 .list > li,
    #dispo .tpl-box200 .list > li {
        margin: 20px 0;
    }
    .tpl-box200 > article > footer,
    #dispo .tpl-box200 > article > footer {
        padding: 15px 0px 15px 0;
    }
    .tpl-box104 header > div.tpl-boxTitle {
        width: 28%;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li > select {
        width: 95%;
    }
    .tpl-box200 > article > header > div:nth-of-type(3) {
        padding-bottom: 0;
    }
    .tpl-box200 > article > header > div:last-of-type {
        padding-top: 0;
    }
}
@media (max-width: 600px) and screen and (max-width: 600px) {
    #availability_notice .message .icon {
        display: none;
    }
    #availability_notice .message .title {
        padding-left: 0px;
        font-size: 1.5rem;
        transition: all .5s;
    }
    #availability_notice .message .text {
        line-height: 20px;
        font-size: 1.167rem;
        padding-left: 0px;
        transition: all .5s;
    }
    #availability_notice .field:nth-child(even) {
        padding-left: 0px;
    }
    #availability_notice .field:nth-child(odd) {
        padding-right: 0px;
    }
    #availability_notice .field {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px 0;
        padding: 0px;
        text-align: center;
        width: 100%;
    }
    #availability_notice .form {
        padding: 10px 10px 20px 10px !important;
        transition: all .5s;
    }
    #availability_notice .form .ok:parent {
        height: 100px !important;
        min-heigt: 100px !important;
    }
    #availability_notice label {
        padding: 0 !important;
        /*display:block !important;*/
    }
    #availability_notice .send_button {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 20px auto;
        float: none;
        cursor: pointer;
        border: 0;
        height: 45px;
        padding: 5px 10px;
        background: #280;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.167rem;
        font-family: sans-serif;
        display: block;
    }
    #availability_notice .form .text {
        font-size: 1.167rem;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    #availability_notice .message {
        margin-bottom: 10px !important;
        padding: 10px !important;
    }
    #availability_notice input[type="text"],
    #availability_notice input[type="tel"],
    #availability_notice input[type="email"] {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 10px;
        height: 40px !important;
        margin-left: 0;
    }
    #availability_notice .form .text {
        width: 100%;
    }
    #dispo .tplSummary-prize div:last-of-type div:last-of-type {
        padding: 0px !important;
    }
    #dispo h2 {
        padding-top: 30px !important;
    }
    .step {
        top: 90px !important;
    }
    .step-2 .tpl-boxes104 {
        padding: 20px 10px !important;
    }
    #dispo > section:last-child {
        padding: 0 !important;
    }
    #dispo {
        padding-bottom: 80px;
        min-height: 0;
    }
    #dispo section.rooms .list {
        padding: 0 10px;
    }
    #dispo section.packs div.auto.more {
        padding: 20px !important;
    }
}
@media (min-width: 601px) {
    .mr15 {
        margin-right: 10px;
    }
    .aic {
        align-items: center;
    }
    .df {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    #dispo > a:last-of-type {
        font: 1.167rem 'Roboto', sans-serif;
        color: #f60;
        position: absolute;
        60top: 175px;
        left: 10px;
        text-decoration: underline;
        cursor: pointer;
    }
    .tpl-dispo-cabecera.paso1_2 > div {
        position: relative;
    }
    .tpl-formulario-datospersonales200 {
        padding-top: 25px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > div:not(:first-of-type) {
        border-top: 3px solid #bbb;
        display: none;
        font-size: 1.167rem;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul {
        font-size: 0;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li:nth-child(7) {
        max-width: none;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 17px 0 17px 10px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save,
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li:last-of-type {
        width: 100%;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save:before,
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save:after {
        width: 20px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.reason {
        width: 100%;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li.save > label {
        margin-bottom: 0;
    }
    .tpl-formulario-datospersonales200 label.error {
        font-size: 0.9167rem;
        color: #f00;
    }
    .tpl-formulario-datospersonales200 > div > form > div:first-of-type > ul > li:last-of-type {
        margin-top: 30px;
    }
    /*  .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2):after {
    content       : '';
    left          : 20px;
    right         : 20px;
    top           : 67px;
    position      : absolute;
    border-bottom : 2px solid #ccc;
}*/
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:first-of-type,
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > select {
        display: inline-block;
        width: auto;
        margin-right: 5px;
        font-size: 1.167rem;
    }
    /*iframe*/
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > section {
        position: relative;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > section > div:first-of-type {
        padding: 15px 0;
        margin-top: 10px;
        font-size: 1.833rem;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > section > div:nth-of-type(2) {
        font-size: 1.167rem;
        margin: 20px 0 25px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > section .pci label {
        display: inline-block;
        width: 33.33%;
        width: calc(100%/3 - 10px);
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > section .pci label:nth-child(2) {
        padding-left: 15px;
        width: 33.33%;
        width: calc(100%/3 - 10px);
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > section .pci label:nth-child(3) {
        font-size: 1.167rem;
        width: 33.33%;
        width: calc(100%/3 - 10px);
        padding-left: 15px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > section .pci label:last-of-type > select {
        width: 47%;
        width: calc(50% - 5px);
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > section .pci label > span {
        font-size: 1.167rem;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > section > div:last-of-type {
        position: absolute;
        bottom: 0;
        left: 33.33%;
        padding: 0;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > section > div:last-of-type > div {
        font-size: 1.167rem;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type {
        padding: 25px 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div {
        text-align: right;
        flex-grow: 1;
        margin-right: 10px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:first-of-type {
        font-size: 1.75rem;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:first-of-type > span {
        font-size: 2.233rem;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > div > div:last-of-type {
        font-size: 1.167rem;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > button {
        font-size: 1.833rem;
        margin-left: 15px;
    }
    .tpl-formulario-datospersonales200 > div > form > div:nth-of-type(2) > div:last-of-type > button > span:last-of-type > span:last-of-type {
        font-size: 1.333rem;
    }
    .tpl-formulario-datospersonales200 > div > form .politica_cancelacion {
        padding: 15px 0;
        margin-top: 15px;
    }
    .tpl-text.mod1 > article {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1240px;
        padding-left: 150px;
        position: relative;
    }
    .tpl-text.mod1 > article:before {
        color: #676767;
        font-size: 10rem;
        left: 20px;
        position: absolute;
        top: 35%;
        transform: translateY(-35%);
    }
    .tpl-boxes103 > div:first-of-type {
        display: block;
    }
    .tpl-boxes103 > div:last-of-type {
        max-width: 1024px;
        margin: 0 auto;
    }
    .tpl-boxes103 .tpl-text2 {
        font-size: 1.667rem;
    }
    .tpl-boxes103 .tpl-text2 {
        font-size: 1.667rem;
    }
    .tpl-sharebox > div > section > article {
        padding: 15px 20px 15px 15px;
    }
    .tpl-sharebox > div > section > article > header {
        font-size: 2rem;
        padding-bottom: 15px;
    }
    .tpl-sharebox > div > section > ul > li {
        width: 50%;
        padding: 20px 10px;
    }
    .tpl-sharebox > div > section > ul > li:before {
        vertical-align: middle;
    }
    .tpl-sharebox > div > section > ul > li:nth-child(3) {
        display: none;
    }
    .tpl-sharebox > div > section > ul > li > a {
        position: relative;
        color: #000;
        text-decoration: none;
    }
    .tpl-sharebox > div > section > ul > li > a > span {
        display: inline;
        font: 1.167rem "Roboto Condensed", sans-serif;
    }
    .tpl-sharebox > div > section > article > div {
        display: none;
    }
    .tpl-sharebox > div > section > label:before {
        cursor: pointer;
    }
    .tpl-link {
        text-align: right;
    }
    .tpl-link > div {
        margin: 0 auto;
        max-width: 1240px;
    }
    .tpl-box3 > div > div:first-of-type > div:last-of-type > div {
        display: inline-block;
    }
    .tpl-box3 > div > div:first-of-type > div:last-of-type > div:last-of-type {
        margin-left: 15px;
        padding-left: 15px;
    }
    .tpl-box3 > div {
        text-align: left;
        justify-content: space-between;
    }
    .tpl-box3 > div > div:first-of-type {
        padding: 15px 30px;
        text-align: center;
    }
    .tpl-box3 > div > button {
        padding: 25px 1px;
        font-size: 1.417rem;
        display: none;
        align-items: center;
        text-align: center;
        align-content: center;
        justify-content: center;
    }
    .tpl-box3 > div > button:before {
        font-size: 1.833rem;
    }
    .tpl-box3 > div > button:first-of-type {
        text-align: left;
    }
    .tpl-box3 > div > div:last-of-type {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .tpl-box3 > div > div:last-of-type > article {
        width: 45%;
        margin-bottom: 0;
    }
    .tpl-box4 > div {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 30px 15px;
        box-sizing: border-box;
    }
    .tpl-box4 > div > div > div:first-of-type {
        width: 45%;
        position: relative;
        padding-left: 60px;
        box-sizing: border-box;
    }
    .tpl-box4 > div > div > div:first-of-type:before {
        content: '\e037';
        font: 40px 'icons';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .tpl-box4 > div > div > div:last-of-type {
        width: 45%;
    }
    .tpl-boxes53.mod2 > div > article:not(:first-of-type) {
        width: 100%;
    }
    .tpl-boxes53 > div {
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: space-between;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1240px;
        padding: 20px 30px 10px;
    }
    .tpl-boxes53 > div > article {
        padding-bottom: 20px;
    }
    .tpl-boxes53 > div > article:not(:first-of-type) {
        width: calc(50% - 25px);
    }
    section.others.sta-others.with-calendar {
        z-index: 13;
    }
}
@media (min-width: 961px) {
    .css-noDesktop {
        display: none !important;
    }
    .tpl-summary .tplSummary-buttonText {
        font-size: 1.667rem;
    }
    .tpl-boxes103 > div:last-of-type {
        max-width: 1024px;
        margin: 0 auto;
    }
}
@media (min-width: 1025px) {
    .tpl-box3 > div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1240px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .tpl-box3 > div > div:first-of-type {
        width: auto;
        flex-grow: 1;
        border-bottom: 1px solid #ccc;
    }
    .tpl-box3 > div > div:last-of-type {
        padding: 30px;
    }
    .tpl-boxes52 .sta-rooms > article,
    .tpl-boxes52 > div > article {
        position: relative;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type,
    .tpl-boxes52 > div > article > section > div:first-of-type {
        position: static;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul {
        justify-content: initial;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li {
        width: auto;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li:not(:first-of-type),
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:not(:first-of-type) {
        border-left: 2px solid #666;
        padding-left: 15px;
        margin-left: 15px;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li:first-of-type,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:first-of-type {
        margin-left: 0;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div,
    .tpl-boxes52 > div > article > section > div:first-of-type > div {
        left: auto;
        right: 0;
        top: 7px;
    }
}
@media (min-width: 1300px) {
    #dispo > form.summary > div.sta-summary-content > #advantages_summary_content {
        right: calc(50% - 600px);
    }
}
@media (max-width: 800px) {
    #dispo section.others button.currency-ref:hover p {
        display: none;
    }
    #dispo section.others div.currency ul li {
        /*width: 12.5%;*/
    }
    #dispo section.others div.currency ul li a {
        padding: 10px 0;
    }
    #dispo section.rooms ol.nav {
        padding: 0 10px;
    }
    #dispo section.rooms ol.nav li div {
        padding-left: 10px;
        text-align: left;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section div .preferences ol li {
        width: 23%;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board {
        width: 100%;
        margin-left: 0;
        margin-right: 0 !important;
    }
    #dispo #modal article {
        width: 550px;
    }
    #dispo #modal article figure {
        height: 250px;
    }
    #dispo #modal article section {
        padding: 20px;
    }
    #dispo #modal article section p {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    #dispo #modal article section div {
        float: none;
        width: auto;
    }
    .tpl-formulario-datospersonales200 #resumen_formulario_partes #datos_bancarios > div {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .tpl-summary .tplSummary-section .tplSummary-boxes .tplSummary-prize {
        border-top: none;
    }
}
@media (max-width: 1100px) {
    .css-noTablet11000 {
        display: none !important;
    }
    #dispo section.rooms div.list ul li.rooms-total article.room section ul li.board ol li div.fr del {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    #availability_notice .form .text {
        width: 100%;
    }
    #availability_notice .ko {
        width: 100%;
        transition: all 1s;
        position: relative;
        bottom: 50px;
        margin-top: 10px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }
    #ck-boxclose:checked ~ .send_button {
        bottom: -10px;
        transition: all 1s;
    }
    #availability_notice .ko span {
        font-size: 14px;
    }
}
@media screen and (max-width: 800px) {
    .modal-dialog {
        width: 80%;
    }
    .modal.send-dispo .dates {
        display: block;
    }
    .tabs-header {
        margin-left: -10px;
    }
    .modal.send-dispo .dates span {
        margin: 0;
    }
    .modal.send-dispo .form_friend label {
        width: 100%;
    }
    .modal .modal-dialog > .modal-content {
        overflow-y: auto;
        overflow-x: hidden;
        padding: 20px 10px;
        max-height: 400px;
    }
    .modal.send-dispo form label {
        width: 66%;
    }
    .modal.send-dispo .send {
        padding: 5px 15px 5px 10px;
        margin-left: 6px;
        width: 19%;
        text-align: center;
    }
    .modal.send-dispo .form_friend .send {
        padding-right: 25px;
    }
}
@media screen and (max-width: 970px) {
    #availability_notice .field {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #availability_notice label {
        float: left ;
        padding: 0;
    }
    /*
    #availability_notice input[type="text"],
    input[type="tel"],
    input[type="email"] {
    width   : 100% !important;
    padding : 5px 0 5px 5px !important;
}*/
}
@media sreen (min-width: 601px) and (max-width: 971px) {
    #availability_notice .field:nth-child(even) {
        padding-left: 10px;
    }
    #availability_notice .field:nth-child(odd) {
        padding-right: 10px;
    }
}
@media screen and (max-width: 800px) {
    #availability_notice label {
        display: block;
        padding-bottom: 10px;
        transition: all .5s;
    }
    #availability_notice .field {
        text-align: left;
        /*argin: 0px 4%;*/
    }
    #availability_notice .send_button {
        margin: 20px auto;
        float: none;
    }
    #availability_notice input[type="text"],
    #availability_notice input[type="tel"],
    #availability_notice input[type="email"] {
        width: 100%;
    }
    .privacity label {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 800px) {
    .zopim {
        display: none !important;
    }
    #availability_notice .ko span {
        padding-left: 5px;
    }
    .modal .modal-dialog {
        width: 100%;
        height: auto;
        padding: 10px;
    }
}
@media (max-width: 1100px) and (min-width: 601px) {
    .mb15Tablet {
        margin-bottom: 15px;
    }
    .mb2Tablet {
        margin-bottom: 2px;
    }
    .prev-step {
        top: 190px;
        left: 10px;
    }
    #dispo h2,
    #dispo .step-2 h2 {
        padding: 20px 0 15px 0;
    }
    .step {
        top: 180px;
    }
    #dispo section.rooms {
        padding-left: 0px;
    }
}
@page {
    size: A4;
    margin: 0;
}
@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
    .tpl-boxes52,
    .tpl-list10 {
        padding: 0 100px;
    }
    .tpl-link {
        display: none;
        font-size: 0.8333rem;
    }
    body > .all > *,
    .tpl-title.mod1 {
        display: none;
    }
    body > .all > main {
        display: block;
    }
    #header {
        display: none;
    }
    .tpl-boxes52 {
        background: #fff;
    }
    .tpl-boxes52 {
        background: #fff;
    }
    /*box5*/
    .tpl-box5 {
        padding: 0 10px;
        background: #ccc;
        font: 1.167rem 'Roboto Condensed', sans-serif;
        color: #666;
    }
    .tpl-box5 > div {
        padding: 0 30px 30px;
        background: #fff;
        max-width: 1240px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .tpl-box5 > div > article > header {
        color: #333;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-size: 1.333rem;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 1px solid #999;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div,
    .tpl-boxes52 > div > article > section > div:first-of-type > div {
        border-bottom: 0;
        position: absolute;
        top: 15px;
        left: 0;
        margin-top: 0;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:last-of-type > div,
    .tpl-boxes52 > div > article > section > div:last-of-type > div {
        display: block;
        font-weight: bold;
        color: #666;
        font-size: 1.333rem;
        border-bottom: 1px solid #aaa;
        padding: 20px 0 10px;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:last-of-type > ul,
    .tpl-boxes52 > div > article > section > div:last-of-type > ul {
        max-width: 550px;
        margin: 0 auto;
    }
    .tpl-boxes52 .sta-rooms > div,
    .tpl-boxes52 > div > div {
        padding: 15px calc(50% - 550px/2);
    }
    .tpl-boxes52 .sta-rooms > article,
    .tpl-boxes52 > div > article {
        position: relative;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type,
    .tpl-boxes52 > div > article > section > div:first-of-type {
        position: static;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul {
        justify-content: initial;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li {
        width: auto;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li:not(:first-of-type),
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:not(:first-of-type) {
        padding-left: 5px;
        margin-left: 5px;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li:first-of-type,
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:first-of-type {
        margin-left: 0;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div,
    .tpl-boxes52 > div > article > section > div:first-of-type > div {
        left: auto;
        right: 0;
        top: 7px;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:last-of-type > div,
    .tpl-boxes52 > div > article > section > div:last-of-type > div {
        margin: 0 15px;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type,
    .tpl-boxes52 > div > article > section > div:first-of-type {
        border: 0;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:last-of-type > div,
    .tpl-boxes52 > div > article > section > div:last-of-type > div {
        padding: 0;
        font-size: 1rem;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:last-of-type > ul > li,
    .tpl-boxes52 > div > article > section > div:last-of-type > ul > li {
        font-size: 0.8333rem;
        padding: 2px 0;
    }
    .tpl-boxes103,
    .tpl-link {
        display: none;
        font-size: 0.8333rem;
    }
    /**/
    .tpl-list10 {
        display: none;
    }
    .noprint {
        display: none;
    }
    .tpl-boxes52 {
        font-size: 0.75rem;
    }
    .tpl-boxes52 .sta-rooms {
        max-width: 1240px;
        margin: 0 auto;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #d0cfcf;
        border-bottom: 0;
        background: #fff;
        padding: 10px;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:last-of-type > ul {
        padding: 0 100px;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type {
        border-bottom: 4px solid #ccc;
        position: relative;
        padding: 5px 0 10px 0;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li {
        width: calc(50% - 50px);
        margin-right: 5px !important;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li:first-of-type {
        margin-left: calc(50% + 50px);
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li:not(:first-of-type) {
        border: 0 !important;
        padding-left: 5px !important;
        margin-left: 0px !important;
        position: relative;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > ul > li:not(:first-of-type):before {
        content: "";
        width: 1px;
        height: 8px;
        background: #000;
        position: absolute;
        left: 0;
        top: 6px;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div {
        border-bottom: 0;
        position: absolute;
        top: 15px;
        left: 0;
        margin-top: 0;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div > div:first-of-type:before {
        font-size: 1rem;
    }
    .tpl-boxes52 .sta-rooms > article > section > div:first-of-type > div > div:last-of-type:before {
        font-size: 0.6667rem;
    }
    .tpl-boxes52 .sta-rooms > article > header {
        font-size: 1.167rem;
        border-bottom: 2px solid #ccc;
        padding-bottom: 10px;
    }
    .tpl-boxes52 .sta-rooms > article:not(:first-of-type) {
        margin-top: 15px;
    }
    .tpl-boxes52 .sta-rooms > div {
        margin-top: 15px;
        font-size: 1.167rem;
        border-bottom: 2px solid #ccc;
        border-top: 2px solid #ccc;
        padding: 5px 100px;
    }
    .tpl-boxes52 .sta-rooms > div > div:first-of-type {
        font-size: 1.167rem;
        line-height: 20px;
    }
    .tpl-boxes52 .sta-rooms > div > div:last-of-type {
        font-size: 1.417rem;
        line-height: 20px;
        text-transform: initial;
    }
    .tpl-boxes52 > div {
        max-width: 1240px;
        margin: 0 auto;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #d0cfcf;
        border-bottom: 0;
        background: #fff;
        padding: 10px;
    }
    .tpl-boxes52 > div > article > header {
        font-size: 1.167rem;
        border-bottom: 2px solid #ccc;
        padding-bottom: 10px;
    }
    .tpl-boxes52 > div > article > section > div:last-of-type > ul {
        padding: 0 100px;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type {
        border-bottom: 4px solid #ccc;
        position: relative;
        padding: 5px 0 10px 0;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li {
        width: calc(50% - 50px);
        margin-right: 5px !important;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:first-of-type {
        margin-left: calc(50% + 50px);
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:not(:first-of-type) {
        border: 0 !important;
        padding-left: 5px !important;
        margin-left: 0px !important;
        position: relative;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > ul > li:not(:first-of-type):before {
        content: "";
        width: 1px;
        height: 8px;
        background: #000;
        position: absolute;
        left: 0;
        top: 6px;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > div > div:first-of-type:before {
        font-size: 1rem;
    }
    .tpl-boxes52 > div > article > section > div:first-of-type > div:last-of-type:before {
        font-size: 0.6667rem;
    }
    .tpl-boxes52 > div > article:not(:first-of-type) {
        margin-top: 15px;
    }
    .tpl-boxes52 > div > div {
        margin-top: 15px;
        font-size: 1.167rem;
        border-bottom: 2px solid #ccc;
        border-top: 2px solid #ccc;
        padding: 5px 100px;
    }
    .tpl-boxes52 > div > div:first-of-type {
        font-size: 1.167rem;
        line-height: 20px;
    }
    .tpl-boxes52 > div > div:last-of-type {
        font-size: 1.417rem;
        line-height: 20px;
        text-transform: initial;
    }
    .tpl-text {
        padding: 0 100px;
        background: #fff;
    }
    .tpl-text.mod1 {
        background: #fff;
        display: none;
        position: absolute;
        top: 73px;
        right: 100px;
        width: 190px;
        border: 2px solid #ccc;
        font-size: 0.75rem;
        padding: 5px;
        min-height: 135px;
    }
    .tpl-text.mod1 > article {
        padding: 5px;
        background: #fff;
    }
    .tpl-text.mod1 > article:before {
        display: none;
    }
    .tpl-text.mod1 > article > header,
    .tpl-text.mod1 > article > section {
        color: #000;
        font-size: 0.75rem;
        line-height: 10px;
        padding: 5px 0;
    }
    .tpl-sharebox {
        display: none;
    }
    .tpl-box3 {
        font-size: 0.75rem;
        background: #fff;
        padding: 0 100px;
    }
    .tpl-box3 > div {
        text-align: left;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1240px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .tpl-box3 > div > button {
        display: none;
        font-size: 0.8333rem;
        padding: 25px 30px;
        font-size: 1.417rem;
        padding: 0 30px;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        text-align: center !important;
    }
    .tpl-box3 > div > button:before {
        font-size: 1.833rem;
    }
    .tpl-box3 > div > button:first-of-type {
        text-align: left;
    }
    .tpl-box3 > div > button:last-of-type {
        text-align: right;
    }
    .tpl-box3 > div > div:first-of-type {
        padding: 5px;
        text-align: center;
        width: auto;
        flex-grow: 1;
        border-bottom: 1px solid #ccc;
    }
    .tpl-box3 > div > div:first-of-type > div:first-of-type {
        display: none;
    }
    .tpl-box3 > div > div:first-of-type > div:last-of-type {
        font-size: 1.167rem;
    }
    .tpl-box3 > div > div:first-of-type > div:last-of-type > div {
        display: inline-block;
    }
    .tpl-box3 > div > div:first-of-type > div:last-of-type > div:last-of-type {
        border-left: 1px solid #fff;
        margin-left: 15px;
        padding-left: 15px;
    }
    .tpl-box3 > div > div:last-of-type {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: auto;
        flex-grow: 1;
        border-bottom: 1px solid #ccc;
        padding: 30px;
    }
    .tpl-box3 > div > div:last-of-type > article {
        width: 45%;
        margin-bottom: 0;
    }
    .tpl-box3 > div > div:last-of-type > article:first-of-type {
        margin-bottom: 0;
    }
    .tpl-box3 > div > div:last-of-type > article > header {
        font-size: 1rem;
    }
    .tpl-box4 {
        padding: 0 100px;
        background: #fff;
    }
    .tpl-box4 > div {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 30px 15px;
        box-sizing: border-box;
    }
    .tpl-box4 > div > div > div:first-of-type {
        width: 45%;
        position: relative;
        padding-left: 60px;
        box-sizing: border-box;
    }
    .tpl-box4 > div > div > div:first-of-type:before {
        content: '\e037';
        font: 3.333rem 'icons';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .tpl-box4 > div > div > div:last-of-type {
        width: 45%;
    }
    .tpl-boxes53 {
        padding: 0 100px;
        background: #fff;
    }
    .tpl-boxes53 > div {
        padding: 10px;
    }
    .tpl-boxes53 > div > article > header {
        padding-bottom: 5px !important;
    }
    .tpl-boxes53 > div > article > section {
        padding: 0;
        font-size: 0.75rem !important;
        line-height: 0.9167rem;
        padding-top: 3px;
    }
    .tpl-boxes53 > div > article:not(:last-of-type) {
        margin-bottom: 0;
    }
    .tpl-boxes53.mod1 > div {
        padding: 10px;
    }
    .tpl-boxes53.mod1 > div > article {
        padding-bottom: 0;
    }
    .tpl-boxes53.mod1 > div > article > section {
        line-height: 20px;
    }
    .tpl-boxes53.mod1 > div > article:not(:first-of-type) {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .tpl-boxes53.mod2 {
        padding-bottom: 0px;
    }
    .tpl-boxes53.mod2 > div {
        padding-bottom: 0px;
    }
}
@media (min-width: 956px) and (max-width: 1080px) {
    .tpl-box104 header > div:nth-child(3) {
        padding-right: 100px;
    }
}
