/* media queries tablets portrait */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  
  
  
}

/* media queries laptops */

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* 
    Max width before this PARTICULAR table gets nasty
    This query will take effect for any screen smaller than 760px
    and also iPads specifically.
    */
@media only screen and (max-width: 760px), (min-device-width: 800px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  
    
  
  /*
      Label the data
      *
      td:nth-of-type(1):before { content: "Encabezado1"; }
      td:nth-of-type(2):before { content: "Encabezado2"; }
      td:nth-of-type(3):before { content: "Encabezado3"; }
      td:nth-of-type(4):before { content: "Encabezado4"; }
      td:nth-of-type(5):before { content: "Encabezado5"; }
      td:nth-of-type(6):before { content: "Encabezado6"; }
      td:nth-of-type(7):before { content: "Encabezado7"; }
      td:nth-of-type(8):before { content: "Encabezado8"; }
      td:nth-of-type(9):before { content: "Encabezado9"; }
      td:nth-of-type(10):before { content: "Encabezado10"; }
      */
      
    
      
      
}

/* ///////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 800px) and (max-width: 959px) {
  .container {
    width: 960px;
  }
  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }
  .container .one.column,
  .container .one.columns {
    width: 28px;
  }
  .container .two.columns {
    width: 76px;
  }
  .container .three.columns {
    width: 124px;
  }
  .container .four.columns {
    width: 172px;
  }
  .container .five.columns {
    width: 220px;
  }
  .container .six.columns {
    width: 268px;
  }
  .container .seven.columns {
    width: 316px;
  }
  .container .eight.columns {
    width: 364px;
  }
  .container .nine.columns {
    width: 412px;
  }
  .container .ten.columns {
    width: 460px;
  }
  .container .eleven.columns {
    width: 508px;
  }
  .container .twelve.columns {
    width: 700px;
  }
  .container .thirteen.columns {
    width: 604px;
  }
  .container .fourteen.columns {
    width: 652px;
  }
  .container .fifteen.columns {
    width: 700px;
  }
  .container .sixteen.columns {
    width: 905px;
  }
  .container .one-third.column {
    width: 236px;
  }
  .container .two-thirds.column {
    width: 492px;
  }
  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px;
  }
  .container .offset-by-two {
    padding-left: 96px;
  }
  .container .offset-by-three {
    padding-left: 144px;
  }
  .container .offset-by-four {
    padding-left: 192px;
  }
  .container .offset-by-five {
    padding-left: 240px;
  }
  .container .offset-by-six {
    padding-left: 288px;
  }
  .container .offset-by-seven {
    padding-left: 336px;
  }
  .container .offset-by-eight {
    padding-left: 384px;
  }
  .container .offset-by-nine {
    padding-left: 432px;
  }
  .container .offset-by-ten {
    padding-left: 480px;
  }
  .container .offset-by-eleven {
    padding-left: 528px;
  }
  .container .offset-by-twelve {
    padding-left: 576px;
  }
  .container .offset-by-thirteen {
    padding-left: 624px;
  }
  .container .offset-by-fourteen {
    padding-left: 672px;
  }
  .container .offset-by-fifteen {
    padding-left: 720px;
  }
}

/* CALL TO ACTION */

