@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.selectdestination{
  float: left;
  width: 250px;
}
.selectdestination label{
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-size: .75rem;
}
.dropstyled{
  border-radius: 3px;
  border: 1px solid #ccc !important;
  border-color: #CCC !important;
  /* background: transparent; */
  margin-bottom: 0;
  background-color: #FFF !important;
    
}


/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*   Typo
 ------------------------------------------------------------- */
/*   Colors
 ------------------------------------------------------------- */
/*   GRADIENTS 
 ------------------------------------------------------------- */
/*   MIXINS
 ------------------------------------------------------------- */
/* line 107, ../sass/variables.scss */
.gradient-border-yellow, .item-hotel .item-hotel-thumb, .destination-gallery ul, .hotel-gallery, .my-friends .invite-friends, .our-destination .destination-items figure {
  border-image-repeat: stretch stretch;
  border-image-slice: 20 20 20 20;
  border-image-source: linear-gradient(to right, #fbb81c 0%, #9aed3c 100%);
  border-style: solid;
  border-width: 0 0 4px;
}

/*   MEDIA QUERIES
 ------------------------------------------------------------- */
/*   TEMPLATE .PHP 
 ------------------------------------------------------------- */
/* line 159, ../sass/variables.scss */
#colors h5 {
  height: 60px;
}
/* line 162, ../sass/variables.scss */
#colors .colors {
  border: 5px solid #fff;
  height: 100px;
  width: 100%;
  margin-bottom: 1em;
  display: block;
}

/* line 167, ../sass/variables.scss */
.template-item {
  margin: 2rem auto 6rem;
}

/*  GENERAL
 ------------------------------------------------------------- */
/* line 5, ../sass/template.scss */
html {
  font-size: 16px;
}

/* line 9, ../sass/template.scss */
body {
  background: #FFF;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
  /*
  @media (min-width: 300px) and (max-width: 599px) {
    background: green;
  }

  @media (min-width: 600px) and (max-width: 767px) {
    background: pink;
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    background: red;
  }


  @media (min-width: 1025px) {
    background: #EAFCF8;
  }
  */
}

/* line 40, ../sass/template.scss */
p {
  font-size: 0.85rem;
}

/* line 44, ../sass/template.scss */
a {
  color: #fff;
}

/* line 48, ../sass/template.scss */
a:hover {
  color: #fff;
}

/* line 52, ../sass/template.scss */
ul {
  margin: 0;
}
/* line 54, ../sass/template.scss */
ul li {
  list-style: none;
}

/*   CLASES
 ------------------------------------------------------------- */
/* line 62, ../sass/template.scss */
.right {
  float: right;
}

/* line 66, ../sass/template.scss */
.left {
  float: left;
}

/* line 70, ../sass/template.scss */
.block {
  display: block;
}

/* line 74, ../sass/template.scss */
strong {
  font-weight: 700;
}

/* line 78, ../sass/template.scss */
small {
  font-size: 85%;
}

/* line 82, ../sass/template.scss */
.text-centered {
  text-align: center;
}

/* line 86, ../sass/template.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 90, ../sass/template.scss */
.center {
  margin-left: auto;
  margin-right: auto;
}

/* line 95, ../sass/template.scss */
.barra-kivac {
  background: url(../images/barra-colores.png) no-repeat top center/100% 5px;
  display: block;
  height: 3px;
  margin: .5rem 0 1rem;
  border: 0;
}

/* line 103, ../sass/template.scss */
.blue-bar {
  border-color: #266f84;
}

/* line 107, ../sass/template.scss */
.sticky {
  position: fixed;
  z-index: 20;
}

/* line 112, ../sass/template.scss */
.bigger {
  font-size: 120%;
}

/* line 116, ../sass/template.scss */
.overflow {
  overflow: hidden;
}

/* line 120, ../sass/template.scss */
.no-margin {
  margin: 0;
}

/* line 124, ../sass/template.scss */
.no-padding {
  padding: 0;
}

/* line 128, ../sass/template.scss */
.extra-padding {
  padding: 2rem;
  margin: 2rem 0;
}

/* line 133, ../sass/template.scss */
.the-profile > .no-padding {
  padding: 0;
}

/* line 137, ../sass/template.scss */
aside {
  position: relative;
}

/*   images
 ------------------------------------------------------------- */
/* line 144, ../sass/template.scss */
.image-circular {
  -webkit-border-radius: 80%;
  -moz-border-radius: 80%;
  -ms-border-radius: 80%;
  border-radius: 80%;
}

/*   TEMPLATE
 ------------------------------------------------------------- */
/* line 151, ../sass/template.scss */
#main-header {
  background: #FFFFFF;
  /*padding: 6px 0 0;*/
  width: 100%;
  min-height: 76px;
  height: auto;
  clear: both;
  position: fixed;
  height: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
 /*
.user-area:after{
   right: -3px;
 }
 */
}
/* line 163, ../sass/template.scss */
#main-header .row {
  position: relative;
}
/* line 167, ../sass/template.scss */
#main-header .logo {
  text-align: center;
  margin: 0.5rem auto 0;
 
}
/* line 172, ../sass/template.scss */
#main-header #language {
  width: 180px;
  float: left;
  margin-top: 1.5rem;
}
/* line 177, ../sass/template.scss */
#main-header #language li {
  list-style: none;
  color: #fff;
  display: inline-block;
}
/* line 181, ../sass/template.scss */
#main-header #language li a.selected {
  /*@include border-radius(50%);*/
  border: 1px solid #fff;
}
/* line 185, ../sass/template.scss */
#main-header #language li a {
  padding: 3px 5px;
  text-transform: uppercase;
}
/* line 193, ../sass/template.scss */
#main-header .user-area:before {
  width: 5px;
  height: 76px;
  display: block;
  content: "";
  float: left;
  position: absolute;
  background: url(../images/degradado-menu-login.png) no-repeat center right;
}
/* line 204, ../sass/template.scss */
#main-header .user-area:before {
  left: -5px;
}
/* line 212, ../sass/template.scss */
#main-header .user-area {
  float: right;
  height: 76px;
  padding: 0;
  margin: 0;
  position: relative;
  background: #e1e2e3;
}
/* line 223, ../sass/template.scss */
#main-header .user-area h6 {
  color: #666666;
  font-size: 0.85rem;
  max-height: 44px;
  overflow: hidden;
  margin: 0;
}
/* line 230, ../sass/template.scss */
#main-header .user-area ul {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 70px;
}
/* line 236, ../sass/template.scss */
#main-header .user-area li {
  list-style: none;
  position: relative;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 40%;
  height: 76px;
  line-height: 76px;
  text-align: center;
}
/* line 246, ../sass/template.scss */
#main-header .user-area li a {
  font-size: .8rem;
  text-decoration: underline;
  color: #999;
}
/* line 252, ../sass/template.scss */
#main-header .user-area li.maleta {
  width: 60px;
  padding-top: 6px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 259, ../sass/template.scss */
#main-header .user-area li.maleta a {
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 262, ../sass/template.scss */
#main-header .user-area li.maleta .dot {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: red;
  position: absolute;
  right: 10px;
  top: 18px;
  display: none;
}
/* line 272, ../sass/template.scss */
#main-header .user-area li.maleta ul:before, #main-header .user-area li.maleta ul:after {
  display: none;
}
/* line 275, ../sass/template.scss */
#main-header .user-area li.maleta ul {
  padding: 1rem 0.5rem 0;
  background: #FFFFFF;
  border-top: 7px solid #F89721;
  position: absolute;
  top: 69px;
  width: 300px;
  right: 0px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
}
/* line 287, ../sass/template.scss */
#main-header .user-area li.maleta ul li {
  width: 100%;
  text-align: left;
  line-height: 120%;
  height: auto;
  border-bottom: 10px;
  padding: 0 0 .5rem .5rem;
  text-transform: none;
  color: #fff;
  border-bottom: 1px solid #e1e2e3;
}
/* line 297, ../sass/template.scss */
#main-header .user-area li.maleta ul li p, #main-header .user-area li.maleta ul li a {
  color: #fff;
}
/* line 302, ../sass/template.scss */
#main-header .user-area li.maleta ul li:last-child {
  border: 0;
}
/* line 308, ../sass/template.scss */
#main-header .user-area li.maleta .item-travel {
  padding: .5rem 0;
}
/* line 311, ../sass/template.scss */
#main-header .user-area li.maleta .checkout {
  margin-top: 10px;
  padding: 0;
}
/* line 314, ../sass/template.scss */
#main-header .user-area li.maleta .checkout .btn-orange:hover {
  background: green;
}
/* line 321, ../sass/template.scss */
#main-header .user-area li.maleta:hover {
  background: #FFFFFF;
  cursor: pointer;
}
/* line 324, ../sass/template.scss */
#main-header .user-area li.maleta:hover ul {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 333, ../sass/template.scss */
#main-header .user-area li.user-info {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 70%;
  padding: 0.5rem 0.5rem 0;
  text-align: left;
}
/* line 339, ../sass/template.scss */
#main-header .user-area li.user-info p {
  color: #999;
}
/* line 342, ../sass/template.scss */
#main-header .user-area li.user-info .avatar {
  width: 55px;
  height: 55px;
}
/* line 346, ../sass/template.scss */
#main-header .user-area li.user-info a {
  position: relative;
  display: block;
}
/* line 350, ../sass/template.scss */
#main-header .user-area li.user-info img {
  margin-right: 5px;
}
/* line 353, ../sass/template.scss */
#main-header .user-area li.user-info span {
  line-height: 120%;
  float: right;
  color: #fff;
  text-decoration: none;
  width: 80%;
  position: absolute;
}

/* line 370, ../sass/template.scss */
#menu {
  width: 200px;
  float: left;
}
/* line 373, ../sass/template.scss */
#menu .btn-menu {
  height: 60px;
  width: 100px;
  line-height: 50px;
  margin-top: 14px;
  display: block;
  margin-left: 15px;
  color: #999;
}
/* line 381, ../sass/template.scss */
#menu .btn-menu img {
  /*@include transition(.3s);
  border: 1px solid #fff;
  */
  margin-top: .5rem;
  width: 30px;
}
/* line 388, ../sass/template.scss */
#menu .btn-menu span {
  float: right;
  margin-right: 15px;
}
/* line 394, ../sass/template.scss */
#menu .btn-menu:hover {
  /*img{
     @include border-radius(5px);
     @include transition(.3s);
  }*/
}
/* line 399, ../sass/template.scss */
#menu .btn-menu:hover .list-menu {
  opacity: 100;
  display: block;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 407, ../sass/template.scss */
#menu .list-menu {
  border-top: 7px solid #F89721;
  position: absolute;
  background: #FFF;
  margin: -3px 0 0;
  padding: 10px 0 5px;
  width: 200px;
  z-index: 20;
  display: none;
  opacity: 0;
  visibility: hidden;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}
/* line 418, ../sass/template.scss */
#menu .list-menu li {
  height: auto;
  display: block;
  line-height: 145%;
}
/* line 423, ../sass/template.scss */
#menu .list-menu a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  width: 100%;
  padding: .3rem 1rem;
  color: #666;
}
/* line 430, ../sass/template.scss */
#menu .list-menu a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: orange;
  color: white;
}
/* line 435, ../sass/template.scss */
#menu ul:before {
  /*
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid  $kivac-blue / 1.5;
  content:"";
  display: block;
  position: relative;
  margin: -17px 0 0 20px;
  */
}

/* line 450, ../sass/template.scss */
.space-header {
  height: 76px;
}

/* line 455, ../sass/template.scss */
.chain-hotel li {
  text-align: center;
}

/* line 460, ../sass/template.scss */
#main-footer {
  background: #999999;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
  overflow: auto;
  position: relative;
  z-index: 10;
  clear: both;
}
/* line 468, ../sass/template.scss */
#main-footer .row {
  position: relative;
}
/* line 471, ../sass/template.scss */
#main-footer p {
  font-size: 0.85rem;
  color: #FFF;
}
/* line 474, ../sass/template.scss */
#main-footer a {
  color: #fff;
  text-decoration: none;
}
/* line 480, ../sass/template.scss */
#main-footer .tags p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 485, ../sass/template.scss */
#main-footer .tags p a {
  text-transform: none;
  font-size: .7rem;
  text-decoration: underline;
  padding: 0 .2rem;
}
/* line 494, ../sass/template.scss */
#main-footer .contact-phone {
  text-align: center;
}
/* line 497, ../sass/template.scss */
#main-footer .contact-phone p {
  color: #fff;
  font-size: 1rem;
  position: relative;
}
/* line 501, ../sass/template.scss */
#main-footer .contact-phone p a {
  font-size: 120%;
}
/* line 504, ../sass/template.scss */
#main-footer .contact-phone p span {
  position: absolute;
  font-size: .7rem;
  margin: -11px 0 0 5px;
  letter-spacing: 4px;
}
/* line 513, ../sass/template.scss */
#main-footer .useful-links {
  color: #fff;
  padding: .3rem 0;
  width: 100%;
  margin: 0 auto 1rem;
}
/* line 518, ../sass/template.scss */
#main-footer .useful-links li {
  display: inline;
  list-style: none;
  margin: 0 .5rem;
  text-align: center;
}
/* line 523, ../sass/template.scss */
#main-footer .useful-links li a {
  font-size: .7rem;
  text-decoration: underline;
}
/* line 531, ../sass/template.scss */
#main-footer .redes {
  position: relative;
  padding-top: 4px;
  width: 160px;
}
/* line 536, ../sass/template.scss */
#main-footer .redes li {
  float: left;
  text-align: center;
  display: block;
  width: 33%;
  margin: 0;
}
/* line 542, ../sass/template.scss */
#main-footer .redes li a {
  width: 35px;
  height: 35px;
  display: block;
  background: #fff;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 551, ../sass/template.scss */
#main-footer .redes li a span.fa {
  padding-top: 10px;
  font-size: 19px;
}
/* line 556, ../sass/template.scss */
#main-footer .redes li a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 569, ../sass/template.scss */
.search-trip-box {
  min-height: 170px;
  padding: 1rem 0;
  z-index: 5;
  position: relative;
  background-color: #fcfcfc;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCFCFC', endColorstr='#FFEDEDED');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #ededed));
  background-image: -moz-linear-gradient(top, #fcfcfc 0%, #ededed 100%);
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #ededed 100%);
}
/* line 576, ../sass/template.scss */
.search-trip-box .fa-calendar {
  color: #FFF;
  padding-top: 6px;
  float: left;
  width: 30px;
  font-size: 25px;
  margin: 6px 0 0 10px;
}
/* line 584, ../sass/template.scss */
.search-trip-box legend {
  font-size: 1.8rem;
}
/* line 589, ../sass/template.scss */
.search-trip-box input[type="text"] {
    background: #FFF;
  font-size: 0.8rem;
  -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
/* line 594, ../sass/template.scss */
.search-trip-box input.search-trip-item {
  min-width: 125px;
  width: 150px;
  float: left;
  margin-right: 10px;
  color: #000;
}
/* line 602, ../sass/template.scss */
.search-trip-box input.destino {
  margin: 18px 10px 0 0px;
  background: #FFF url("../images/icono-pinpoint.png") no-repeat 5px 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width:250px;
}
/* line 606, ../sass/template.scss */
.search-trip-box input.destino:focus {
  background: #fff url("../images/icono-pinpoint.png") no-repeat 5px 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 250px;
}
/* line 615, ../sass/template.scss */
.search-trip-box input[type="submit"] {
  min-width: 150px;
  height: 37px;
  margin-bottom: 0; 
  border: 1px solid #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 618, ../sass/template.scss */
.search-trip-box input[type="text"].input-with-value {
  width: 250px;
  background: #fff url("../images/icono-pinpoint.png") no-repeat 5px 5px;
}
/* line 622, ../sass/template.scss */
.search-trip-box input.room {
  background: #FFF url("../images/icono-cama.png") no-repeat 5px 5px;
  width: 100%;
}
/* line 625, ../sass/template.scss */
.search-trip-box input.room:focus {
  background: #fff url("../images/icono-cama.png") no-repeat 5px 5px;
}
/* line 629, ../sass/template.scss */
.search-trip-box .huespedes {
  background: #E1E1E1 url("../images/icono-persona.png") no-repeat 5px 5px;
}
/* line 631, ../sass/template.scss */
.search-trip-box .huespedes:focus {
  background: #fff url("../images/icono-persona.png") no-repeat 5px 5px;
}
/* line 635, ../sass/template.scss */
.search-trip-box .choose-date:before {
  /*
   content: "\f073";
   font-family: 'FontAwesome';
   color: $kivac-blue;
   font-size: 25px;
   */
}
/* line 643, ../sass/template.scss */
.search-trip-box .fa-calendar, .search-trip-box input[type="submit"] {
      margin-top: 0;
    padding-top: 9px;
  
}
/* line 646, ../sass/template.scss */
.search-trip-box .choose-date, .search-trip-box .choose-rooms {
  float: left;
  width: 150px;
  margin: 0px 10px 0 0;
}
/* line 650, ../sass/template.scss */
.search-trip-box .choose-date label, .search-trip-box .choose-rooms label {
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  font-size: .75rem;
}
/* line 657, ../sass/template.scss */
.search-trip-box .choose-rooms {
  width: 270px;
}

/* line 663, ../sass/template.scss */
/*  background: url("../images/search-shadow.png") center bottom no-repeat;
  content: "";
  width: 100%;
  padding: 1rem 0 0;
  display: block;
}*/

/* line 672, ../sass/template.scss */
#kivac-home .search-trip-box:after {
  display: none;
}

/* line 677, ../sass/template.scss */
.search-trip-box-interna {
  padding: 1.5rem 0 1rem;
  min-height: 80px;
  background: #978B82;
}

/* line 683, ../sass/template.scss */
.package-detail .search-trip-box-interna {
  padding-top: 0.5rem;
}
/* line 685, ../sass/template.scss */
.package-detail .search-trip-box-interna h3 {
  font-size: 1rem;
  margin: 0;
}
/* line 689, ../sass/template.scss */
.package-detail .search-trip-box-interna hr {
  margin: 0.3rem 0 1rem;
}
/* line 694, ../sass/template.scss */
.package-detail #hotel-main {
  margin-top: 0;
}
/* line 699, ../sass/template.scss */
.package-detail .item-hotel .btn-orange {
  margin-top: 1.7rem;
}
/* line 704, ../sass/template.scss */
.package-detail .item-points {
  position: relative;
  padding: 0.5rem 0;
}

/* line 711, ../sass/template.scss */
.search-trip-more {
  background: #E1E1E1 url("../images/search-shadow.png") center top no-repeat;
  padding: 1rem 0;
  min-height: 100px;
}
/* line 715, ../sass/template.scss */
.search-trip-more h5 {
  float: left;
  width: 20%;
  text-align: center;
  font-weight: 700;
  color: #266f84;
  padding-top: 30px;
}
/* line 724, ../sass/template.scss */
.search-trip-more ul {
  width: 80%;
  float: right;
}
/* line 727, ../sass/template.scss */
.search-trip-more ul li {
  display: inline-block;
  width: 18%;
  text-align: center;
}
/* line 732, ../sass/template.scss */
.search-trip-more ul a {
  color: #266f84;
}
/* line 734, ../sass/template.scss */
.search-trip-more ul a img {
  width: 40px;
}
/* line 737, ../sass/template.scss */
.search-trip-more ul a span {
  display: block;
  font-weight: 300;
}

/*   FORMS
 ------------------------------------------------------------- */
/* line 750, ../sass/template.scss */
small.error {
  display: none;
}

/* line 755, ../sass/template.scss */
form .column:last-child, form .columns:last-child, form [class*="column"] + [class*="column"]:last-child {
  float: left;
}

/* line 760, ../sass/template.scss */
legend {
  color: #FC8A29;
  text-align: center;
  font-weight: 700;
  padding-bottom: 1rem;
  background: none;
  width: 100%;
  clear: both;
}

/* line 773, ../sass/template.scss */
label {
  color: #000;
  font-size: 0.9rem;
}

/* line 778, ../sass/template.scss */
.label-right {
  text-align: right;
}

/* line 782, ../sass/template.scss */
input[type="text"], input[type="password"], input[type="number"], input[type="email"], textarea {
  
  border: 1px solid #ccc;
  background-color: #FFF !important;
}

/* line 788, ../sass/template.scss */
textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  min-height: 150px;
  resize: vertical;
}

