@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    line-height: 1.15;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 32px;
    text-align: center;
    font-weight: 800;
    line-height: 1.15
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.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: .35em .75em .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,
[hidden] {
    display: none !important
}

*,
::after,
::before {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body,
button,
input,
optgroup,
select,
textarea {
    color: #38332e;
    font-family: BasierSquare, sans-serif;
    font-size: 16px;
    line-height: 1.3
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin: 0;
    margin-bottom: 1.5em
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

body {
    background: #f4f2f1;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,
ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

embed,
iframe,
object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

a {
    color: #38332e;
    text-decoration: none
}

a:visited {
    color: #38332e
}

a:active,
a:focus,
a:hover {
    color: #a0968b
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

a.wp-block-button__link,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #8f0d57;
    border-radius: 8px;
    background: #8f0d57;
    color: #fff;
    padding: 17px 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin: 0 auto
}

a.wp-block-button__link:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ad1069;
    background: #ad1069
}

a.wp-block-button__link:active,
a.wp-block-button__link:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #8f0d57;
    outline: 0
}

@media screen and (min-width:768px) {

    a.wp-block-button__link,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        font-size: 18px
    }
}

label {
    font-size: 16px;
    font-weight: 800;
    color: #a0968b;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 7px
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea, select {
    width: 100%;
    height: 60px;
    max-width: 100%;
    background-color: transparent;
    color: #38332e;
    border: 1px solid #a0968b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 16px;
    font-weight: 400;
    font-size: 18px
}

input[type=color]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=range]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
    color: #a0968b;
    opacity: 1;
    font-size: 18px;
    font-style: italic;
    font-weight: 400
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    color: #111
}

select {
    border: 1px solid #a0968b
}

textarea {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-top: 16px
}

.main-navigation {
    display: flex;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    margin-top: 130px;
    padding-left: 0;
    flex-flow: column
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:hover>ul {
    display: block;
    left: auto
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
    left: auto
}

.main-navigation ul li {
    position: relative;
    margin-bottom: 20px;
    margin-left: 25px;
    transition-property: background-color, color, border-color;
    transition: all .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.main-navigation ul li:hover {
    background-color: #e8e6e3
}

.main-navigation ul li a {
    display: block;
    text-decoration: none;
    color: #766c60;
    font-weight: 400;
    font-size: 18px;
    transition-duration: .3s;
    padding: 4px 8px
}

.main-navigation ul li.link_featured {
    border: 1px solid #766c60
}

.main-navigation ul li.link_featured a {
    font-weight: 600
}

.current-menu-ancestor>a,
.current-menu-item>a,
.current_page_ancestor>a,
.current_page_item>a,
.current_page_parent>a {
    font-weight: 800 !important
}

.menu-toggle {
    display: block
}

button.menu-toggle {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: 0 0;
    border: none;
    background-image: url(/montanera/assets/images/ico-mobil-menu-gri.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 30px
}

.main-navigation.toggled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    align-items: flex-start;
    flex-flow: column;
    overflow: hidden auto;
    background-image: url(/montanera/assets/images/img-fondo-menu-mobils.svg);
    background-size: cover;
    background-color: #f4f2f1
}

.main-navigation.toggled button.menu-toggle {
    background-image: url(/montanera/assets/images/close.svg)
}

.main-navigation.toggled ul {
    display: flex !important
}

.menu-menu-social-container ul {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    max-width: 240px;
    margin: 0;
    padding: 0
}

.menu-menu-social-container ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #38332e;
    margin-right: 25px
}

.menu-menu-social-container ul li::before {
    font-size: 22px
}

.menu-menu-social-container ul li:hover::before {
    color: #a0968b
}

.menu-menu-social-container ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-indent: 99px;
    overflow: hidden
}

.main-navigation .menu-menu-social-container {
    width: 100%;
    max-width: 360px
}

.main-navigation .menu-menu-social-container ul {
    display: none;
    margin-top: 65px
}

.main-navigation .menu-menu-social-container ul li {
    color: #8f0d57;
    min-width: 80px;
    max-width: 80px;
    height: 65px;
    background-image: url(/montanera/assets/images/bubble-listas.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.main-navigation .menu-menu-social-container ul li:hover {
    background-color: transparent
}

@media screen and (min-width:1025px) {
    button.menu-toggle {
        right: 30px
    }
}

@media screen and (min-width:1025px) {
    .menu-toggle {
        display: none
    }

    .main-navigation {
        height: 96px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-end
    }

    .main-navigation ul {
        display: flex;
        flex-flow: row;
        justify-content: flex-end;
        width: 600px;
        margin: 0
    }

    .main-navigation ul li {
        width: auto;
        height: 32px;
        margin: 5px 0 0 35px
    }

    .main-navigation ul li a {
        font-size: 16px
    }
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em
}

.comment-navigation .nav-links,
.post-navigation .nav-links,
.posts-navigation .nav-links {
    display: flex
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    flex: 1 0 50%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%
}

.sticky {
    display: block
}

.post {
    margin: 0 0 1.5em
}

.updated:not(.published) {
    display: none
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block;
    z-index: 1500;
    width: 150px;
    min-width: 150px
}

@media screen and (min-width:1025px) {
    .custom-logo-link {
        width: 198px;
        min-width: 198px
    }
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f4f2f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #38332e;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

:target::before {
    content: "";
    display: block;
    height: 96px;
    margin-top: 96px
}

#page {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 175px;
    overflow: hidden
}

main.site-main {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    overflow: visible
}

main.site-main header {
    width: 100%;
    margin-bottom: 54px
}

main.site-main header.page-header {
    max-width: 1440px
}

body.error404 h1 {
    font-size: 32px
}

body.error404 h2 {
    width: 100%;
    max-width: 100%;
    padding: 1em 30px
}

header#masthead {
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 96px;
    display: flex;
    justify-content: center;
    transition-duration: .4s;
    transition-delay: 0s;
    transition-timing-function: ease-in;
    transition-property: all
}

header#masthead.sticky {
    background-color: #e8e6e3
}