.aviso {
    position: fixed;
    left: 1em;
    top: 15.5vw;
    width: auto;
    color: #222221;
    border: 2px solid #d9edf7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: "Trebuchet Ms", Arial, Helvetica, serif;
    margin-bottom: 0.8em;
    background: #fbfdff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
    z-index: 998;
    transition:1s;
    margin-left: -36em;
  }
  .aviso img.wp-smiley, .aviso img.emoji {
      height: 0.5em !important;
      width: 0.5em !important;
      vertical-align: 0em !important;
      padding: 0 !important;
  }
  .aviso-inner {
    padding: 0.8em;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .aviso h4 {
    text-align: center;
    color: #ad3d28 !important;
    font-size: 1.2em;
    font-weight: bold;
  }
  .aviso .cerrar {
    background: #dbd4b1;
    height: 2.2em;
  }
  .aviso .precio-hotel {
    color: #5b95c1;
  }
  .aviso .nota {
    font-size: 70%;
    line-height: 1.2em;
    font-weight: bold;
  }
  .aviso .close {
    margin-right: 0.3em;
    background: transparent;
    color: #000;
    padding: 0.2em 0.5em;
    margin: 0;
    float: right;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    border: 0;
    display:block;
  }
  .aviso-inner .row div {
    margin: 0.3em 0;
    font-size: 0.8rem;
  }

  .aviso-inner a {
      color: #ad3d28 !important;
  }

  .muestra-aviso {
    position: fixed;
    left: 1em;
    bottom: 1em;
    width: 20em;
    border: 1px solid #c4d3e2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: "Trebuchet Ms", Arial, Helvetica, serif;
    font-size: 1.1em;
    margin-bottom: 0.8em;
    background: #fbfdff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
    z-index: 998;
    text-align: center;
  }
  .muestra-aviso {display:none;}
  #btn-close {display:none;}
  .aviso-enter {
    margin-left: 0;
  }



    .boton-reserva-aviso {
    display: block;
    margin-bottom: 1em;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    padding: 15px;
    background: #ad3d27;
    margin-bottom: 10px;
    border-style: round 1px;
    border-radius: 5px;
  }

  .boton-reserva-aviso a {
    color: white !important;
  }

/*- MEDIA 736px -*/

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

    .aviso {
      display: block;
      position: fixed;
      width: 91%;
      bottom: 0;
      top: initial;
    }
    .muestra-aviso {
        position: fixed;
        width: 90%;
        margin-top: 2em;
    }
    
    .aviso-inner .row div {
        font-size: 1em;
    }
   .cerrar span{
    float:right;
   }
   .aviso .close {
    line-height: 0;
   }
   footer {
    padding-bottom: 20em !important;
   }
  }

/* ///////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 800px) {
  .container {
    width: 300px;
  }

.container.booking-box {
  width: 280px;
 
}

  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px;
  }
  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0;
  }
}

/* ///////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 480px) and (max-width: 800px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 100%;
  }
}

/* Estilos mayores al estandar de 768 (dispositivos y navegadores) */
@media only screen and (min-width: 800px) {
  header.header-tp2 #navbar {
    margin-top: 4px;
  }
  header.header-tp2 #navbar li {
    height: 2rem;
    line-height: 2.6rem;
  }
  header.header-tp2 #navbar li a {
    padding: 1rem 0.5rem;
  }
  header.header-tp2 #navbar li .dropdown {
    top: 2.75rem;
  }
  header.header-tp2 #navbar li .dropdown ul {
    margin: 0;
  }
  header.header-tp2 #navbar li .dropdown a {
    width: 6rem;
    display: block;
    padding: 0 0.9rem;
    line-height: 2.4rem;
  }
  #navbar {
    list-style-type: none;
    
    margin: 2.1rem 0 0 0;
  }
  #navbar li {
    display: inline;
    float: left;
    position: relative;
    margin-left: 1px;
  }
  #navbar li:last-child {
    display: none;
  }
  #navbar li .dropdown {
    visibility: hidden;
    position: absolute;
    top: 1rem;
    left: 0;
    overflow: hidden;
    z-index: 999;
    background: #a93c28;
    box-shadow: 0 2px 4px #a93c28;
    text-decoration: none;
    width: 13rem;
  }
  #navbar li ul {
    margin: 7px 0 0 -1px;
  }
  #navbar li ul a {
    padding: 0.5rem 1rem;
    text-align: left;
    color: white;
  }
  #navbar li:hover .dropdown {
    visibility: visible;
  }
  #navbar li:hover li {
    display: block!important;
  }
  #navbar li:hover a {
    background: none;
  }
  #navbar li a {
    background: none;
    color: #a93c28;
    padding: 0.5rem;
    margin: 0 1px 0 0;
  }
  #navbar li a:hover {
    background: none;
    color: #dabe41;
    text-decoration: none !important;
  }
  #navbar li a {
    background: none;
    font-family: 'Felipa', serif;
    text-transform: capitalize;
    padding: 0 9px;
    font-size: 1rem;
    leter
  }
  #navbar li a:hover {
    text-decoration: underline;
  }
}