/* line 794, ../sass/template.scss */
input[type="submit"] {
  background: #FC8A29;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 797, ../sass/template.scss */
input[type="submit"]:hover {
  background: green;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 803, ../sass/template.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/* line 810, ../sass/template.scss */
input[type="submit"].medium {
  font-weight: 300;
}

/* line 819, ../sass/template.scss */
.form-labels-floating .custom-checkbox {
  padding: 0.5rem;
}

/* line 824, ../sass/template.scss */
.select-style {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  margin: 0;
  height: 38px;
  border: 1px solid #ccc;
  width: 90%;
  float: left;
  overflow: hidden;
  background: #E1E1E1 url("../images/icono-v.png") no-repeat 100% 50%;
}
/* line 835, ../sass/template.scss */
.select-style select {
  padding: 5px 8px;
  width: 130%;
  height: 36px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 846, ../sass/template.scss */
.select-style select option {
  color: #333;
}

/* line 853, ../sass/template.scss */
.select-style select:focus {
  outline: none;
}

/* line 858, ../sass/template.scss */
.select-float label {
  float: left;
  margin-right: 5px;
}
/* line 862, ../sass/template.scss */
.select-float .select-style {
  float: left;
  width: 75%;
}

/* line 868, ../sass/template.scss */
.select-style.select-tiny {
  width: 50%;
}

/* line 873, ../sass/template.scss */
.unselected p {
  color: #ccc;
}
/* line 876, ../sass/template.scss */
.unselected .select-style {
  background: #E1E1E1 url("../images/icono-v-gris.png") no-repeat 100% 50%;
}
/* line 878, ../sass/template.scss */
.unselected .select-style select {
  color: #7F7F7F;
}
/* line 880, ../sass/template.scss */
.unselected .select-style select option {
  color: #266f84;
}

/* line 887, ../sass/template.scss */
.custom-radio, .custom-checkbox {
  position: relative;
  padding: 1.25rem 0;
  clear: both;
}
/* line 892, ../sass/template.scss */
.custom-radio input[type="radio"], .custom-radio input[type="checkbox"], .custom-checkbox input[type="radio"], .custom-checkbox input[type="checkbox"] {
  display: none;
  opacity: 0;
  width: 1px;
}
/* line 897, ../sass/template.scss */
.custom-radio label, .custom-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 25px;
  margin: 0 15px 0 0;
}
/* line 905, ../sass/template.scss */
.custom-radio label:before, .custom-checkbox label:before {
  content: "";
  display: inline-block;
  top: 3px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  border-radius: 10px;
  border: 2px solid green;
}
/* line 921, ../sass/template.scss */
.custom-radio input[type=radio]:checked + label:before, .custom-checkbox input[type=radio]:checked + label:before {
  content: "\2022";
  background: green;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /*
    font-size: 35px;
    line-height: 24px;
    */
  text-align: center;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
}

/* line 939, ../sass/template.scss */
.custom-checkbox label:before {
  border-radius: 3px;
}
/* line 942, ../sass/template.scss */
.custom-checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 17px;
  background: green;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-align: center;
  line-height: 15px;
}

/* line 955, ../sass/template.scss */
.custom-checkbox-large input[type="checkbox"] {
  position: absolute;
}
/* line 958, ../sass/template.scss */
.custom-checkbox-large label {
  margin-bottom: 1.5rem !important;
  width: 90%;
}

/* line 965, ../sass/template.scss */
#room-guest .guest {
  padding-bottom: 2rem;
}
/* line 969, ../sass/template.scss */
#room-guest .select-style {
  width: 100px;
}

/* line 974, ../sass/template.scss */
.guest-config {
  clear: both;
}
/* line 976, ../sass/template.scss */
.guest-config .large-3 {
  text-align: right;
  padding-top: 25px;
  color: #266f84;
}
/* line 981, ../sass/template.scss */
.guest-config .children {
  float: none;
  clear: both;
  color: #7F7F7F;
}

/* line 989, ../sass/template.scss */
#form-login span {
  padding-bottom: 0.5rem;
}

