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

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

#slider_movil {
    display: none;
}

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%;
}

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;
}

/* Carrusel Provisional */

#gallery {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.gallery-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.gallery-item {
    margin: 0;
    min-width: 100%;
    box-sizing: border-box;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Navegación del Slider */

.gallery-navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.nav-button {
    border: none;
    background: none;
    cursor: pointer;
}

/* Media Queries para Responsividad */

@media (max-width: 768px) {
    .gallery-navigation {
        justify-content: space-around;
    }
}

@media (max-width: 480px) {
    .gallery-navigation {
        justify-content: space-between;
    }
}

/* FIN */

.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;
}

.Noticias .sin-promociones {
    text-align: center;
    font-size: 40px;
    padding: 40px 0;
}

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

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

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

.Noticias-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);
}

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

.Noticias-ctas {
    padding: 40px;
}

.Noticias-ctas-container {
    display: flex;
    justify-content: center;
}

.Noticias-ctas a {
    text-align: center;
    margin: 20px;
    color: #fff;
    background-color: var(--primario);
    padding: 12px 30px;
    min-width: 25%;
}

.Noticias-posts-nav {
    margin: 60px 0;
}

.Noticias-posts-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Noticias-posts-nav a {
    display: block;
    margin: 5px;
    padding: 7px 14px;
    color: var(--primario);
}

.Noticias-posts-nav li:first-child,
.Noticias-posts-nav li:last-child {
    font-size: 14px;
}

.Noticias-posts-nav li:first-child .icon,
.Noticias-posts-nav li:last-child .icon {
    color: #53054b;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 4px;
}

.Noticias-posts-nav li.selected a {
    background-color: #53054b;
    color: #fff;
}

.Noticias-posts-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.Noticias-posts-item {
    margin: 1rem;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    width: 500px;
}

.Noticias-posts-item h3,
.Noticias-posts-item p {
    text-align: left;
}

.Noticias-posts-item h3 {
    margin: 0;
    padding: 20px 0;
    line-height: 1.4em;
    font-size: 22px;
}

.Noticias-posts-item p {
    line-height: 1.4em;
    hyphens: auto;
}

.Noticias-posts-item a,
.ver-promocion-detalle {
    display: inline-block;
    background-color: var(--primario);
    color: #fff;
    text-align: center;
    padding: 12px 40px;
}

.ver-promocion-detalle {
    margin: 0 auto;
    margin-top: 12px;
}

.Noticias-posts-item-image {
    width: 500px;
}

.Noticias-posts-item-image img {
    width: 100%;
    height: 100%;
}

.Noticias-posts-item-contenido {
    min-height: 215px;
}

.Noticias-banners {
    width: 100% !important;
}

@media screen and (max-width: 880px) {
    .Noticias-banners-item-text h1 {
        font-size: 24px;
    }
    .Noticias-banners-item-text h1 span {
        font-size: 16px;
    }
    .Noticias-ctas {
        padding: 40px 0;
    }
    .Noticias-ctas-container {
        display: flex;
        justify-content: center;
    }
    .Noticias-ctas a {
        min-width: auto;
    }
}

@media screen and (max-width: 580px) {
    .Noticias-ctas-container {
        display: block;
    }
    .Noticias-ctas a {
        display: block;
        min-width: auto;
    }
    #slider_escritorio {
        display: none;
    }
    #slider_movil {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .Noticias-posts-item-image {
        width: auto;
    }
}