/* Estilos menores al estandar de 960 (dispositivos y navegadores) */
@media only screen and (max-width: 959px) {
  header .top-bar .social-likes {
    width: 35%;
    
  }
}

/* Estilos desde tableta en Horizontal hasta el estandar 960 (dispositivos y navegadores) */
@media only screen and (min-width: 800px) and (max-width: 959px) {
  header h1 {
    padding: 0.5rem 0;
  }
  h1.four.columns,
  nav.main-nav {
    width: 100%!important;
    display: block;
    margin: 0!important;
  }
  nav#soporte,
  .social {
   
    text-align: center!important;
  }
  .social {
    padding: 0 0 1rem 0!important;
  }
  footer .social a {
    margin: 0 12px 0 0;
  }
  .copyright p {
    text-align: center!important;
  }
  .offer-block figcaption {
    font-size: 1rem;
  }
  .panel img {
    width: 100%;
  }
  .module input {
    margin-bottom: 0.7rem;
  }

 
.fourblock a {
    min-height: 25rem;
  }
  .fourblock a h3,
  .fourblock a h4 {
    text-align: center;
  }
  .promo-event img {
    height: 7rem;
    width: 12.3rem;
  }
  .promo-event .event-date {
    width: 2.2rem;
    font-size: 0.7rem;
    padding: 0.2rem;
    line-height: 1.2rem;
  }
  .promo-event .event-info {
    width: 9.3rem;
  }
  .vertical-booking .selectss select {
    width: 4rem;
  }
  .vertical-booking #txtPromotionCode {
    width: 9rem;
  }
  .vertical-booking td,
  .vertical-booking th {
    padding: 8px 2px;
  }
  header.header-tp1 .top-bar ul {
    margin-left: 0;
    
  }
  header.header-tp1 h1 {
    text-align: center;
    padding: 0;
  }
  header.header-tp1 #navbar li a {
    padding: 0 10px;
  }
  header.header-tp1 #slider {
    margin-top: 8.6rem;
    min-height: 8rem;
  }
  header.header-tp1 .hblock--top {
    height: auto;
  }
  header.header-tp1 #navbar li a {
    padding: 13px;
  }
  footer.footer-tp1 .copyright p {
    text-align: right!important;
  }
  header.header-tp2 .logo-tp2 {
    width: 768px;
  }
  header.header-tp2 .top-bar ul {
    margin-left: 16.2rem;
  }
  header.header-tp2 .top-bar .social-likes {
    width: 14%;
  }
  header.header-tp2 #navbar {
    float: right;
  }
  header.header-tp2 #navbar a {
    padding: 0 5px;
    font-size: 11px;
  }
  body.body-tp2 #slider img {
    height: 24rem;
  }

  body.body-tp3 .vertical-booking .selectss select {
    width: 3.2rem;
  }
  body.body-tp3 .booking-box .accioness .block-button {
    position: relative;
    top: 0;
  }
  body.body-tp3 .top-bar ul a {
    font-size: 0.6rem;
  }
  body.body-tp3 #navbar li a {
    padding: 1rem 0.2rem;
  }
  footer.footer-tp2 .fwidget {
    display: none;
  }
  footer.footer-tp2 .fblock {
    background: none;
  }
  footer.footer-tp3 .twelve,
  footer.footer-tp3 .two {
    width: 100%!important;
  }
  footer.footer-tp3 .fblock {
    background: none;
  }
  footer.footer-tp3 .fwidget {
    display: none;
  }
  .feature {
    background: #e0e0e0;
    padding: 0;
    margin-bottom: 2rem;
    overflow: hidden;
    height: 25rem;
  }
  .feature .fblock {
    float: left;
    display: inline-block;
    width: 33%;
    box-sizing: border-box;
    padding: 10px;
    height: 25rem;
  }
  .feature .fblock img {
    height: 100%;
  }
  .feature .fblock h2 {
    font-size: 1.2rem;
  }
  .feature .fblock:first-child {
    padding: 0;
  }
  .home-widget {
    margin: 1.7rem 0 0 0.5rem;
  }
}