/* line 994, ../sass/template.scss */
.contact {
  background: #fff url(../images/isla-fabrica.png) no-repeat bottom right;
  padding: 2rem 1rem 10px;
  margin: 0.5rem auto 1.5rem;
  border-bottom: 15px solid #266f84;
}
/* line 1001, ../sass/template.scss */
.contact form .custom-radio {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 1005, ../sass/template.scss */
.contact form .estados {
  padding-bottom: 1rem;
}

/* line 1012, ../sass/template.scss */
.register {
  padding: 2rem 1rem 1rem;
  background: #fff;
}
/* line 1016, ../sass/template.scss */
.register a {
  color: #266f84;
}
/* line 1019, ../sass/template.scss */
.register a.white {
  color: #fff;
}
/* line 1022, ../sass/template.scss */
.register a.white:hover {
  text-decoration: underline;
}

/* line 1029, ../sass/template.scss */
.estados {
  padding-bottom: 1rem;
}

/* line 1034, ../sass/template.scss */
.trip-type .trip-icon {
  margin: 0 auto 0.5rem;
  display: block;
  width: 66px;
  height: 65px;
  cursor: pointer;
  clear: both;
  background: url(../images/trip-type.png) no-repeat;
}
/* line 1043, ../sass/template.scss */
.trip-type ul li {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}
/* line 1049, ../sass/template.scss */
.trip-type a {
  color: #266f84;
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}
/* line 1054, ../sass/template.scss */
.trip-type a:hover {
  color: #2facdf;
}
/* line 1061, ../sass/template.scss */
.trip-type .btn-family {
  background-position: -84px 0;
}
/* line 1064, ../sass/template.scss */
.trip-type .btn-friends {
  background-position: -154px 0;
}
/* line 1067, ../sass/template.scss */
.trip-type .btn-business {
  background-position: -223px 0;
}
/* line 1070, ../sass/template.scss */
.trip-type .active {
  /*color: #2facdf;*/
}
/* line 1072, ../sass/template.scss */
.trip-type .active .btn-romance {
  background-position: 0 -65px;
}
/* line 1075, ../sass/template.scss */
.trip-type .active .btn-family {
  background-position: -84px -65px;
}
/* line 1078, ../sass/template.scss */
.trip-type .active .btn-friends {
  background-position: -154px -65px;
}
/* line 1081, ../sass/template.scss */
.trip-type .active .btn-business {
  background-position: -223px -65px;
}

/*   MODAL
 ------------------------------------------------------------- */
/* line 1089, ../sass/template.scss */
.white-popup {
  position: relative;
  background: #fff;
  padding: 1rem;
  width: auto;
  min-height: 200px;
  max-width: 500px;
  margin: 1rem auto;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* line 1101, ../sass/template.scss */
.white-popup-large {
  max-width: 700px;
}

/* line 1105, ../sass/template.scss */
.title-modal {
  text-transform: none;
  font-weight: 300;
  text-align: center;
  color: #666666;
}

/* line 1112, ../sass/template.scss */
.minititle-modal {
  font-size: 1.3rem;
}

/* line 1116, ../sass/template.scss */
.privacy-modal {
  height: 500px;
  overflow: hidden;
}

/**login-modal**/
/* line 1122, ../sass/template.scss */
.info-create-account {
  text-align: center;
}
/* line 1124, ../sass/template.scss */
.info-create-account p {
  margin: 1rem 0;
}

/* line 1129, ../sass/template.scss */
.clear {
  clear: both;
}

/*.*/
/* line 1134, ../sass/template.scss */
.clearing-blackout {
  background: rgba(255, 255, 255, 0.7);
}
/* line 1137, ../sass/template.scss */
.clearing-blackout .clearing-container .visible-img, .clearing-blackout .clearing-container .carousel {
  background: rgba(255, 255, 255, 0.7);
}

/* line 1143, ../sass/template.scss */
.clearing-featured-img {
  max-width: 100%;
}

/* line 1147, ../sass/template.scss */
.clearing-caption, .clearing-close {
  color: #266f84;
}

/* line 1152, ../sass/template.scss */
.clearing-caption {
  background: none;
  text-align: center !important;
}

/* line 1157, ../sass/template.scss */
.clearing-main-prev > span {
  border-color: transparent #266f84 transparent transparent;
}

/* line 1161, ../sass/template.scss */
.clearing-main-next > span {
  border-color: transparent transparent transparent #266f84;
}

/* line 1165, ../sass/template.scss */
.clearing-assembled .clearing-container .carousel > ul {
  width: auto !important;
}

/*   TABLAS
 ------------------------------------------------------------- */
/* line 1171, ../sass/template.scss */
table th {
  font-weight: bold;
}

/* line 1175, ../sass/template.scss */
table td, table th {
  padding: 9px 10px;
  text-align: left;
}

/* line 1180, ../sass/template.scss */
table.responsive {
  width: 100%;
}
/* line 1182, ../sass/template.scss */
table.responsive th {
  background: #E1E1E1;
  color: #266f84;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  /* line 1191, ../sass/template.scss */
  table.responsive {
    margin-bottom: 0;
  }

  /* line 1195, ../sass/template.scss */
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  /* line 1206, ../sass/template.scss */
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  /* line 1211, ../sass/template.scss */
  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  /* line 1214, ../sass/template.scss */
  .pinned td:last-child {
    border-bottom: 0;
  }

  /* line 1218, ../sass/template.scss */
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  /* line 1224, ../sass/template.scss */
  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  /* line 1227, ../sass/template.scss */
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  /* line 1232, ../sass/template.scss */
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  /* line 1237, ../sass/template.scss */
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
/* line 1243, ../sass/template.scss */
table.food {
  border: 1px solid #E1E1E1;
  margin: 0.5rem 0;
}

/* line 1248, ../sass/template.scss */
table.no-border {
  border: 0 !important;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  /* line 1255, ../sass/template.scss */
  table.responsive {
    margin-bottom: 0;
  }

  /* line 1259, ../sass/template.scss */
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  /* line 1270, ../sass/template.scss */
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  /* line 1275, ../sass/template.scss */
  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  /* line 1278, ../sass/template.scss */
  .pinned td:last-child {
    border-bottom: 0;
  }

  /* line 1282, ../sass/template.scss */
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  /* line 1288, ../sass/template.scss */
  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  /* line 1291, ../sass/template.scss */
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  /* line 1296, ../sass/template.scss */
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  /* line 1301, ../sass/template.scss */
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
/*   BOTONES y LINKS
 ------------------------------------------------------------- */
/* line 1309, ../sass/template.scss */
.link-blue {
  padding-top: 10px;
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 1313, ../sass/template.scss */
.link-blue:hover {
  color: green;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 1319, ../sass/template.scss */
.center.button {
  display: block;
}

/* line 1323, ../sass/template.scss */
.medium {
  font-size: 1.2rem;
  font-weight: 300;
}

/* line 1328, ../sass/template.scss */
button, .button, .btn-light-blue {
  background: #FC8A29;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
/* line 1330, ../sass/template.scss */
button:hover, .button:hover, .btn-light-blue:hover {
  background: green;
}

/* line 1335, ../sass/template.scss */
.btn-orange {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #FC8A29;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
/* line 1338, ../sass/template.scss */
.btn-orange:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: green;
}

/* line 1344, ../sass/template.scss */
.btn-green {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #72c320;
}
/* line 1347, ../sass/template.scss */
.btn-green:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #468519;
}

/* line 1353, ../sass/template.scss */
.btn-facebook {
  background: #2f5f9e;
}
/* line 1356, ../sass/template.scss */
.btn-facebook:hover {
  background: #2f5f9e;
}

/* line 1362, ../sass/template.scss */
.btn-contact {
  width: 320px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6;
}
/* line 1369, ../sass/template.scss */
.btn-contact .btn-cta {
  background: #266f84;
  padding: .3rem .5rem;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: -4px 0px 0px rgba(0, 0, 0, 0.2);
  margin-left: 5px;
  display: block;
  width: 47%;
  float: right;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 1385, ../sass/template.scss */
.btn-contact .btn-cta img {
  padding-right: 10px;
}
/* line 1389, ../sass/template.scss */
.btn-contact .btn-cta:hover {
  /*background: #2facdf;*/
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 1395, ../sass/template.scss */
.btn-contact-footer {
  position: relative;
  float: right;
}

/*   validaciones
 ------------------------------------------------------------- */
/* line 1403, ../sass/template.scss */
.validate-errors {
  clear: both;
}
/* line 1405, ../sass/template.scss */
.validate-errors li {
  list-style-type: disc;
  color: #C60F13;
  font-size: 0.8rem;
  display: list-item;
  float: left;
  padding-left: 10px;
  margin-right: 25px;
}

/* line 1417, ../sass/template.scss */
.input-error {
  color: #C60F13;
  font-size: 0.8rem;
  clear: both;
}

/* line 1423, ../sass/template.scss */
input.error-field {
  border-color: #C60F13;
  background: #fff;
  box-shadow: 0 0 5px #C60F13;
}

/*
.hvr-sweep-to-right {
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;


    &:hover:before, &:focus:before,  &:active:before {
      transform: scaleX(1);
    }
    &:before{
      background: none repeat scroll 0 0 $kivac-blue;
      border-radius: 1000px;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      transform: scaleX(0);
      transform-origin: 0 50% 0;
      transition-duration: 0.3s;
      transition-property: transform;
      transition-timing-function: ease-out;
      z-index: -1;
  }
}
[class^="hvr-"] {
    background: none repeat scroll 0 0 $orange;
    cursor: pointer;
    margin: 0.4em;
    padding: 1em;
    text-decoration: none;
}

*/
/*   HOME
 ------------------------------------------------------------- */
/* line 1475, ../sass/template.scss */
.masonry {
  background: #EEE;
  max-width: 100%;
}

/* line 1480, ../sass/template.scss */
.item, .grid-item {
  float: left;
  position: relative;
  line-height: 1em;
  width: 100%;
}

/* line 1488, ../sass/template.scss */
.item:hover .overlay, .grid-item:hover .overlay {
  position: absolute;
  display: block;
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 1494, ../sass/template.scss */
.item:hover .overlay .description, .grid-item:hover .overlay .description {
  opacity: 1;
}

/* line 1500, ../sass/template.scss */
.image {
  max-width: 100%;
  margin: 0;
  display: block;
}

/* line 1506, ../sass/template.scss */
.image:after {
  clear: both;
}

/* line 1510, ../sass/template.scss */
.overlay {
  width: 100%;
  height: 100%;
  background-color: #2fb4e5;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2FB4E5', endColorstr='#FF03BC42');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmYjRlNSIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwM2JjNDIiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(47, 180, 229, 0.5)), color-stop(100%, rgba(3, 188, 66, 0.5)));
  background-image: -moz-linear-gradient(top, rgba(47, 180, 229, 0.5) 0%, rgba(3, 188, 66, 0.5) 100%);
  background-image: -webkit-linear-gradient(top, rgba(47, 180, 229, 0.5) 0%, rgba(3, 188, 66, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(47, 180, 229, 0.5) 0%, rgba(3, 188, 66, 0.5) 100%);
  top: 200px;
  left: 0;
  text-decoration: none;
  color: #fff;
  opacity: 0;
}
/* line 1520, ../sass/template.scss */
.overlay .title {
  text-align: center;
  font-size: 30px;
}
/* line 1526, ../sass/template.scss */
.overlay .description {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 90%;
  margin: 0;
  opacity: 0;
}
/* line 1534, ../sass/template.scss */
.overlay .description .likes {
  bottom: 0.5rem;
  background: url(../images/icono-corazon.png) no-repeat center left;
  width: 50px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}
/* line 1542, ../sass/template.scss */
.overlay .description p {
  margin: 20px;
  font-size: 0.85rem;
  text-align: center;
  color: #fff;
}
/* line 1549, ../sass/template.scss */
.overlay .btn-orange {
  display: none;
}

/*********/
/* line 1556, ../sass/template.scss */
#grid {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  font-size: 25px;
  color: #eaeaea;
}

/* line 1568, ../sass/template.scss */
.box {
  background-color: #266f84;
  box-shadow: 0px 0px 1px #222;
  float: left;
  position: relative;
}

/* line 1575, ../sass/template.scss */
#fillers {
  display: none;
}

/* line 1579, ../sass/template.scss */
.fillerBox {
  background-color: #751e11;
  box-shadow: 0px 0px 1px #222;
  float: left;
  position: relative;
}

/* line 1586, ../sass/template.scss */
.grid-sizer {
  width: 20%;
}

/* line 1590, ../sass/template.scss */
.grid-item, .item {
  width: 20%;
  float: left;
}

/* line 1595, ../sass/template.scss */
.w2 {
  width: 40%;
  float: left;
}
/* line 1598, ../sass/template.scss */
.w2 .image {
  width: 100%;
  display: block;
}

/* line 1605, ../sass/template.scss */
.packery {
  background: #FDD;
  background: rgba(204, 153, 0, 0.2);
}

/* clearfix */
/* line 1611, ../sass/template.scss */
.packery:after {
  content: ' ';
  display: block;
  clear: both;
}

/*   Guia de estilos
 ------------------------------------------------------------- */
/* line 1619, ../sass/template.scss */
.alpha {
  padding-left: 0;
}

/* line 1623, ../sass/template.scss */
.omega {
  padding-right: 0;
}

/* line 1627, ../sass/template.scss */
h1, h2, h3, h4, h5, h6, h7 {
  color: #666;
  font-weight: 700;
  line-height: 150%;
  margin: 0.3rem 0 0.5rem;
}

/* line 1634, ../sass/template.scss */
h1 {
  font-size: 2rem;
  margin: 0.3rem 0 0.5rem;
}

/* line 1639, ../sass/template.scss */
h2 {
  font-size: 1.50rem;
}

/* line 1644, ../sass/template.scss */
h3 {
  font-size: 1.35rem;
}

/* line 1648, ../sass/template.scss */
h4 {
  font-size: 1.25rem;
}

/* line 1652, ../sass/template.scss */
h5 {
  font-size: 1rem;
}

/* line 1656, ../sass/template.scss */
h6 {
  font-size: 0.95rem;
}

/* line 1660, ../sass/template.scss */
h7 {
  font-size: 1rem;
}
@media (min-width: 300px) and (max-width: 599px) {
  /* line 1660, ../sass/template.scss */
  h7 {
    height: auto;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  /* line 1660, ../sass/template.scss */
  h7 {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 1660, ../sass/template.scss */
  h7 {
    height: 50px;
    display: block;
  }
}
@media (min-width: 1025px) {
  /* line 1660, ../sass/template.scss */
  h7 {
    height: 50px;
    display: block;
  }
}

/* line 1683, ../sass/template.scss */
p {
  color: #999999;
}
/* line 1685, ../sass/template.scss */
p > a {
  color: #2facdf;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 1689, ../sass/template.scss */
p > a:hover {
  color: #FC8A29;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 1695, ../sass/template.scss */
p.p_spaced {
  height: 60px;
}

/* line 1700, ../sass/template.scss */
code {
  font-size: 0.9rem;
}
/* line 1702, ../sass/template.scss */
code > p {
  color: #E1E1E1;
}

/* line 1709, ../sass/template.scss */
ul li, ol li {
  font-size: 0.85rem;
  color: #999;
}

/* line 1716, ../sass/template.scss */
dl dd {
  font-size: 0.85rem;
}

/* line 1721, ../sass/template.scss */
ul.bullets, ol.bullets {
  padding: 1rem 0 1rem 1rem;
  float: left;
}
/* line 1724, ../sass/template.scss */
ul.bullets li, ol.bullets li {
  list-style: disc;
  color: #266f84;
  font-size: 0.85rem;
}

/* line 1733, ../sass/template.scss */
ol.bullets li {
  list-style: none;
  list-style-type: arabic;
}

/*******/
/* line 1740, ../sass/template.scss */
.the-title {
  color: #FC8A29;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
}
/* line 1744, ../sass/template.scss */
.the-title img {
  margin-right: 0.5rem;
}

/* line 1749, ../sass/template.scss */
.the-subtitle {
  font-weight: 700;
  overflow: hidden;
  color: #FC8A29;
  font-size: 1.2rem;
}

/* line 1756, ../sass/template.scss */
.circle {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  border: 1px solid #266f84;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 1766, ../sass/template.scss */
.breadcrumb {
  color: #266f84;
  margin: 1rem 0;
  clear: both;
  overflow: hidden;
}
/* line 1771, ../sass/template.scss */
.breadcrumb a {
  color: #999;
  text-decoration: underline;
  padding-right: 10px;
}
/* line 1775, ../sass/template.scss */
.breadcrumb a:hover {
  color: #666;
}
/* line 1779, ../sass/template.scss */
.breadcrumb li {
  display: block;
  float: left;
  padding-right: 10px;
}

/* line 1786, ../sass/template.scss */
hr.blue {
  border-color: #266f84;
}

/* line 1790, ../sass/template.scss */
.blue {
  /*color: #266f84;*/
}

/* line 1794, ../sass/template.scss */
.bg_blue {
  background-color: #2facdf;
  font-size: 18px;
  padding: 10px;
}

/* line 1800, ../sass/template.scss */
.light-blue {
  /*color: #2facdf;*/
  color: #E1E1E1;
}

/* line 1804, ../sass/template.scss */
.orange {
  color: #FC8A29;
}

/* line 1808, ../sass/template.scss */
.white {
  color: #fff;
}

/* line 1812, ../sass/template.scss */
.base, p.base {
  color: #333;
}

/* line 1816, ../sass/template.scss */
.panel {
  border: 0;
  position: relative;
}
/* line 1819, ../sass/template.scss */
.panel h3 {
  color: #fff;
}
/* line 1822, ../sass/template.scss */
.panel p {
  color: #999;
}
/* line 1825, ../sass/template.scss */
.panel p.base {
  color: #333;
}
/* line 1828, ../sass/template.scss */
.panel p > a {
  color: #fff;
}
/* line 1830, ../sass/template.scss */
.panel p > a:hover {
  color: #fff;
}

/* line 1836, ../sass/template.scss */
.panel-blue {
  background: #e1e2e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 1840, ../sass/template.scss */
.panel-lightblue {
  background: #2facdf;
}

/* line 1844, ../sass/template.scss */
.panel-yellow {
  background: #F6B73B;
  overflow: auto;
}
/* line 1847, ../sass/template.scss */
.panel-yellow .btn-orange {
  margin: 0;
}

/* line 1852, ../sass/template.scss */
.panel-orange {
  background: #FC8A29;
}
/* line 1854, ../sass/template.scss */
.panel-orange a {
  text-decoration: underline;
}

/* line 1859, ../sass/template.scss */
.panel-gray, .panel-white {
  background: #E1E1E1;
}
/* line 1861, ../sass/template.scss */
.panel-gray h3, .panel-gray p, .panel-gray h5, .panel-white h3, .panel-white p, .panel-white h5 {
  color: #666;
}
/* line 1864, ../sass/template.scss */
.panel-gray p > a, .panel-white p > a {
  color: #2facdf;
}
/* line 1866, ../sass/template.scss */
.panel-gray p > a:hover, .panel-white p > a:hover {
  color: #FC8A29;
}

/* line 1873, ../sass/template.scss */
.panel-white {
  background: #fff;
}

/* line 1878, ../sass/template.scss */
.alert p {
  color: #fff;
}

/* line 1883, ../sass/template.scss */
.iframe-content {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin: 1rem 0;
}
/* line 1889, ../sass/template.scss */
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 1898, ../sass/template.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 1904, ../sass/template.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1913, ../sass/template.scss */
.the-kivac-video {
  position: relative;
  overflow: hidden;
}
/* line 1918, ../sass/template.scss */
.the-kivac-video video {
  max-width: 100%;
  height: auto;
}

/*   HOTEL
 ------------------------------------------------------------- */
/* line 1926, ../sass/template.scss */
.hideContent {
  overflow: hidden;
  line-height: 1em;
  height: 2em;
}

/* line 1932, ../sass/template.scss */
.showContent {
  line-height: 1em;
  height: auto;
}

/* line 1937, ../sass/template.scss */
.rating, .icons {
  margin: 1rem 0;
}

/* line 1942, ../sass/template.scss */
.stars li {
  display: inline;
}
/* line 1945, ../sass/template.scss */
.stars .fa-star {
  color: #F89721;
}

/* line 1951, ../sass/template.scss */
.hotel-icons li {
  display: inline;
}

/* line 1956, ../sass/template.scss */
.item-hotel {
  clear: both;
  padding: 1rem 0 0;
  margin-bottom: 1rem;
  position: relative;
}
/* line 1961, ../sass/template.scss */
.item-hotel h2 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 110%;
}
/* line 1965, ../sass/template.scss */
.item-hotel h2 a {
  color: #F89721;
}
/* line 1969, ../sass/template.scss */
.item-hotel address {
  padding: 0.5rem 0 1rem;
}
/* line 1972, ../sass/template.scss */
.item-hotel .item-hotel-info {
  float: left;
  width: 50%;
}
/* line 1976, ../sass/template.scss */
.item-hotel .item-hotel-thumb {
  display: block;
  float: left;
  width: 250px;
  height: 165px;
  overflow: hidden;
  position: relative;
  margin: 0rem 1rem 1rem 0;
  border: none;
}
/* line 1986, ../sass/template.scss */
.item-hotel .item-hotel-thumb h3 a {
  color: #266f84;
}
/* line 1989, ../sass/template.scss */
.item-hotel .item-hotel-thumb:hover img {
  cursor: pointer;
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 1994, ../sass/template.scss */
.item-hotel .item-hotel-thumb img {
  max-width: 100%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 2003, ../sass/template.scss */
.item-points {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 170px;
}
/* line 2008, ../sass/template.scss */
.item-points p {
  color: #7F7F7F;
  text-align: center;
}
/* line 2012, ../sass/template.scss */
.item-points strong {
  font-size: 200%;
  padding-left: 0.5rem;
}
/* line 2016, ../sass/template.scss */
.item-points .button {
  margin: 0 auto;
  width: 90%;
  display: block;
  float: none;
}

/* line 2028, ../sass/template.scss */
.not-available .item-hotel-thumb:after {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7) url("../images/iconos_new/Web-Icon-No.png") no-repeat top center;
  content: "";
}
/* line 2037, ../sass/template.scss */
.not-available .item-hotel-info strong {
  padding: 1.0rem 0 0;
}

/* line 2043, ../sass/template.scss */
.nuevos-hoteles .item-hotel-thumb:after {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  background: url("../images/iconos_new/Web-Icon-Nuevo.png") no-repeat top right;
  content: "";
}

/* line 2055, ../sass/template.scss */
.favoritos-hoteles .item-hotel-thumb:after {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  background: url("../images/iconos_new/Web-Icon-Favorito.png") no-repeat top right;
  content: "";
}

/* line 2067, ../sass/template.scss */
.promocion-hoteles .item-hotel-thumb:after {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  background: url("../images/iconos_new/Web-Icon-Promocion.png") no-repeat top right;
  content: "";
}

/* line 2078, ../sass/template.scss */
aside {
  position: relative;
}
/* line 2080, ../sass/template.scss */
aside .panel {
  padding: 0.5rem 1.25rem;
  margin-bottom: 0.5rem;
}

/* line 2087, ../sass/template.scss */
.travelers-faces {
  margin: 1rem 0 0;
}
/* line 2089, ../sass/template.scss */
.travelers-faces li {
  display: inline-block;
}

/* line 2095, ../sass/template.scss */
.destination .mCustomScrollBox {
  width: 100%;
}

/* line 2100, ../sass/template.scss */
.visible-img img {
  width: auto;
  margin: auto !important;
  /* !important to overwrite negative margin-left and margin-top foundation js gives for images in clearing*/
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* line 2109, ../sass/template.scss */
.destination-gallery {
  padding-bottom: 2rem;
}
/* line 2111, ../sass/template.scss */
.destination-gallery ul {
  width: 100%;
}
/* line 2114, ../sass/template.scss */
.destination-gallery ul li {
  width: 25%;
  overflow: hidden;
  display: block;
  float: left;
  font-size: 0px;
  line-height: 1;
  margin: 0;
}
/* line 2123, ../sass/template.scss */
.destination-gallery ul a {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 2127, ../sass/template.scss */
.destination-gallery ul a:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/* line 2134, ../sass/template.scss */
.destination-gallery ul img {
  max-width: 100%;
  width: 100%;
}

/* line 2141, ../sass/template.scss */
#tip-container-hotel {
  height: 400px;
  overflow: hidden;
}

/*
#tip-container-destination{
    height: 600px;
    overflow: hidden;
    @include gradient-blue;
    @extend .gradient-border-yellow;
    padding: 0.75rem 0.5rem 1.5rem;
  }
  Nueva versión con Ali (junio 2015)
*/
/* line 2157, ../sass/template.scss */
#tip-container-destination {
  height: 600px;
  overflow: hidden;
  clear: both;
  background: #fff;
  padding: 0.75rem 0.5rem 1.5rem;
}

/* line 2166, ../sass/template.scss */
.tips {
  padding: 0;
}
/* line 2168, ../sass/template.scss */
.tips .the-subtitle, .tips .section-title {
  margin-bottom: 0;
  width: 100%;
  float: left;
}
/* line 2175, ../sass/template.scss */
.tips #btn-write-tip {
  margin-bottom: 0.5rem;
  background: #266f84;
}
/* line 2179, ../sass/template.scss */
.tips ul {
  height: auto;
  display: block;
  position: relative;
  width: 100%;
  padding: 0 1rem 1rem;
}
/* line 2187, ../sass/template.scss */
.tips ul li {
  padding: 0rem 0 0;
  overflow: auto;
}
/* line 2191, ../sass/template.scss */
.tips ul li:last-child {
  border: 0;
}
/* line 2195, ../sass/template.scss */
.tips .image-circular {
  margin-right: 0.5rem;
}
/* line 2198, ../sass/template.scss */
.tips .tip-info {
  /*width: 80%;
  float: left;
  */
  border-bottom: 1px solid #266f84;
  padding: 1rem 0;
}
/* line 2204, ../sass/template.scss */
.tips .tip-info p {
  font-size: 0.8rem;
  color: #333;
  text-align: justify;
}
/* line 2214, ../sass/template.scss */
.tips .tip-user {
  padding: 0.5rem 0;
  line-height: 150%;
}
/* line 2217, ../sass/template.scss */
.tips .tip-user a {
  color: #2facdf;
}
/* line 2220, ../sass/template.scss */
.tips .tip-user time {
  font-size: 0.65rem;
  text-transform: uppercase;
}
/* line 2224, ../sass/template.scss */
.tips .tip-user .fa {
  font-size: 1.2rem;
  color: #266f84;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 2228, ../sass/template.scss */
.tips .tip-user .fa:hover {
  color: #2facdf;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*   LOADER
 ------------------------------------------------------------- */
/* line 2238, ../sass/template.scss */
.preloading {
  text-align: center;
  position: relative;
}

/* line 2243, ../sass/template.scss */
.cube {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: relative;
}

/* line 2250, ../sass/template.scss */
.cube div {
  position: absolute;
  font-size: 0;
}

/* line 2255, ../sass/template.scss */
.cube i {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 2263, ../sass/template.scss */
.cube .front {
  transform: translateZ(45px);
}

/* line 2267, ../sass/template.scss */
.cube .left {
  transform: rotateY(90deg) translate3d(5px, 0, -40px);
}

/* line 2271, ../sass/template.scss */
.cube .bottom {
  transform: rotateX(90deg) translate3d(0, 5px, -45px);
}

/* line 2275, ../sass/template.scss */
.cube .right {
  transform: rotateY(90deg) translateZ(45px);
}

/* line 2279, ../sass/template.scss */
.cube .top {
  transform: rotateX(90deg) translatez(45px);
}

/* line 2283, ../sass/template.scss */
.cube .ani1 {
  top: 60px;
  width: 90px;
  height: 30px;
  transform-style: preserve-3d;
  animation: 2s ease-in-out 0s normal none infinite running cube-ani1, 2s steps(1, end) 0s normal none infinite running cube-ani5;
}

/* line 2292, ../sass/template.scss */
.cube .ani1 .front i:nth-child(1) {
  background: #00b3a0;
}

/* line 2296, ../sass/template.scss */
.cube .ani1 .front i:nth-child(2) {
  background: #fff;
}

/* line 2300, ../sass/template.scss */
.cube .ani1 .front i:nth-child(3) {
  background: #FC8A29;
}

/* line 2304, ../sass/template.scss */
.cube .ani1 .left i:nth-child(1) {
  background: #FC8A29;
}

/* line 2308, ../sass/template.scss */
.cube .ani1 .left i:nth-child(2) {
  background: #F6B73B;
}

/* line 2312, ../sass/template.scss */
.cube .ani1 .left i:nth-child(3) {
  background: #2facdf;
}

@keyframes cube-ani1 {
  25%, 100% {
    transform: rotateY(90deg);
  }
}
/* line 2322, ../sass/template.scss */
.cube .ani2 {
  opacity: 0;
  left: 30px;
  width: 30px;
  height: 90px;
  transform-style: preserve-3d;
  animation: cube-ani2 2s ease-in-out infinite, cube-ani5 2s steps(1) 0.5s infinite;
}

/* line 2332, ../sass/template.scss */
.cube .ani2 .front i:nth-child(1) {
  background: #00b3a0;
}

/* line 2336, ../sass/template.scss */
.cube .ani2 .front i:nth-child(2) {
  background: #00b3a0;
}

/* line 2340, ../sass/template.scss */
.cube .ani2 .front i:nth-child(3) {
  background: #F6B73B;
}

/* line 2344, ../sass/template.scss */
.cube .ani2 .bottom i:nth-child(1) {
  background: #fff;
}

/* line 2348, ../sass/template.scss */
.cube .ani2 .bottom i:nth-child(2) {
  background: #FC8A29;
}

/* line 2352, ../sass/template.scss */
.cube .ani2 .bottom i:nth-child(3) {
  background: #00b3a0;
}

@keyframes cube-ani2 {
  25% {
    transform: rotateX(0);
  }
  50%, 100% {
    transform: rotateX(90deg);
  }
}
/* line 2365, ../sass/template.scss */
.cube .ani3 {
  opacity: 0;
  top: 30px;
  left: 0;
  width: 90px;
  height: 30px;
  transform-style: preserve-3d;
  animation: cube-ani3 2s ease-in-out infinite, cube-ani5 2s steps(1) 1s infinite;
}

/* line 2376, ../sass/template.scss */
.cube .ani3 .front i:nth-child(1) {
  background: #2facdf;
}

/* line 2381, ../sass/template.scss */
.cube .ani3 .front i:nth-child(2) {
  background: #FC8A29;
}

/* line 2385, ../sass/template.scss */
.cube .ani3 .front i:nth-child(3) {
  background: #2facdf;
}

/* line 2389, ../sass/template.scss */
.cube .ani3 .right i:nth-child(1) {
  background: #F6B73B;
}

/* line 2393, ../sass/template.scss */
.cube .ani3 .right i:nth-child(2) {
  background: #00b39f;
}

/* line 2397, ../sass/template.scss */
.cube .ani3 .right i:nth-child(3) {
  background: #2facdf;
}

@keyframes cube-ani3 {
  50% {
    transform: rotateY(0);
  }
  75%, 100% {
    transform: rotateY(-90deg);
  }
}
/* line 2410, ../sass/template.scss */
.cube .ani4 {
  opacity: 0;
  top: 0px;
  left: 0;
  width: 30px;
  height: 90px;
  transform-style: preserve-3d;
  animation: cube-ani4 2s ease-in-out infinite, cube-ani5 2s steps(1) 1.5s infinite;
}

/* line 2421, ../sass/template.scss */
.cube .ani4 .front i:nth-child(1) {
  background: #F6B73B;
}

/* line 2425, ../sass/template.scss */
.cube .ani4 .front i:nth-child(2) {
  background: #F6B73B;
}

/* line 2429, ../sass/template.scss */
.cube .ani4 .front i:nth-child(3) {
  background: #2facdf;
}

/* line 2433, ../sass/template.scss */
.cube .ani4 .top i:nth-child(1) {
  background: #F6B73B;
}

/* line 2437, ../sass/template.scss */
.cube .ani4 .top i:nth-child(2) {
  background: #00aacf;
}

/* line 2441, ../sass/template.scss */
.cube .ani4 .top i:nth-child(3) {
  background: #00b3a0;
}

@keyframes cube-ani4 {
  75% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@keyframes cube-ani5 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
}
/* line 2469, ../sass/template.scss */
.cube .shadow {
  width: 25px;
  height: 25px;
  background: #F6B73B;
  animation: cube-ani6 2s steps(1) infinite;
}

@keyframes cube-ani6 {
  0% {
    box-shadow: 30px 0px 0 #00b3a0, 60px 0px 0 #fff, 0px 30px 0 #00aacf, 30px 30px 0 #00b39f, 60px 30px 0 #00aacf;
  }
  25% {
    background: #F6B73B;
    box-shadow: 60px 0px 0 #fff, 0px 30px 0 #00aacf, 60px 30px 0 #00aacf, 0px 60px 0 #00aacf, 60px 60px 0 #FC8A29;
  }
  50% {
    background: #F6B73B;
    box-shadow: 30px 0 0 #00b3a0, 60px 0 0 #fff, 0px 60px 0 #00aacf, 30px 60px 0 #fff, 60px 60px 0 #FC8A29;
  }
  75% {
    background: transparent;
    box-shadow: 30px 0 0 #00b3a0, 60px 0 0 #fff, 30px 30px 0 #00b3a0, 60px 30px 0 #00aacf, 30px 60px 0 #fff, 60px 60px 0 #FC8A29;
  }
}
/*   MAIN HOTEL
 ------------------------------------------------------------- */
/* line 2514, ../sass/template.scss */
.active {
  display: block !important;
}

/* line 2518, ../sass/template.scss */
.background-white {
  background: #fff;
}

/* line 2522, ../sass/template.scss */
.the-destination {
  overflow: hidden;
}
/* line 2525, ../sass/template.scss */
.the-destination .stars .fa-star {
  font-size: 1.5rem;
}

/* line 2530, ../sass/template.scss */
#hotel-main {
  background: #E1E1E1;
  padding: 1rem 0 0;
  margin: 1rem 0 0;
  /* &:after{
       background: url("../images/search-shadow.png") no-repeat center bottom;
       display: block;
       width: 100%;
       height: 20px;
       content:"";
   }
   */
}
/* line 2534, ../sass/template.scss */
#hotel-main .tips {
  overflow: auto;
  float: left;
  width: 100%;
  margin: 1rem 0;
}

/* line 2551, ../sass/template.scss */
.actividades-sect {
  background-color: white;
}

/* line 2554, ../sass/template.scss */
.h3-actividades {
  cursor: pointer;
}

/* line 2557, ../sass/template.scss */
.over-actividades-pts {
  background-color: #266f84;
  color: #E1E1E1;
}

/* line 2564, ../sass/template.scss */
.traslados-sect {
  background-color: white;
}

/* line 2567, ../sass/template.scss */
.h3-traslados {
  cursor: pointer;
}

/* line 2570, ../sass/template.scss */
.over-traslados-pts {
  background-color: #266f84;
  color: #E1E1E1;
}

/* line 2580, ../sass/template.scss */
.the-hotel .shadow {
  margin-top: 0;
}

/* line 2584, ../sass/template.scss */
.hotel-gallery {
  height: 290px;
  /*margin: 1rem 0 0;*/
  overflow: hidden;
  width: 100%;
  border: none;
}
/* line 2594, ../sass/template.scss */
.hotel-gallery .clearing-featured-img {
  margin: 0;
}
/* line 2599, ../sass/template.scss */
.hotel-gallery a img {
  display: block;
     position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
}

/* line 2605, ../sass/template.scss */
.gallery-content {
  position: relative;
  /*
  &:after{
    background: url("../images/icono-ver-mas.png") no-repeat center center;
    display: block;
    width: 33px;
    height: 35px;
    content:"";
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  */
}
/* line 2607, ../sass/template.scss */
.gallery-content a:hover {
  cursor: pointer;
}
/* line 2622, ../sass/template.scss */
.gallery-content li.clearing-featured-img:after {
  background: url("../images/icono-ver-mas.png") no-repeat center center;
  display: block;
  width: 33px;
  height: 35px;
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

/* line 2636, ../sass/template.scss */
#trip-available {
background: #888;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-size: 100% 4px, 100% 4px;
}
#trip-available p{
  color: #FFF;
}

/* line 2646, ../sass/template.scss */
.accordion-hotel a {
  width: 200px;
  color: #266f84 !important;
  background: #fff;
}
/* line 2651, ../sass/template.scss */
.accordion-hotel .content {
  overflow: auto;
}
/* line 2654, ../sass/template.scss */
.accordion-hotel .active a {
  background: #fff;
}
/* line 2660, ../sass/template.scss */
.accordion-hotel .accordion-navigation {
  position: relative;
  width: 30%;
  float: left;
}
/* line 2664, ../sass/template.scss */
.accordion-hotel .accordion-navigation .tabs-hotel {
  position: relative;
}
/* line 2667, ../sass/template.scss */
.accordion-hotel .accordion-navigation .absolute {
  position: absolute;
  left: 0;
  top: 50px;
}

/* line 2675, ../sass/template.scss */
.cta-hotel {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 2682, ../sass/template.scss */
.cta-hotel .medium-8 p {
  text-align: justify;
}

/* line 2688, ../sass/template.scss */
.cta-phase-1 {
  position: absolute;
  margin-bottom: 0;
  right: 12px;
  top: 10px;
  height: 36px;
}

/* line 2696, ../sass/template.scss */
#hotel-main {
  position: relative;
}
/* line 2699, ../sass/template.scss */
#hotel-main #more-info {
  font-size: 0.9rem;
}
/* line 2701, ../sass/template.scss */
#hotel-main #more-info p {
  color: #7F7F7F;
}
/* line 2703, ../sass/template.scss */
#hotel-main #more-info p strong {
  color: #266f84;
}
/* line 2708, ../sass/template.scss */
#hotel-main .tabs-hotel {
  width: 100%;
}
/* line 2710, ../sass/template.scss */
#hotel-main .tabs-hotel .content {
  padding: 1rem;
  background: #fff;
  color: #266f84;
  overflow: hidden;
}
/* line 2715, ../sass/template.scss */
#hotel-main .tabs-hotel .content p {
  text-align: justify;
}
/* line 2720, ../sass/template.scss */
#hotel-main .tab-title {
  /*
  a:after{
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-left: 10px;
  }
  */
}
/* line 2721, ../sass/template.scss */
#hotel-main .tab-title a {
  color: green;
}
#hotel-main .tab-title a:hover {
  color: white;
  background: green;
}
/* line 2724, ../sass/template.scss */
#hotel-main .tab-title a .fa {
  padding-left: 10px;
}
/* line 2728, ../sass/template.scss */
#hotel-main .tab-title a.active {
  background: #fff;
}
/* line 2744, ../sass/template.scss */
#hotel-main .tab-title.active {
  background: #fff;
}
/* line 2747, ../sass/template.scss */
#hotel-main .tips ul {
  background: #fff;
  height: auto;
}
/* line 2750, ../sass/template.scss */
#hotel-main .tips ul li {
  width: 50%;
  padding: 0 2%;
  float: left;
}
/* line 2756, ../sass/template.scss */
#hotel-main .tips ul .tip-info p, #hotel-main .tips ul .tip-info a {
  color: #266f84;
}