header#masthead div.header-content {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: flex-start;
    padding: 0 30px
}

header#masthead div.header-content .site-branding {
    min-height: 96px;
    display: flex;
    align-items: center
}

@media screen and (min-width:768px) {
    header#masthead div.header-content {
        padding: 0 60px
    }
}

footer#colophon {
    position: relative;
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 60px 30px
}

footer#colophon aside {
    padding: 20px 20px 0 0;
    width: 100%;
    min-width: 175px;
    max-width: 380px
}

footer#colophon aside .widget {
    margin: 0
}

footer#colophon aside h2.widget-title {
    margin: 0;
    margin-bottom: 30px;
    color: #a0968b;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase
}

footer#colophon aside ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer#colophon aside ul li {
    margin-bottom: 20px
}

footer#colophon aside ul li a {
    font-size: 18px
}

footer#colophon #footer-1 .wp-caption {
    display: flex;
    flex-flow: row-reverse;
    text-align: right;
    align-items: center
}

footer#colophon #footer-1 .wp-caption img {
    width: auto;
    max-height: 90px;
    margin-left: 0
}

footer#colophon #footer-1 .wp-caption figcaption {
    width: 100px;
    max-width: 100%;
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.45;
    color: #38332e;
    text-align: right;
    border-right-color: #38332e;
    border-right-width: 1px;
    border-right-style: solid;
    padding-right: 15px
}

.shape-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 860px;
    z-index: -100;
    background-image: url(/montanera/assets/images/shape-blanco-footer-mobile.svg);
    background-repeat: no-repeat;
    background-position: left bottom
}

.shape-footer.grey {
    background-image: url(/montanera/assets/images/shape-gris-footer-mobile.svg)
}

@media screen and (min-width:1440px) {
    .shape-footer {
        background-image: url(/montanera/assets/images/shape-blanco-footer.svg);
        background-position: center bottom;
        background-size: 2830px 860px
    }

    .shape-footer.grey {
        background-image: url(/montanera/assets/images/shape-gris-footer.svg)
    }
}

@media screen and (min-width:768px) {
    footer#colophon aside {
        width: 50%;
        padding-left: 30px
    }

    footer#colophon .logo_footer {
        width: auto
    }
}

@media screen and (min-width:885px) {
    footer#colophon aside {
        width: 25%
    }
}

@media screen and (min-width:1180px) {
    footer#colophon {
        padding: 62px 30px
    }
}

body.home header#masthead:not(.sticky) .main-navigation:not(.toggled) button.menu-toggle,
body.home header#masthead:not(.sticky) img.custom-logo {
    filter: brightness(3)
}

body.home article.page {
    margin-top: 580px
}

body.home article.page>header {
    margin-bottom: 0
}

body.home h1 {
    width: 875px;
    max-width: 100%;
    padding: 105px 30px 0 30px;
    font-size: 36px;
    line-height: 1.13
}

body.home h1 a,
body.home h1 a:hover {
    color: #38332e
}

body.home h1 span.page-subtitle {
    width: 100%;
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.2;
    text-align: left
}

body.home .page-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 800px;
    max-height: 100vh;
    z-index: -1
}

body.home .page-thumbnail img {
    position: relative;
    width: 100%;
    min-height: 800px;
    max-height: 1200px;
    object-fit: cover;
    object-position: 20% top
}

body.home .entry-content {
    overflow: hidden
}

body.home .entry-content .bcorp-home {
    position: absolute;
    width: 75px;
    top: 530px;
    right: 20px;
    margin: auto
}

body.home .entry-content .home-ventajas {
    margin-top: 150px
}

body.home .entry-content .home-ventajas h2 {
    width: 647px;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px
}

body.home .entry-content .home-ventajas p {
    width: 421px;
    max-width: 100%;
    line-height: 1.56
}

body.home .entry-content .home-ventajas .wp-block-columns {
    max-width: 880px;
    margin: 0 auto;
    margin-top: 80px
}

body.home .entry-content .home-ventajas .wp-block-column {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 50px;
    padding: 20px 0
}

body.home .entry-content .home-ventajas .wp-block-column h2 {
    font-size: 18px;
    text-align: center
}

body.home .entry-content .home-ventajas .wp-block-column .wp-block-image {
    flex: 1 0 100%;
    margin-bottom: 67px
}

body.home .entry-content .home-ventajas .wp-block-column figure {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin: 0
}

body.home .entry-content .home-ventajas .wp-block-column figcaption {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 50px;
    text-align: center
}

body.home .entry-content .home-ejes {
    margin-top: 95px
}

body.home .entry-content .home-ejes h2 {
    font-weight: 800;
    margin: 4px 0 24px 0
}

body.home .entry-content .home-ejes .alternate-columns-content {
    background-image: url(/montanera/assets/images/bubble-listas.svg);
    background-repeat: no-repeat;
    background-size: 160px 140px;
    padding: 32px;
    padding-right: 24px
}

body.home .entry-content .home-ejes .alternate-columns-content h3 {
    margin: 0;
    font-size: 18px
}

body.home .entry-content .home-ejes .alternate-columns-content h4 {
    margin: 0;
    margin-bottom: 9px;
    font-size: 14px
}

body.home .entry-content .home-ejes .alternate-columns-content p {
    margin: 60px 0 46px 0;
    line-height: 1.6
}

body.home .entry-content .home-ejes p {
    font-size: 18px
}

body.home .entry-content .home-somos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 140px;
    margin-bottom: 80px
}

body.home .entry-content .home-somos>* {
    flex: 1 0 100%;
    margin: 0
}

body.home .entry-content .home-somos h2 {
    max-width: 650px;
    margin: 0 auto
}

body.home .entry-content .home-somos figure {
    width: 56px;
    margin: 80px auto 40px auto
}

body.home .entry-content .home-somos p {
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 37px
}

body.home .entry-content .home-somos .wp-block-buttons {
    display: flex;
    justify-content: center;
    margin-top: 9px
}

body.home .entry-content .home-galeria {
    margin: 220px auto
}

