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

#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;
    -webkit-text-decoration: underline dotted;
    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;
}

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

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

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-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;
}

[hidden],
template {
    display: none;
}

@font-face {
    font-display: block;
    font-family: mansion;
    font-style: normal;
    font-weight: 400;
    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");
}

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

.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 {
    margin: 0 auto;
    max-width: 1340px;
    padding: 0 20px;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.Servicios-intro {
    padding: 40px 0;
    text-align: center;
}

.Servicios-intro p {
    line-height: 1.3em;
    margin: 0;
}

.Servicios-gallery .layout {
    padding: 0;
}

.Servicios-gallery-slider {
    margin-bottom: 20px;
    padding: 0 20px;
}

.Servicios-gallery-slider img {
    display: block;
    width: 100%;
}

.Servicios-gallery-nav {
    padding-right: 20px;
}

.Servicios-gallery-nav img {
    display: block;
    width: 100%;
}

.Servicios-gallery-nav-item {
    padding-left: 20px;
}

.Servicios-gallery-info {
    padding: 40px 20px;
    text-align: center;
}

.Servicios-gallery-info p {
    line-height: 1.2em;
    margin: 0;
}

.Servicios-main-container {
    display: flex;
    justify-content: space-between;
}

.Servicios-main-list {
    background-color: var(--primario);
    color: #fff;
    padding: 30px 10px;
    text-align: center;
    width: 33.33%;
}

.Servicios-main-list h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
}

.Servicios-main-list h2 span {
    font-weight: 700;
}

.Servicios-main-list p {
    line-height: 4em;
    margin: 20px 0 0;
}

.Servicios-main-image {
    width: calc(66.66% - 20px);
}

.Servicios-main-image img {
    width: 100%;
    display: none;
}

.Servicios-card {
    margin: 50px 0;
}

.Servicios-card-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.Servicios-card-image {
    min-height: 480px;
    position: relative;
    width: calc(50% - 20px);
}

.Servicios-card-image:before {
    background-color: var(--primario);
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 100%;
    z-index: -1;
}

.Servicios-card-image.right:before {
    bottom: -15px;
    left: -15px;
    right: auto;
    top: auto;
}

.Servicios-card-image img {
    /* display: none; */
    width: 100%;
    height: 100%;
}

.Servicios-card-text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 40px;
}

.Servicios-card-text h2 {
    font-size: 48px;
    font-weight: 300;
    margin: 0;
}

.Servicios-card-text h2 span {
    font-weight: 700;
}

.Servicios-card-text p {
    line-height: 1.2em;
    margin: 30px 0;
}

.Servicios-card-text p span {
    font-size: 14px;
}

.Servicios-card-text a {
    background-color: var(--primario);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 12px 50px;
    vertical-align: top;
}

.Servicios-otros {
    background-color: var(--primario);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.Servicios-otros-title h2 {
    font-size: 42px;
    font-weight: 300;
    margin: 0;
}

.Servicios-otros-title h2 span {
    font-weight: 700;
}

.Servicios-otros-title p {
    line-height: 1.2em;
    margin: 40px 0;
}

.Servicios-otros-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.Servicios-otros-icons-item img {
    display: block;
    margin: 0 auto;
    width: 150px;
}

.Servicios-otros-footer p {
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
}

.Servicios-otros-footer span {
    font-size: 14px;
}

.Servicios-footer {
    margin-bottom: 40px !important;
    /* background-color: #53054b; */
    background-color: var(--primario) !important;
    color: #fff !important;
    padding: 10vh 5vw !important;
}

.Servicios-footer-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 720px !important;
    margin: auto !important;
}

.Servicios-footer-text h2 {
    font-size: 44px;
    margin: 0;
}

.Servicios-footer-text h2 span {
    font-weight: 300;
}

.Servicios-footer-cta {
    padding-left: 100px;
}

.Servicios-footer-cta a {
    background-color: #fff;
    color: var(--primario);
    display: inline-block;
    padding: 14px 40px;
}

@media screen and (max-width: 1040px) {
    .Servicios-main-container {
        display: block;
    }
    .Servicios-main-list {
        padding: 30px 10px;
        width: 100%;
    }
    .Servicios-main-list h2 {
        font-size: 26px;
    }
    .Servicios-main-image {
        background: none;
        width: 100%;
    }
    .Servicios-main-image img {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 880px) {
    .Servicios-banners-item-text h1 {
        font-size: 24px;
    }
    .Servicios-banners-item-text h1 span {
        font-size: 16px;
    }
    .Servicios-otros-title h2 {
        font-size: 28px;
    }
    .Servicios-otros-icons-item {
        width: calc(33.33% - 20px);
    }
}

@media screen and (max-width: 920px) {
    .Servicios-card-container {
        display: block;
    }
    .Servicios-card-image {
        background: none;
        min-height: auto;
        width: 100%;
    }
    .Servicios-card-image img {
        display: block;
        max-width: 100%;
    }
    .Servicios-card-text {
        display: block;
        margin: 40px 0;
        width: 100%;
    }
    .Servicios-card-text h2 {
        font-size: 28px;
        font-weight: 300;
    }
    .Servicios-footer-container {
        display: block;
    }
    .Servicios-footer-text {
        text-align: center;
    }
    .Servicios-footer-text h2 {
        font-size: 24px;
    }
    .Servicios-footer-cta {
        padding-left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 680px) {
    .Servicios-otros-icons-item {
        width: calc(50% - 20px);
    }
    #slider_escritorio {
        display: none;
    }
    #slider_movil {
        display: block;
    }
}