/* line 2763, ../sass/template.scss */
.room-detail-row {
  position: relative;
  border-bottom: 1px solid #266f84;
}
/* line 2766, ../sass/template.scss */
.room-detail-row picture {
  margin: 0rem 1rem 1rem 0;
}
/* line 2769, ../sass/template.scss */
.room-detail-row h3 {
  color: #266f84;
  padding: 1rem 0;
}
/* line 2773, ../sass/template.scss */
.room-detail-row h4 {
  color: #7F7F7F;
}
/* line 2776, ../sass/template.scss */
.room-detail-row .custom-checkbox {
  padding: 0;
}

/* line 2781, ../sass/template.scss */
.room-info {
  width: 45%;
}

/* line 2785, ../sass/template.scss */
.room-select {
  width: 35%;
}
/* line 2787, ../sass/template.scss */
.room-select .fa-question-circle::before {
  font-size: 1.5rem;
}
/* line 2790, ../sass/template.scss */
.room-select .no-padding {
  padding: 0;
}

/* line 2795, ../sass/template.scss */
.room-points {
  width: 20%;
}

/* line 2799, ../sass/template.scss */
.suplements-info {
  width: 85%;
}

/* line 2803, ../sass/template.scss */
.room-points-food {
  float: right;
  margin-top: -30px;
}

/* line 2809, ../sass/template.scss */
.room-points h4 {
  text-align: left;
  color: #7F7F7F;
}
/* line 2812, ../sass/template.scss */
.room-points h4 strong {
  font-size: 200%;
}
/* line 2816, ../sass/template.scss */
.room-points p {
  color: #7F7F7F;
}

/* line 2821, ../sass/template.scss */
.cta-food-config {
  background: #2facdf;
  width: 500px;
  display: block;
  padding: 1rem;
}