body.home .entry-content .h-testimonios {
    width: 510px;
    max-width: 100%;
    margin: 0 auto
}

body.home .entry-content .home-testimonios .next-slider,
body.home .entry-content .home-testimonios .prev-slider {
    display: none
}

body.home .entry-content .home-partners {
    margin-top: 50px
}

body.home .entry-content .home-partners>figure {
    margin-bottom: 40px !important
}

body.home .entry-content .home-partners ul.blocks-gallery-grid {
    justify-content: center
}

body.home .entry-content .home-partners ul.blocks-gallery-grid li.blocks-gallery-item {
    width: 192px;
    flex: 0 0 192px
}

body.home .entry-content .home-cta-aliados {
    margin-bottom: 150px
}

body.home .entry-content .home-posts {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 350px
}

body.home .entry-content .home-posts h3 {
    margin-bottom: 100px
}

body.home .entry-content .home-posts h2.entry-title a {
    font-size: 18px
}

body.home .entry-content .home-newsletter {
    margin-top: 240px;
    margin-bottom: 150px
}

body.home .entry-content .home-newsletter h2,
body.home .entry-content .home-newsletter p {
    margin-bottom: 50px
}

body.home .entry-content article .entry-content>div:last-of-type {
    margin-bottom: 450px
}

body.home .entry-content footer#colophon {
    margin-top: -450px
}

@media screen and (min-width:768px) {

    body.home .page-thumbnail,
    body.home .page-thumbnail img {
        min-height: 1062px;
        object-position: center top
    }

    body.home article.page {
        margin-top: 0
    }

    body.home article.page>header {
        background: 0 0;
        padding: 0 60px
    }

    body.home article.page>header h1 {
        padding: 164px 0;
        color: #fff;
        font-size: 64px;
        text-align: center
    }

    body.home article.page>header h1 a,
    body.home article.page>header h1 a:hover {
        color: #fff
    }

    body.home article.page>header h1 span.page-subtitle {
        margin-top: 10px;
        font-size: 36px;
        font-weight: 700;
        text-align: center
    }

    body.home .entry-content .bcorp-home {
        position: relative;
        top: 0
    }

    body.home .entry-content .home-ventajas p {
        font-size: 18px
    }

    body.home .entry-content .home-ventajas .wp-block-columns h2 {
        text-align: left;
        font-size: 24px
    }

    body.home .entry-content .home-ventajas .wp-block-column {
        padding: 20px
    }

    body.home .entry-content .home-ventajas .wp-block-column figure {
        align-items: flex-start
    }

    body.home .entry-content .home-ventajas .wp-block-column figcaption {
        max-width: 290px;
        padding: 0;
        text-align: left
    }

    body.home .entry-content .home-ejes .alternate-columns-content h3 {
        font-size: 24px
    }

    body.home .entry-content .home-ejes .alternate-columns-content p {
        font-size: 24px
    }

    body.home .entry-content .home-somos figure {
        width: 79px;
        margin-bottom: 80px
    }

    body.home .entry-content .home-somos p {
        flex: 0 0 48%;
        font-size: 18px;
        margin-bottom: 61px
    }

    body.home .entry-content .home-posts h3 {
        padding: 0 100px
    }

    body.home .entry-content .home-posts li {
        width: 50% !important
    }
}

@media screen and (min-width:1024px) {
    body.home header#masthead:not(.sticky) .main-navigation ul li a:hover {
        color: #38332e
    }

    body.home .entry-content .bcorp-home {
        width: 1320px;
        top: 100px;
        right: 0
    }

    body.home .entry-content .bcorp-home figure {
        display: block;
        width: 75px;
        margin: 0
    }

    body.home .entry-content .home-posts li {
        width: 33% !important
    }
}

@media screen and (min-width:1024px) {
    body.home .home-posts h3 {
        padding: 0
    }
}

article.type-post {
    width: 100%
}

article.type-post.post_featured {
    width: 100%;
    max-width: 1173px;
    padding: 0 30px
}

article.type-post.post_featured .post-thumbnail {
    width: 100%;
    max-width: 1173px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    -webkit-mask: url(/montanera/assets/images/mask-featured-post.svg) no-repeat 50% 50%;
    mask: url(/montanera/assets/images/mask-featured-post.svg) no-repeat 50% 50%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

article.type-post.post_featured .post-thumbnail img {
    height: auto
}

article.type-post.post_featured div.entry-excerpt,
article.type-post.post_featured footer.entry-footer,
article.type-post.post_featured header.entry-header {
    width: 650px;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 11px;
    margin-left: 0
}

article.type-post .post-thumbnail {
    display: block;
    padding: 0;
    width: 304px;
    height: 262px;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-mask: url(/montanera/assets/images/mask-normal-post.svg) no-repeat 50% 50%;
    mask: url(/montanera/assets/images/mask-normal-post.svg) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain
}

article.type-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: .5s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-property: all
}

article.type-post .post-thumbnail:hover img {
    transform: scale(1.3, 1.3)
}

article.type-post header.entry-header {
    margin: 0 auto;
    margin-bottom: 25px
}

article.type-post header.entry-header h2.entry-title {
    margin: 0;
    font-size: inherit
}

article.type-post header.entry-header h2.entry-title a {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    color: #8f0d57;
    margin-bottom: 25px
}

article.type-post header.entry-header h2.entry-title a:hover {
    color: #ad1069
}

article.type-post .entry-meta {
    display: flex;
    flex-flow: column;
    font-weight: 800;
    font-size: 14px;
    color: #38332e;
    margin-bottom: 14px;
    letter-spacing: 2px;
    text-transform: uppercase
}

article.type-post .entry-meta span.author a {
    letter-spacing: normal
}

article.type-post div.entry-excerpt {
    width: 650px;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 40px
}

article.type-post div.entry-excerpt p {
    margin: 0
}

article.type-post .entry-content {
    width: 100%;
    max-width: 875px;
    font-size: 18px;
    line-height: 1.56;
    margin: 0 auto;
    margin-bottom: 40px
}

