    /*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

    /*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

    /* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/***** Youtube Video Responsive *****/
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
    html {
        color: #222;
        font-size: 1em;
        line-height: 1.4;
    }

    /*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

    ::-moz-selection {
        background: #b3d4fc;
        text-shadow: none;
    }

    ::selection {
        background: #b3d4fc;
        text-shadow: none;
    }

    /*
 * A better looking default horizontal rule
 */

    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: 1em 0;
        padding: 0;
    }

    /*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

    audio,
    canvas,
    iframe,
    img,
    svg,
    video {
        vertical-align: middle;
    }

    /*
 * Remove default fieldset styles.
 */

    fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }

    /*
 * Allow only vertical resizing of textareas.
 */

    textarea {
        resize: vertical;
    }

    /* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

    .browserupgrade {
        margin: 0.2em 0;
        background: #ccc;
        color: #000;
        padding: 0.2em 0;
    }

    /* ==========================================================================
   Helper classes
   ========================================================================== */

    /*
 * Hide visually and from screen readers
 */

    .hidden {
        display: none !important;
    }

    /*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    /*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    /*
 * Hide visually and from screen readers, but maintain layout
 */

    .invisible {
        visibility: hidden;
    }

    /*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

    .clearfix:before,
    .clearfix:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .clearfix:after {
        clear: both;
    }

    /* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

    @media only screen and (min-width: 35em) {
        /* Style adjustments for viewports that meet the condition */
    }

    @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
        /* Style adjustments for high resolution devices */
    }

    /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

    @media print {
        *,
        *:before,
        *:after,
        *:first-letter,
        *:first-line {
            background: transparent !important;
            color: #000 !important;
            /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
            box-shadow: none !important;
            text-shadow: none !important;
        }
        a,
        a:visited {
            text-decoration: underline;
        }
        a[href]:after {
            content: " (" attr(href) ")";
        }
        abbr[title]:after {
            content: " (" attr(title) ")";
        }
        /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
        a[href^="#"]:after,
        a[href^="javascript:"]:after {
            content: "";
        }
        pre,
        blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }
        /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
        thead {
            display: table-header-group;
        }
        tr,
        img {
            page-break-inside: avoid;
        }
        img {
            max-width: 100% !important;
        }
        p,
        h2,
        h3 {
            orphans: 3;
            widows: 3;
        }
        h2,
        h3 {
            page-break-after: avoid;
        }
    }

    /* ==========================================================================
   Estilos de Página
   ========================================================================== */

    html,
    body {
        height: 100%;
        margin: 0;
        background-color: #fff;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        font-smooth: always;
        font-size: 1em;
    }

    /*Links*/

    a:link {
        color: inherit;
    }

    a:-webkit-any-link {
        text-decoration: none;
    }

    a,
    a:hover,
    a:active,
    a:focus {
        outline: none;
    }

    .noOverflow {
        overflow: hidden;
    }

    /*Links*/

    /*Formas*/

    button::-moz-focus-inner {
        border: 0;
    }

    input::-moz-focus-inner {
        border: 0;
    }

    textarea::-moz-focus-inner {
        border: 0;
    }

    input: focus,
    input:active {
        border: 0;
        outline: none;
    }

    textarea: focus,
    input:active {
        border: 0;
        outline: none;
    }

    input[type='range'],
    input[type='range']:focus,
    input[type='range']:active,
    input[type='range']::-moz-focus-inner,
    input[type='range']:-moz-focusring {
        border: 0;
        outline: none;
    }

    input,
    textarea {
        border: 0;
    }

    textarea {
        resize: none;
    }

    input {
        border-radius: 0;
    }

    input {
        -webkit-appearance: none;
    }

    /*Formas*/

    /*Sombras para SVG*/

    .sombraSVG {
        -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
        /* Same syntax as box-shadow */
    }

    /*Sombras para SVG*/

    /*Embedear Fuentes*/

    @font-face {
        font-family: 'bebas';
        font-weight: 300;
        src: url('../fonts/bebasneue_book-webfont.eot');
        src: url('../fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_book-webfont.woff') format('woff'), url('../fonts/bebasneue_book-webfont.ttf') format('truetype'), url('../fonts/bebasneue_book-webfont.svg#webfont') format('svg');
    }

    @font-face {
        font-family: 'bebas';
        font-weight: 700;
        src: url('../fonts/bebasneue_bold-webfont.eot');
        src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_bold-webfont.woff') format('woff'), url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'), url('../fonts/bebasneue_bold-webfont.svg#webfont') format('svg');
    }

    @font-face {
        font-family: 'butler';
        font-weight: 300;
        src: url('../fonts/butler_regular-webfont.eot');
        src: url('../fonts/butler_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/butler_regular-webfont.woff') format('woff'), url('../fonts/butler_regular-webfont.ttf') format('truetype'), url('../fonts/butler_regular-webfont.svg#webfont') format('svg');
    }

    @font-face {
        font-family: 'butler';
        font-weight: 500;
        src: url('../fonts/butler_medium-webfont.eot');
        src: url('../fonts/butler_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/butler_medium-webfont.woff') format('woff'), url('../fonts/butler_medium-webfont.ttf') format('truetype'), url('../fonts/butler_medium-webfont.svg#webfont') format('svg');
    }

    @font-face {
        font-family: 'butler';
        font-weight: 700;
        src: url('../fonts/butler_bold-webfont.eot');
        src: url('../fonts/butler_bold-webfont?#iefix') format('embedded-opentype'), url('../fonts/butler_bold-webfont.woff') format('woff'), url('../fonts/butler_bold-webfont.ttf') format('truetype'), url('../fonts/butler_bold-webfont.svg#webfont') format('svg');
    }

    /*Embedear Fuentes*/

    /* ==========================================================================
   Layout
   ========================================================================== */

    /*Esto es para evitar que se quede pegado en Chrome por estar Fixed*/

    .fixed {
        position: fixed;
        -webkit-transform: translateZ(0);
    }

    /*Alinear Verticalmente*/

    .verticalAlign {
        display: table;
    }

    .top,
    .middle,
    .bottom {
        display: table-cell;
    }

    .top {
        vertical-align: top;
    }

    .middle {
        vertical-align: middle;
    }

    .bottom {
        vertical-align: bottom;
    }

    .fill {
        width: 100%;
        height: 100%;
    }

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

    .width100 {
        width: 100%;
    }

    .height100 {
        height: 100%;
    }

    .rel {
        position: relative;
    }

    /*Padding y Márgenes*/

    .paddingA {
        padding: 7.08vw 8.5vw;
    }

    .marginA {
        margin: 7.08vw 8.5vw;
    }

    .paddingB {
        padding: 4.25vw 5.666vw;
    }

    .marginB {
        margin: 4.25vw 5.666vw;
    }

    .paddingC {
        padding: 2.125vw;
    }

    .marginC {
        margin: 2.125vw;
    }

    /* ========================================
   Animaciones
   ======================================== */

    .light {
        font-weight: 300;
    }

    .mayus {
        text-transform: uppercase;
    }

    /* ========================================
   Animaciones
   ======================================== */

    .transition.all {
        -webkit-transition-property: all;
        transition-property: all;
    }

    .transition.in {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    .transition.out {
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .transition.inOut {
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    .transition.dur150 {
        -webkit-transition-duration: 150ms;
        transition-duration: 150ms;
    }

    .transition.dur200 {
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
    }

    .transition.dur250 {
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
    }

    .transition.dur300 {
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

    .transition.dur350 {
        -webkit-transition-duration: 350ms;
        transition-duration: 350ms;
    }

    .transition.dur400 {
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
    }

    .transition.dur450 {
        -webkit-transition-duration: 450ms;
        transition-duration: 450ms;
    }

    /*Transiciones*/

    .ejemploDeTransformacion {
        -webkit-transform: translateY(6px) rotate(135deg);
        transform: translateY(6px) rotate(135deg);
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
    }

    .ejemploDeTransicion {
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    /*Transiciones*/

    /* ==========================================================================
   Los estilos del sitio
   ========================================================================== */

    /**** head ***/

    #header {
        width: 100%;
        top: 0;
        z-index: 1000;
        height: 70px;
        background-color: rgba(255, 255, 255, 0.97);
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }

    #header.scrollDown {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #logoN {
        left: 0;
    }

    #logoN img {
        height: 70px;
    }

    /*menu*/

    #burger {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 10px;
        cursor: pointer;
    }

    #burger:hover div {
        background-color: #0067af;
    }

    #burger:focus {
        outline: none;
    }

    #burger div {
        background-color: #000;
        width: 30px;
        height: 3px;
        margin-bottom: 4px;
    }

    #burger div:last-child {
        margin-bottom: 0;
    }

    #menuMobile {
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

    #menuMobile {
        text-align: center;
        background-color: rgba(0, 92, 185, 0.97);
        width: 100%;
        height: 100vh;
        z-index: 2000;
    }

    #menuMobile.animationReady {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    #menuMobile ul {
        list-style: none;
        padding-left: 0;
    }

    #menuMobile ul a li {
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    #menuMobile ul a:hover li {
        color: #000;
        text-decoration: underline;
    }

    #menuMobile li {
        font-family: 'bebas';
        font-weight: 700;
        font-size: 22px;
        letter-spacing: 1px;
        color: #fff;
        padding: 10px;
    }

    #menuMobile #cerrar {
        position: absolute;
        top: 0;
        right: 22px;
        padding: 10px;
        color: #fff;
        font-size: 2.3em;
        cursor: pointer;
        z-index: 3000;
    }

    #menuMobile #cerrar:hover {
        color: #000;
    }

    #menuMobile #cerrar::after {
        content: 'x';
    }

    #logoC img {
        margin-top: 20px;
        height: 100px;
    }

    #menu {
        position: absolute;
        top: 22px;
        right: 25px;
        font-family: 'bebas';
        font-weight: 700;
        letter-spacing: 0.5px;
        text-align: right;
        width: 80%;
        font-size: 16px;
    }

    #menu a div {
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        padding: 0px 5px;
        display: inline;
        cursor: pointer;
    }

    #menu a div:hover {
        text-decoration: underline;
        color: #0067af;
    }

    #menu a div span {
        color: #0067af;
    }

    /*menu*/

    #head {
        position: absolute;
        width: 100%;
        z-index: 100;
    }

    #head #bar {
        background-color: rgba(255, 255, 255, 0.9);
        height: 20px;
    }

    #head #logo {
        position: absolute;
        left: calc(50% - 100px);
        top: 0;
    }

    #head #logo img {
        height: 176px;
    }

    #carruPadre {
        background-color: #d3d3d3;
        position: relative;
        width: 100%;
    }

    #carruPadre #carruPortada {
        height: 700px;
        height: 100vh;
    }

    #carruItem {
        height: 100%;
        background-size: cover;
        background-position: center top;
    }

    .fondo0 {
        background-image: url(../img/img_carru_00.jpg)
    }

    .fondo1 {
        background-image: url(../img/img_carru_01.jpg)
    }

    .fondo2 {
        background-image: url(../img/img_carru_02.jpg)
    }

    .fondo3 {
        background-image: url(../img/img_carru_03.jpg)
    }

    .fondo4 {
        background-image: url(../img/img_carru_04.jpg)
    }

    .fondo5 {
        background-image: url(../img/img_carru_05.jpg)
    }

    #headFoot {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    #headFoot .reserva {
        background-color: #fff;
        height: 150px;
        padding: 20px;
    }

    #headFoot .reserva .reserva-system {
        padding: 20px 0;
    }

    #headFoot .reserva .reserva-system input:last-child {
        background-color: #0067af;
    }

    #headFoot .reserva h1 {
        font-family: 'butler';
        color: #000;
        font-weight: 500;
        font-size: 18px;
        margin: 0;
        padding-bottom: 15px;
        border-bottom: solid 1px #000;
    }

    #headFoot .frase {
        display: none;
    }

    #headFoot .frase .bigCopy {
        font-family: 'bebas';
        font-weight: 700;
        font-size: 1.5em;
        letter-spacing: 2px;
    }

    /**** termina head ***/

    /**** intro & promos ****/

    .intro {
        padding: 35px 20px;
        text-align: center;
    }

    .intro-pic {
        position: absolute;
        width: 100%;
        z-index: 10;
    }

    .promo {
        width: 100%;
        margin-bottom: 20px;
    }

    /**** termina intro & promos ****/

    /*** habitaciones ***/

    .bg-habita {
        background-image: url(../img/img_bg_habita.jpg);
        background-position: center;
    }

    #habitaciones {
        background-color: #ddf2f3;
    }

    #habitaciones .todas {
        padding-bottom: 30px;
    }

    #habitaciones .todas a {
        font-family: 'bebas';
        font-weight: 600;
        color: #666;
        letter-spacing: 2px;
        text-decoration: underline;
        cursor: pointer;
    }

    #habitaciones .todas a:hover {
        color: #000;
    }

    #habitaciones .white {
        background-color: #fff;
    }

    #habitaciones .hab {
        padding: 15px;
        height: 270px;
    }

    #habitaciones .hab-name {
        font-family: 'butler';
        font-size: 1.4em;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    #habitaciones .hab-price {
        font-family: 'bebas';
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 1.4em;
        padding-bottom: 10px;
        border-bottom: solid 2px #000;
    }

    #habitaciones .hab-price span {
        font-size: 12px;
    }

    #habitaciones .hab-bg {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom: solid 1px #fff;
        height: 270px;
    }

    #habitaciones #bg1 {
        background-image: url(../img/img_hab_01.jpg);
    }

    #habitaciones #bg2 {
        background-image: url(../img/img_hab_02.jpg);
    }

    #vive {
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        position: absolute;
        color: #1260fe;
        font-family: 'butler';
        font-size: 6em;
        left: 10%;
        margin-top: 16%;
        line-height: 1;
    }

    #vive span {
        text-transform: uppercase;
    }

    #habita {
        padding: 50px 0 50px 0;
        background-color: #ddf2f3;
    }

    #habita .habita-intro {
        background-color: #fff;
        padding: 20px;
    }

    #habita .habita-intro li {
        font-size: 12px;
    }

    #habita .habita-intro span {
        font-family: 'butler';
        font-size: 20px;
    }

    #habita .disclaimer {
        padding-top: 45px;
        font-style: italic;
    }

    #carruHabita {
        width: 100%;
        height: 300px;
    }

    .carruHtexto {
        margin: 40px 0px;
        padding: 20px 40px;
    }

    .carruHtexto h1 {
        margin-top: 0;
        font-family: 'butler';
        font-size: 32px;
    }

    .carruHtexto span {
        font-family: 'bebas';
        font-weight: 600;
        font-size: 20px;
    }

    .carruHtexto a {
        display: block;
        width: 120px;
        border: solid 1px #000;
        text-align: center;
        padding: 8px;
        font-family: 'bebas';
        font-size: 18px;
        letter-spacing: 1px;
        margin: 12px 0px;
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    .carruHtexto a:hover {
        border-color: #0067af;
        background-color: #0067af;
        color: #fff;
    }

    #habita-bg1 {
        background-color: #f6f6f6;
    }

    #habita-bg2 {
        background-color: #fbf8e7;
    }

    .fondo-eco1 {
        background-image: url(../img/img_hab_eco1.jpg)
    }

    .fondo-eco2 {
        background-image: url(../img/img_hab_eco2.jpg)
    }

    .fondo-est1 {
        background-image: url(../img/img_hab_est1.jpg)
    }

    .fondo-est2 {
        background-image: url(../img/img_hab_est2.jpg)
    }

    .fondo-est3 {
        background-image: url(../img/img_hab_est3.jpg)
    }

    .fondo-eje1 {
        background-image: url(../img/img_hab_eje1.jpg)
    }

    .fondo-eje2 {
        background-image: url(../img/img_hab_eje2.jpg)
    }

    .fondo-eje3 {
        background-image: url(../img/img_hab_eje3.jpg)
    }

    .fondo-nup1 {
        background-image: url(../img/img_hab_nup1.jpg)
    }

    .fondo-nup2 {
        background-image: url(../img/img_hab_nup2.jpg)
    }

    .fondo-mas1 {
        background-image: url(../img/img_hab_mas1.jpg)
    }

    .fondo-mas2 {
        background-image: url(../img/img_hab_mas2.jpg)
    }

    .fondo-mas3 {
        background-image: url(../img/img_hab_mas3.jpg)
    }

    .fondo-mas4 {
        background-image: url(../img/img_hab_mas4.jpg)
    }

    .fondo-presi1 {
        background-image: url(../img/img_hab_presi1.jpg)
    }

    .fondo-presi2 {
        background-image: url(../img/img_hab_presi2.jpg)
    }


    /*** termina habitaciones ***/

    /*** amenidades ***/

    #ameni .bloc {
        margin-top: 40px;
    }

    #ameni .ameni-height {
        height: 330px;
    }

    #ameni .alberca-bg {
        background-image: url(../img/img_ameni_pool.jpg);
        background-size: cover;
        background-position: center;
    }

    #ameni .alberca-bloc {
        color: #fff;
        background-color: #0067af;
        padding: 30px;
    }

    #ameni .alberca-bloc p {
        line-height: 1.25;
    }

    #ameni .alberca-bloc ul {
        padding-left: 24px;
        padding-bottom: 6px;
    }

    #ameni .alberca-bloc ul span {
        font-size: 0.8em;
        font-weight: 100;
        font-style: italic;
    }

    #ameni .salon-bg {
        background-image: url(../img/img_ameni_saloon.jpg);
        background-size: cover;
        background-position: center;
    }

    #ameni .salon-bloc {
        background-color: #fbe7e7;
        padding: 30px;
    }

    #ameni .ameni-extra {
        height: 300px;
        background-size: cover;
        background-position: center;
    }

    #ameni .ameni-extra a {
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        cursor: pointer;
        position: absolute;
        padding: 10px 15px;
        bottom: 50px;
        font-family: 'bebas';
        letter-spacing: 4px;
        color: #fff;
        text-align: center;
        left: calc(50% - 65px);
    }

    #ameni .ameni-extra .botoE,
    #ameni .botoE {
        color: #fff;
        background-color: #ed2253;
    }

    #ameni .ameni-extra .botoE:hover {
        background-color: #b90a34;
    }

    #ameni .ameni-extra .botoG,
    #ameni .botoG {
        color: #fff;
        background-color: #3baf29;
    }

    #ameni .ameni-extra .botoG:hover {
        background-color: #1d800e;
    }

    #ameni .ameni-extra img {
        position: absolute;
        top: calc(50% - 40px);
        left: calc(50% - 118px);
        height: 80px;
    }

    .ameni-extraT {
        text-align: center;
    }

    .ameni-extraT .text {
        padding: 20px;
        margin-bottom: 40px;
        height: 450px;
    }

    .ameni-extraT .text span {
        font-family: 'bebas';
        font-weight: 600;
        font-size: 25px;
    }

    .ameni-extraT .text span strong {
        font-size: 66px;
    }

    .margin-t {
        padding-top: 30px;
    }

    #ameni #ameni-gym {
        background-image: url(../img/img_ameni_gym.jpg);
    }

    #ameni #ameni-guac {
        background-image: url(../img/img_ameni_guac.jpg);
    }

    #ameni .ameni-texto {
        background-color: #f7f7f7;
        font-weight: 100;
        font-style: italic;
        text-align: center;
    }

    #ameni .ameni-texto p {
        padding: 25px;
    }

    .bg-ameni {
        background-image: url(../img/img_bg_ameni.jpg);
        background-position: center;
    }

    #ameni-alberc {
        margin-top: 50px;
        background-image: url(../img/img_albercas_pic.jpg);
        background-size: cover;
        background-position: center;
        height: 320px;
        color: #fff;
    }

    #alberc-copy {
        position: relative;
    }

    #alberc-copy h1 {
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        position: absolute;
        color: #1260fe;
        font-family: 'butler';
        font-size: 5em;
        right: 8%;
        top: -70px;
    }


    #ameni-alberc .text {
        margin-top: 30px;
    }

    #ameni-alberc .bigText {
        font-family: 'butler';
        font-size: 35px;
        line-height: 1.3;
        padding: 10px 0;
    }

    #ameni-alberc .disclaim {
        font-size: 0.9em;
        text-align: center;
        letter-spacing: 1px;
    }

    #alberca-promos {
        color: #fff;
        text-align: center;
        line-height: 1.3;
    }

    #alberca-promos h2 {
        font-family: 'bebas';
        font-weight: 600;
        font-size: 48px;
        margin-top: 20px;
    }

    #alberca-promos span {
        font-size: 11px;
        font-weight: 100;
        line-height: 1;
    }

    #alberca-promos .prices {
        font-family: 'bebas';
        padding: 10px 0;
        font-size: 30px
    }

    #alberca-promos .alberca-promo1 {
        background-color: #097aca;
        padding: 20px;
        height: 336px;
    }

    #alberca-promos .alberca-promo2 {
        background-color: #0067af;
        padding: 20px;
        height: 336px;
    }

    #alberca-promos .alberca-promo3 {
        background-color: #005794;
        padding: 20px;
        height: 336px;
    }

    .alberca-bottom {
        font-family: 'bebas';
        text-align: center;
        padding: 0 15px;
        color: #fff;
        font-size: 20px;
        letter-spacing: 1px;
        background-color: #2d9fef;
        height: 80px;
    }

    .ameni-salones {
        background-color: #fbe7e7;
        height: 350px;
    }

    .ameni-salonlogo {
        margin-top: 25px;
    }

    .ameni-salontext {
        padding: 20px;
    }

    .ameni-salontext h1 {
        font-family: 'butler';
        font-size: 26px;
    }


    /*** amenidades ***/

    /*** clientes plus ***/

    .bg-plus {
        background-image: url(../img/img_bg_plus.jpg);
        background-position: top;
    }

    #plus {
        margin-top: 50px;
    }

    #clientes .cliente-bloc {
        background-color: #f1f1f1;
        height: 300px;
        padding: 20px;
    }

    #clientes .cliente-reward {
        background-color: #0a75b2;
        color: #fff;
        line-height: 2;
        padding: 20px;
    }

    #clientes .cliente-reward p {
        line-height: 1.6;
    }

    #clientes .cliente-reward h1 {
        font-family: 'butler';
        text-decoration: underline;
        font-size: 22px;
    }

    #clientes .cliente-reward h2 {
        font-family: 'bebas';
        font-size: 18px;
        letter-spacing: 1px;
    }

    #clientes .cliente-reward ul {
        list-style: none;
        padding-left: 5px;
    }

    #clientes .cliente-reward li {
        line-height: 1.7;
    }

    #clientes .cliente-reward li span:after {
        content: '______'
    }

    #clientes .cliente-bloc h1 {
        font-family: 'butler';
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    #clientes .cliente-bloc h2 {
        font-family: 'butler';
        font-size: 26px;
        margin: 0px;
    }

    #clientes .cliente-como {
        padding-left: 22px;
    }

    /*** clientes plus ***/

    /*** contacto ***/

    #conta {
        margin-top: 30px;
    }

    #conta a {
        text-decoration: underline;
    }

    textarea,
    input,
    button {
        outline: none;
    }

    form {
        padding-bottom: 25px;
    }

    form input,
    form textarea {
        width: 100%;
        background: none;
        padding: 10px 0;
        border-bottom: 1px solid #000;
        color: #000;
    }

    form input::-webkit-input-placeholder,
    form textarea::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.6);
    }

    form input:-ms-input-placeholder,
    form textarea:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.6);
    }

    form input::placeholder,
    form textarea::placeholder {
        color: rgba(0, 0, 0, 0.6);
    }

    /*Error en formas*/

    form input.error,
    form textarea.error {
        border-bottom: 1px solid #ed2253;
    }

    form input.error::-webkit-input-placeholder,
    form textarea.error::-webkit-input-placeholder {
        color: #ed2253;
    }

    form input.error:-ms-input-placeholder,
    form textarea.error:-ms-input-placeholder {
        color: #ed2253;
    }

    form input.error::placeholder,
    form textarea.error::placeholder {
        color: #ed2253;
    }

    /*Error en formas*/

    #formaContacto input:focus,
    #formaContacto textarea:focus {
        outline: none;
    }

    form button {
        width: 50%;
        background: none;
        border: solid 1px #000;
        font-family: 'bebas';
        font-size: 1.1em;
        letter-spacing: 4px;
        padding: 8px;
        color: #000;
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        cursor: pointer;
        margin-top: 10px
    }

    form button:hover {
        color: #fff;
        border-color: #fff;
        background-color: #0067af;
    }

    .formaPass + .formResult p {
        margin-top: 1em;
    }

    #formResult p {
        margin-top: 2em;
    }

    #map-canvas {
        width: 100%;
        height: 380px;
        background-color: #000000;
    }

    #sub-footer {
        position: relative;
    }

    #sub-footer .footing {
        position: absolute;
        width: 100%;
        background-color: #0067af;
        bottom: -450px;
        height: 160px;
    }

    #sub-footer .footing .foot {
        padding-top: 110px;
        color: #fff;
    }

    #sub-footer .footing .redes {
        text-align: right;
    }

    #sub-footer .footing .redes img {
        padding: 0 10px;
        height: 22px;
    }

    #sub-footer .footing .redes img:hover {
        opacity: 0.7;
    }

    /*** termina contacto ***/

    /* video */

    .videoBg {
        top: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
        height: 70vw;
    }

    #bgvid {
        /* Make video to at least 100% wide and tall */
        min-width: 100%;
        min-height: 100%;

        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: 100%;
        height: 100%;

        /* Center the video */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-size: cover;
        object-fit: cover;
    }

    /* video */

    /*** generales ***/

    #interiorPadre {
        height: 450px;
        height: 75vh;
        background-size: cover;
    }

    .rowPad {
        padding: 36px 0px;
    }

    .titles h1 {
        font-family: 'butler';
        font-size: 32px;
        color: #0067af;
    }

    .titles-w h1 {
        font-family: 'butler';
        font-size: 32px;
        color: #fff;
    }

    .titles-b h1 {
        font-family: 'butler';
        font-size: 32px;
        color: #000;
    }

    .botones-w {
        font-family: 'bebas';
        letter-spacing: 4px;
        border: solid 1px #fff;
        padding: 8px;
        color: #fff;
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        cursor: pointer;
    }

    .botones-w:hover {
        border: solid 1px #000;
        color: #000;
    }

    /*** generales ***/

    /* ==========================================================================
   Los Media Queries
   ========================================================================== */

    /********** Tablet Vertical **********/

    @media (min-width:768px) {
        #headFoot .reserva {
            height: 200px;
        }
        #headFoot .frase {
            display: inline;
            background-color: #0a75b2;
            color: #fff;
            margin-top: 100px;
            height: 100px;
            padding: 35px 20px;
            text-align: center;
        }
        #headFoot .reserva h1 {
            font-size: 25px;
        }
        /*menu*/
        #menuMobile.animationReady {
            visibility: hidden;
            display: none;
        }
        /*ameni*/
        #ameni .ameni-height {
            height: 250px;
            height: 45vw;
        }
        #clientes .cliente-bloc {
            padding-left: 0;
        }
    }

    /********** Tablet Horizontal **********/

    @media (min-width: 992px) {
        /*** head ***/
        #headFoot .frase {
            margin-top: 100px;
            height: 100px;
            padding: 25px 20px;
            text-align: left;
        }
        #headFoot .frase .bigCopy {
            font-size: 2.3em;
            letter-spacing: 5px;
        }
        /*** intro ***/
        .intro {
            padding: 25px 20px;
            text-align: left;
        }
        /*** habita ***/
        #preHabit {
            margin-top: 25px;
        }
        /*menu*/
        #menu {
            font-size: 18px;
            letter-spacing: 1px;
        }
        #menu a div {
            padding: 10px;
        }
        /*menu*/
        #clientes .cliente-bloc {
            height: 380px;
        }
        #clientes .cliente-reward {}

        .videoBg {
            height: 35vw;
        }
        /*generales*/
        .titles h1 {
            padding-left: 20px;
        }
        /*generales*/
    }

    /********** Escritorio 0 **********/

    @media (min-width: 1025px) {}

    /********** Escritorio 1 **********/

    @media (min-width: 1200px) {
        #habitaciones .hab {
            padding: 15px 15px 15px 35px;
        }
        #vive {
            font-size: 6.5em;
            left: 11%;
            margin-top: 10%;
        }
        /*ameni*/
        #ameni .ameni-height {
            height: 320px;
            height: 27vw;
        }
        #ameni .ameni-extra {
            height: 360px;
        }
        /*habitaciones*/
        #carruHabita {
            margin: 40px 0px;
            width: 100%;
            height: 25vw;
        }
    }

    /********** Escritorio 2 **********/

    @media (min-width: 1380px) {}

    /********** Escritorio 3 **********/

    @media (min-width: 1540px) {
        #vive {
            font-size: 8em;
            margin-top: 6%;
        }
    }

    /********** Escritorio 4 **********/

    @media (min-width: 1850px) {}

    /********** Escritorio 5 **********/

    @media (min-width: 2000px) {}

    /************** Portrait **************/

    @media (orientation: portrait) {}
