@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.l-hoteles-slider-element-image {
  width: 100%;
  max-width: 100%;
  max-height: 65vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-hoteles-slider-container .slick-next,
.l-hoteles-slider-container .slick-prev {
  background: none;
}

.l-hoteles-slider-nav {
  padding: 10px 0;
}

.l-hoteles-slider .slick-prev,
.l-hoteles-slider .slick-next {
  padding: 15px;
  width: 80px;
  height: 80px;
  z-index: 20;
  background: rgba(200, 200, 200, 0.7);
}

.l-hoteles-slider .slick-next {
  right: 0;
}

.l-hoteles-slider .slick-prev {
  left: 0;
}

.l-hoteles-widget-datepicker-title {
  overflow: hidden;
  font-size: 24px;
  font-family: 'TungstenMedium';
  padding: 10px;
  background-color: #009482;
  color: #fff;
  display: block;
}

.l-hoteles-widget-datepicker-title .l-hoteles-widget-datepicker-select-select.btnRemoveHabita {
  border-radius: 5px;
  color: #000;
  float: right;
  font-size: 14px;
  display: inline-block;
  max-width: 30%;
}

.l-hoteles-slider-nav-element {
  margin: 20px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-height: 120px;
  cursor: pointer;
  border: 1px solid #ccc;
}

.l-hoteles-slider-nav-element img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.l-hoteles-widget {
  width: 100%;
  font-size: 0;
  padding: 30px 40px;
  background: white;
  margin: 0;
}

.l-hoteles-widget .l-hoteles-widget-buscador,
.l-hoteles-widget .l-hoteles-widget-calendar,
.l-hoteles-widget .l-hoteles-widget-gente {
  width: 49.5%;
  height: 100%;
  background-color: #F0F0F0;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  font-size: 0;
  border-right: 1px solid #000;
}

.l-hoteles-widget .l-hoteles-widget-gente {
  border-right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.l-hoteles-widget .l-hoteles-widget-reservar {
  width: 100%;
}

.l-hoteles-widget .l-hoteles-widget-buscador {
  width: 25%;
}

.l-hoteles-widget .l-hoteles-widget-calendar-element {
  background-image: url("../images/btCalendar.png");
  background-size: 24px;
  background-position: 1%;
  background-repeat: no-repeat;
}

.l-hoteles-widget-calendar-element,
.l-hoteles-widget-gente-element {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.l-hoteles-widget-calendar-element .l-hoteles-widget-input {
  width: 90%;
  padding-left: 30px;
  cursor: pointer;
}

.l-hoteles-widget-gente {
  position: relative;
}

.l-hoteles-widget-entrada {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.l-hoteles-slider-title {
  width: 100%;
  padding: 16px;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  font-family: 'TungstenMedium';
  color: white;
}

.l-hoteles-slider-title .l-hoteles-slider-title-text {
  font-size: 64px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: 'TungstenMedium';
  color: white;
}

.l-hoteles-slider-title .l-hoteles-slider-content .l-hoteles-slider-content-nota {
  right: 28px;
  position: absolute;
  font-size: 37px;
  top: 40px;
}

.l-hoteles-slider-title .l-hoteles-slider-content .l-hoteles-slider-content-nota-texto {
  text-transform: capitalize;
  font-size: 20px;
  right: 23px;
  bottom: 7px;
  position: absolute;
}

.l-hoteles-widget .l-hoteles-widget-reservar {
  cursor: pointer;
  background: #db1e7a;
  color: #fff;
  font-size: 27px;
  font-size: 2.7rem;
  padding: 12px 35px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 1px #522e45;
  text-transform: uppercase;
  width: auto;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'TungstenMedium';
  display: inline-block;
}

.l-hoteles-widget .l-hoteles-widget-reservar:hover {
  background-color: #fa0079;
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
}

.l-hoteles-widget-area {
  width: 100%;
  background-color: #F0F0F0;
  border-radius: 10px;
  margin: 0 auto;
}

.l-hoteles-widget-label {
  font-size: 24px;
  font-family: 'TungstenSemiBold';
  text-align: left;
  margin-bottom: 16px;
  display: block;
}

.l-hoteles-widget-input {
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #979797;
  background-color: transparent;
  padding: 8px;
  width: 100%;
}

.l-hoteles-widget-gente .l-hoteles-widget-datepicker {
  background-image: url("../images/bed.svg");
  background-size: 26px;
  background-position: left;
  background-repeat: no-repeat;
}

.l-hoteles-widget-icon {
  display: none;
}

.l-hoteles-widget-datepicker {
  border: 0;
  border-bottom: 1px solid #979797;
  font-size: 16px;
  background-color: transparent;
  width: 90%;
  cursor: pointer;
  padding-left: 32px;
}

.l-hoteles-widget-datepicker-container {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 400px;
  background-color: #F2F2F2;
  top: 105%;
  left: 0%;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.5);
  padding: 20px 0 0;
  z-index: 100;
}

.l-hoteles-widget-datepicker-title {
  font-size: 24px;
  font-family: 'TungstenMedium';
  padding: 10px;
  background-color: #009482;
  color: #fff;
  display: block;
}

.l-hoteles-widget-datepicker-row {
  font-size: 0;
  margin: 20px 0;
  padding: 0 10px;
}

.l-hoteles-widget-datepicker-row-left {
  width: 100%;
  display: inline-block;
}

.l-hoteles-widget-datepicker-row-left .l-hoteles-widget-datepicker-select {
  width: 50%;
  text-align: center;
}

.l-hoteles-widget-datepicker-select {
  display: inline-block;
}

.l-hoteles-widget-datepicker-select-title {
  font-family: 'TungstenMedium';
  font-size: 26px;
  display: block;
  margin-bottom: 5px;
  color: #000;
  margin-left: 10px;
}

.l-hoteles-widget-datepicker-select-select,
.l-hoteles-widget-datepicker-select-habitacion {
  height: 40px;
  width: 85%;
  max-width: 60px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 10px;
  display: inline-block;
}

.l-hoteles-widget-datepicker-select-habitacion {
  width: 100%;
  max-width: 80%;
  margin: 20px auto;
  display: block;
  margin-left: 10px;
}

.l-hoteles-widget-datpicker-row-right {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.l-hoteles-widget-datpicker-row-right .l-hoteles-widget-datepicker-select {
  width: 50%;
  text-align: center;
  margin-bottom: 15px;
}

.l-hoteles-widget-btn-habitacion {
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
  font-family: 'TungstenMedium';
  font-size: 24px;
  border-radius: 0;
  width: 40%;
  margin-left: 20px;
  bottom: -15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.l-hoteles-widget-btn-habitacion:before {
  content: '';
  background-image: url("https://www.aramon.com/estaticos/images/icon-add.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 23px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.l-hoteles-widget-datepicker-container .l-hoteles-widget-btn-aplicar {
  background-color: #DA0688;
  font-family: 'TungstenMedium';
  font-size: 32px;
  border-radius: 0;
  color: #000;
  width: 100%;
  cursor: pointer;
  border: 0;
  bottom: 0;
  padding: 10px 20px;
}

.l-hoteles-widget-datepicker-container .l-hoteles-widget-btn-aplicar:hover {
  background-color: #fa0079;
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
}

.l-hoteles-widget {
  padding-bottom: 50px;
}

.l-hoteles-widget .title-widget {
  font-size: 38px;
  text-align: center;
  margin-bottom: 20px;
  color: #309481;
  text-transform: uppercase;
}

.l-hoteles-widget .l-hoteles-widget-gente-v2 {
  width: 80%;
  display: block;
  max-width: 240px;
  margin: auto;
  height: 100%;
  background-color: #f0f0f0;
  padding: 12px 20px;
  font-size: 0;
  border-radius: 5px;
  margin-bottom: 50px;
}

.l-hoteles-widget .l-hoteles-widget-gente-v2 .l-hoteles-widget-gente-element-v2 {
  position: relative;
}

.l-hoteles-widget .item-reserva {
  max-width: 620px;
  width: 90%;
  overflow: hidden;
  margin: 5px auto 0;
  padding: 5px 5px 10px;
  position: relative;
  border-bottom: 1px solid;
}

.l-hoteles-widget .item-reserva:last-of-type {
  border-bottom: none;
}

.l-hoteles-widget .item-reserva .l-hoteles-widget-reserva-linea {
  height: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  float: left;
  width: 75%;
}

.l-hoteles-widget .item-reserva .l-hoteles-widget-reserva-linea .fechas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  font-size: 21px;
}

.l-hoteles-widget .item-reserva .l-hoteles-widget-gente-element {
  float: right;
  width: 25%;
  text-align: right;
}

.l-hoteles-widget .item-reserva .l-hoteles-widget-gente-element .l-hoteles-widget-reservar {
  max-width: 200px;
  width: 90%;
}

.l-hoteles-widget .l-hoteles-widget-datepicker {
  width: 100%;
  text-align: center;
  padding-left: 0;
  background: url(../images/edit-btn.png);
  background-position: left;
  background-size: 20px;
  background-repeat: no-repeat;
}

.mdl .mdl-container {
  font-size: 150%;
  max-width: 500px;
  min-height: auto;
  border-radius: 0;
  background-color: #233260;
  color: #FFFFFF;
  text-align: left;
}

.mdl .mdl-close {
  background: transparent url(/estaticos/images/mugas/icon-close.svg) no-repeat center center;
  top: 8px;
  right: 6px;
}

.mdl .mdl-close:hover {
  background-color: transparent;
}

body.contenido {
  background: url(/estaticos/images/fondoMontanasFormigalPanticosa.jpg) 0px 0px/100% 100% no-repeat fixed transparent;
}

.wrap {
  background: white;
}

input:checked + label {
  opacity: 1;
  background-image: url("/estaticos/images/tabs-active.svg");
}

.l-hoteles-widget-tabs-content {
  display: block;
  background-color: #fff;
  margin: 0 auto;
  font-size: 0;
  width: 100%;
}

.l-hoteles-widget-separador:before {
  content: "";
  background: url(/estaticos/images/bkg-banda-color2.jpg) no-repeat top;
  background-size: cover;
  height: 10px;
  width: 100%;
  display: block;
}

.l-hoteles-slider-container {
  background: white;
  position: relative;
}

.l-hoteles-widget-tabs-content-container {
  width: 100%;
}

.l-hoteles-widget-tabs-content-subcontainer {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.l-hoteles-widget-tabs {
  width: 100%;
  margin: 0;
  font-size: 16px;
  background: white;
}

.l-hoteles-widget-tabs label {
  font-size: 24px;
  font-family: 'TungstenMedium';
  opacity: .5;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-image: url("/estaticos/images/tabs-inactive.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 40px 80px;
  padding-bottom: 5px;
}

.l-hoteles-widget-tabs label:hover {
  opacity: 1;
  background-image: url("/estaticos/images/tabs-active.svg");
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.l-hoteles-widget-tabs label:nth-of-type(1) {
  margin-left: 25vw;
}

.l-hoteles-widget-btn-container {
  width: 90%;
  margin: 0px auto;
  font-size: 0;
  text-align: center;
  margin-bottom: 31px;
}

.l-hoteles-widget-tab-btn {
  width: calc(100% / 6);
  display: inline-block;
  padding: 20px;
  font-size: 24px;
  font-family: 'TungstenMedium';
  background-color: #f4f4f4;
  text-align: center;
  color: #db1e7a !important;
}

.l-hoteles-widget-tab-btn:hover {
  background-color: #e5e5e5;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.l-hoteles-widget-tab-btn:not(:last-child) {
  border-right: 1px solid #000;
}

.l-hoteles-widget-tab-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.l-hoteles-widget-tab-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.l-hoteles-widget-tabs-title {
  font-size: 38px;
  font-family: 'TungstenMedium';
  color: #009482;
  text-transform: uppercase;
  display: block;
  padding-bottom: 6px;
  margin-bottom: 30px;
  border-bottom: 1px solid #009482;
}

.l-hoteles-widget-tabs-subtitle {
  font-size: 28px;
  font-family: 'TungstenMedium';
  color: #009482;
  display: block;
  margin-bottom: 10px;
}

.l-hoteles-widget-tabs-image {
  width: 100%;
}

.l-hoteles-widget-tabs-left-text {
  font-size: 16px;
  font-family: Arial, 'sans-serif';
  color: #000;
}

.l-hoteles-widgets-tabs-content-icon {
  margin-left: 30px;
}

.l-hoteles-widgets-tabs-content-icon .l-hoteles-widget-tabs-icon-container {
  width: 25%;
  display: inline-block;
  padding: 2% 1% 1% 0;
  margin: 0 auto;
  background-color: #fff;
}

.l-hoteles-widgets-tabs-content-icon .l-hoteles-widget-tabs-icon {
  width: 45px;
  height: 39px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.l-hoteles-widgets-tabs-content-icon .l-hoteles-widget-tabs-icon-text-container {
  padding: 10px 0px 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.l-hoteles-widgets-tabs-content-icon .l-hoteles-widget-tabs-icon-text-title,
.l-hoteles-widgets-tabs-content-icon .l-hoteles-widget-tabs-icon-text-parrafo {
  font-size: 21px;
  color: #000;
  font-family: 'TungstenMedium';
  display: block;
}

.l-hoteles-widgets-tabs-content-icon .l-hoteles-widget-tabs-icon-text-title {
  font-weight: bold;
}

.l-hoteles-widget-tabs-left {
  width: 30%;
  display: block;
  vertical-align: top;
  background-color: #fff;
  padding: 0 0 10px;
}

.l-hoteles-widget-tabs-left-title {
  font-family: 'TungstenMedium';
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: block;
  color: #000;
}

.l-hoteles-widget-tabs-right {
  width: 100%;
  display: inline-block;
}

.l-hoteles-widget-tabs-map {
  max-width: 100%;
  width: 100% !important;
}

.l-hoteles-widget-tabs-left-text {
  font-size: 12px;
}

.l-hoteles-widget-oferta {
  width: 100%;
  font-size: 0;
  padding: 10px;
}

.l-hoteles-widget-oferta-element {
  width: 100%;
  padding: 10px 5px;
  background-color: #fff;
}

.l-hoteles-widget-oferta-element:not(:last-child) {
  border-bottom: 0;
}

.l-hoteles-widget-oferta-element-nombre {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding: 20px;
  margin-right: 10px;
  background-color: #f4f4f4;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
}

.l-hoteles-widget-oferta-element-fecha {
  font-size: 16px;
  margin-right: 10px;
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  background-color: #f5f5f5;
  text-align: center;
}

.l-hoteles-widget-oferta-element-precio {
  font-size: 16px;
  padding: 20px;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 15%;
  background-color: #D4D4D4;
}

.l-hoteles-widget-oferta-element-reservar {
  background-color: #db1e7a;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 4px;
  border: 1px solid #fff;
  font-size: 3rem;
  color: #fff !important;
  font-family: TungstenMedium;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 20px;
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 10px 0;
}

.l-hoteles-widget-oferta-element-reservar:hover {
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
  background: #af1861;
}

.ventajasBox {
  display: block;
  margin-top: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  min-height: 250px;
  text-align: center;
  padding-bottom: 30px;
}

.ventajasBox h2 {
  display: inline-block;
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  border-bottom: 1px solid #077f71;
  font-family: TungstenBook;
  color: #077f71;
  padding: 30px 0;
  margin: 20px auto;
  text-transform: uppercase;
}

.ventajasBox li {
  font-size: 17px;
  font-size: 1.7rem;
  color: #1d1d1c;
  text-align: center;
  vertical-align: top;
}

.ventajasBox .txtExpl {
  background-color: #077f71;
  padding: 25px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 8px;
  line-height: 16px;
  font-family: Conv_GothamRnd-Light;
  position: relative;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.ventajasBox .txtExpl.txtForfaitHotel:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  z-index: 1;
  right: 40%;
}

.ventajasBox .txtExpl.txtAtencionTelf:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  right: 91%;
  z-index: 1;
}

.ventajasBox .txtExpl.txtGarantiaTiempo:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  z-index: 1;
  right: 23%;
}
.ventajasBox .txtExpl.txtGrupo:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  left: 8%;
  z-index: 1;
}

.ventajasBox .txtExpl.txtGrupo a {
  color: #000;
  text-decoration: underline;
  font-family: Conv_GothamRnd-Medium;
}

.ventajasBox .txtExpl.txtGrupo a:hover {
  color: #53b8fa;
  text-decoration: none;
}

.ventajasBox .txtExpl.txtPago:before {
  left: 23%;
}

.ventajasBox .txtExpl.txtNinosGratis:before, .ventajasBox .txtExpl.txtPago:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  z-index: 1;
}

.ventajasBox .txtExpl.txtNinosGratis:before {
  right: 80px;
}

.ventajasBox .txtExpl.txtNinosGratis .text-block {
  display: block;
  margin-top: 10px;
}

.col6 {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15.5%;
}

.col6:not(:last-child) {
  margin-right: 1%;
}

.l-hoteles-widget-tabs-content {
  padding: 35px 35px;
}

.l-hoteles-widget-tabs-content .wrap {
  margin: 20px auto !important;
  text-align: center;
}

.l-hoteles-widget-tabs-content .col6 {
  font-size: 14px;
  text-align: center;
  vertical-align: top;
}

.l-hoteles-widget-tabs-content .grupoAram {
  background: url(/estaticos/images/ico-seguro.svg) no-repeat 50%;
  background-size: 100%;
  display: block;
  margin: 0 auto 15px;
  width: 115px;
  height: 115px;
  cursor: pointer;
}

.l-hoteles-widget-tabs-content .grupoAram:hover {
  background: url(/estaticos/images/ico-seguro2.svg) no-repeat 50%;
  background-size: 100%;
}

.l-hoteles-widget-tabs-content .pagoFracc {
  background: url(/estaticos/images/ico-pagoFraccionado.svg) no-repeat 50%;
  background-size: 80%;
  display: block;
  margin: 0 auto 15px;
  width: 115px;
  height: 115px;
  cursor: pointer;
}

.l-hoteles-widget-tabs-content .pagoFracc:hover {
  background: url(/estaticos/images/ico-pagoFraccionado2.svg) no-repeat 50%;
  background-size: 80%;
}

.l-hoteles-widget-tabs-content .ninosGratis {
  background: url(/estaticos/images/ico-ninosGratis.svg) no-repeat 50%;
  background-size: 110%;
  display: block;
  margin: 0 auto 15px;
  width: 115px;
  height: 115px;
  cursor: pointer;
}

.l-hoteles-widget-tabs-content .ninosGratis:hover {
  background: url(/estaticos/images/ico-ninosGratis2.svg) no-repeat 50%;
  background-size: 110%;
}

.l-hoteles-widget-tabs-content .atencionTelf {
  background: url(/estaticos/images/ico-cancelacion.svg) no-repeat 50%;
}

.l-hoteles-widget-tabs-content .atencionTelf, .l-hoteles-widget-tabs-content .forfaitHotel {
  background-size: 100%;
  display: block;
  margin: 0 auto 15px;
  width: 115px;
  height: 115px;
  cursor: pointer;
}

.l-hoteles-widget-tabs-content .atencionTelf:hover {
 background: url(/estaticos/images/ico-cancelacion2.svg) no-repeat 50%;
 background-size: 100%;
}

.l-hoteles-widget-tabs-content .forfaitHotel {
  background: url(/estaticos/images/ico-forfaitHotel.svg) no-repeat 50%;
}

.l-hoteles-widget-tabs-content .forfaitHotel:hover {
  background: url(/estaticos/images/ico-forfaitHotel2.svg) no-repeat 50%;
  background-size: 100%;
}

.l-hoteles-widget-tabs-content .garantiaTiempo {
  background: url(/estaticos/images/ico-seguroTiempo.svg) no-repeat 50%;
  background-size: 76%;
  display: block;
  margin: 0 auto 15px;
  width: 115px;
  height: 115px;
  cursor: pointer;
}

.l-hoteles-widget-tabs-content .garantiaTiempo:hover {
  background: url(/estaticos/images/ico-seguroTiempo2.svg) no-repeat 50%;
  background-size: 76%;
}

.l-hoteles-widget-habitaciones-container {
  width: 100%;
  font-size: 0;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 20px;
}

.l-hoteles-widget-habitaciones-img {
  width: 30%;
  display: inline-block;
}

.l-hoteles-widget-habitaciones-titulo {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.l-hoteles-widget-habitaciones-parrafo {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  font-family: Conv_GothamRnd-Light,Arial,Helvetica,sans-serif;
}

.l-hoteles-widget-habitaciones-iconos {
  width: 100%;
  margin: 10px 0;
  font-size: 0;
}

.l-hoteles-widget-habitaciones-iconos-element {
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.l-hoteles-widget-habitaciones-iconos-element-icon {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}

.l-hoteles-widget-habitaciones-iconos-element-text {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-family: Conv_GothamRnd-Light,Arial,Helvetica,sans-serif;
  padding-left: 10px;
}

.l-hoteles-widget-habitaciones-container-text {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}

.l-hoteles-slider-inferior {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.l-hoteles-slider-inferior-element {
  width: 22%;
  display: inline-block;
}

.l-hoteles-slider-inferior-element:not(:last-child) {
  margin-right: 15px;
}

.l-hoteles-slider-inferior-element:hover {
  opacity: .7;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.l-hoteles-slider-element-image {
  width: 100%;
  margin-bottom: 10px;
}

.l-hoteles-slider-inferior-titulo {
  font-size: 18px;
  font-family: Conv_GothamRnd-Light,Arial,Helvetica,sans-serif;
  font-weight: bold;
  display: block;
  text-align: left;
}

.l-hoteles-slider-inferior-texto {
  text-align: left;
  font-size: 12px;
  font-family: Conv_GothamRnd-Light,Arial,Helvetica,sans-serif;
  display: inline-block;
  margin-top: 5px;
  color: #000;
}

.l-hoteles-widget-opiniones {
  width: 100%;
  position: relative;
}

.l-hoteles-widget-opiniones-rating {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
}

.l-hoteles-widget-opiniones-rating-gogole {
  font-weight: bold;
}

.l-hoteles-widget-opiniones-photo {
  display: inline-block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-top: 10px;
}

.l-hoteles-widget-opiniones-titulo {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 0 0 10px 0;
}

.l-hoteles-widget-opiniones-container-texto {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  margin: 15px 0 0 20px;
}

.l-hoteles-widget-opiniones-fecha {
  font-size: 14px;
  color: #e6e4e4;
  display: block;
  margin-bottom: 5px;
}

.l-hoteles-widget-opiniones-texto {
  font-size: 16px;
  display: inline-block;
}

.l-hoteles-slider-cinco-estrellas,
.l-hoteles-slider-cuatro-estrellas,
.l-hoteles-slider-tres-estrellas,
.l-hoteles-slider-dos-estrellas {
  background-image: url(/estaticos/images/cinco-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 26px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.l-hoteles-slider-cuatro-estrellas {
  background-image: url(/estaticos/images/cuatro-star.svg);
}

.l-hoteles-slider-tres-estrellas {
  background-image: url(/estaticos/images/tres-star.svg);
}

.l-hoteles-slider-dos-estrellas {
  background-image: url(/estaticos/images/dos-star.svg);
}

.l-hoteles-slider-inferior .l-hoteles-slider-cinco-estrellas,
.l-hoteles-slider-inferior .l-hoteles-slider-cuatro-estrellas,
.l-hoteles-slider-inferior .l-hoteles-slider-tres-estrellas,
.l-hoteles-slider-inferior .l-hoteles-slider-dos-estrellas {
  width: 60px;
  margin-left: 0;
  height: 15px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  position: relative;
  display: block;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

/**ventajas*/
.l-hoteles-widget-tabs-content .txtExpl {
  background-color: #077f71;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 8px;
  line-height: 16px;
  font-family: Conv_GothamRnd-Light;
  position: relative;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.l-hoteles-widget-tabs-content .txtExpl.txtGrupo.verano:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  left: 23%;
  z-index: 1;
}

.l-hoteles-widget-tabs-content .txtExpl.txtGrupo.invierno:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  left: 6%;
  z-index: 1;
}

.l-hoteles-widget-tabs-content .txtExpl.txtPago.verano:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  left: 40%;
  z-index: 1;
}

.l-hoteles-widget-tabs-content .txtExpl.txtPago.invierno:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  left: 23%;
  z-index: 1;
}

.l-hoteles-widget-tabs-content .txtExpl.txtAtencionTelf.verano:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  right: 91%;
  z-index: 1;
}

.l-hoteles-widget-tabs-content .txtExpl.txtAtencionTelf.invierno:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  left: 6%;
  z-index: 1;
}

.l-hoteles-widget-tabs-content .txtExpl.txtGarantiaTiempo.verano:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  left: 73%;
  z-index: 1;
}

.l-hoteles-widget-tabs-content .txtExpl.txtGarantiaTiempo.invierno:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  left: 6%;
  z-index: 1;
}

.l-hoteles-widget-tabs-content .txtExpl.txtNinosGratis.verano:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  right: 7%;
  z-index: 1;
}

.l-hoteles-widget-tabs-content .txtExpl.txtNinosGratis.invierno:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  left: 6%;
  z-index: 1;
}

.l-hoteles-widget-tabs-content .txtExpl.txtForfaitHotel.verano:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  right: 40%;
  z-index: 1;
}

.l-hoteles-widget-tabs-content .txtExpl.txtForfaitHotel.invierno:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #077f71;
  display: block;
  position: absolute;
  top: -16px;
  left: 6%;
  z-index: 1;
}

@media all and (max-width: 1025px) {
  .l-hoteles-widget-tabs label:first-of-type {
    margin-left: 0;
  }
  .l-hoteles-widget .l-hoteles-widget-entrada, .l-hoteles-widget .l-hoteles-widget-gente, .l-hoteles-widget .l-hoteles-widget-salida {
    width: 33.33%;
    padding: 10px;
  }
  .l-hoteles-widget .l-hoteles-widget-gente {
    border-right: 0;
    width: 38%;
  }
  .l-hoteles-widget-area {
    width: 100%;
  }
  .l-hoteles-widget .l-hoteles-widget-reservar {
    font-size: 32px;
    padding: 10px;
    width: 100%;
    min-height: initial;
  }
  .l-hoteles-widget-reservar {
    width: 100%;
  }
  .l-hoteles-widget-label {
    font-size: 18px;
  }
  .l-hoteles-widget-input {
    width: 100%;
  }
  .l-hoteles-widget-reservar {
    font-size: 32px;
  }
  .l-hoteles-widget-icon {
    width: 24px;
    height: 24px;
  }
  .l-hoteles-widget-datepicker-container {
    left: 0;
  }
  .l-hoteles-widget-datepicker {
    position: relative;
  }
  .l-hoteles-widget-tabs-content-icon {
    padding: 40px;
  }
  .l-hoteles-widget-tabs-content-icon .l-hoteles-widget-tabs-icon-container {
    width: 33.3%;
    padding: 2% 0% 1% 0;
  }
  .l-hoteles-widget-tabs-content-icon .l-hoteles-widget-tabs-icon {
    margin-right: 0px;
  }
}

@media all and (min-width: 768px) {
  .l-hoteles-widget-tabs .l-hoteles-widget-tabs-content-container .l-hoteles-widget-tabs-content-subcontainer .l-hoteles-widget-tabs-content .l-hoteles-widget-oferta .l-hoteles-widget-oferta-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-hoteles-widget-tabs .l-hoteles-widget-tabs-content-container .l-hoteles-widget-tabs-content-subcontainer .l-hoteles-widget-tabs-content .l-hoteles-widget-oferta .l-hoteles-widget-oferta-element .l-hoteles-widget-oferta-element-nombre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .l-hoteles-widget-tabs .l-hoteles-widget-tabs-content-container .l-hoteles-widget-tabs-content-subcontainer .l-hoteles-widget-tabs-content .l-hoteles-widget-oferta .l-hoteles-widget-oferta-element .l-hoteles-widget-oferta-element-fecha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .l-hoteles-widget-tabs .l-hoteles-widget-tabs-content-container .l-hoteles-widget-tabs-content-subcontainer .l-hoteles-widget-tabs-content .l-hoteles-widget-oferta .l-hoteles-widget-oferta-element .l-hoteles-widget-oferta-element-precio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-hoteles-widget-tabs .l-hoteles-widget-tabs-content-container .l-hoteles-widget-tabs-content-subcontainer .l-hoteles-widget-tabs-content .l-hoteles-widget-oferta .l-hoteles-widget-oferta-element .l-hoteles-widget-oferta-element-reservar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 56px;
    line-height: 56px;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 0px 20px;
    margin: 10px 0px;
  }
}

@media all and (max-width: 767px) {
  .l-hoteles-widget-tab-btn {
    width: 50%;
    margin: 10px 0;
    font-size: 18px;
  }
  .l-hoteles-widget-tab-btn:nth-child(2) {
    border-right: none;
  }
  .l-hoteles-widget .l-hoteles-widget-entrada,
  .l-hoteles-widget .l-hoteles-widget-buscador,
  .l-hoteles-widget .l-hoteles-widget-calendar,
  .l-hoteles-widget .l-hoteles-widget-gente,
  .l-hoteles-widget .l-hoteles-widget-reservar,
  .l-hoteles-widget .l-hoteles-widget-salida {
    width: 100% !important;
    border-radius: 0;
    padding: 20px 10px;
    min-height: 80px;
    border-right: 0;
  }
  .l-hoteles-widget .item-reserva {
    text-align: center;
    border-bottom: none;
  }
  .l-hoteles-widget .item-reserva .l-hoteles-widget-calendar-v2 {
    float: none;
    width: 100%;
  }
  .l-hoteles-widget .item-reserva .l-hoteles-widget-reserva-linea {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  .l-hoteles-widget .item-reserva .l-hoteles-widget-reserva-linea .fechas {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
  .l-hoteles-widget .item-reserva .l-hoteles-widget-gente-element {
    float: none;
    text-align: center;
    width: 100%;
  }
  .l-hoteles-widget .item-reserva .l-hoteles-widget-gente-element .l-hoteles-widget-reservar {
    padding: 10px 35px;
    border-radius: 5px;
    margin: 10px auto;
  }
  .l-hoteles-widget .l-hoteles-widget-gente-v2 {
    margin-bottom: 20px;
  }
  .l-hoteles-widget .l-hoteles-widget-calendar-element {
    background-position: 7%;
  }
  .l-hoteles-widget .l-hoteles-widget-calendar-element .l-hoteles-widget-input {
    padding-left: 40px;
  }
  .l-hoteles-widget-oferta-element-nombre {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .l-hoteles-widget-tabs-content .col6 {
    width: 49%;
  }
  .l-hoteles-widget-oferta-element-fecha,
  .l-hoteles-widget-oferta-element-precio,
  .l-hoteles-widget-oferta-element-reservar {
    width: 47%;
    display: inline-block;
    margin-top: 2%;
    padding: 5px;
  }
  .l-hoteles-widget-oferta-element-fecha,
  .l-hoteles-widget-oferta-element-precio {
    width: 49%;
    font-size: 14px;
    font-weight: normal;
    height: 3em;
  }
  .l-hoteles-widget-oferta-element-fecha {
    margin-right: 2%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-hoteles-widget-oferta-element {
    padding: 15px 0;
  }
  .l-hoteles-widget-oferta-element-precio {
    margin-right: 0;
    padding: 12px;
  }
  .l-hoteles-widget-tabs-content {
    padding: 20px;
  }
  .l-hoteles-widget-datepicker {
    width: 100%;
  }
  .l-hoteles-slider-title .l-hoteles-slider-title-text {
    /*position: relative;*/
    font-size: 37px;
  }
  .l-hoteles-slider-title .l-hoteles-slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-hoteles-slider-title .l-hoteles-slider-content .l-hoteles-slider-content-nota {
    position: relative;
    font-size: 25px;
    margin: 0;
    bottom: 0;
    top: 0;
    right: 0;
  }
  .l-hoteles-slider-title .l-hoteles-slider-content .l-hoteles-slider-content-nota-texto {
    font-size: 20px;
    right: 0;
    bottom: 0;
    position: relative;
    margin-left: 10px;
  }
  .l-hoteles-slider-title .l-hoteles-slider-content .l-hoteles-slider-cuatro-estrellas {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 65px;
    margin: 0;
    top: 0;
    right: 0;
    vertical-align: middle;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .l-hoteles-slider-cinco-estrellas, .l-hoteles-slider-content-cuatro-estrellas, .l-hoteles-slider-dos-estrellas, .l-hoteles-slider-tres-estrellas {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 65px;
    margin: 0;
    top: 0;
    right: 0;
    vertical-align: middle;
  }
  .l-hoteles-widget-oferta-element-reservar {
    width: 100%;
  }
  .l-hoteles-slider-inferior-element {
    display: block;
    width: 100% !important;
  }
  .l-hoteles-widget-opiniones-container-texto {
    width: 100%;
    margin-left: 0;
  }
  .l-hoteles-slider-element {
    max-height: 300px;
    overflow: hidden;
    height: 35em !important;
  }
  .l-hoteles-slider-element img {
    height: 100%;
  }
  .l-hoteles-slider-nav-element {
    max-height: 100px;
  }
  .l-hoteles-widget-datepicker-container .l-hoteles-widget-btn-aplicar {
    width: 100%;
    position: relative;
  }
  .l-hoteles-widget-datepicker-title .l-hoteles-widget-datepicker-select-select.btnRemoveHabita {
    max-width: 50%;
  }
  .l-hoteles-widget .l-hoteles-widget-reservar {
    font-size: 32px;
    min-height: auto;
  }
  .l-hoteles-widget-gente-element {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .l-hoteles-slider .slick-next {
    right: 15px;
  }
  .l-hoteles-slider .slick-prev {
    left: 15px;
  }
  .l-hoteles-slider .slick-next, .l-hoteles-slider .slick-prev {
    width: 32px;
    height: 32px;
  }
  .l-hoteles-widget-label {
    font-size: 18px;
  }
  .l-hoteles-widget-datepicker-container {
    width: 100%;
    top: 100%;
  }
  .l-hoteles-widget-btn-habitacion {
    padding: 5px;
    font-size: 16px;
  }
  .l-hoteles-widget-btn-habitacion:before {
    width: 18px;
  }
  .l-hoteles-widget-datepicker-select-title {
    font-size: 14px;
  }
  .l-hoteles-widget-tabs label {
    font-size: 14px;
    padding: 40px;
    padding-bottom: 1px;
  }
  .l-hoteles-widget-tabs-content .l-hoteles-widget-tabs-icon-container {
    width: 50%;
    height: 120px;
    /* width: 165px; */
    display: inline-block;
    vertical-align: top;
  }
  .l-hoteles-widget-tabs-content .l-hoteles-widget-tabs-icon-container .l-hoteles-widget-tabs-icon {
    width: 100%;
    height: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .l-hoteles-widget-tabs-content .l-hoteles-widget-tabs-icon-container .l-hoteles-widget-tabs-icon-text-container {
    padding: 13px 0;
    text-align: center;
    display: block;
  }
  .l-hoteles-widget-tabs-left,
  .l-hoteles-widget-tabs-right {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .l-hoteles-widget {
    padding: 10px;
  }
  .l-hoteles-widget-habitaciones-img,
  .l-hoteles-widget-habitaciones-container-text {
    width: 100%;
    margin-bottom: 10px;
  }
  .l-hoteles-widget-area {
    width: 100%;
  }
}

@font-face {
  font-family: 'TungstenLight';
  src: url("../fonts/Tungsten_Rounded_Light.eot");
  src: local("☺"), url("../fonts/Tungsten_Rounded_Light.woff") format("woff"), url("../fonts/Tungsten_Rounded_Light.ttf") format("truetype"), url("../fonts/Tungsten_Rounded_Light.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TungstenBook';
  src: url("../fonts/Tungsten_Rounded_Book.eot");
  src: local("☺"), url("../fonts/Tungsten_Rounded_Book.woff") format("woff"), url("../fonts/Tungsten_Rounded_Book.ttf") format("truetype"), url("../fonts/Tungsten_Rounded_Book.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TungstenMedium';
  src: url("../fonts/Tungsten_Rounded_Medium.eot");
  src: local("☺"), url("../fonts/Tungsten_Rounded_Medium.woff") format("woff"), url("../fonts/Tungsten_Rounded_Medium.ttf") format("truetype"), url("../fonts/Tungsten_Rounded_Medium.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TungstenSemiBold';
  src: url("../fonts/Tungsten_Rounded_SemiBold.eot");
  src: local("☺"), url("../fonts/Tungsten_Rounded_SemiBold.woff") format("woff"), url("../fonts/Tungsten_Rounded_SemiBold.ttf") format("truetype"), url("../fonts/Tungsten_Rounded_SemiBold.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_GothamRnd-Light';
  src: url("../fonts/GothamRnd-Light.eot");
  src: local("☺"), url("../fonts/GothamRnd-Light.woff") format("woff"), url("../fonts/GothamRnd-Light.ttf") format("truetype"), url("../fonts/GothamRnd-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_GothamRnd-Medium';
  src: url("../fonts/GothamRnd-Medium.eot");
  src: url("../fonts/GothamRnd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRnd-Medium.woff") format("woff"), url("../fonts/GothamRnd-Medium.ttf") format("truetype"), url("../fonts/GothamRnd-Medium.svg#AnodyneRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_GothamRnd-Bold';
  src: url("../fonts/GothamRnd-Bold.eot");
  src: local("☺"), url("../fonts/GothamRnd-Bold.woff") format("woff"), url("../fonts/GothamRnd-Bold.ttf") format("truetype"), url("../fonts/GothamRnd-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
/*# sourceMappingURL=customHotelTravel.css.map */

.modal-box .modal-header-loading{
    background: url(https://aramon.com/estaticos/images/cargando-13092021.gif) no-repeat;
    width: 425px;
    height: 136px;
    padding: 0px;
}