article.type-post:hover .entry-meta span.author a {
    color: #ad1069
}

form.search-form {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 30px 0 30px;
    text-align: center
}

form.search-form label {
    width: 100%;
    margin-right: 16px
}

form.search-form input.search-field {
    background-image: url(/montanera/assets/images/lupa-search.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 16px;
    padding-left: 58px
}

form.search-form input.search-submit {
    width: 100%;
    margin-top: 30px;
    height: 60px
}

ul.top-categories {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    padding: 30px;
    margin-bottom: 150px
}

ul.top-categories li {
    text-transform: uppercase;
    color: #a0968b;
    font-weight: 800;
    font-size: 10px;
    font-family: BasierSquare;
    line-height: 1.4;
    letter-spacing: 1.67px;
    margin: 10px 5px;
    border: 1px solid #a0968b;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

ul.top-categories li a {
    display: block;
    padding: 8px 14px;
    color: #a0968b
}

div.container-montanera_load_more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-top: 30px;
    margin-bottom: 75px
}

div.container-montanera_load_more div.infinite-scroll-load-status {
    margin-top: 30px
}

div.container-montanera_load_more div.infinite-scroll-load-status div {
    display: none
}

div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 30px auto
}

div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #38332e;
    position: absolute;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(1),
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(2) {
    left: 0
}

div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(3) {
    left: 1.5em
}

div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(4) {
    left: 3em
}

@keyframes reveal {
    from {
        transform: scale(.001)
    }

    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(1) {
    animation-name: reveal
}

div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(2),
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(3) {
    animation-name: slide
}

div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse
}

@media screen and (min-width:640px) {
    article.type-post {
        width: 50%
    }
}

@media screen and (min-width:768px) {
    body.blog h1 {
        font-size: 32px
    }

    header {
        margin-bottom: 65px
    }

    article.type-post.post_featured {
        padding: 0 60px
    }

    article.type-post.post_featured .post-thumbnail {
        height: 350px
    }

    article.type-post.post_featured div.entry-excerpt,
    article.type-post.post_featured footer.entry-footer,
    article.type-post.post_featured header.entry-header {
        padding: 0 40px
    }

    form.search-form {
        padding: 60px 60px 0 60px
    }

    form.search-form label {
        width: auto;
        max-width: calc(100% - 147px)
    }

    form.search-form input.search-field {
        width: 600px
    }

    form.search-form input.search-submit {
        width: 126px;
        margin-top: 0
    }

    ul.top-categories {
        padding: 30px 60px
    }
}

@media screen and (min-width:1025px) {
    body.blog h1 {
        font-size: 56px
    }

    header {
        margin-bottom: 120px
    }

    article.type-post {
        width: 31%
    }

    article.type-post.post_featured .post-thumbnail {
        height: 544px
    }
}

article.type-post.post_featured.post_single {
    margin: 0 auto;
    max-width: 100% !important
}

article.type-post.post_featured.post_single header.entry-header {
    padding: 0 40px 0 25px;
    margin-bottom: 115px
}

article.type-post.post_featured.post_single header.entry-header span.byline {
    margin-top: 14px
}

article.type-post.post_featured.post_single header.entry-header span.byline span.author a {
    letter-spacing: 2px !important;
    display: inline-block
}

article.type-post.post_featured.post_single header.entry-header div.entry-excerpt {
    font-size: 18px;
    line-height: 1.56;
    padding: 0
}

article.type-post.post_featured.post_single header.entry-header div.entry-share ul {
    margin: 0;
    padding: 0
}

article.type-post.post_featured.post_single header.entry-header div.entry-share li {
    color: #a0968b
}

article.type-post.post_featured.post_single .parallax-shape {
    width: calc(100% + 60px);
    right: -30px;
    left: -30px
}

article.type-post.post_featured.post_single div.entry-content h2,
article.type-post.post_featured.post_single div.entry-content h3,
article.type-post.post_featured.post_single div.entry-content h4,
article.type-post.post_featured.post_single div.entry-content h5 {
    font-size: 35px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 35px
}

article.type-post.post_featured.post_single div.entry-content a {
    text-decoration: underline;
    color: #766c60
}

article.type-post.post_featured.post_single div.entry-content figure {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    padding-right: 0;
    padding-left: 0
}

article.type-post.post_featured.post_single div.entry-content img {
    border-radius: 20px 10px
}

article.type-post.post_featured.post_single div.entry-content ol,
article.type-post.post_featured.post_single div.entry-content ul:not(.wp-block-jetpack-slideshow_swiper-wrapper) {
    padding: 0;
    margin-left: 30px
}

article.type-post.post_featured.post_single div.entry-content ul {
    list-style: none
}

article.type-post.post_featured.post_single div.entry-content li {
    margin-bottom: 50px;
    position: relative
}

article.type-post.post_featured.post_single div.entry-content li:before {
    content: "";
    background-image: url(/montanera/assets/images/bubble-listas.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 74px;
    height: 54px;
    position: absolute;
    top: -14px;
    left: -55px;
    overflow: visible;
    z-index: -1
}

article.type-post.post_featured.post_single div.entry-content ul li:before {
    left: -45px
}

article.type-post.post_featured.post_single div.entry-content .wp-block-jetpack-slideshow_swiper-wrapper li:before {
    content: none;
    position: inherit;
    top: 0;
    left: 0
}

article.type-post.post_featured.post_single footer.entry-footer {
    width: 875px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px
}

article.type-post.post_featured.post_single footer.entry-footer a.avatar {
    display: block;
    width: 96px;
    height: 96px
}

article.type-post.post_featured.post_single footer.entry-footer a.avatar img {
    -webkit-mask: url(/montanera/assets/images/mask-avatar.svg) no-repeat center;
    mask: url(/montanera/assets/images/mask-avatar.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain
}

article.type-post.post_featured.post_single footer.entry-footer p.description {
    font-size: 16px;
    line-height: 1.5
}

article.type-post.post_featured.post_single footer.entry-footer p.description a {
    text-decoration: underline
}

#comments {
    width: 100%;
    max-width: 875px;
    padding: 220px 30px
}

#comments div#respond {
    width: 670px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px
}