/* Estilos para todos los tamaños de Moviles (dispositivos y navegadores) */
@media only screen and (max-width: 800px) {
  .tinynav {
    display: block;
    margin: 5px 0 0 0;
  }
  #menu-action-menu {
    display: none;
  }
  .social-shr {
    width: 44%;
  }
  .social-likes {
    position: absolute;
    top: 0;
    right: 0;
  }
  .bg-base {
    background: none;
  }
  header {
    overflow: visible;
  }
  header h1 {
    padding: 0.5rem 0;
    text-align: center;
  }
  header.header-tp1 .hblock--bottom {
    position: relative;
    margin:0;
  }
  header.header-tp1 .top-bar ul {
    position: relative;
    right: 0;
  }
  header .top-bar ul li {
    padding-right: 0;
  }
  header #navbar {
    margin: 0!important;
  }
 
  .dropdown a {
    color: #fff;
  }
  h1.four.columns a {
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: none;
  }
  h1.four.columns,
  nav.main-nav {
    width: 100%!important;
    display: block;
    margin: 0!important;
  }
  nav#soporte,
  .social {
    width: 100%!important;
    text-align: center!important;
  }
  .social {
    padding: 0 0 1rem 0!important;
  }
  .flexslider {
    margin-bottom: 0!important;
    min-height: 12rem;
  }
  #booking .web-form {
    display: none;
  }

  .principalbanner {
    display: none;
  }
  footer .social a {
    margin: 0 12px 0 0;
  }
  .copyright p {
    text-align: center!important;
  }
  header.header-tp1 .hblock--top {
    height: 8.6rem;
    margin-bottom: 1rem;
  }
  header.header-tp1 h1 {
    padding: 0.2rem 0;
  }
  header.header-tp1 #slider {
    margin-top: 8.6rem;
    min-height: 19rem;
  }
  header.header-tp1 .hblock--bottom {
    background: none;
    height: 4rem;
  }
  header.header-tp1 #booking .button {
    top: 6px;
  }
  body.body-tp2 #slider {
    margin-top: 8rem;
    margin-bottom: 0;
    min-height: 2rem;
  }
  body.body-tp2 #slider img {
    height: 16rem;
  }
  body.body-tp2 #sidebar {
    display: none;
  }
  body.body-tp3 .home-modules {
    background: none;
    margin: 0;
  }

  header.header-tp2 .logo-tp2 {
    width: 100%;
    top: 2.6rem;
    height: auto;
    background: #ffffff;
    z-index: 99;
    position: absolute;
  }
  header.header-tp2 .logo-tp2 h1 {
    position: relative;
    margin: 0;
    padding: 0;
  }
  footer.footer-tp2 .fwidget {
    display: none;
  }
  footer.footer-tp2 .fblock {
    background: none;
  }
  footer.footer-tp3 .twelve,
  footer.footer-tp3 .two {
    width: 100%!important;
  }
  footer.footer-tp3 .fblock {
    background: none;
  }
  footer.footer-tp3 .fwidget {
    display: none;
  }
  footer.footer-tp3 ul#menu-soporte li {
    border-right: 0;
  }
  
}