/* line 2829, ../sass/template.scss */
.choose-room-food {
  background: #2facdf;
  color: #fff;
  width: 100%;
  overflow: auto;
  width: 500px;
  position: absolute;
  right: 0;
  margin: 1rem 0;
  padding: 0.5rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 2840, ../sass/template.scss */
.choose-room-food:hover {
  background: #266f84;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 2844, ../sass/template.scss */
.choose-room-food .room-points {
  color: #fff;
  text-align: left;
}
/* line 2848, ../sass/template.scss */
.choose-room-food .room-points a {
  color: #fff;
  float: right;
}

/* line 2855, ../sass/template.scss */
.choose-room-food {
  position: relative;
}

/* line 2859, ../sass/template.scss */
.select-food {
  width: 150px;
  padding-bottom: 1rem;
  overflow: hidden;
}
/* line 2863, ../sass/template.scss */
.select-food p {
  float: left;
  margin-right: 5px;
  padding-top: 7px;
}
/* line 2868, ../sass/template.scss */
.select-food .select-style {
  float: left;
  width: 80px;
}

/* line 2874, ../sass/template.scss */
.food-per-guest {
  width: 50%;
  margin: 1rem auto;
}
/* line 2880, ../sass/template.scss */
.food-per-guest thead td {
  text-align: center;
  text-transform: uppercase;
  color: #FC8A29;
  font-weight: 700;
  background: #E1E1E1;
}
/* line 2888, ../sass/template.scss */
.food-per-guest .select-food {
  margin: 0 auto;
}
/* line 2894, ../sass/template.scss */
.food-per-guest tr td p {
  text-align: center;
}
/* line 2896, ../sass/template.scss */
.food-per-guest tr td p strong {
  text-transform: uppercase;
}

/* line 2905, ../sass/template.scss */
.table-header {
  margin-top: 1.5rem;
}

/* line 2909, ../sass/template.scss */
.create-table {
  display: table;
  width: 100%;
}
/* line 2912, ../sass/template.scss */
.create-table .create-table-row {
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
/* line 2917, ../sass/template.scss */
.create-table .create-table-row:last-child {
  border: 0;
}
/* line 2920, ../sass/template.scss */
.create-table .col {
  display: table-cell;
  vertical-align: top;
}
/* line 2925, ../sass/template.scss */
.create-table h3 {
  background: #E1E1E1;
  color: #666;
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5rem 0 0.5rem 1rem;
}
/* line 2934, ../sass/template.scss */
.create-table h2 {
  color: #FC8A29;
  font-size: 1.2rem;
  line-height: 135%;
}
/* line 2939, ../sass/template.scss */
.create-table p {
  font-size: 0.85rem;
  color: #999;
}
/* line 2944, ../sass/template.scss */
.create-table .table-cell {
  padding: 0.5rem;
  overflow: hidden;
}
/* line 2949, ../sass/template.scss */
.create-table .room-points h3 {
  text-align: left;
}
/* line 2952, ../sass/template.scss */
.create-table .room-points a {
  color: #fff;
  /*float: right;*/
}
/* line 2957, ../sass/template.scss */
.create-table picture {
  overflow: hidden;
  float: left;
  max-width: 170px;
  max-height: 170px;
}
/* line 2963, ../sass/template.scss */
.create-table .choose {
  clear: both;
  padding: 1rem 0;
}

/* line 2970, ../sass/template.scss */
.btn-show-food {
  margin-left: 0.5rem;
}
/* line 2972, ../sass/template.scss */
.btn-show-food .open {
  content: "\f095";
  color: #fff;
  font-size: 20px;
}

/* line 2979, ../sass/template.scss */
.food-row {
  display: none;
  border: 0;
  width: 100%;
  margin-left: 0.5rem;
  clear: both;
}
/* line 2988, ../sass/template.scss */
.food-row .fa-angle-down {
  font-size: 25px;
}
/* line 2991, ../sass/template.scss */
.food-row .custom-checkbox {
  width: 50%;
  margin: 0 auto;
}

/* line 2997, ../sass/template.scss */
.food-drinks-content {
  background: #fff;
}
/* line 2999, ../sass/template.scss */
.food-drinks-content .panel-lightblue {
  padding: 0 0 0 1.25rem;
  margin: 0;
  overflow: hidden;
}
/* line 3003, ../sass/template.scss */
.food-drinks-content .panel-lightblue:hover {
  cursor: pointer;
  background: #266f84;
}
/* line 3007, ../sass/template.scss */
.food-drinks-content .panel-lightblue h2 {
  line-height: 40px;
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
/* line 3014, ../sass/template.scss */
.food-drinks-content .panel-lightblue h4 {
  color: #fff;
  font-size: 1rem;
}
/* line 3018, ../sass/template.scss */
.food-drinks-content .panel-lightblue .table-cell {
  padding: 0;
}
/* line 3022, ../sass/template.scss */
.food-drinks-content .room-points {
  float: right;
  padding-top: 5px;
}

/* line 3028, ../sass/template.scss */
.food-drinks-choose-room {
  background-color: #fff;
  padding: 0.5rem 0 0.5rem 1.25rem;
}
/* line 3031, ../sass/template.scss */
.food-drinks-choose-room p {
  color: #999;
}
/* line 3034, ../sass/template.scss */
.food-drinks-choose-room .custom-checkbox {
  padding: 0.5rem 0;
}

/*   Carrito
 ------------------------------------------------------------- */
/* line 3043, ../sass/template.scss */
table {
  width: 100%;
}

/* line 3048, ../sass/template.scss */
.shopping-summary {
  background: #fff;
  overflow: hidden;
  color: #266f84;
  margin-bottom: 40px;
}
/* line 3052, ../sass/template.scss */
.shopping-summary h2 {
  text-align: center;
}
/* line 3056, ../sass/template.scss */
.shopping-summary h3 {
  color: #266f84;
  font-size: 0.85rem;
}
/* line 3061, ../sass/template.scss */
.shopping-summary td {
  padding: 0.5rem 0;
  font-size: 0.85rem;
}
/* line 3068, ../sass/template.scss */
.shopping-summary td:last-child {
  text-align: right;
  padding-right: 0.5rem;
  color: #999;
}
/* line 3073, ../sass/template.scss */
.shopping-summary tr:nth-child(even) {
  background: #fff;
}

/* line 3078, ../sass/template.scss */
.trip-cost {
  padding: 0 0.9rem;
  clear: both;
}
/* line 3082, ../sass/template.scss */
.trip-cost table {
  margin-bottom: 0.5rem;
}
/* line 3086, ../sass/template.scss */
.trip-cost .item-name {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
/* line 3093, ../sass/template.scss */
.trip-cost img {
  margin: 1rem 0;
}
/* line 3096, ../sass/template.scss */
.trip-cost .btn-orange {
  margin-top: 2rem;
}
/* line 3099, ../sass/template.scss */
.trip-cost .btn-light-blue, .trip-cost .link-blue {
  clear: both;
  margin: 1rem 0;
  display: block;
  text-align: center;
}
/* line 3105, ../sass/template.scss */
.trip-cost .description {
  width: 70%;
  color: #999;
}
/* line 3108, ../sass/template.scss */
.trip-cost .price {
  width: 30%;
}

/* line 3113, ../sass/template.scss */
.trip-cost-total {
  background: #FC8A29;
  padding: 0 0.9rem;
}
/* line 3116, ../sass/template.scss */
.trip-cost-total tr, .trip-cost-total td, .trip-cost-total p {
  background: #FC8A29;
  color: #fff;
}
/* line 3120, ../sass/template.scss */
.trip-cost-total h3 {
  color: #fff;
}

/****/
/* line 3126, ../sass/template.scss */
.item-added-in-cart {
  -webkit-animation: animateAddItem 1s 2;
  /* Safari 4+ */
  -moz-animation: animateAddItem 1s 2;
  /* Fx 5+ */
  -o-animation: animateAddItem 1s 2;
  /* Opera 12+ */
  animation: animateAddItem 1s 2;
  /* IE 10+, Fx 29+ */
}
/* line 3131, ../sass/template.scss */
.item-added-in-cart .dot {
  display: block !important;
  -webkit-animation: cssAnimation 2s 1 ease;
  -moz-animation: cssAnimation 2s 1 ease;
  -o-animation: cssAnimation 2s 1 ease;
}

@-webkit-keyframes animateAddItem {
  0% {
    background-color: #266f84;
  }
  50% {
    background-color: #2facdf;
  }
  100% {
    background-color: #266f84;
  }
}
@-moz-keyframes animateAddItem {
  0% {
    background-color: #266f84;
  }
  50% {
    background-color: #2facdf;
  }
  100% {
    background-color: #266f84;
  }
}
@-o-keyframes animateAddItem {
  0% {
    background-color: #266f84;
  }
  50% {
    background-color: #2facdf;
  }
  100% {
    background-color: #266f84;
  }
}
@keyframes animateAddItem {
  0% {
    background-color: #266f84;
  }
  50% {
    background-color: #2facdf;
  }
  100% {
    background-color: #266f84;
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(2) translate(190px);
  }
  to {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-moz-keyframes cssAnimation {
  from {
    -moz-transform: scale(2) translate(190px);
  }
  to {
    -moz-transform: scale(1) translate(0px);
  }
}
@-o-keyframes cssAnimation {
  from {
    -o-transform: scale(2) translate(190px);
  }
  to {
    -o-transform: scale(1) translate(0px);
  }
}
/* line 3217, ../sass/template.scss */
.adelanto-mensualidades .custom-radio {
  padding-top: 0;
}

/*********
        CHECKOUT
********/
/* line 3227, ../sass/template.scss */
.the-shoppingcart #search {
  display: none;
}

/* line 3232, ../sass/template.scss */
.hotel-policy {
  padding: 1em 0;
}
/* line 3234, ../sass/template.scss */
.hotel-policy h5 {
  color: #266f84;
}
/* line 3237, ../sass/template.scss */
.hotel-policy p {
  line-height: 100%;
  text-align: justify;
}

/* line 3243, ../sass/template.scss */
.table-checkout {
  overflow: auto;
}
/* line 3245, ../sass/template.scss */
.table-checkout h4 {
  color: #266f84;
  font-size: 1rem;
}
/* line 3250, ../sass/template.scss */
.table-checkout td.full {
  width: 100%;
}
/* line 3254, ../sass/template.scss */
.table-checkout thead tr td {
  background-color: #E1E1E1;
}
/* line 3259, ../sass/template.scss */
.table-checkout .item-info {
  width: 60%;
}
/* line 3262, ../sass/template.scss */
.table-checkout .points, .table-checkout .trash {
  width: 20%;
  text-align: center;
}

/* line 3269, ../sass/template.scss */
.invoice-data {
  display: none;
}

/* line 3274, ../sass/template.scss */
.checkout-content .item-points {
  position: relative;
  width: auto;
  padding-bottom: 0.5rem;
}
/* line 3279, ../sass/template.scss */
.checkout-content .tabs-content {
  background: #000;
}
/* line 3283, ../sass/template.scss */
.checkout-content .tab-title span {
  float: left;
}
/* line 3291, ../sass/template.scss */
.checkout-content form .cvc {
  margin-right: 1rem;
}
/* line 3296, ../sass/template.scss */
.checkout-content address {
  color: #7F7F7F;
  margin-bottom: 1rem;
}
/* line 3301, ../sass/template.scss */
.checkout-content .reservation-details {
  overflow: hidden;
}
/* line 3303, ../sass/template.scss */
.checkout-content .reservation-details picture {
  width: 100px;
  display: block;
  float: left;
  margin: 0 0.5rem 0.5rem 0;
}
/* line 3308, ../sass/template.scss */
.checkout-content .reservation-details picture img {
  max-width: 100%;
}
/* line 3311, ../sass/template.scss */
.checkout-content .reservation-details picture + ul {
  width: 80%;
  float: left;
}
/* line 3316, ../sass/template.scss */
.checkout-content .reservation-details ul {
  padding: 0 0 1rem 1rem;
  width: 100%;
  display: block;
}
/* line 3321, ../sass/template.scss */
.checkout-content .reservation-details ul li {
  list-style: disc;
  color: #333;
}
/* line 3327, ../sass/template.scss */
.checkout-content .reservation-details h5 {
  text-align: left;
}
/* line 3330, ../sass/template.scss */
.checkout-content .reservation-details p {
  color: #333;
  width: 100%;
  float: left;
  font-size: 0.75rem;
  text-align: justify;
}
/* line 3341, ../sass/template.scss */
.checkout-content .reservation-details .date {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
}
/* line 3348, ../sass/template.scss */
.checkout-content .reservation-details.reservation-confirmation {
  padding-bottom: 1rem;
}
/* line 3350, ../sass/template.scss */
.checkout-content .reservation-details.reservation-confirmation ul li {
  color: #333;
  clear: both;
  width: 100%;
}
/* line 3358, ../sass/template.scss */
.checkout-content .cost {
  text-align: right;
}
/* line 3362, ../sass/template.scss */
.checkout-content .warning-text-orange {
  margin: 1rem 0;
}
/* line 3366, ../sass/template.scss */
.checkout-content .warning-text-orange p {
  font-size: 1rem;
}
/* line 3370, ../sass/template.scss */
.checkout-content table td {
  color: #266f84 !important;
  vertical-align: top;
}

/* line 3377, ../sass/template.scss */
.confirmation-code {
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 3383, ../sass/template.scss */
#checkout-tablist, .profile-tablist {
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
}
/* line 3386, ../sass/template.scss */
#checkout-tablist a, .profile-tablist a {
  pointer-events: none;
  cursor: default;
}
/* line 3390, ../sass/template.scss */
#checkout-tablist .circle, .profile-tablist .circle {
  float: left;
  margin-right: 10px;
}
/* line 3395, ../sass/template.scss */
#checkout-tablist .tab-title, .profile-tablist .tab-title {
  border-right: 1px solid #E1E1E1;
  color: #E1E1E1;
  background: #fff;
}
/* line 3399, ../sass/template.scss */
#checkout-tablist .tab-title a, .profile-tablist .tab-title a {
  color: #999;
  background: #fff;
  font-weight: 700;
}
/* line 3404, ../sass/template.scss */
#checkout-tablist .tab-title .circle, .profile-tablist .tab-title .circle {
  color: #999;
  border-color: #E1E1E1;
}
/* line 3409, ../sass/template.scss */
#checkout-tablist .tab-title:last-child, .profile-tablist .tab-title:last-child {
  border: 0;
}
/* line 3413, ../sass/template.scss */
#checkout-tablist .tab-title.active a, #checkout-tablist .tab-title.active strong, .profile-tablist .tab-title.active a, .profile-tablist .tab-title.active strong {
  color: #FC8A29;
}
/* line 3416, ../sass/template.scss */
#checkout-tablist .tab-title.active .circle, .profile-tablist .tab-title.active .circle {
  color: #FC8A29;
  border-color: #FC8A29;
}