#comments h3 {
    margin-bottom: 45px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2
}

#comments form p.comment-notes {
    display: none
}

#comments form p.form-submit {
    display: flex;
    justify-content: center;
    width: 100%
}

#comments ol.comments-list,
#comments p.comments-title {
    max-width: 875px;
    margin: 0 auto
}

#comments ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#comments ol.comment-list ol,
#comments ol.comment-list ul {
    list-style: none
}

#comments ol.comment-list article.comment-body {
    margin-bottom: 50px
}

#comments ol.comment-list footer.comment-meta {
    position: relative
}

#comments ol.comment-list .comment-author.vcard {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px
}

#comments ol.comment-list img.avatar {
    -webkit-mask: url(/montanera/assets/images/mask-avatar.svg) no-repeat;
    mask: url(/montanera/assets/images/mask-avatar.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-right: .5em
}

#comments ol.comment-list .says {
    margin-left: .5em
}

#comments ol.comment-list .comment-metadata {
    font-size: .75em;
    margin-top: .75em;
    position: absolute;
    top: 35px;
    left: 73px
}

#comments ol.comment-list .comment-metadata time {
    display: block;
    width: 6em;
    height: 1em;
    overflow: hidden
}

#comments ol.comment-list .comment-content a {
    text-decoration: underline
}

@media screen and (min-width:768px) {
    article.type-post.post_featured.post_single header.entry-header {
        max-width: 100%;
        width: 1173px;
        padding-right: 40px;
        padding-left: 40px;
        margin-left: auto
    }

    article.type-post.post_featured.post_single header.entry-header div.entry-excerpt {
        max-width: 100%;
        width: 685px;
        font-size: 24px
    }

    article.type-post.post_featured.post_single .parallax-shape {
        width: calc(100% + 120px);
        right: -60px;
        left: -60px
    }

    article.type-post.post_featured.post_single div.post-author {
        display: flex;
        flex-flow: row
    }

    article.type-post.post_featured.post_single div.post-author .author-info {
        width: 100%
    }

    article.type-post.post_featured.post_single footer.entry-footer a.avatar {
        width: 128px;
        height: 128px;
        margin-right: 24px
    }

    #comments h3 {
        font-size: 40px;
        text-align: center
    }

    #comments form {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between
    }

    #comments form .comment-form-author,
    #comments form .comment-form-email {
        width: 49%
    }

    #comments form .comment-form-comment {
        width: 100%
    }
}

@media screen and (min-width:1300px) {
    div#comments {
        margin-top: -100px
    }
}

body.page:not(.home):not(.blog):not(.single-post) #page {
    background-image: url(/montanera/assets/images/shape-gris-mobile.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%
}

body.page article.page {
    width: 100%;
    max-width: 100%
}

body.page:not(.home) .page-thumbnail {
    position: relative;
    text-align: center
}

body.page:not(.home) .page-thumbnail img {
    width: 1020px;
    object-fit: contain
}

body.page div.entry-content h2 {
    max-width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.2
}

body.page div.entry-content .proposito-convertimos {
    margin-top: 150px
}

body.page div.entry-content .proposito-convertimos h2,
body.page div.entry-content .proposito-convertimos p {
    width: 650px;
    max-width: 100%;
    margin-left: 0
}

body.page div.entry-content .proposito-convertimos p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 120px
}

body.page div.entry-content .proposito-buscamos {
    margin-top: 225px;
    margin-bottom: 100px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56
}

body.page div.entry-content .proposito-buscamos p {
    width: 520px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 70px
}

body.page div.entry-content .proposito-buscamos .proposito-buscamos-columnas p {
    width: auto;
    margin: 0;
    padding: 20px 0;
    line-height: 1.5
}

body.page div.entry-content .proposito-movimiento {
    margin-top: 148px;
    margin-bottom: 100px
}

body.page div.entry-content .proposito-movimiento h2 {
    width: 533px;
    margin-bottom: 80px;
    margin-left: 0
}

body.page div.entry-content .proposito-movimiento .proposito-movimiento-columnas {
    display: flex;
    flex-flow: row wrap;
    padding: 0 40px
}

body.page div.entry-content .proposito-movimiento .wp-block-image {
    flex: 1 0 100%;
    margin-bottom: 100px
}

body.page div.entry-content .proposito-movimiento figure {
    width: 100%;
    text-align: center;
    margin: 0
}

body.page div.entry-content .proposito-movimiento figure figcaption {
    width: 100%;
    margin: 0;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5
}

body.page div.entry-content .proposito-hablan h2 {
    margin-bottom: 75px
}

body.page div.entry-content .proposito-hablan p {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 40px
}

body.page div.entry-content .proposito-hablan figure {
    width: 100%;
    max-width: 422px;
    margin: 0 auto;
    text-align: center
}

body.page div.entry-content .proposito-hablan figcaption {
    margin: 0;
    margin-top: 10px
}

body.page div.entry-content .proposito-hablan figcaption strong {
    display: inline-block;
    margin-bottom: 3px
}

body.page div.entry-content .proposito-historia {
    margin-top: 225px;
    margin-bottom: 75px
}

body.page div.entry-content .proposito-historia h2 {
    width: 534px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 100px
}

body.page div.entry-content .proposito-equipo {
    margin-top: 150px
}

body.page div.entry-content .proposito-equipo h2 {
    width: 540px;
    max-width: 100%;
    margin-left: 0
}

body.page div.entry-content .proposito-contacta {
    margin-top: 230px;
    margin-bottom: 215px
}

body.page div.entry-content .proposito-contacta h2 {
    margin-top: 9px;
    margin-bottom: 40px
}

body.page div.entry-content .fundacion-imagenes-cabecera {
    min-width: calc(100% + 300px);
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
    opacity: 0
}