/* Estilos para Moviles en Horizontal y Tablets en Vertical (dispositivos y navegadores) */
@media only screen and (min-width: 480px) and (max-width: 800px) {
  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .top-bar .container {
    width: 100%;
  }
  .tinynav {
    margin-left: 0.3rem;
    z-index: 999999;
    position: relative;
  }
  .social-likes {
    display: none;
  }
  .v-movil {
    display: block;
  }
  .v-desktop {
    display: none;
  }
  .fourblock {
    width: 48%;
    margin: 0 1% 2rem;
  }
  .fourblock a {
    min-height: 18rem;
  }
  .fourblock h4 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
  }
  .mean-container .mean-nav {
    margin-top: 42px;
  }
  .slidercontentp1 {
    margin-top: 8.5rem;
    margin-bottom: 1.5rem;
  }
  .flex-control-nav {
    bottom: 10px!important;
  }
  .container-tp3 aside {
    display: none!important;
  }
  body.body-tp3 #slider {
    margin-top: 2.6rem;
  }
  body.body-tp3 #slider img {
    height: 22rem;
  }
  header #navbar li a {
    /*background:darken(@support,10%);*/
  }
  header.header-tp1 #navbar li a {
    color: #fff;
  }
  header.header-tp1 #navbar li a:hover {
    text-decoration: none;
    color: none;
  }
  header #navbar li:hover .dropdown {
    visibility: visible;
    background: none!important;
    box-shadow: none;
  }
  .dropdown li a {
    padding: 0;
    border-bottom: 0;
  }
  .mean-container .mean-nav ul li li li a {
    width: 100%;
  }
  header #navbar li:last-child {
    display: block;
  }
  #booking .modal {
    width: 76%;
    margin-left: -38%;
  }
  #booking .fechass,
  #booking .selectss,
  #booking .accioness {
    width: 100%;
    display: block;
  }
  #booking .block-small {
    width: 96%;
  }
  #booking .block-button {
    display: block;
  }
  #booking select {
    width: 90%;
  }
  #booking table {
    margin-bottom: 0;
  }
  #booking table td:before {
    content: " ";
  }
  #booking table td {
    padding: 0;
    width: auto;
    width: 33%;
    float: left;
  }
  #booking .button,
  #booking button {
    position: relative;
    top: 0;
    right: 0;
  }
  .panel .media-img {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  footer ul#menu-soporte li {
    display: block;
    border-right: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #BA6556;
  }
  footer ul#menu-soporte li a {
    display: block;
    padding: 0.8rem 0;
  }
  footer ul#menu-soporte li a:active {
    background: #007a7a;
  }
  footer ul#menu-soporte {
    padding: 0.3rem 0;
  }
  footer.footer-tp1 {
    padding-top: 0;
  }
  footer.footer-tp1 .fblock {
    
  }
  footer.footer-tp1 ul#menu-soporte li {
    border-right: 0;
    line-height: 2.6rem;
  }
  footer ul#menu-soporte li a {
    color: #ffffff;
  }
  footer.footer-tp1 .fblock a:after {
    content: attr(data-social);
    color: #ffffff;
  }
  footer.footer-tp1 .fwidget {
    display: none;
  }
  footer.footer-tp1 .copyright p {
    margin-top: 0rem;
  }
  footer.footer-tp2 {
    padding-top: 0;
  }
  footer.footer-tp2 .fblock {
    background: none!important;
  }
  footer.footer-tp2 ul#menu-soporte li {
    border-right: 0;
  }
  footer.footer-tp2 .fwidget {
    display: none;
  }
  footer.footer-tp2 .copyright p {
    margin-top: 0rem;
  }
  .feature {
    display: none;
  }

.top-bar .container {
  background: #00a5db;
  height: 42px;
}

nav#nav1.twelve.columns.main-nav {
  display: none!important;
}

.mean-container a.meanmenu-reveal {
  position: absolute;
  right: 18%;
  display: block!important;
  z-index: 9999999;
}

.mean-container .mean-bar {
  width: 100%;
}

header .top-bar .social-likes {
  display: none;
}



}