/* line 3425, ../sass/template.scss */
.profile-tablist a {
  cursor: pointer;
  pointer-events: visible;
}
/* line 3429, ../sass/template.scss */
.profile-tablist .tab-title {
  color: #266f84;
  text-align: center;
}
/* line 3432, ../sass/template.scss */
.profile-tablist .tab-title a {
  color: #266f84;
  padding-left: 0rem;
  padding-right: 0rem;
}
/* line 3437, ../sass/template.scss */
.profile-tablist .tab-title .contract-number {
  text-decoration: underline;
}
/* line 3440, ../sass/template.scss */
.profile-tablist .tab-title .circle {
  border-color: #266f84;
  color: #266f84;
  font-size: 13px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 3451, ../sass/template.scss */
.content-reservation {
  display: none;
  position: relative;
  position: absolute;
  top: 0;
}

/* line 3458, ../sass/template.scss */
.content-info {
  background: #fff;
  overflow: hidden;
  margin-bottom: 2rem;
  clear: both;
  padding: 0;
}
/* line 3464, ../sass/template.scss */
.content-info .panel {
  clear: both;
  overflow: auto;
}

/* line 3471, ../sass/template.scss */
.content-info.last-for-destination {
  background: #fff url(../images/barra-colores.png) no-repeat bottom center/100% 5px;
}

/* line 3475, ../sass/template.scss */
h2.section-title, .section-title {
  background: #e1e1e1;
  color: #FC8A29;
  padding: 0.5rem 0.9rem;
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

/* line 3483, ../sass/template.scss */
.packages {
  overflow: hidden;
}
/* line 3485, ../sass/template.scss */
.packages li {
  margin: 0 0 2rem;
}

/* line 3490, ../sass/template.scss */
.item-package {
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid #266f84;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
/* line 3499, ../sass/template.scss */
.item-package .link-blue {
  display: block;
  padding-bottom: 0.5rem;
}
/* line 3503, ../sass/template.scss */
.item-package .points-price {
  background: #266f84 url(../images/barra-colores.png) no-repeat top center/100% 5px;
  text-align: center;
  padding: 0.5rem 0 0.2rem;
  width: 100%;
}
/* line 3508, ../sass/template.scss */
.item-package .points-price p {
  color: #fff;
}
/* line 3512, ../sass/template.scss */
.item-package h5 {
  color: #266f84;
  padding-top: 0.5rem;
}
/* line 3516, ../sass/template.scss */
.item-package .points {
  /*height: 100px;*/
  display: block;
  padding: 0;
  font-size: 1.3rem;
  /*line-height: 110%;*/
  color: #7F7F7F;
}
/* line 3524, ../sass/template.scss */
.item-package .points strong {
  font-size: 200%;
}
/* line 3527, ../sass/template.scss */
.item-package .points span {
  clear: both;
  display: block;
}
/* line 3535, ../sass/template.scss */
.item-package:hover .points {
  color: #FC8A29;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 3543, ../sass/template.scss */
.item-package.selected {
  border-color: #2facdf;
}
/* line 3545, ../sass/template.scss */
.item-package.selected h5, .item-package.selected .points {
  color: #fff;
  color: #FC8A29;
}
/* line 3549, ../sass/template.scss */
.item-package.selected .points-price {
  background-color: #2facdf;
}

/* line 3555, ../sass/template.scss */
.the-password > #main-footer {
  /*
  position: absolute;
  bottom: 0;
  width: 100%;
  */
}

/* line 3567, ../sass/template.scss */
.password-content, .mini-content {
  background: #fff;
  margin: 3rem auto 5rem;
  overflow: auto;
  float: none;
}
/* line 3572, ../sass/template.scss */
.password-content > form, .mini-content > form {
  padding: 2rem 2rem 2rem;
  overflow: auto;
}
/* line 3576, ../sass/template.scss */
.password-content > form label, .mini-content > form label {
  margin: 1rem auto;
}
/* line 3580, ../sass/template.scss */
.password-content #password-success, .mini-content #password-success {
  padding: 2rem 2rem 1rem;
  min-height: 300px;
}
/* line 3583, ../sass/template.scss */
.password-content #password-success p, .mini-content #password-success p {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 3591, ../sass/template.scss */
.mini-content h1 {
  text-align: center;
  padding-top: 1rem;
}
/* line 3595, ../sass/template.scss */
.mini-content picture {
  display: block;
  text-align: center;
}
/* line 3599, ../sass/template.scss */
.mini-content .btn-back {
  width: 150px;
  margin: 1rem auto;
  display: block;
}

/* line 3606, ../sass/template.scss */
.the-profile-top {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 3614, ../sass/template.scss */
.profile-image img {
  max-width: 90%;
  background-color: #fff;
}

/* line 3621, ../sass/template.scss */
.profile-info address {
  font-size: 0.85rem;
}

/* line 3626, ../sass/template.scss */
picture.item-hotel-thumb {
  height: 185px;
  overflow: hidden;
  display: block;
  position: relative;
}
/* line 3631, ../sass/template.scss */
picture.item-hotel-thumb img {
  max-width: 100%;
}
/* line 3634, ../sass/template.scss */
picture.item-hotel-thumb .fa {
  background: #2facdf;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
}
/* line 3647, ../sass/template.scss */
picture.item-hotel-thumb .fa:hover {
  background: #FC8A29;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 3655, ../sass/template.scss */
.the-profile .content-info {
  padding-bottom: 1rem;
}

/* line 3663, ../sass/template.scss */
.promo {
  background: #72C320;
  margin-bottom: 1rem;
}
/* line 3666, ../sass/template.scss */
.promo h3 {
  color: #fff;
}

/* line 3671, ../sass/template.scss */
.the-content-tab {
  position: relative;
}
/* line 3673, ../sass/template.scss */
.the-content-tab form {
  padding: 1.5rem 0;
}
/* line 3677, ../sass/template.scss */
.the-content-tab .policy {
  padding-bottom: 1rem;
  text-align: justify;
}
/* line 3680, ../sass/template.scss */
.the-content-tab .policy p, .the-content-tab .policy ul, .the-content-tab .policy li {
  font-size: 0.75rem;
}
/* line 3683, ../sass/template.scss */
.the-content-tab .policy li {
  list-style: disc;
  margin-left: 1rem;
}
/* line 3687, ../sass/template.scss */
.the-content-tab .policy h5 {
  font-size: 0.9rem;
}

/* line 3695, ../sass/template.scss */
.destination-profile .medium-3 {
  padding-top: 1rem;
  min-height: 250px;
}
/* line 3699, ../sass/template.scss */
.destination-profile .medium-2 {
  padding-top: 1rem;
  min-height: 250px;
}
/* line 3703, ../sass/template.scss */
.destination-profile h3 {
  font-size: 0.9rem;
}
/* line 3705, ../sass/template.scss */
.destination-profile h3 a {
  color: #266f84;
}
/* line 3709, ../sass/template.scss */
.destination-profile .medium-3:last-child, .destination-profile .medium-2:last-child {
  float: left;
}
/* line 3712, ../sass/template.scss */
.destination-profile aside {
  position: absolute;
  top: 150px;
  /* segunda fase */
  top: 310px;
  width: 20%;
  background: #fff;
}
/* line 3719, ../sass/template.scss */
.destination-profile aside dl {
  font-size: 0.85rem;
  color: #266f84;
  text-align: center;
}
/* line 3723, ../sass/template.scss */
.destination-profile aside dl dt {
  font-weight: 400;
}
/* line 3728, ../sass/template.scss */
.destination-profile .custom-checkbox {
  padding: 0;
}
/* line 3731, ../sass/template.scss */
.destination-profile table {
  border: 1px solid #E1E1E1;
  margin-bottom: 2rem;
}
/* line 3734, ../sass/template.scss */
.destination-profile table thead tr td {
  background: #2facdf;
  color: #fff;
}
/* line 3738, ../sass/template.scss */
.destination-profile table td {
  color: #266f84;
}
/* line 3742, ../sass/template.scss */
.destination-profile .table-redenciones {
  width: 90%;
  /*
   td:nth-child(2), td:nth-child(3), td:nth-child(4), td:nth-child(5){
     text-align: center;
   }
   */
}
/* line 3745, ../sass/template.scss */
.destination-profile .table-redenciones .link-blue {
  text-decoration: none;
}
/* line 3748, ../sass/template.scss */
.destination-profile .table-redenciones td {
  text-align: center;
}

/* line 3760, ../sass/template.scss */
.my-friends {
  text-align: center;
}
/* line 3762, ../sass/template.scss */
.my-friends .invite-friends {
  background: #E1E1E1 url(../images/mi-red.png) no-repeat center center;
  height: 512px;
  padding-top: 1rem;
  float: right;
}
/* line 3769, ../sass/template.scss */
.my-friends .item-friends {
  padding-top: 1rem;
  height: 256px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: inset 1px 1px 0px #fff;
}
/* line 3784, ../sass/template.scss */
.my-friends .item-friends:nth-child(even) {
  background: #E1E1E1;
}
/* line 3788, ../sass/template.scss */
.my-friends .item-friends:nth-child(odd) {
  background: #E1E1E1;
}
/* line 3797, ../sass/template.scss */
.my-friends .image-circular {
  border: 3px solid #fff;
  width: 70%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 3801, ../sass/template.scss */
.my-friends .image-circular:hover {
  width: 85%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 3807, ../sass/template.scss */
.my-friends h3 {
  min-height: 50px;
  height: 50px;
}
/* line 3810, ../sass/template.scss */
.my-friends h3 a {
  color: #2facdf;
}
/* line 3815, ../sass/template.scss */
.my-friends .friend-voyages {
  float: left;
}

/*** terminan perfil  ***/
/* line 3821, ../sass/template.scss */
.shadow {
  background: url("../images/search-shadow.png") no-repeat center bottom/100% auto;
  display: block;
  padding: 1rem 0 0;
  width: 100%;
  margin-top: 1rem;
}

/* line 3829, ../sass/template.scss */
.faqs-section {
  background: #fff url(../images/isla-playa-preguntasfrecuentes.png) no-repeat right bottom;
  min-height: 500px;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

/* line 3836, ../sass/template.scss */
.waves {
  background: url("../images/olas.png") repeat;
  display: block;
  padding: 1rem 0 0;
  width: 100%;
  margin-top: 1rem;
  height: 40px;
}

/* line 3845, ../sass/template.scss */
.faqs-content {
  width: 80%;
  float: left;
  padding: 0 2rem;
}
/* line 3849, ../sass/template.scss */
.faqs-content dl {
  color: #266f84;
}
/* line 3851, ../sass/template.scss */
.faqs-content dl dt {
  cursor: pointer;
}
/* line 3854, ../sass/template.scss */
.faqs-content dl dd {
  padding-bottom: 15px;
}
/* line 3856, ../sass/template.scss */
.faqs-content dl dd a {
  color: #2facdf;
  text-decoration: underline;
}
/* line 3861, ../sass/template.scss */
.faqs-content dl dd:after {
  /*
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: $kivac-blue;
  */
}

/* line 3874, ../sass/template.scss */
#our-hotels {
  margin-top: 2rem;
}

/* line 3879, ../sass/template.scss */
.vertical dd.active a, .vertical .tab-title.active a {
  background: #2facdf;
  color: #fff;
  border-right: 5px solid #266f84;
}
/* line 3884, ../sass/template.scss */
.vertical a {
  text-align: center;
  color: #266f84;
  font-weight: 700;
  border-right: 5px solid #E1E1E1;
}
/* line 3889, ../sass/template.scss */
.vertical a:hover {
  border-right: 5px solid #CECECE;
}
/* line 3894, ../sass/template.scss */
.vertical .tab-title {
  margin-bottom: 3px !important;
}

/* line 3899, ../sass/template.scss */
.tab-contrato-profile {
  width: 80%;
  min-height: 400px;
  float: left;
  border-left: 1px solid #2facdf;
  position: relative;
}

/* line 3907, ../sass/template.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 3911, ../sass/template.scss */
.points-cost {
  display: block;
  font-size: 1.3rem;
  line-height: 110%;
  color: #7F7F7F;
  padding: 1rem 0;
}
/* line 3917, ../sass/template.scss */
.points-cost strong {
  font-size: 200%;
}
/* line 3920, ../sass/template.scss */
.points-cost span {
  clear: both;
  display: block;
}

/* line 3927, ../sass/template.scss */
#contrato {
  overflow: hidden;
  background: #fff;
}

/**

BACK CAMPAING EDIT

**/
/* line 3938, ../sass/template.scss */
.back-campaign-edit {
  /*background: url(../images/isla-ciudad-marcopolo.png) no-repeat left bottom;*/
  padding-bottom: 200px !important;
  position: relative;
  z-index: 2;
}

/* line 3945, ../sass/template.scss */
.background-floor {
  height: 20px;
  background: #266f84;
  width: 100%;
  display: block;
  clear: both;
  top: -10px;
  position: relative;
  z-index: 1;
}

/* line 3956, ../sass/template.scss */
.about-kivac-columns {
  background: #EEEFF1;
  padding: 2rem 0;
}
/* line 3959, ../sass/template.scss */
.about-kivac-columns h1 {
  margin-bottom: 1.5rem;
}
/* line 3962, ../sass/template.scss */
.about-kivac-columns .content-item {
  background: #fff;
  padding: 1rem;
  min-height: 300px;
}
/* line 3966, ../sass/template.scss */
.about-kivac-columns .content-item .icon {
  display: block;
  text-align: center;
  height: 120px;
}
/* line 3971, ../sass/template.scss */
.about-kivac-columns .content-item p {
  text-align: center;
}
/* line 3974, ../sass/template.scss */
.about-kivac-columns .content-item h4 {
  border-bottom: 2px solid #266f84;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 110%;
  padding: 0.5rem 0;
}

/* line 3988, ../sass/template.scss */
.conoce-kivac .search-trip-box::after {
  display: none;
}

/* line 3993, ../sass/template.scss */
.privacy {
  margin-bottom: 1rem;
}
/* line 3995, ../sass/template.scss */
.privacy p {
  text-align: justify;
}
/* line 3999, ../sass/template.scss */
.privacy .tabs-content p {
  text-align: justify;
}
/* line 4003, ../sass/template.scss */
.privacy .tabs dd > a, .privacy .tabs .tab-title > a {
  font-size: 0.75rem;
}
/* line 4005, ../sass/template.scss */
.privacy .tabs dd > a:hover, .privacy .tabs .tab-title > a:hover {
  color: #266f84;
}
/* line 4009, ../sass/template.scss */
.privacy .vertical .tab-title {
  margin: 0 !important;
}
/* line 4012, ../sass/template.scss */
.privacy .sidebar {
  background: #fff;
}
/* line 4014, ../sass/template.scss */
.privacy .sidebar dl {
  font-size: 0.5rem;
}

/* line 4020, ../sass/template.scss */
.get-kivac {
  padding: 2rem;
  margin-top: 2rem;
  background: #fff;
}
/* line 4024, ../sass/template.scss */
.get-kivac ul li {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* line 4030, ../sass/template.scss */
.back-campaign-about {
  background: #fff url(../images/fondo-playa.png) repeat-x left bottom;
  min-height: 500px;
  padding: 2rem 0;
}

/* line 4037, ../sass/template.scss */
.our-destination .title-icon {
  font-size: 1.2rem;
  line-height: 2;
  margin: 1rem 0;
}
/* line 4041, ../sass/template.scss */
.our-destination .title-icon img {
  margin-right: 0.5rem;
}
/* line 4046, ../sass/template.scss */
.our-destination ul {
  display: block;
  margin: 0rem 0 1rem;
}
/* line 4049, ../sass/template.scss */
.our-destination ul li {
  float: left;
  display: block;
}
/* line 4054, ../sass/template.scss */
.our-destination .promo-details {
  margin: 0;
}
/* line 4056, ../sass/template.scss */
.our-destination .promo-details li {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}
/* line 4060, ../sass/template.scss */
.our-destination .promo-details li img {
  display: block;
  clear: both;
  margin: 0 auto;
}
/* line 4067, ../sass/template.scss */
.our-destination .promo-content {
  margin-bottom: 2rem;
}
/* line 4069, ../sass/template.scss */
.our-destination .promo-content .figure-destination {
  text-align: center;
}
/* line 4072, ../sass/template.scss */
.our-destination .promo-content .left {
  min-height: 365px;
}
/* line 4078, ../sass/template.scss */
.our-destination .promo-content .panel-blue {
  text-align: center;
}
/* line 4081, ../sass/template.scss */
.our-destination .promo-content .panel-blue h3 {
  font-size: 0.8rem;
  text-align: left;
  text-transform: uppercase;
}
/* line 4086, ../sass/template.scss */
.our-destination .promo-content .panel-blue .btn-orange:hover {
  background-color: #2facdf;
}
/* line 4091, ../sass/template.scss */
.our-destination .promo-content .panel-blue {
  background: #266f84 url(../images/barra-colores.png) no-repeat center bottom;
}
/* line 4096, ../sass/template.scss */
.our-destination .panel-gray {
  background: #EEEFF1 !important;
}
/* line 4098, ../sass/template.scss */
.our-destination .panel-gray p {
  text-align: justify;
  line-height: 125%;
  font-size: 0.75rem;
}
/* line 4105, ../sass/template.scss */
.our-destination .destination-items {
  padding-bottom: 5px;
  overflow: hidden;
}
/* line 4109, ../sass/template.scss */
.our-destination .destination-items figure {
  position: relative;
  height: 100%;
}
/* line 4113, ../sass/template.scss */
.our-destination .destination-items figure img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 100%;
}
/* line 4120, ../sass/template.scss */
.our-destination .destination-items figure:hover img {
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/* line 4128, ../sass/template.scss */
.our-destination .destination-items figure figcaption {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 1px #266f84;
}

/* line 4143, ../sass/template.scss */
.browser {
  display: none;
}
/* line 4145, ../sass/template.scss */
.browser .button {
  text-decoration: none;
}

/* line 4150, ../sass/template.scss */
.no-click {
  pointer-events: none;
}
/* line 4152, ../sass/template.scss */
.no-click input.search-trip-item, .no-click input.search-trip-item {
  background-color: #7F7F7F;
  color: #fff;
}
/* line 4155, ../sass/template.scss */
.no-click input.search-trip-item .fa, .no-click input.search-trip-item .fa {
  color: #fff;
}

/* line 4162, ../sass/template.scss */
#language-dropdown {
  display: none;
}

/* --- OTROS ESTILOS --- */
@font-face {
  font-family: 'HollieScript';
  src: url("../fonts/hollieScript.eot");
  src: url("../fonts/hollieScript.eot?#iefix") format("embedded-opentype"), url("../fonts/hollieScript.woff") format("woff"), url("../fonts/hollieScript.ttf") format("truetype"), url("../fonts/hollieScript.svg#hollie_script") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SofiaBold';
  src: url("../fonts/sofiaprobold-webfont.eot");
  src: url("../fonts/sofiaprobold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sofiaprobold-webfont.woff2") format("woff2"), url("../fonts/sofiaprobold-webfont.woff") format("woff"), url("../fonts/sofiaprobold-webfont.ttf") format("truetype"), url("../fonts/sofiaprobold-webfont.svg#sofia_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4193, ../sass/template.scss */
.txt_header h1 {
  font-family: 'SofiaBold';
  font-size: 3em;
}
/* line 4198, ../sass/template.scss */
.txt_header p {
  font-size: 1.1em;
}

/* line 4203, ../sass/template.scss */
.container_video {
  background-image: url("../images/conoce/new/beach.jpg");
  background-size: cover;
  min-height: 500px;
  background-position: center;
  position: absolute;
  top: 0px;
}
/* line 4211, ../sass/template.scss */
.container_video .video_row {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 4211, ../sass/template.scss */
  .container_video .video_row {
    display: block;
  }
}
@media (min-width: 1025px) {
  /* line 4211, ../sass/template.scss */
  .container_video .video_row {
    display: block;
  }
}

/* line 4226, ../sass/template.scss */
.pasos h4 {
  width: 157px;
  height: 24px;
  background-image: url("../images/conoce/new/flecha.png");
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 4234, ../sass/template.scss */
.pasos h4 span {
  position: relative;
  top: -3px;
}

/* line 4240, ../sass/template.scss */
.row-hotel {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 4245, ../sass/template.scss */
.row-hotel.acapulco {
  background-image: url("../images/conoce/new/acapulco.jpg");
}
/* line 4249, ../sass/template.scss */
.row-hotel.cancun {
  background-image: url("../images/conoce/new/cancun.jpg");
}
/* line 4253, ../sass/template.scss */
.row-hotel.merida {
  background-image: url("../images/conoce/new/merida.jpg");
}

/* line 4258, ../sass/template.scss */
.pleca_hoteles {
  background-color: #266f84;
}

/* line 4262, ../sass/template.scss */
.nombre-hotel {
  font-family: 'HollieScript';
  font-size: 2.3em;
  padding-top: 20px;
  text-align: center;
  color: #fff;
}
@media (min-width: 300px) and (max-width: 599px) {
  /* line 4262, ../sass/template.scss */
  .nombre-hotel {
    font-size: 2.3em;
    padding-top: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 4262, ../sass/template.scss */
  .nombre-hotel {
    font-size: 2.6em;
    padding-top: 250px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  /* line 4262, ../sass/template.scss */
  .nombre-hotel {
    font-size: 2.6em;
    padding-top: 250px;
    text-align: left;
  }
}

/* line 4289, ../sass/template.scss */
.info-hotel {
  height: auto;
  background: #EEEFF1;
  padding: 0px;
  border-radius: 10px;
  color: #266f84;
  position: relative;
  top: 1.35rem;
  margin-bottom: 40px;
}
/* line 4299, ../sass/template.scss */
.info-hotel .info-top-bar {
  width: 100%;
  height: 30px;
  border: none;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 4309, ../sass/template.scss */
.info-hotel .hr_info {
  width: 100%;
  height: 1px;
  border: none;
}
/* line 4315, ../sass/template.scss */
.info-hotel .kivac-blue {
  background-color: #266f84;
}
/* line 4319, ../sass/template.scss */
.info-hotel .green {
  background-color: #72C320;
}
/* line 4323, ../sass/template.scss */
.info-hotel .orange {
  background-color: #FC8A29;
}
@media (min-width: 300px) and (max-width: 599px) {
  /* line 4289, ../sass/template.scss */
  .info-hotel {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 4289, ../sass/template.scss */
  .info-hotel {
    margin-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  /* line 4289, ../sass/template.scss */
  .info-hotel {
    margin-bottom: 0px;
  }
}

/* line 4342, ../sass/template.scss */
.tool_signo a {
  position: relative;
  top: 6px;
}

/* line 4348, ../sass/template.scss */
.round-fb {
  border-radius: 10px;
}
/* line 4351, ../sass/template.scss */
.round-fb img {
  position: absolute;
  margin-left: -30px;
  margin-top: -5px;
}

/*   MEDIA QUERIES
 ------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 599px) {
  /* line 7, ../sass/responsive.scss */
  .sticky {
    position: relative;
  }

  /* line 10, ../sass/responsive.scss */
  .space-header {
    height: 0px;
  }

  /* line 13, ../sass/responsive.scss */
  h1.the-title {
    font-size: 1.25rem;
  }

  /* line 16, ../sass/responsive.scss */
  .the-subtitle {
    overflow: hidden;
  }
  /* line 18, ../sass/responsive.scss */
  .the-subtitle #btn-write-tip {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  /* line 24, ../sass/responsive.scss */
  .bigger {
    font-size: 103%;
  }

  /* line 27, ../sass/responsive.scss */
  #main-header {
    position: relative;
  }
  /* line 29, ../sass/responsive.scss */
  #main-header .logo {
    position: absolute;
    top: 5px;
    width: 180px;
    /*margin-left: -60px;*/
    left: 30%;
  }
  /* line 35, ../sass/responsive.scss */
  #main-header .logo img {
    width: 80%;
  }
  /* line 39, ../sass/responsive.scss */
  #main-header #language {
    float: right;
  }

  /* line 45, ../sass/responsive.scss */
  #main-footer .redes {
    float: left;
    width: 100%;
    margin: 1rem auto;
    overflow: hidden;
    padding-bottom: 0.5rem;
  }
  /* line 51, ../sass/responsive.scss */
  #main-footer .redes li {
    width: 33%;
    margin: 0;
    text-align: center;
  }
  /* line 55, ../sass/responsive.scss */
  #main-footer .redes li a {
    margin: 0 auto;
  }

  /* line 62, ../sass/responsive.scss */
  .password > #main-footer {
    position: relative;
  }
  /* line 66, ../sass/responsive.scss */
  .password > .btn-contact {
    position: relative;
  }

  /*   BUSCADOR
  ------------------------------------------------------------- */
  /* line 73, ../sass/responsive.scss */
  .search-trip-box {
    float: 100%;
  }
  /* line 75, ../sass/responsive.scss */
  .search-trip-box legend {
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
  }
  /* line 79, ../sass/responsive.scss */
  .search-trip-box .fa-calendar, .search-trip-box .image-calendar {
    display: none;
  }
  /* line 82, ../sass/responsive.scss */
  .search-trip-box input.search-trip-item {
    width: 100%;
  }
  .selectdestination{
   width: 100%;
}
  /* line 85, ../sass/responsive.scss */
  .search-trip-box input.destino {
    margin: 5px 0 5px;
  }
  /* line 87, ../sass/responsive.scss */
  .search-trip-box input.destino:focus {
    width: 100%;
  }
  /* line 91, ../sass/responsive.scss */
  .search-trip-box input[type="submit"] {
    margin: 0 auto;
    float: none;
    display: block;
    width: 100%;
  }
  /* line 97, ../sass/responsive.scss */
  .search-trip-box input[type="text"].input-with-value {
    width: 100%;
  }
  /* line 102, ../sass/responsive.scss */
  .search-trip-box .choose-date {
    width: 48.5%;
    margin: 0 1.5% 0 0;
  }
  /* line 106, ../sass/responsive.scss */
  .search-trip-box .choose-date:nth-child(odd) {
    margin: 0 0 0 .2rem;
    float: right;
  }
  /* line 110, ../sass/responsive.scss */
  .search-trip-box .choose-rooms {
    width: 100%;
    padding-top: 0;
    margin: 0;
  }

  /* line 117, ../sass/responsive.scss */
  .search-trip-more {
    overflow: auto;
    height: auto;
  }
  /* line 120, ../sass/responsive.scss */
  .search-trip-more h5 {
    float: none;
    text-align: center;
    width: 100%;
    line-height: 130%;
    padding: .5rem 0;
  }
  /* line 127, ../sass/responsive.scss */
  .search-trip-more ul {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  /* line 130, ../sass/responsive.scss */
  .search-trip-more ul li {
    width: 31%;
  }

  /* line 136, ../sass/responsive.scss */
  .select-style {
    background: #E1E1E1 url("../images/icono-dropdown-mobile.png") no-repeat 95% 50%;
  }

  /*   : BUSCADOR
  ------------------------------------------------------------- */
  /* line 143, ../sass/responsive.scss */
  .btn-contact {
    position: relative;
    top: 0;
    margin: 0 auto;
  }

  /* line 150, ../sass/responsive.scss */
  #grid {
    height: 600px;
  }

  /* line 153, ../sass/responsive.scss */
  .item, .grid-sizer {
    width: 100%;
  }

  /*   DESTINO
------------------------------------------------------------- */
  /* line 162, ../sass/responsive.scss */
  .the-destination .the-title img {
    display: none;
  }

  /* line 168, ../sass/responsive.scss */
  .item-hotel {
    margin: 0;
  }
  /* line 170, ../sass/responsive.scss */
  .item-hotel h2 a {
    color: #F89721;
    font-size: 1rem;
  }
  /* line 174, ../sass/responsive.scss */
  .item-hotel address {
    display: none;
  }
  /* line 177, ../sass/responsive.scss */
  .item-hotel .item-hotel-thumb {
    width: 100%;
    height: 160px;
    margin: 0 0 9px;
  }
  /* line 181, ../sass/responsive.scss */
  .item-hotel .item-hotel-thumb img {
    width: 100%;
  }
  /* line 186, ../sass/responsive.scss */
  .item-hotel .item-hotel-info {
    width: 100%;
    bottom: 10px;
    background: rgba(38, 111, 132, 0.7);
    background: #e1e2e3;
    position: relative;
    z-index: 100;
    padding: 0.5rem;
  }
  /* line 195, ../sass/responsive.scss */
  .item-hotel .item-hotel-info .link-blue {
    display: none;
  }
  /* line 198, ../sass/responsive.scss */
  .item-hotel .item-hotel-info .stars {
    padding-bottom: 5px;
  }
  /* line 200, ../sass/responsive.scss */
  .item-hotel .item-hotel-info .stars .fa-star {
    color: #F89721;
    font-size: 1rem;
  }
  /* line 206, ../sass/responsive.scss */
  .item-hotel .item-points {
    width: 100%;
    position: relative;
  }
  /* line 209, ../sass/responsive.scss */
  .item-hotel .item-points p {
    float: left;
    color: #7F7F7F;
  }
  /* line 215, ../sass/responsive.scss */
  .item-hotel .item-points strong {
    font-size: 110%;
  }
  /* line 219, ../sass/responsive.scss */
  .item-hotel .item-points .btn-orange {
    float: right;
    width: auto;
    display: inline-block;
  }
  /* line 223, ../sass/responsive.scss */
  .item-hotel .item-points .btn-orange:hover {
    background: #2facdf;
  }

  /* line 232, ../sass/responsive.scss */
  #write-tip .polo {
    display: none;
  }

  /* line 238, ../sass/responsive.scss */
  .package-detail .item-hotel .item-points {
    position: relative;
    width: 160px;
  }
  /* line 241, ../sass/responsive.scss */
  .package-detail .item-hotel .item-points p {
    color: #7F7F7F;
    text-align: center;
    float: none;
  }
  /* line 246, ../sass/responsive.scss */
  .package-detail .item-hotel .item-points strong {
    font-size: 200%;
    padding-left: 0.5rem;
  }

  /* line 256, ../sass/responsive.scss */
  .panel-yellow .left {
    float: none !important;
    display: block;
  }
  /* line 260, ../sass/responsive.scss */
  .panel-yellow .btn-orange {
    float: none !important;
    margin: 0 auto;
    width: 80%;
    display: block;
  }

  /* line 268, ../sass/responsive.scss */
  .travelers-faces {
    height: 50px;
    overflow: hidden;
  }

  /* line 273, ../sass/responsive.scss */
  .tips .tip-info {
    width: 75%;
  }

  /* line 277, ../sass/responsive.scss */
  .cta-hotel {
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
  }

  /* line 283, ../sass/responsive.scss */
  .cta-phase-1 {
    width: 100%;
    position: relative;
    left: 0;
    height: 80px;
    padding: 0 0.9rem;
  }
  /* line 289, ../sass/responsive.scss */
  .cta-phase-1 a {
    width: 45%;
    height: 50px;
    display: block;
    float: left;
    margin-bottom: 0;
  }
  /* line 296, ../sass/responsive.scss */
  .cta-phase-1 #btn-gotoRooms {
    float: right;
  }

  /*   MODAL
------------------------------------------------------------- */
  /* line 303, ../sass/responsive.scss */
  .guest-config .large-3 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
  }
  /* line 308, ../sass/responsive.scss */
  .guest-config .small-4 {
    width: 50%;
    padding-left: 0;
  }

  /* line 314, ../sass/responsive.scss */
  .room-detail {
    overflow-x: auto;
    display: block;
  }
  /* line 317, ../sass/responsive.scss */
  .room-detail picture {
    width: 150px;
  }

  /* line 321, ../sass/responsive.scss */
  #hotel-main .tab-title a {
    padding: 1rem 0.5rem;
  }

  /****TABLA***/
  /* line 327, ../sass/responsive.scss */
  .create-table h3 {
    margin: 0;
  }
  /* line 331, ../sass/responsive.scss */
  .create-table .table-cell {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 336, ../sass/responsive.scss */
  .create-table-row {
    padding: 1rem 0 0;
  }
  /* line 338, ../sass/responsive.scss */
  .create-table-row .col {
    display: block;
  }

  /* line 342, ../sass/responsive.scss */
  .room-info {
    width: 100%;
    float: left;
  }

  /* line 349, ../sass/responsive.scss */
  .suplement-table .room-points {
    width: 100%;
    float: left;
    text-align: center;
  }
  /* line 353, ../sass/responsive.scss */
  .suplement-table .room-points h4 {
    font-size: 1rem;
    text-align: center;
  }
  /* line 358, ../sass/responsive.scss */
  .suplement-table .room-points p {
    text-align: center;
  }
  /* line 361, ../sass/responsive.scss */
  .suplement-table .room-points a {
    margin: 0.5rem 0 0;
  }

  /* line 366, ../sass/responsive.scss */
  .food-row {
    width: 96%;
  }
  /* line 368, ../sass/responsive.scss */
  .food-row .custom-checkbox {
    width: 100%;
  }

  /* line 372, ../sass/responsive.scss */
  .suplements-info {
    width: 100%;
    float: left;
  }
  /* line 375, ../sass/responsive.scss */
  .suplements-info h2 {
    font-size: 1rem;
  }
  /* line 378, ../sass/responsive.scss */
  .suplements-info picture {
    display: none;
  }
  /* line 381, ../sass/responsive.scss */
  .suplements-info .small-9 {
    width: 100%;
  }
  /* line 384, ../sass/responsive.scss */
  .suplements-info .select-float {
    margin: 1rem 0;
  }

  /* line 389, ../sass/responsive.scss */
  .room-points, .room-select {
    width: 50%;
    float: left;
  }
  /* line 392, ../sass/responsive.scss */
  .room-points .custom-radio, .room-points .custom-checkbox, .room-select .custom-radio, .room-select .custom-checkbox {
    padding: 0;
  }

  /* line 397, ../sass/responsive.scss */
  .room-select {
    width: 100%;
  }

  /* line 400, ../sass/responsive.scss */
  .room-points {
    width: 100%;
  }
  /* line 402, ../sass/responsive.scss */
  .room-points h4 {
    font-size: 1rem;
    text-align: center;
  }
  /* line 406, ../sass/responsive.scss */
  .room-points p {
    text-align: center;
  }

  /* line 410, ../sass/responsive.scss */
  .room-points-food {
    margin-top: 1rem;
  }

  /* line 416, ../sass/responsive.scss */
  #hotel-main .tips ul li {
    width: 100%;
  }

  /* line 421, ../sass/responsive.scss */
  .hotel-gallery {
    position: relative;
    margin-top: 1rem;
  }

  /* line 425, ../sass/responsive.scss */
  .custom-radio label:before, .custom-checkbox label:before {
    top: 5px;
  }

  /* line 428, ../sass/responsive.scss */
  .food-per-guest {
    width: 100%;
  }
  /* line 430, ../sass/responsive.scss */
  .food-per-guest td {
    width: 33%;
    display: block;
    float: left;
  }

  /* line 436, ../sass/responsive.scss */
  .btn-show-food {
    width: 100%;
    margin: 1rem 0.5rem;
  }

  /* line 440, ../sass/responsive.scss */
  .select-food {
    width: 100%;
  }
  /* line 442, ../sass/responsive.scss */
  .select-food p {
    float: none;
    text-align: center;
  }

  /* line 447, ../sass/responsive.scss */
  h2.section-title, .section-title {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }

  /* line 451, ../sass/responsive.scss */
  .tab-contrato-profile {
    width: 100%;
    border: 0;
  }

  /*   FORMS
------------------------------------------------------------- */
  /* line 458, ../sass/responsive.scss */
  .select-style.select-tiny {
    width: 100%;
  }

  /* line 461, ../sass/responsive.scss */
  .select-style {
    width: 100%;
    margin-bottom: 1rem;
  }

  /* line 466, ../sass/responsive.scss */
  .custom-radio label {
    padding-top: 5px;
  }

  /* line 470, ../sass/responsive.scss */
  .contact {
    border: 0;
    margin-top: 1rem;
    padding: 1rem 0;
  }
  /* line 475, ../sass/responsive.scss */
  .contact form .column, .contact form .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 479, ../sass/responsive.scss */
  .contact form .custom-radio {
    margin-bottom: 0.5rem;
  }
  /* line 481, ../sass/responsive.scss */
  .contact form .custom-radio label {
    padding-top: 5px;
  }
  /* line 485, ../sass/responsive.scss */
  .contact form .custom-checkbox label {
    padding-right: 0;
  }
  /* line 488, ../sass/responsive.scss */
  .contact form .lada {
    padding-right: 0.95rem;
  }
  /* line 491, ../sass/responsive.scss */
  .contact form br {
    display: none;
  }

  /* line 497, ../sass/responsive.scss */
  .table-checkout {
    display: block;
    overflow: auto;
  }

  /* line 503, ../sass/responsive.scss */
  #creditcard-form .small-12 {
    padding-left: 0;
  }

  /*   PROFILE
------------------------------------------------------------- */
  /* line 511, ../sass/responsive.scss */
  .profile-image {
    display: block;
    float: none !important;
    margin: 1rem 0;
    text-align: center;
  }
  /* line 516, ../sass/responsive.scss */
  .profile-image img {
    float: none !important;
  }

  /* line 520, ../sass/responsive.scss */
  .marco-polo {
    display: none;
  }

  /* line 524, ../sass/responsive.scss */
  .destination-profile aside {
    position: relative;
    width: 100%;
    top: 1rem;
  }
  /* line 528, ../sass/responsive.scss */
  .destination-profile aside dl {
    width: 100%;
  }
  /* line 530, ../sass/responsive.scss */
  .destination-profile aside dl dt, .destination-profile aside dl dd {
    width: 50%;
    float: left;
  }

  /* line 537, ../sass/responsive.scss */
  .table-redenciones {
    overflow: auto;
  }

  /* line 540, ../sass/responsive.scss */
  .back-campaign-edit {
    background: none;
    padding: 0 0 1rem !important;
  }

  /*   FAQS
------------------------------------------------------------- */
  /* line 547, ../sass/responsive.scss */
  .faqs-section, .contact {
    background: #fff;
  }

  /* line 550, ../sass/responsive.scss */
  .waves {
    display: none;
  }

  /* line 553, ../sass/responsive.scss */
  .faqs-content {
    width: 100%;
    padding: 0.5rem;
  }

  /*   que es kivac
  ------------------------------------------------------------- */
  /* line 561, ../sass/responsive.scss */
  .about-kivac-columns .content-item {
    min-height: 350px;
    margin-bottom: 1.5rem;
    padding: 0.5rem;
  }
  /* line 565, ../sass/responsive.scss */
  .about-kivac-columns .content-item .icon {
    height: 80px;
    overflow: hidden;
  }
  /* line 568, ../sass/responsive.scss */
  .about-kivac-columns .content-item .icon img {
    max-width: 80%;
  }

  /* line 574, ../sass/responsive.scss */
  #checkout-tablist .tab-title, .profile-tablist .tab-title {
    border-right: 0;
    border-bottom: 1px solid #2facdf;
    width: 100%;
  }

  /* line 580, ../sass/responsive.scss */
  .item-package .points {
    font-size: 0.9rem;
  }
  /* line 584, ../sass/responsive.scss */
  .item-package .points-price p {
    font-size: 0.70rem;
  }

  /* line 592, ../sass/responsive.scss */
  .selectboxit-container {
    right: 100px;
  }
  /* line 594, ../sass/responsive.scss */
  .selectboxit-container span {
    font-size: .7rem;
  }

  /* line 599, ../sass/responsive.scss */
  .selectboxit-arrow-container {
    left: 50px !important;
  }

  /* line 603, ../sass/responsive.scss */
  #language-dropdownSelectBoxIt {
    width: 80px !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  /* line 613, ../sass/responsive.scss */
  #language-dropdownSelectBoxIt {
    width: 80px !important;
  }

  /* line 618, ../sass/responsive.scss */
  .selectboxit-container {
    left: 100px;
  }
  /* line 620, ../sass/responsive.scss */
  .selectboxit-container span {
    font-size: .7rem;
  }

  /* line 624, ../sass/responsive.scss */
  .selectboxit-arrow-container {
    left: 50px !important;
  }

  /* line 629, ../sass/responsive.scss */
  #main-header .logo {
    width: 160px;
    position: absolute;
    left: 40%;
    top: 5px;
  }
  /* line 635, ../sass/responsive.scss */
  #main-header .logo img {
    width: 80%;
    padding-top: 10px;
  }
  /* line 640, ../sass/responsive.scss */
  #main-header .user-area {
    width: 50%;
  }
  /* line 642, ../sass/responsive.scss */
  #main-header .user-area li.user-info p {
    font-size: 0.75rem;
  }

  /* line 648, ../sass/responsive.scss */
  #menu {
    width: 120px;
  }

  /* line 652, ../sass/responsive.scss */
  #main-footer .redes {
    margin: 0 auto;
    padding-bottom: 0.5rem;
  }

  /*   : HOME
------------------------------------------------------------- */
  /* line 660, ../sass/responsive.scss */
  .item, .grid-sizer {
    width: 50%;
  }

  /* line 663, ../sass/responsive.scss */
  .overlay .description p {
    line-height: 120%;
  }

  /*   : BUSCADOR
------------------------------------------------------------- */
  /* line 669, ../sass/responsive.scss */
  .search-trip-box legend {
    font-size: 1.2rem;
  }
  /* line 672, ../sass/responsive.scss */
  .search-trip-box .fa-calendar, .search-trip-box .image-calendar {
    display: none;
  }
  /* line 675, ../sass/responsive.scss */
  .search-trip-box input.search-trip-item {
    width: 100%;
  }
  /* line 678, ../sass/responsive.scss */
  .search-trip-box input.destino {
    width: 45% !important;
  }
  /* line 681, ../sass/responsive.scss */
  .search-trip-box input[type="submit"] {
    margin: 0 auto;
    float: none;
    display: block;
    width: 200px;
    clear: both;
  }
  /* line 688, ../sass/responsive.scss */
  .search-trip-box .choose-rooms {
    width: 45%;
  }
  /* line 691, ../sass/responsive.scss */
  .search-trip-box .choose-date {
    width: 45%;
  }
  .selectdestination{
   width: 45%;
   margin: 0px 10px 0 0;
}
  /* line 693, ../sass/responsive.scss */
  .search-trip-box .choose-date input {
    margin: 0 auto;
    float: none;
  }

  /* line 700, ../sass/responsive.scss */
  .search-trip-more h5 {
    width: 100%;
    float: none;
  }

  /* line 705, ../sass/responsive.scss */
  .guest-config .large-3 {
    text-align: center;
    font-weight: bold;
  }

  /*   : BUSCADOR
------------------------------------------------------------- */
  /* line 713, ../sass/responsive.scss */
  .overlay .description p {
    margin: 0.5rem;
    font-size: 0.75rem;
  }

  /* line 718, ../sass/responsive.scss */
  .tips .tip-info {
    width: 75%;
  }

  /*   FAQS
------------------------------------------------------------- */
  /* line 723, ../sass/responsive.scss */
  .faqs-section {
    background: #fff;
  }

  /* line 726, ../sass/responsive.scss */
  .waves {
    display: none;
  }

 /*   FORMS
------------------------------------------------------------- */
  /* line 734, ../sass/responsive.scss */
  .select-float .select-style, .select-style, .select-style.select-tiny {
    width: 100%;
  }

  /* line 737, ../sass/responsive.scss */
  .room-points h4 strong {
    font-size: 130%;
  }

  /* line 740, ../sass/responsive.scss */
  .trip-cost .btn-orange {
    width: 100%;
    float: left;
  }

  /* line 744, ../sass/responsive.scss */
  h2.section-title, .section-title {
    font-size: 1.1rem;
  }

  /* line 747, ../sass/responsive.scss */
  h1 {
    font-size: 1.2rem;
  }

  /* line 750, ../sass/responsive.scss */
  .tabs dd > a, .tabs .tab-title > a {
    font-size: 0.85rem;
  }

  /* line 753, ../sass/responsive.scss */
  .shopping-summary h2 {
    padding-top: 0.5rem;
  }

  /* line 756, ../sass/responsive.scss */
  .select-style {
    background: #E1E1E1 url("../images/icono-dropdown-mobile.png") no-repeat 95% 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 766, ../sass/responsive.scss */
  #main-header .user-area {
    width: 35%;
  }

  /* line 771, ../sass/responsive.scss */
  .search-trip-box legend {
    font-size: 1.2rem;
  }
  /* line 775, ../sass/responsive.scss */
  .search-trip-box .image-calendar, .search-trip-box .fa-calendar {
    display: none;
  }
  /* line 778, ../sass/responsive.scss */
  .search-trip-box input.destino {
    width: 30% !important;
  }
  /* line 781, ../sass/responsive.scss */
  .search-trip-box input.destino, .search-trip-box .choose-rooms, .search-trip-box .choose-date {
    margin-left: 2px;
    margin-right: 2px;
  }
  /* line 785, ../sass/responsive.scss */
  .search-trip-box .choose-rooms {
    width: 36%;
  }
  /* line 788, ../sass/responsive.scss */
  .search-trip-box .choose-date {
    width: 15%;
  }
  /* line 790, ../sass/responsive.scss */
  .search-trip-box .choose-date input[type="text"] {
    width: 100%;
    margin: 0;
    min-width: 50px;
  }
  /* line 796, ../sass/responsive.scss */
  .search-trip-box input[type="submit"] {
    margin: 0 auto;
    float: none;
    display: block;
    width: 200px;
  }

  /* line 804, ../sass/responsive.scss */
  .overlay .description p {
    margin: 0.5rem;
    font-size: 0.75rem;
  }

  /* line 809, ../sass/responsive.scss */
  .tips .tip-info {
    width: 75%;
  }

  /* line 812, ../sass/responsive.scss */
  .room-points h4 strong {
    font-size: 130%;
  }

  /* line 815, ../sass/responsive.scss */
  h1 {
    font-size: 1.2rem;
  }

  /* line 818, ../sass/responsive.scss */
  h2.section-title, .section-title {
    font-size: 1rem;
  }

  /* line 821, ../sass/responsive.scss */
  .the-subtitle {
    font-size: 1.1rem;
  }
}
/* line 5, ../sass/_nuevos_estilos.scss */
.img-mobile {
  display: block;
}
@media (min-width: 600px) and (max-width: 767px) {
  /* line 5, ../sass/_nuevos_estilos.scss */
  .img-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 5, ../sass/_nuevos_estilos.scss */
  .img-mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  /* line 5, ../sass/_nuevos_estilos.scss */
  .img-mobile {
    display: none;
  }
}