body.page div.entry-content .fundacion-imagenes-cabecera img {
    -webkit-mask: url(/montanera/assets/images/mask-fundacion.svg) no-repeat 50% 50%;
    mask: url(/montanera/assets/images/mask-fundacion.svg) no-repeat 50% 50%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    object-fit: cover;
    object-position: center 40%
}

body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-left {
    text-align: right
}

body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-right {
    text-align: left
}

body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-larger img,
body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-small img {
    width: 420px;
    height: 293px
}

body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-mobile-hide {
    display: none
}

body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-mobile-left {
    text-align: right
}

body.page div.entry-content .fundacion-sabesque {
    margin-top: 215px;
    margin-bottom: 172px
}

body.page div.entry-content .fundacion-sabesque h2 {
    max-width: 650px;
    margin: 8px auto 80px 0
}

body.page div.entry-content .fundacion-sabesque .wp-block-montanera-blocks-container-block {
    padding: 0
}

body.page div.entry-content .fundacion-sabesque .wp-block-montanera-blocks-container-block p {
    line-height: 1.56
}

body.page div.entry-content .fundacion-ejes {
    margin-bottom: 182px
}

body.page div.entry-content .fundacion-ejes h2 {
    max-width: 650px;
    margin: 8px auto 30px auto
}

body.page div.entry-content .fundacion-ejes figure {
    width: 100%;
    margin: 0;
    margin-top: 100px;
    padding: 0 30px;
    background-image: url(/montanera/assets/images/bubble-listas.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 158px 129px
}

body.page div.entry-content .fundacion-ejes figure img {
    margin: 36.5px 20px
}

body.page div.entry-content .fundacion-ejes figcaption {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    padding-right: 42px;
    font-size: 18px;
    line-height: 1.56
}

body.page div.entry-content .fundacion-cambio h2,
body.page div.entry-content .fundacion-cambio p {
    max-width: 534px;
    margin: 0;
    margin-bottom: 40px
}

body.page div.entry-content .fundacion-cambio .wp-block-montanera-blocks-container-block {
    display: flex;
    flex-flow: row wrap;
    padding: 0
}

body.page div.entry-content .fundacion-cambio .wp-block-image {
    flex: 0 0 100%;
    margin-bottom: 60px;
    padding: 40px 15px 20px 15px
}

body.page div.entry-content .fundacion-cambio figure {
    width: 100%;
    margin: 0;
    text-align: center
}

body.page div.entry-content .fundacion-cambio figcaption {
    margin: 0;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.56
}

body.page div.entry-content .fundacion-cta .call_to_action.right {
    padding-top: 175px;
}

body.page div.entry-content .fundacion-cta a:after {
    content: none;
}

body.page div.entry-content .fundacion-cta p {
    max-width: 100%;
    margin-top: 39px;
    font-size: 18px;
    line-height: 1.67
}

body.page div.entry-content .fundacion-molino {
    margin: 130px auto
}

body.page div.entry-content .fundacion-molino h2 {
    max-width: 540px;
    margin-bottom: 40px;
    margin-left: 0
}

body.page div.entry-content .fundacion-molino p {
    max-width: 540px;
    font-size: 18px;
    line-height: 1.56
}

body.page div.entry-content .fundacion-molino .wp-block-montanera-blocks-slider-gallery {
    margin-top: 100px
}

body.page div.entry-content .fundacion-newsletter {
    margin-bottom: 50px;
    padding: 0 60px
}

body.page div.entry-content .fundacion-newsletter h2,
body.page div.entry-content .fundacion-newsletter p {
    margin-bottom: 50px;
    text-align: center
}

body.page div.entry-content .hablamos-cabecera {
    margin-top: -94px
}

body.page div.entry-content .hablamos-cabecera p.has-text-align-center {
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.56
}

body.page div.entry-content .hablamos-cabecera .wp-block-montanera-blocks-newsletter-form {
    width: 100%
}

body.page div.entry-content .hablamos-cabecera .wp-block-montanera-blocks-newsletter-form .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

body.page div.entry-content .hablamos-cabecera .wp-block-montanera-blocks-newsletter-form .row .col-6 {
    flex: 0 0 100%
}

body.page div.entry-content .hablamos-faqs-titulo {
    margin-top: 170px
}

body.page div.entry-content .hablamos-faqs-titulo h2 {
    margin: 9px 0 70px 0
}

body.page div.entry-content .hablamos-mapa {
    position: relative;
    height: 1167px;
    display: flex;
    flex-flow: column;
    margin-bottom: 150px;
    padding: 150px 60px
}

body.page div.entry-content .hablamos-mapa h2,
body.page div.entry-content .hablamos-mapa p {
    width: 647px;
    max-width: 100%
}

body.page div.entry-content .hablamos-mapa h2 {
    margin: 9px auto 40px 0
}

body.page div.entry-content .hablamos-mapa p {
    font-size: 16px;
    line-height: 1.67
}

body.page div.entry-content .hablamos-mapa p a {
    font-weight: 800
}

body.page div.entry-content .hablamos-mapa .hablamos-estamosaqui {
    width: 160px;
    height: 129px;
    transition: .3s ease-in-out all;
    background-image: url(/montanera/assets/images/bubble-listas.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 158px 129px;
    margin: 0 auto
}

body.page div.entry-content .hablamos-mapa .hablamos-estamosaqui a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.14;
    color: #8f0d57
}

body.page div.entry-content .hablamos-mapa .hablamos-estamosaqui:hover {
    transform: scale(1.2)
}

body.page div.entry-content .hablamos-mapa figure {
    position: absolute;
    top: -20px;
    right: 0;
    left: -230px;
    z-index: -1000;
    height: 1167px;
    opacity: .8
}

body.page div.entry-content .hablamos-mapa figure:before {
    content: "";
    box-shadow: inset 0 50px 250px 150px #f4f2f1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

body.page div.entry-content .hablamos-mapa figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

body.page div.entry-content .avisolegal h5,
body.page div.entry-content .avisolegal p {
    font-size: 18px
}

body.page div.entry-content .avisolegal h4 {
    font-size: 20px;
    line-height: 1.2
}

body.page-template-category-featured form.search-form {
    text-align: center
}

body.page-template-category-featured .category_featured_posts-wrapper {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 1440px;
    margin-bottom: 235px;
    padding: 0 30px
}

body.page-template-category-featured .category_featured_posts-wrapper>span {
    width: 742px;
    max-width: 100%;
    margin: 20px auto;
    color: #a0968b;
    padding: 0 30px
}

body.page-template-category-featured .category_featured_posts-wrapper article.type-post {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    flex: 1 0 50%;
    max-width: 482px;
    padding: 0 20px;
    padding-top: 80px;
    margin: 0 auto
}

body.page-template-category-featured .category_featured_posts-wrapper article.type-post .post-thumbnail {
    width: 379px;
    height: 274px;
    max-width: 100%;
    -webkit-mask: url(/montanera/assets/images/mask-featured-category-post.svg) no-repeat 50% 50%;
    mask: url(/montanera/assets/images/mask-featured-category-post.svg) no-repeat 50% 50%;
    -webkit-mask-size: 100% 95%;
    mask-size: 100% 95%
}

body.page-template-category-featured .category_featured_posts-wrapper article.type-post .post-thumbnail:hover img {
    transform: scale(1.1, 1.1)
}

body.page-template-category-featured .category_featured_posts-wrapper article.type-post header.entry-header {
    width: 100%;
    max-width: 568px;
    padding-left: 15px
}

body.page-template-category-featured .category_featured_posts-wrapper article.type-post header.entry-header span {
    font-size: 18px;
    line-height: 1.56;
    margin-top: 7px;
    color: #38332e;
    text-align: left
}

@media screen and (min-width:480px) {
    body.page div.entry-content .fundacion-cambio .wp-block-image {
        flex: 0 0 50%
    }
}

@media screen and (min-width:600px) {
    body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-mobile-hide {
        display: block
    }

    body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-mobile-left {
        text-align: left
    }
}

@media screen and (max-width:768px) {
    body.page div.entry-content .proposito-buscamos .proposito-buscamos-columnas .wp-block-column {
        flex: 1 0 100% !important;
        margin: 0 !important
    }
}

@media screen and (min-width:768px) {
    body.page:not(.home):not(.blog):not(.single-post) #page {
        background-image: url(/montanera/assets/images/shape-gris-top-screen.svg);
        background-size: contain
    }

    body.page:not(.home) .page-thumbnail {
        padding: 0 60px
    }

    body.page:not(.home) .page-thumbnail img {
        margin: 0 15%
    }

    body.page div.entry-content h2 {
        font-size: 40px
    }

    body.page div.entry-content .proposito-convertimos p {
        font-size: 24px;
        line-height: 1.67
    }

    body.page div.entry-content .proposito-buscamos {
        font-size: 18px
    }

    body.page div.entry-content .proposito-movimiento .proposito-movimiento-columnas {
        padding: 0
    }

    body.page div.entry-content .proposito-movimiento .wp-block-image {
        flex: 0 0 33%
    }

    body.page div.entry-content .proposito-movimiento figure {
        text-align: left
    }

    body.page div.entry-content .proposito-movimiento figure figcaption {
        font-size: 18px;
        line-height: 1.56;
        padding-right: 90px
    }

    body.page div.entry-content .proposito-hablan p {
        font-size: 24px;
        line-height: 1.66
    }

    body.page div.entry-content .proposito-historia {
        padding-top: 75px
    }

    body.page div.entry-content .fundacion-ejes figure {
        margin-left: -30px
    }

    body.page div.entry-content .fundacion-ejes figcaption {
        padding-left: 30px;
        padding-right: 60px
    }

    body.page div.entry-content .fundacion-cambio {
        padding: 0 60px
    }

    body.page div.entry-content .fundacion-cambio .wp-block-image {
        flex: 0 0 33%;
        padding-right: 92px
    }

    body.page div.entry-content .fundacion-cambio figure {
        text-align: left
    }

    body.page div.entry-content .fundacion-cta p {
        width: 550px;
        margin-top: 0;
        margin-right: 9%;
        padding-left: 0;
        font-size: 24px
    }

    body.page div.entry-content .fundacion-cta .call_to_action>div {
        width: 550px;
        margin-top: 0;
        margin-right: 9%;
        margin-bottom: 25px;
        margin-left: auto;
    }

    body.page div.entry-content .fundacion-molino {
        margin-bottom: 0px
    }

    body.page div.entry-content .hablamos-cabecera {
        margin-top: -19px;
        padding: 0
    }

    body.page div.entry-content .hablamos-cabecera p.has-text-align-center {
        font-size: 18px
    }

    body.page div.entry-content .hablamos-cabecera .wp-block-montanera-blocks-newsletter-form .row .col-6 {
        flex: 0 0 49%
    }
}

@media screen and (min-width:768px) and (min-width:1124px) {
    body.page div.entry-content .hablamos-mapa {
        justify-content: center;
        margin-bottom: 0;
        padding-top: 0
    }

    body.page div.entry-content .hablamos-mapa p {
        font-size: 24px
    }

    body.page div.entry-content .hablamos-mapa .hablamos-estamosaqui {
        position: absolute;
        right: 250px;
        margin-top: -100px
    }

    body.page div.entry-content .hablamos-mapa figure {
        left: auto
    }
}

@media screen and (min-width:768px) {
    body.page-template-category-featured .category_featured_posts-wrapper>span {
        padding: 0
    }
}

@media screen and (min-width:1024px) {
    body.page-template-category-featured .category_featured_posts-wrapper {
        padding: 0 60px
    }

    body.page-template-category-featured .category_featured_posts-wrapper article.type-post {
        flex: 1 0 100%;
        max-width: 50%
    }

    body.page-template-category-featured .category_featured_posts-wrapper article.type-post .post-thumbnail {
        width: 100%;
        max-width: 568px;
        height: 416px
    }

    body.page div.entry-content .fundacion-imagenes-cabecera {
        min-width: 1538px;
        margin-top: 150px
    }

    body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-left:first-of-type {
        margin-top: 135px
    }

    body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-larger img {
        width: 749px;
        height: 523px
    }
}

@media screen and (min-width:1440px) {
    body.page:not(.home):not(.blog):not(.single-post) #page {
        background-size: 100% 979px
    }
}