/* Estilos para Moviles en Vertical hasta el Estandar Horizontal de 480 (dispositivos y navegadores) */
@media only screen and (max-width: 479px) {
  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .top-bar .container {
    width: 100%;
  }
  .tinynav {
    margin-left: 0.3rem;
    z-index: 999999;
    position: relative;
  }
  .social-likes {
    display: none!important;
  }
  .flexslider {
    margin-bottom: 12px;
    min-height: 192px;
  }
  .v-movil {
    display: block;
  }
  .v-desktop {
    display: none;
  }
  .ssp_slider_default_html > li.slide,
  .wsp_default_skin > li.slide img {
    height: 12rem;
  }
  .slidercontentp1 {
    margin-top: 7.5rem;
    margin-bottom: 1.5rem;
  }
  header #navbar li:last-child {
    display: block;
  }
  header.header-tp1 #booking .button,
  header.header-tp1 #booking button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
  }
  header.header-tp1 #slider {
    min-height: 16rem;
  }
  header.header-tp1 #slider .flex-control-paging {
    bottom: 1rem;
  }
  #contenid p {
    text-align: justify;
  }
  .fourblock {
    width: 100%;
    margin: 0 0 2rem;
  }
  .fourblock a {
    min-height: 18rem;
  }
  .fourblock h4 {
    text-align: center;
    font-size: 20px;
  }
  .panel .media-img {
    float: none;
    text-align: center;
    margin-bottom: 1rem;
  }
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    margin-top: 10rem;
  }
  footer ul#menu-soporte li {
    display: block;
    border-right: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ffffff;
  }
  footer ul#menu-soporte li a {
    display: block;
    padding: 0.8rem 0;
  }
  footer ul#menu-soporte li a:active {
    background: #007a7a;
  }
  footer ul#menu-soporte {
    padding: 0.3rem 0;
  }
  footer.footer-tp1 {
    padding-top: 0;
  }
  footer.footer-tp1 .fblock {
    background: none!important;
  }
  footer.footer-tp1 ul#menu-soporte li {
    border-right: 0;
    line-height: 2.6rem;
  }
  footer ul#menu-soporte li a {
    color: #ffffff;
  }
  footer.footer-tp1 .fblock a:after {
    content: attr(data-social);
    color: #ffffff;
  }
  footer.footer-tp1 .fwidget {
    display: none;
  }
  footer.footer-tp1 .copyright p {
    margin-top: 0rem;
  }
  footer.footer-tp2 {
    padding-top: 0;
  }
  footer.footer-tp2 .fblock {
    background: none!important;
  }
  footer.footer-tp2 ul#menu-soporte li {
    border-right: 0;
  }
  footer.footer-tp2 .fwidget {
    display: none;
  }
  footer.footer-tp2 .copyright p {
    margin-top: 0rem;
  }
  body.body-tp2 #slider {
    height: 12rem;
  }
  body.body-tp2 #slider img {
    height: 12rem;
  }
  body.body-tp3 #slider {
    margin-top: 3.5rem;
  }
  body.body-tp3 #slider img {
    height: 14rem;
  }
  .container-tp3 aside {
    display: none!important;
  }
  .feature {
    display: none;
  }

  .mean-container a.meanmenu-reveal {
display: block!important;
  }
  
  div.promo {width: 100%;
    text-align: left;
    bottom: 5rem;
    position: absolute;
    z-index: 5;
    margin-left: 31px;}
  

}


/* Ipad Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){

div.promo {width: 100%;
    text-align: left;
    bottom: 7rem;
    position: absolute;
    z-index: 5;
    margin-left: 31px;}
}


/* #Tablet (Portrait)
  // ==================================================
  // Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait)
{
    div.promo{    width: 100%;
    text-align: left;
    bottom: 7rem !important;
    position: absolute;
    z-index: 5;
    margin-left: 242px;}
}
#scaFqk {
  display: none !important;
}

/* WHATSAPP */
.whatsapp-window {
  position: fixed;
  right: 5em;
  bottom: -36rem;
  width: auto;
  color: #222221;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 0.8em;
  background: transparent;
  z-index: 998;
  transition:1s;
  margin-left: -36em;
  }