/* line 21, ../sass/_nuevos_estilos.scss */
.img-desktop {
  display: none;
}
@media (min-width: 600px) and (max-width: 767px) {
  /* line 21, ../sass/_nuevos_estilos.scss */
  .img-desktop {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 21, ../sass/_nuevos_estilos.scss */
  .img-desktop {
    display: block;
  }
}
@media (min-width: 1025px) {
  /* line 21, ../sass/_nuevos_estilos.scss */
  .img-desktop {
    display: block;
  }
}

/* line 37, ../sass/_nuevos_estilos.scss */
.slider {
  position: relative;
  min-height: 100px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
}
/* line 44, ../sass/_nuevos_estilos.scss */
.slider .slide {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  text-align: center;
}
/* line 50, ../sass/_nuevos_estilos.scss */
.slider .slide img {
  max-width: 1200px;
  margin: auto;
}
/* line 58, ../sass/_nuevos_estilos.scss */
.slider .bullets-slider {
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  z-index: 3;
  bottom: -30px;
}
@media (min-width: 600px) and (max-width: 767px) {
  /* line 58, ../sass/_nuevos_estilos.scss */
  .slider .bullets-slider {
    bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 58, ../sass/_nuevos_estilos.scss */
  .slider .bullets-slider {
    bottom: 30px;
  }
}
@media (min-width: 1025px) {
  /* line 58, ../sass/_nuevos_estilos.scss */
  .slider .bullets-slider {
    bottom: 30px;
  }
}
/* line 78, ../sass/_nuevos_estilos.scss */
.slider .bullets-slider ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
/* line 83, ../sass/_nuevos_estilos.scss */
.slider .bullets-slider ul li a {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100px;
  cursor: pointer;
  background-color: #2facdf;
  margin-left: 10px;
  text-indent: -9000px;
}
@media (min-width: 600px) and (max-width: 767px) {
  /* line 83, ../sass/_nuevos_estilos.scss */
  .slider .bullets-slider ul li a {
    background-color: #FFF;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 83, ../sass/_nuevos_estilos.scss */
  .slider .bullets-slider ul li a {
    background-color: #FFF;
  }
}
@media (min-width: 1025px) {
  /* line 83, ../sass/_nuevos_estilos.scss */
  .slider .bullets-slider ul li a {
    background-color: #FFF;
  }
}
/* line 105, ../sass/_nuevos_estilos.scss */
.slider .bullets-slider ul li a:hover {
  background-color: #2facdf;
}
/* line 109, ../sass/_nuevos_estilos.scss */
.slider .bullets-slider ul li a.active {
  background-color: #266f84;
  cursor: default;
}

/* line 120, ../sass/_nuevos_estilos.scss */
.display-none {
  display: none;
}

/* line 123, ../sass/_nuevos_estilos.scss */
.display-inline {
  display: inline-block;
}

/* line 127, ../sass/_nuevos_estilos.scss */
.promociones-new {
  padding-bottom: 30px;
}
/* line 129, ../sass/_nuevos_estilos.scss */
.promociones-new h1.text-center {
  padding-top: 20px;
}

/* line 134, ../sass/_nuevos_estilos.scss */
span.logo-promociones {
  width: 100px;
  height: 25px;
  display: block;
  background-image: url("../images/promociones_new/logo-promociones.png");
  background-size: 100px 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 134, ../sass/_nuevos_estilos.scss */
  span.logo-promociones {
    width: 221px;
    height: 55px;
    background-size: 221px 55px;
  }
}
@media (min-width: 1025px) {
  /* line 134, ../sass/_nuevos_estilos.scss */
  span.logo-promociones {
    width: 221px;
    height: 55px;
    background-size: 221px 55px;
  }
}

/* line 155, ../sass/_nuevos_estilos.scss */
hr.pleca-promociones {
  width: 100%;
  height: 7px;
  background-image: url("../images/promociones_new/pleca-promociones.png");
  background-repeat: no-repeat;
  border: none;
  background-size: 443px 7px;
  margin-top: 7px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 155, ../sass/_nuevos_estilos.scss */
  hr.pleca-promociones {
    width: 100%;
    height: 14px;
    background-size: 886px 14px;
  }
}
@media (min-width: 1025px) {
  /* line 155, ../sass/_nuevos_estilos.scss */
  hr.pleca-promociones {
    width: 100%;
    height: 14px;
    background-size: 886px 14px;
  }
}

/* line 179, ../sass/_nuevos_estilos.scss */
.content-superior {
  padding: 10px;
  height: 420px;
  position: relative;
}
/* line 184, ../sass/_nuevos_estilos.scss */
.content-superior .content {
  width: 100%;
  height: 390px;
  position: relative;
  z-index: 3;
  top: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 0px;
}
/* line 195, ../sass/_nuevos_estilos.scss */
.content-superior .content .pleca-superior {
  width: 100%;
  padding: 3px;
  background-color: #266f84;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
}
/* line 204, ../sass/_nuevos_estilos.scss */
.content-superior .content .pleca-superior h1 {
  color: #fff;
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 204, ../sass/_nuevos_estilos.scss */
  .content-superior .content .pleca-superior h1 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  /* line 204, ../sass/_nuevos_estilos.scss */
  .content-superior .content .pleca-superior h1 {
    font-size: 16px;
  }
}
/* line 217, ../sass/_nuevos_estilos.scss */
.content-superior .content .pleca-superior a {
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 10;
}
/* line 227, ../sass/_nuevos_estilos.scss */
.content-superior .content .pleca-superior a.opener-modal {
  border-color: #fff transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}
/* line 233, ../sass/_nuevos_estilos.scss */
.content-superior .content .pleca-superior a.closer-modal {
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
  display: none;
}
/* line 241, ../sass/_nuevos_estilos.scss */
.content-superior .content .modal-info, .content-superior .content .modal-info-2 {
  width: 60%;
  background-color: rgba(38, 111, 132, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
/* line 251, ../sass/_nuevos_estilos.scss */
.content-superior .content .modal-info ul li, .content-superior .content .modal-info-2 ul li {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  list-style-type: circle;
}
/* line 256, ../sass/_nuevos_estilos.scss */
.content-superior .content .modal-info ul li ul, .content-superior .content .modal-info-2 ul li ul {
  list-style-type: none;
  margin-top: 5px;
}
/* line 259, ../sass/_nuevos_estilos.scss */
.content-superior .content .modal-info ul li ul li, .content-superior .content .modal-info-2 ul li ul li {
  list-style-type: square;
}
/* line 266, ../sass/_nuevos_estilos.scss */
.content-superior .content .modal-info a, .content-superior .content .modal-info-2 a {
  color: #fff;
  display: block;
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
}
/* line 272, ../sass/_nuevos_estilos.scss */
.content-superior .content .modal-info a:hover, .content-superior .content .modal-info-2 a:hover {
  text-decoration: underline;
}
/* line 278, ../sass/_nuevos_estilos.scss */
.content-superior .content .modal-info {
  padding: 50px 10px 10px 20px;
}
/* line 282, ../sass/_nuevos_estilos.scss */
.content-superior .content .modal-2 {
  padding: 80px 10px 10px 20px;
}
/* line 286, ../sass/_nuevos_estilos.scss */
.content-superior .content .pleca-inferior {
  width: 30%;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 286, ../sass/_nuevos_estilos.scss */
  .content-superior .content .pleca-inferior {
    width: 40%;
  }
}
/* line 299, ../sass/_nuevos_estilos.scss */
.content-superior .content .pleca-inferior h1 {
  font-size: 40px;
  color: #fff;
  line-height: 10px;
}
/* line 304, ../sass/_nuevos_estilos.scss */
.content-superior .content .pleca-inferior h1 span {
  font-size: 10px;
  top: 0px;
}
/* line 311, ../sass/_nuevos_estilos.scss */
.content-superior .content .pleca-inferior span {
  color: #fff;
  font-size: 11px;
  position: relative;
  top: -5px;
}
/* line 321, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-1 {
  background-image: url("../images/promociones_new/imagenes-destinos/bajio/prom_celaya.jpg");
}
/* line 325, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-2 {
  background-image: url("../images/promociones_new/imagenes-destinos/bajio/prom_irapuato.jpg");
}
/* line 329, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-3 {
  background-image: url("../images/promociones_new/imagenes-destinos/bajio/prom_leon.jpg");
}
/* line 333, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-4 {
  background-image: url("../images/promociones_new/imagenes-destinos/puever/prom_puebla_rpv.jpg");
}
/* line 337, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-5 {
  background-image: url("../images/promociones_new/imagenes-destinos/puever/prom_veracruz.jpg");
}
/* line 341, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-6 {
  background-image: url("../images/promociones_new/imagenes-destinos/vique/prom_smallende.jpg");
}
/* line 345, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-7 {
  background-image: url("../images/promociones_new/imagenes-destinos/vique/prom_queretaro.jpg");
}
/* line 349, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-8 {
  background-image: url("../images/promociones_new/imagenes-destinos/aventura/prom_explorean.jpg");
}
/* line 353, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-9 {
  background-image: url("../images/promociones_new/imagenes-destinos/aventura/prom_chetumal.jpg");
}
/* line 357, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-10 {
  background-image: url("../images/promociones_new/imagenes-destinos/encanto/prom_cdmx.jpg");
}
/* line 361, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-11 {
  background-image: url("../images/promociones_new/imagenes-destinos/encanto/prom_puebla.jpg");
}
/* line 365, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-12 {
  background-image: url("../images/promociones_new/imagenes-destinos/maya/prom_chiapas.jpg");
}
/* line 369, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-13 {
  background-image: url("../images/promociones_new/imagenes-destinos/maya/prom_merida.jpg");
}
/* line 373, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-14 {
  background-image: url("../images/promociones_new/imagenes-destinos/sol/prom_cuernavaca_rs.jpg");
}
/* line 377, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-15 {
  background-image: url("../images/promociones_new/imagenes-destinos/sol/prom_acapulco_rs.jpg");
}
/* line 381, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-16 {
  background-image: url("../images/promociones_new/imagenes-destinos/sol/prom_ixtapa.jpg");
}
/* line 385, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-17 {
  background-image: url("../images/promociones_new/imagenes-destinos/sureste/prom_villahermosa.jpg");
}
/* line 389, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-18 {
  background-image: url("../images/promociones_new/imagenes-destinos/sureste/prom_campeche.jpg");
}
/* line 393, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-19 {
  background-image: url("../images/promociones_new/imagenes-destinos/sureste/prom_merida_rse.jpg");
}
/* line 397, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-20 {
  background-image: url("../images/promociones_new/imagenes-destinos/plata/prom_cuernavaca.jpg");
}
/* line 401, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-21 {
  background-image: url("../images/promociones_new/imagenes-destinos/plata/prom_taxco.jpg");
}
/* line 405, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-22 {
  background-image: url("../images/promociones_new/imagenes-destinos/plata/prom_acapulco.jpg");
}
/* line 409, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-23 {
  background-image: url("../images/promociones_new/imagenes-destinos/maya_2/prom_cancun.jpg");
}
/* line 413, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-24 {
  background-image: url("../images/promociones_new/imagenes-destinos/maya_2/prom_playadelcarmen.jpg");
}
/* line 417, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-25 {
  background-image: url("../images/promociones_new/imagenes-destinos/maya_2/prom_cozumel.jpg");
}
/* line 421, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-26 {
  background-image: url("../images/promociones_paquetes/cancun.jpg");
}
/* line 425, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-27 {
  background-image: url("../images/promociones_paquetes/acapulco.jpg");
}
/* line 429, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-28 {
  background-image: url("../images/promociones_paquetes/ciudaddelcarmen.jpg");
}
/* line 433, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-29 {
  background-image: url("../images/promociones_paquetes/guadalajara.jpg");
}
/* line 437, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-30 {
  background-image: url("../images/promociones_paquetes/luciernagas.jpg");
}
/* line 441, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-31 {
  background-image: url("../images/promociones_paquetes/manzanillo.jpg");
}
/* line 445, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-32 {
  background-image: url("../images/promociones_paquetes/merida.jpg");
}
/* line 449, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-33 {
  background-image: url("../images/promociones_paquetes/puertovallarta.jpg");
}
/* line 453, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-34 {
  background-image: url("../images/promociones_paquetes/queretaro.jpg");
}
/* line 457, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-35 {
  background-image: url("../images/promociones_paquetes/sancristobal.jpg");
}
/* line 461, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-36 {
  background-image: url("../images/promociones_paquetes/tuxtla.jpg");
}
/* line 465, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-37 {
  background-image: url("../images/promociones_paquetes/usa.jpg");
}
/* line 469, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-38 {
  background-image: url("../images/promociones_paquetes/ciudaddelcarmen2.jpg");
}
/* line 473, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-39 {
  background-image: url("../images/promociones_paquetes/fiestainnqueretaro.jpg");
}
/* line 477, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-40 {
  background-image: url("../images/promociones_paquetes/onequeretarocentrosur.jpg");
}
/* line 481, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-41 {
  background-image: url("../images/promociones_paquetes/sandiego.jpg");
}
/* line 485, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-42 {
  background-image: url("../images/promociones_paquetes/lasvegas.jpg");
}
/* line 489, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-43 {
  background-image: url("../images/promociones_paquetes/losangeles.jpg");
}
/* line 493, ../sass/_nuevos_estilos.scss */
.content-superior .content.img-44 {
  background-image: url("../images/promociones_paquetes/laredo.jpg");
}
/* line 498, ../sass/_nuevos_estilos.scss */
.content-superior::before {
  width: 100%;
  height: 65px;
  display: block;
  content: " ";
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
}
/* line 512, ../sass/_nuevos_estilos.scss */
.content-superior.cont-nar::before {
  background-image: url("../images/promociones_new/remates/sup-nar.png");
}
/* line 518, ../sass/_nuevos_estilos.scss */
.content-superior.cont-azul::before {
  background-image: url("../images/promociones_new/remates/sup-azul.png");
}
/* line 524, ../sass/_nuevos_estilos.scss */
.content-superior.cont-ver::before {
  background-image: url("../images/promociones_new/remates/sup-ver.png");
}

/* line 530, ../sass/_nuevos_estilos.scss */
#lb_gral {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
/* line 539, ../sass/_nuevos_estilos.scss */
#lb_gral .closer-lb {
  width: 23px;
  height: 24px;
  background-image: url("../images/promociones_new/closer_lb.jpg");
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 549, ../sass/_nuevos_estilos.scss */
#lb_gral .content-lb {
  width: 300px;
  height: 265px;
  background-image: url("../images/promociones_new/bg_lb.jpg");
  position: absolute;
  top: 50%;
  margin: auto;
  left: 0px;
  right: 0px;
  margin-top: -132px;
  background-size: 300px 265px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 549, ../sass/_nuevos_estilos.scss */
  #lb_gral .content-lb {
    width: 557px;
    height: 492px;
    margin-top: -246px;
    background-size: 557px 492px;
  }
}
@media (min-width: 1025px) {
  /* line 549, ../sass/_nuevos_estilos.scss */
  #lb_gral .content-lb {
    width: 557px;
    height: 492px;
    margin-top: -246px;
    background-size: 557px 492px;
  }
}
/* line 575, ../sass/_nuevos_estilos.scss */
#lb_gral .content-lb .content-info {
  width: 272px;
  height: 145px;
  position: absolute;
  top: 71px;
  left: 13px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 12px;
  color: #266f84;
  text-align: justify;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 575, ../sass/_nuevos_estilos.scss */
  #lb_gral .content-lb .content-info {
    width: 512px;
    height: 275px;
    top: 126px;
    left: 22px;
  }
}
@media (min-width: 1025px) {
  /* line 575, ../sass/_nuevos_estilos.scss */
  #lb_gral .content-lb .content-info {
    width: 512px;
    height: 275px;
    top: 126px;
    left: 22px;
  }
}