h1 {
    display: flex;
    flex-flow: column;
    width: 875px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 60px;
    color: #38332e
}

h1.archive-page-title {
    display: block;
    width: 100%;
    padding: 0 30px;
    font-size: 40px;
    font-weight: 800;
    text-align: left
}

h1 span.page-subtitle {
    width: 750px;
    max-width: 100%;
    margin: auto;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67
}

.parallax-anchor {
    position: relative;
    width: 100%
}

.parallax-shape {
    background-image: url(/montanera/assets/images/shape-gris-blog-mobile.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -200px;
    width: 100%;
    height: 2900px;
    z-index: -100;
    margin-left: auto;
    margin-right: auto;
    transition-duration: .3s
}

.parallax-shape.rellax {
    top: -275px
}

.parallax-shape.blanco {
    height: 1200px;
    top: 0;
    background-image: url(/montanera/assets/images/shape-blanco-screen.svg);
    background-size: cover;
    background-position: top center
}

.parallax-shape.blanco2 {
    height: 1205px;
    top: -500px;
    background-image: url(/montanera/assets/images/shape-blanco2-screen.svg);
    background-size: cover;
    background-position: center
}

.parallax-shape.comments {
    height: 1168px;
    background-image: url(/montanera/assets/images/shape-gris-comments.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

figure.wp-block-embed-youtube {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
    overflow: hidden
}

figure.wp-block-embed-youtube .wp-block-embed__wrapper {
    padding-bottom: 56.25%
}

figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0
}

.encabezado-rosa {
    margin: 0;
    font-size: 14px !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.14;
    color: #8f0d57
}

@media screen and (min-width:768px) {
    .parallax-shape {
        background-image: url(/montanera/assets/images/shape-gris-screen.svg);
        height: 1530px;
        max-height: 1530px
    }

    h1.archive-page-title {
        padding: 0 60px
    }

    h1 {
        font-size: 56px;
        padding: 0
    }

    h1 span.page-subtitle {
        font-size: 24px
    }
}

@media screen and (min-width:2120px) {
    .parallax-shape.comments {
        top: -450px
    }
}

@media screen and (min-width:2120px) {
    .parallax-shape.comments {
        background-size: contain
    }

    .parallax-shape.blanco {
        background-size: contain
    }
}

.widget-montanera {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.call_to_action-wrapper {
    width: 100%;
    position: relative
}

.call_to_action-wrapper .call_to_action {
    width: 100%;
    height: 385px;
    position: relative;
    background-image: url(/montanera/assets/images/shape-cta-mobile.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 68px 30px 0 11px
}

.call_to_action-wrapper h3 {
    margin-bottom: 40px;
    margin-right: 38px;
    padding-left: 5%;
    font-size: 24px;
    font-weight: 800;
    color: #8f0d57
}

.call_to_action-wrapper p {
    display: inline-block;
    width: 55%;
    padding-left: 5%
}

.call_to_action-wrapper a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #8f0d57
}

.call_to_action-wrapper a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -32px;
    width: 24px;
    height: 100%;
    background-image: url(/montanera/assets/images/flecha-right.svg);
    background-repeat: no-repeat;
    transition-duration: .3s
}

.call_to_action-wrapper a:hover::after {
    right: -48px
}

.call_to_action-wrapper .center {
    background-position: center;
    text-align: center;
    margin-top: 50px
}

.call_to_action-wrapper .center * {
    width: auto;
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

.call_to_action-wrapper .right {
    display: flex;
    flex-flow: column
}

.call_to_action-wrapper .right p {
    width: auto
}

@media screen and (min-width:768px) {
    .call_to_action-wrapper .call_to_action {
        height: 590px;
        background-size: contain;
        padding: 230px 0
    }

    .call_to_action-wrapper .call_to_action h3,
    .call_to_action-wrapper .call_to_action p {
        width: auto;
        max-width: 750px
    }

    .call_to_action-wrapper .call_to_action.left {
        background-image: url(/montanera/assets/images/shape-cta-left.svg);
        background-position: left
    }

    .call_to_action-wrapper .call_to_action.center {
        height: 400px;
        padding-top: 140px;
        background-image: url(/montanera/assets/images/shape-blanco2-screen.svg);
        background-position: center
    }

    .call_to_action-wrapper .call_to_action.center h3 {
        font-size: 32px
    }

    .call_to_action-wrapper .call_to_action.center h3,
    .call_to_action-wrapper .call_to_action.center p {
        width: 500px
    }

    .call_to_action-wrapper .call_to_action.right {
        background-image: url(/montanera/assets/images/shape-cta-right.svg);
        background-position: right
    }

    .call_to_action-wrapper .call_to_action.right h3,
    .call_to_action-wrapper .call_to_action.right p {
        width: 100%;
        margin-left: auto;
        margin-right: 38px
    }
}

@media screen and (min-width:1024px) {
    .call_to_action-wrapper h3 {
        max-width: 750px;
        min-width: auto;
        font-size: 40px
    }

    .call_to_action-wrapper .call_to_action.center * {
        max-width: 650px
    }
}

body.single .recent_posts-wrapper {
    padding-bottom: 240px
}

.recent_posts-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 1440px;
    width: 96vw;
    padding: 0 30px !important;
}

.recent_posts-wrapper h3 {
    width: 100%;
    font-size: 32px;
    font-weight: 800
}

.recent_posts-wrapper .type-post {
    margin-bottom: 70px;
    padding: 0 3% !important;
}

.recent_posts-wrapper footer.entry-footer {
    padding: 0 !important
}

.recent_posts-wrapper p {
    margin: 0
}

@media screen and (min-width:768px) {
    .recent_posts-wrapper {
        padding: 0 60px !important;
    }

    .recent_posts-wrapper h3 {
        font-size: 40px;
        text-align: center
    }
}