.whatsapp-window p {
  text-align: left;
}
.whatsapp-window h3 {
  color:white !important;
}
.whatsapp-window .fa, .muestra-whatsapp .fa {
  color:white !important;
}
.whatsapp-window a {
  color: inherit;
}
.whatsapp-window a:hover {
  text-decoration: none;
}
.whatsapp-window  img.wp-smiley, .whatsapp-window  img.emoji {
  height: 0.5em !important;
  width: 0.5em !important;
  vertical-align: 0em !important;
  padding: 0 !important;
}
.whatsapp-window-inner {
  padding: 1.5em;
  width: 19rem;
  line-height: 1.3rem;
  background: #25d366;
  color: white;
  text-align: center;
  border-radius: 10px 10px 0 0;
  box-shadow: 2px 3px 0 #00000047;
  text-align: left;
  font-size:1.2rem;
  box-sizing: border-box;
}
.whatsapp-window-inner p {
  margin:0;
}
.whatsapp-window-inner img {
  width: 168px;
  margin: 0 3rem;
}
.whatsapp-window-2 {
  background: #fff;
  padding: 1rem;
  width:19rem;
  border-radius: 0 0 10px 10px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 2px 3px 0 #00000047;
  text-align: left;
  box-sizing: border-box;
}
.whatsapp-window-2 a {
  display:flex;
  align-items: center;
  color: #444 !important;
  font-size: 1rem;
}
.whatsapp-window-2 img {
  background: #dbdbdb;
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 1rem;
}
.mensaje-enviar {
  transition:3s;
}
.mensaje-enviar:hover {
  background:#25d366;
  filter: brightness(1.2);
  color:white !important;
  cursor: pointer;
}
.mensaje-enviar {
  background: #25d366;
  border: 0;
  color: white !important;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  width: 19rem;
  box-shadow: 2px 3px 0 #00000047;
  font-size: 1.1rem;
  font-weight: normal;
}
.puntos {
    width:100%;
    margin: 0.3em 0;
    padding: 0 1em;
}
.whatsapp-window .close {
  margin-right: 0.3em;
  color: #fff;
  padding: 0.3em 0.5em;
  margin: 0;
  float: right;
  font-size: 22px;
  font-weight: 700;
  line-height: 0.9;
  position: absolute;
  right: 0;
  top: -3rem;
  background: #25d366;
  border: 1px solid #25d366;
  border-radius: 19px;
  opacity: 1;
  display: block;
  width: 2.3rem;
}
.muestra-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 4.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50%;
  font-family: "Trebuchet Ms", Arial, Helvetica, serif;
  font-size: 1.1em;
  margin-bottom: 0.8em;
  background: #25d366;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
  z-index: 998;
  text-align: center;
  padding: 0.5em;
}
.muestra-whatsapp a {
  color:#fff !important;
  font-size: 1rem;
}
.muestra-whatsapp a:hover {
  color:#fff !important;
}
.muestra-whatsapp .fa-whatsapp {
  font-size: 2rem;
}
.whatsapp-window-enter {
  bottom: 9rem !important;
}
  
@media only screen and (max-width: 736px) {
  .whatsapp-window {
    display: block;
    position: fixed;
    top: initial;
    bottom: -36rem;
    right: 1rem;
  }
  #g-footerbottom {
    padding-bottom: 4em;
  }
  .muestra-whatsapp-inner {
    padding: 0.5em 0;
  }
  .muestra-whatsapp span {
    display: none;
  }
}
/* TERMINA WHATSAPP */

/* ESCONDE Y MUESTRA BOTON DE RESERVAR EN CALL TO ACTION CON CODIGO PARA TARIFA MOVIL*/

@media screen and (min-width:737px) {
    .call-action-desktop {
        display:block !important;
    }
    .call-action-movil {
        display:none !important;
    }
}
@media screen and (max-width:736px) {
    .call-action-desktop {
        display:none !important;
    }
    .call-action-movil {
        display:block !important;
    }
}