/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
}

small {
    font-size: 80%;
}

#slider_movil {
    display: none;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@font-face {
    font-family: "mansion";
    src: url("../iconos/mansion.eot?8xciy7");
    src:
        url("../iconos/mansion.eot?8xciy7#iefix") format("embedded-opentype"),
        url("../iconos/mansion.ttf?8xciy7") format("truetype"),
        url("../iconos/mansion.woff?8xciy7") format("woff"),
        url("../iconos/mansion.svg?8xciy7#mansion") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "mansion" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e900";
}

.icon-facebook2:before {
    content: "\e901";
}

.icon-instagram:before {
    content: "\e902";
}

.icon-youtube:before {
    content: "\e903";
}

.icon-arrrow-bottom:before {
    content: "\e905";
}

.icon-arrow-top:before {
    content: "\e906";
}

.icon-arrow-left:before {
    content: "\e907";
}

.icon-arrow-right:before {
    content: "\e908";
}

.icon-menu:before {
    content: "\e909";
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

.slick-slider {
    margin-bottom: 0;
}

.layout {
    width: 100%;
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
}

.Header {
    background-color: var(--primario);
    color: #fff;
    padding: 20px 0;
}

.Header figure {
    margin: 0;
    padding: 0;
}

.Header-container {
    position: relative;
    max-width: 1600px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#menu {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    display: none;
    z-index: 20;
}

.Habitaciones-banners-item {
    position: relative;
}

.Habitaciones-banners-item img {
    display: block;
    width: 100%;
}

.Habitaciones-banners-item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Habitaciones-banners-item-text h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 42px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.Habitaciones-banners-item-text h1 span {
    margin-top: 5px;
    font-size: 28px;
    font-weight: 300;
    display: block;
}

.Habitaciones-info {
    padding: 40px 0;
}

.Habitaciones-info-container {
    display: flex;
}

.Habitaciones-info-left {
    width: 40%;
    padding: 10px 80px 20px 0;
}

.Habitaciones-info-left p {
    line-height: 1.4em;
    font-size: 20px;
}

.Habitaciones-info-left ul {
    list-style: none;
    padding: 20px 0 0 20px;
}

.Habitaciones-info-left li {
    padding-left: 30px;
    position: relative;
    margin: 20px 0;
}

.Habitaciones-info-left li:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: var(--primario);
    border-radius: 10px;
}

.Habitaciones-info-right {
    width: 60%;
    background: var(--primario);
    color: #fff;
    text-align: center;
    padding: 20px 50px;
}

.Habitaciones-info-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Habitaciones-info-icons-item {
    width: calc(33.33% - 20px);
    margin: 20px 0;
    font-size: 15px;
}

.Habitaciones-info-icons-item img {
    display: block;
    margin: 0 auto;
    width: 100px;
}

.Habitaciones-info-text p {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
}

.Habitaciones-info-text span {
    font-size: 14px;
}

.Habitaciones-types {
    text-align: center;
    padding-bottom: 40px;
}

.Habitaciones-types h2 {
    padding: 60px 0;
    font-size: 46px;
    margin: 0;
    font-weight: 300;
}

.Habitaciones-types-tabs {
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.Habitaciones-types-tabs-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.Habitaciones-types-tabs-nav li {
    width: 34%;
    color: #fff;
    background-color: var(--primario);
    padding: 10px;
    cursor: pointer;
}

.Habitaciones-types-tabs-nav li.selected {
    background-color: var(--secundario);
}

.Habitaciones-types-tabs-item {
    display: none;
}

.Habitaciones-types-tabs-item img {
    display: block;
    width: 100%;
}

.Habitaciones-types-tabs-item.selected {
    display: block;
}

.Habitaciones-types-tabs-item-cta {
    display: flex;
    align-items: center;
}

.Habitaciones-types-tabs-item-cta-left {
    padding: 20px;
}

.Habitaciones-types-tabs-item-cta-left p {
    margin: 0;
    line-height: 1.4em;
}

.Habitaciones-types-tabs-item-cta-right {
    padding: 20px;
}

.Habitaciones-types-tabs-item-cta-right a {
    width: 120px;
    display: inline-block;
    padding: 12px 16px;
    color: #fff;
    background: var(--primario);
}

@media screen and (max-width: 980px) {
    .Habitaciones-info-container {
        display: block;
    }
    .Habitaciones-info-left {
        width: 100%;
        padding: 10px 0;
    }
    .Habitaciones-info-left p {
        font-size: 18px;
    }
    .Habitaciones-info-right {
        width: 100%;
        padding: 20px;
    }
}

@media screen and (max-width: 880px) {
    .Habitaciones-banners-item-text h1 {
        font-size: 24px;
    }
    .Habitaciones-banners-item-text h1 span {
        font-size: 16px;
    }
    .Habitaciones-types h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 680px) {
    .Habitaciones-info-icons-item {
        width: calc(50% - 20px);
    }
    .Habitaciones-types-tabs-nav ul {
        display: block;
    }
    .Habitaciones-types-tabs-nav li {
        width: 100%;
    }
    .Habitaciones-types-tabs-item {
        display: none;
    }
    .Habitaciones-types-tabs-item img {
        display: block;
        width: 100%;
    }
    .Habitaciones-types-tabs-item.selected {
        display: block;
    }
    .Habitaciones-types-tabs-item-cta {
        display: block;
    }
    .Habitaciones-types-tabs-item-cta-left {
        padding: 20px 10px 0 10px;
    }
    .Habitaciones-types-tabs-item-cta-right {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .Habitaciones-info-icons-item {
        width: 100%;
    }
    #slider_escritorio {
        display: none;
    }
    #slider_movil {
        display: block;
    }
}