/* line 608, ../sass/_nuevos_estilos.scss */
.content-inferior a {
  display: block;
  background-color: #f6a704;
  width: 55%;
  text-align: center;
  margin: auto;
  padding: 5px;
  transition: .5s;
}
/* line 617, ../sass/_nuevos_estilos.scss */
.content-inferior a:hover {
  background-color: #266f84;
  transition: .5s;
}

/* line 624, ../sass/_nuevos_estilos.scss */
.pleca-faqs {
  padding: 20px 0 20px 0;
  border-bottom: #266f84 1px solid;
}

/* line 629, ../sass/_nuevos_estilos.scss */
.content-faqs {
  padding: 20px;
  text-align: justify;
  border-bottom: #266f84 1px solid;
}
/* line 633, ../sass/_nuevos_estilos.scss */
.content-faqs h1 {
  font-size: 14px;
  margin-top: 20px;
}

/* line 640, ../sass/_nuevos_estilos.scss */
.content-btn {
  padding: 20px;
}
/* line 643, ../sass/_nuevos_estilos.scss */
.content-btn input {
  width: 80%;
  max-width: 300px;
  font-size: 15px;
}

/* line 650, ../sass/_nuevos_estilos.scss */
.faqs-interjet {
  margin-bottom: 30px;
}
/* line 652, ../sass/_nuevos_estilos.scss */
.faqs-interjet img {
  margin-left: 20px;
  position: relative;
  top: 10px;
}