@charset "UTF-8";
/*!
Theme Name: Placacentro
Version: 1.0.0
Author: Agencia Digital Reactor
Author URI: http://reactor.cl/
*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    font-size: 1em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin: 0
}

::-moz-selection {
    background: #007a42;
    color: white;
    text-shadow: none
}

::selection {
    background: #007a42;
    color: white;
    text-shadow: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

blockquote,
caption,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
td,
th,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

b,
strong {
    font-weight: bold
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    padding: 0
}

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

legend {
    border: 0;
    padding: 0
}

textarea {
    resize: vertical;
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

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

.wrap {
    margin: auto;
    max-width: 80rem;
    width: 100%;
    padding: 0 20px
}

@media (min-width:740px) {
    .wrap {
        padding: 0 40px
    }
}

@media (min-width:1180px) {
    .wrap {
        padding: 0 64px
    }
}

.pattern {
    position: relative;
    background: rgba(0, 122, 66, 0.9)
}

.pattern * {
    position: relative;
    z-index: 200
}

.pattern:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/pattern.png) center;
    opacity: .15;
    z-index: 100
}

.pattern--dark {
    background: rgba(0, 104, 56, 0.9)
}

.pattern--dark:after {
    opacity: .2
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

body,
html {
    height: 100%
}

body {
    font-family: 'Raleway', sans-serif;
    padding-top: 108px
}

body.error404,
body.home,
body.single {
    padding-top: 70px
}

@media (min-width:1180px) {
    body {
        padding-top: 173px
    }
    body.error404,
    body.home {
        padding-top: 0
    }
    body.single {
        padding-top: 105px
    }
}

:focus {
    outline: 0
}

.title--page,
.title--section,
.title--single {
    width: 100%;
    text-align: center;
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.2px;
    font-weight: bold;
    margin-bottom: 20px
}

@media (min-width:740px) {
    .title--page,
    .title--section,
    .title--single {
        line-height: 40px;
        line-height: 2.5rem;
        font-size: 36px;
        font-size: 2.25rem;
        margin-bottom: 60px
    }
    .title--page.title--space,
    .title--section.title--space,
    .title--single.title--space {
        margin-bottom: 110px
    }
    .home .title--page,
    .home .title--section,
    .home .title--single {
        margin-bottom: 20px
    }
    .single .title--page,
    .single .title--section,
    .single .title--single {
        margin-bottom: 60px
    }
}

.title--page:after,
.title--section:after,
.title--single:after {
    content: '';
    background: #f78f1e;
    width: 38px;
    height: 2px;
    display: block;
    margin: 20px auto 0
}

@media (min-width:740px) {
    .title--page.title--section--left,
    .title--section.title--section--left,
    .title--single.title--section--left {
        margin-bottom: 20px
    }
}

.title--section {
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 32px;
    font-size: 2rem
}

@media (min-width:740px) {
    .title--section {
        line-height: 40px;
        line-height: 2.5rem;
        font-size: 36px;
        font-size: 2.25rem
    }
}

.title--inside {
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width:740px) {
    .title--inside {
        line-height: 36px;
        line-height: 2.25rem;
        font-size: 32px;
        font-size: 2rem
    }
}

.title--section--left,
.title--single {
    text-align: left
}

.title--section--left:after,
.title--single:after {
    margin: 20px 0 0
}

.title--center {
    width: 100%;
    text-align: center
}

a {
    text-decoration: none;
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

.header {
    background: #007a42;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 900
}

@media (min-width:1180px) {
    .header {
        height: 105px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    .error404 .header,
    .home .header {
        background-color: transparent
    }
    .menu--small .header {
        height: 40px;
        background-color: #007a42
    }
    .search-open .header {
        background-image: -webkit-gradient(linear, left top, right top, from(#007a42), to(#003d21));
        background-image: -webkit-linear-gradient(left, #007a42, #003d21);
        background-image: -o-linear-gradient(left, #007a42, #003d21);
        background-image: linear-gradient(to right, #007a42, #003d21)
    }
}

.header--wrap {
    max-width: 1280px
}

@media (min-width:1180px) {
    .header--wrap {
        padding: 0 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        position: relative;
        max-width: 100%
    }
}

@media (min-width:1180px) {
    .header--top {
        padding-top: 30px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    .menu--small .header--top {
        padding-top: 8px
    }
}

.header--top .wrap {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (min-width:1180px) {
    .header--top .wrap {
        height: auto;
        padding: 0
    }
}

.header--bottom {
    width: 100%;
    background: #006838;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 800;
    padding: 18px 0;
    height: calc(100vh - 70px);
    display: none;
    overflow: auto
}

@media (min-width:740px) {
    .header--bottom {
        padding: 80px 0
    }
}

@media (min-width:1180px) {
    .header--bottom {
        display: block;
        height: 105px;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        max-width: calc(100% - 350px);
        min-width: 764px;
        background-color: transparent;
        padding: 0;
        overflow: visible;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    .home .header--bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        height: 80px
    }
    .menu--small .header--bottom {
        border-bottom: 0
    }
    .menu--small .header--bottom {
        height: 40px
    }
}

.header--bottom .wrap {
    padding: 0
}

@media (min-width:1180px) {
    .header--bottom .wrap {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        max-width: 100%
    }
}

.menu--small .buscador {
    margin-top: 2px
}

.header__logo {
    width: 140px;
    display: block
}

@media (min-width:740px) {
    .header__logo {
        width: 202px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    .menu--small .header__logo {
        width: 120px
    }
}

.header__logo img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:740px) {
    #nav-main {
        padding-top: 60px
    }
}

@media (min-width:1180px) {
    #nav-main {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        left: 0;
        padding-top: 0
    }
    .search-open #nav-main {
        left: -100vw
    }
    #nav-main.nav-anim {
        -webkit-animation: bounceNav 1s;
        animation: bounceNav 1s
    }
}

@media (min-width:1180px) {
    #nav-main > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        height: 100%;
        padding-right: 40px
    }
}

@-webkit-keyframes bounceNav {
    0%,
    20%,
    60%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@keyframes bounceNav {
    0%,
    20%,
    60%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

.menu-item {
    height: 42px;
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: white;
    opacity: .5;
    text-align: center;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (min-width:740px) {
    .menu-item {
        line-height: 40px;
        line-height: 2.5rem;
        font-size: 34px;
        font-size: 2.125rem;
        height: 80px
    }
}

@media (min-width:1180px) {
    .menu-item {
        margin: 0 22px 0 0;
        line-height: 16px;
        line-height: 1rem;
        font-size: 14px;
        font-size: 0.875rem;
        opacity: 1;
        height: 100%
    }
    .menu-item:last-of-type {
        margin-right: 0
    }
}

@media (min-width:1180px) {
    .menu-item.current-menu-item a {
        position: relative
    }
    .menu-item.current-menu-item a:after {
        content: '';
        position: absolute;
        bottom: 38px;
        left: 0;
        width: 22px;
        height: 3px;
        background: #f78f1e;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
    .menu--small .menu-item.current-menu-item a:after {
        bottom: 8px
    }
}

@media (min-width:1180px) {
    .menu-item.menu-item-has-children .current-menu-item a:after {
        display: none
    }
}

.menu-item a {
    color: white
}

@media (min-width:1180px) {
    .menu-item a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .home .menu-item a {
        padding-top: 20px
    }
    .menu--small .menu-item a {
        padding-top: 0
    }
}

.menu-item-has-children {
    position: relative;
    overflow: hidden
}

.menu-item-has-children ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.menu-item-has-children.menu-item-open {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:1180px) {
    .menu-item-has-children.menu-item-open {
        width: 140px;
        overflow: hidden
    }
    .menu--small .menu-item-has-children.menu-item-open {
        width: auto;
        overflow: visible
    }
    .menu-item-has-children.menu-item-open:after {
        content: '';
        width: 100%;
        height: 100%;
        background: #006838;
        position: absolute;
        top: 0;
        left: 0
    }
    .menu--small .menu-item-has-children.menu-item-open:after {
        top: calc(100%);
        width: 160px;
        left: 50%;
        height: calc(100% + 3px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 60px
    }
}

.menu-item-has-children.menu-item-open .menu-item {
    opacity: 1
}

.menu-item-has-children.menu-item-open .menu-item:first-of-type {
    left: 0
}

@media (min-width:1180px) {
    .menu-item-has-children.menu-item-open .menu-item:first-of-type {
        top: 10%;
        left: 50%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    .menu--small .menu-item-has-children.menu-item-open .menu-item:first-of-type {
        top: 100%;
        height: 30px;
        width: 160px !important
    }
}

.menu-item-has-children.menu-item-open .menu-item:nth-of-type(2) {
    right: 0
}

@media (min-width:1180px) {
    .menu-item-has-children.menu-item-open .menu-item:nth-of-type(2) {
        right: auto;
        bottom: 10%;
        left: 50%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    .menu--small .menu-item-has-children.menu-item-open .menu-item:nth-of-type(2) {
        height: 30px;
        bottom: -60px;
        width: 160px !important
    }
}

.menu-item-has-children .menu-item {
    background: #0a5d36;
    opacity: 1;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    width: 42%;
    opacity: 0
}

@media (min-width:1180px) {
    .menu-item-has-children .menu-item {
        background-color: transparent;
        width: 100% !important;
        z-index: 200;
        height: 40%;
        margin: 0;
        position: absolute
    }
}

.menu-item-has-children .menu-item:first-of-type {
    top: 0;
    left: -100%
}

@media (min-width:1180px) {
    .menu-item-has-children .menu-item:first-of-type {
        top: -100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.menu-item-has-children .menu-item:nth-of-type(2) {
    top: 0;
    right: -100%;
    width: 58%
}

@media (min-width:1180px) {
    .menu-item-has-children .menu-item:nth-of-type(2) {
        top: auto;
        bottom: -100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto
    }
    .menu--small .menu-item-has-children .menu-item:nth-of-type(2) {
        bottom: 100%
    }
}

.menu-item-has-children .menu-item ul {
    display: none
}

.footer {
    background: #333333;
    border-top: 6px solid #007a42
}

.footer .wrap {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width:740px) {
    .footer .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-top: 50px;
        padding-bottom: 50px;
        max-width: 100%
    }
}

.footer--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 40px
}

@media (min-width:740px) {
    .footer--top {
        width: 214px;
        margin-bottom: 0
    }
}

.footer__logo {
    width: 164px
}

@media (min-width:740px) {
    .footer__logo {
        width: 100%
    }
}

.footer__logo img {
    width: 100%;
    display: block
}

.footer__redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.redes__item {
    width: 38px;
    height: 38px;
    margin-left: 10px
}

.redes__item svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #D0D0D0
}

@media (min-width:740px) {
    .foo__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.foo__nav a {
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: .2px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 10px;
    font-weight: bold
}

@media (min-width:740px) {
    .foo__nav a {
        margin-bottom: 0;
        margin-right: 30px
    }
}

.foo__nav a:last-of-type {
    margin-bottom: 0
}

@media (min-width:740px) {
    .foo__nav a:last-of-type {
        margin-right: 0
    }
}

.foo__nav a svg {
    width: 16px;
    height: 16px;
    margin-left: 5px
}

@media (min-width:740px) {
    .footer--bottom {
        width: calc(100% - 214px);
        padding-left: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 65%
    }
}

@media (min-width:1180px) {
    .footer--bottom {
        max-width: 100%
    }
}

.footer__last {
    background: #262626
}

.footer__last .wrap {
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width:740px) {
    .footer__last .wrap {
        position: relative
    }
}

.foo__places {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (min-width:740px) {
    .foo__places {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.foo__places a {
    width: 50%;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: white;
    padding-left: 15px;
    position: relative
}

@media (min-width:740px) {
    .foo__places a {
        width: auto;
        margin-bottom: 0;
        margin-left: 15px
    }
    .foo__places a:first-of-type {
        margin-left: 0
    }
    .foo__places a:first-of-type:before {
        display: none
    }
}

.foo__places a.active {
    color: #f78f1e
}

.foo__places a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #007a42
}

.reactor {
    margin-left: auto;
    margin-right: 0;
    width: 16px;
    height: 16px;
    display: block
}

@media (min-width:740px) {
    .reactor {
        position: absolute;
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.reactor svg {
    display: block
}

.selector {
    position: relative
}

.selector select {
    position: relative;
    z-index: 200
}

.selector .icon {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 16px;
    max-height: 16px
}

.selector .icon svg {
    display: block;
    max-height: 16px;
    max-width: 100%
}

.contacto {
    padding-top: 30px;
    padding-bottom: 47px;
    color: white
}

@media (min-width:740px) {
    .contacto {
        padding-top: 70px;
        padding-bottom: 100px
    }
}

@media (min-width:740px) {
    .contacto .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (min-width:740px) {
    .contacto .contacto__content {
        width: calc(50% - 20px);
        max-width: 550px
    }
}

@media (min-width:740px) {
    .contacto .contacto__form {
        width: calc(50% - 20px);
        max-width: 520px
    }
}

.formulario .input-group {
    margin-bottom: 30px
}

.formulario .input-group label {
    line-height: 16px;
    line-height: 1rem;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 900;
    width: 100%;
    display: block
}

.formulario .input-group input,
.formulario .input-group textarea {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    background-color: transparent;
    height: 28px;
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900;
    border-radius: 0px
}

.formulario .input-group textarea {
    height: 100px;
    border-radius: 0px;
    resize: none
}

@media (min-width:740px) {
    .formulario .form--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.formulario .form--flex .input-group {
    width: 100%
}

@media (min-width:1180px) {
    .formulario .form--flex .input-group {
        width: calc(50% - 7px)
    }
}

@media (min-width:740px) {
    .formulario .send-group {
        width: 215px;
        margin-left: auto;
        margin-right: 0;
        display: block
    }
    .formulario .send-group input {
        width: 100%
    }
}

.parsley-required,
.parsley-type {
    line-height: 16px;
    line-height: 1rem;
    font-size: 12px;
    font-size: 0.75rem;
    color: #ff4848;
    font-weight: bold
}

.message {
    width: 100%;
    background: #53b3f3;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: none;
    padding: 0 20px
}

.message p {
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 20px 0;
    font-weight: bold
}

.btn {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.btn--more {
    height: 36px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    border-radius: 4.5px;
    color: white;
    padding: 0 20px;
    border: 0
}

@media (min-width:740px) {
    .btn--more {
        padding: 0 24px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    .btn--more:hover {
        padding: 0 40px
    }
}

.btn--more.btn--main {
    background: #006838
}

.btn--more.btn--secundario {
    background: #f78f1e
}

@media (min-width:1180px) {
    .btn--more.btn--secundario:hover {
        background: #c26807
    }
}

.btn--more.btn--dark {
    background: #333333
}

.btn--more.btn--clear {
    background: #858585
}

.btn--big {
    width: 100%;
    height: 40px
}

@media (min-width:740px) {
    .btn--big {
        width: auto;
        margin: 0
    }
    .btn--big:hover {
        padding: 0 24px
    }
}

.btn--border {
    border-radius: 4.5px;
    border: 1px solid white;
    color: white;
    padding: 8px 20px;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 15px;
    font-size: 0.9375rem;
    color: white
}

.hero {
    position: relative
}

@media (max-width:740px) {
    .home .hero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (min-width:740px) {
    .hero {
        overflow: hidden
    }
}

.hero:after {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.77), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.77), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.77), transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.hero__media {
    width: 100%;
    z-index: 100
}

@media (max-width:740px) {
    .home .hero__media {
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.home .hero__media {}

.hero__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__content {
    padding: 20px;
    color: white;
    text-align: center
}

@media (min-width:740px) {
    .hero__content {
        width: 300px;
        padding: 20px 32px;
        min-height: 330px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: left;
        position: relative;
        z-index: 200;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }
    .novedades--wrap .hero__content {
        width: 280px
    }
}

@media (min-width:1180px) {
    .hero__content {
        width: 450px;
        min-height: 550px
    }
    .novedades--wrap .hero__content {
        width: 415px
    }
}

@media (min-width:1380px) {
    .home .hero__content {
        width: 600px
    }
}

.hero__content p {
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px
}

@media (min-width:740px) {
    .hero__content p:after {
        content: '';
        width: 38px;
        height: 1px;
        background: #f78f1e;
        display: block;
        margin-top: 5px;
        line-height: 26px;
        line-height: 1.625rem;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:740px) {
    .hero__content .title--page {
        text-align: left;
        line-height: 46px;
        line-height: 2.875rem;
        font-size: 36px;
        font-size: 2.25rem;
        margin-bottom: 10px
    }
    .hero__content .title--page:after {
        display: none
    }
}

@media (min-width:1180px) {
    .hero__content .title--page {
        line-height: 50px;
        line-height: 3.125rem;
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media (min-width:740px) {
    .hero__content .btn {
        margin: 0
    }
}

#nav-icon3 {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg) scale(0.5);
    -ms-transform: rotate(0deg) scale(0.5);
    transform: rotate(0deg) scale(0.5);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

@media (min-width:1180px) {
    #nav-icon3 {
        display: none
    }
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon3 span:first-child {
    top: 0px
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 18px
}

#nav-icon3 span:nth-child(4) {
    top: 36px
}

.menu-open #nav-icon3 span:first-child {
    top: 18px;
    width: 0%;
    left: 50%
}

.menu-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-open #nav-icon3 span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.buscador {
    width: calc(100% - 40px);
    margin: auto;
    background: #0a5d36;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    z-index: 400
}

@media (min-width:740px) {
    .buscador {
        border-radius: 30px;
        max-width: 600px
    }
}

@media (min-width:1180px) {
    .buscador {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
        background-color: transparent;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 100%
    }
    .home .buscador {
        margin-top: 10px
    }
    .home.menu--small .buscador {
        margin-top: 0px
    }
    .buscador.active {
        width: 100%;
        background-color: transparent
    }
    .buscador.active #search {
        display: block;
        width: calc(100% - 90px);
        -webkit-animation: bounceSearch 1s;
        animation: bounceSearch 1s
    }
    .buscador.active .send-group {
        width: 40px
    }
    .buscador.active .icon--open {
        display: none
    }
    .buscador.active .icon--close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.buscador .buscador-icon,
.buscador .send-group {
    width: 40px;
    height: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer
}

@media (min-width:740px) {
    .buscador .buscador-icon,
    .buscador .send-group {
        width: 40px;
        height: 40px
    }
}

@media (min-width:1180px) {
    .buscador .buscador-icon,
    .buscador .send-group {
        width: 40px;
        height: 40px
    }
}

.buscador .buscador-icon svg,
.buscador .send-group svg {
    display: block
}

.buscador .icon--close,
.buscador .icon--open {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.buscador .icon--open {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.buscador .icon--close {
    display: none
}

.buscador .icon--close svg {
    width: 16px;
    height: 16px
}

.buscador #search {
    width: calc(100% - 190px);
    height: 40px;
    background-color: transparent;
    border: 0;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: white;
    font-weight: bold;
    opacity: 0.5
}

@media (min-width:740px) {
    .buscador #search {
        width: calc(100% - 120px);
        height: 60px;
        line-height: 36px;
        line-height: 2.25rem;
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media (min-width:1180px) {
    .buscador #search {
        width: calc(100% - 80px);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 0;
        overflow: hidden;
        height: 40px;
        line-height: 36px;
        line-height: 2.25rem;
        font-size: 32px;
        font-size: 2rem
    }
}

.buscador .send-group {
    opacity: .5
}

@media (min-width:1180px) {
    .buscador .send-group {
        width: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    .buscador .send-group:hover {
        opacity: 1
    }
}

.buscador .send-group input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0
}

.buscador .send-group svg {
    fill: #f78f1e
}

::-webkit-input-placeholder {
    color: white;
    opacity: .5
}

::-moz-placeholder {
    color: white;
    opacity: .5
}

:-ms-input-placeholder {
    color: white;
    opacity: .5
}

:-moz-placeholder {
    color: white;
    opacity: .5
}

@-webkit-keyframes bounceSearch {
    0%,
    20%,
    60%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@keyframes bounceSearch {
    0%,
    20%,
    60%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

.section-destacados {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width:740px) {
    .section-destacados {
        padding: 30px 10px
    }
}

@media (min-width:740px) {
    .section-destacados {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.destacado {
    margin-bottom: 20px
}

@media (min-width:740px) {
    .destacado {
        width: calc(50% - 10px);
        position: relative;
        margin-bottom: 0;
        padding-right: 20px
    }
}

@media (min-width:1180px) {
    .destacado {
        width: calc(50% - 30px);
        position: relative;
        margin-bottom: 0;
        padding-right: 40px
    }
}

.destacado:last-of-type {
    margin-bottom: 0
}

.destacado .destacado__media {
    -webkit-box-shadow: 0 2px 20px 0 rgba(143, 143, 143, 0.5);
    box-shadow: 0 2px 20px 0 rgba(143, 143, 143, 0.5)
}

.destacado .destacado__media img {
    display: block;
    width: 100%
}

.destacado .destacado__content {
    -webkit-box-shadow: 0 2px 13px 0 rgba(202, 202, 202, 0.5);
    box-shadow: 0 2px 13px 0 rgba(202, 202, 202, 0.5);
    position: relative;
    display: block;
    width: calc(100% - 20px);
    margin: auto;
    background: white;
    text-align: center;
    padding: 20px;
    top: -10px
}

@media (min-width:740px) {
    .destacado .destacado__content {
        width: 84%;
        position: absolute;
        top: auto;
        bottom: 30px;
        right: 0;
        padding: 30px;
        text-align: left;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    .destacado .destacado__content:hover {
        background: #f78f1e
    }
    .destacado .destacado__content:hover:after {
        background: white
    }
    .destacado .destacado__content:hover * {
        color: white !important
    }
    .destacado .destacado__content:hover .icon svg {
        fill: white
    }
}

.destacado .destacado__content .destacado__text {
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    font-style: italic;
    color: #333333;
    display: block
}

@media (min-width:740px) {
    .destacado .destacado__content .destacado__text {
        line-height: 20px;
        line-height: 1.25rem;
        font-size: 20px;
        font-size: 1.25rem;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
}

.destacado .destacado__content .destacado__title {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: bold;
    color: #006838;
    display: block;
    margin-bottom: 10px
}

@media (min-width:740px) {
    .destacado .destacado__content .destacado__title {
        line-height: 28px;
        line-height: 1.75rem;
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
}

.destacado .destacado__content:after {
    content: '';
    width: 60px;
    height: 3px;
    display: block;
    background: #f78f1e;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:740px) {
    .destacado .destacado__content:after {
        width: 3px;
        height: 53px;
        left: 0;
        top: 50%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
}

@media (min-width:740px) {
    .destacado .destacado__content .icon {
        position: absolute;
        top: 50%;
        right: 24px;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.destacado .destacado__content .icon svg {
    fill: #f78f1e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.mapa {
    position: relative;
    padding-bottom: 50px
}

@media (min-width:740px) {
    .mapa {
        padding-bottom: 90px
    }
}

.mapa.mapa--inside {
    border-top: 1px solid rgba(208, 208, 208, 0.4)
}

@media (min-width:740px) {
    .mapa.mapa--inside {
        min-height: 800px
    }
}

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

.mapa .mapa__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mapa .mapa__media #map {
    display: none
}

.page-template-busca-tu-local .mapa .mapa__media #map {
    display: block
}

.mapa .mapa__select {
    background: rgba(0, 104, 56, 0.9);
    padding: 30px 20px 12px;
    color: white;
    margin-bottom: 60px
}

@media (min-width:740px) {
    .mapa .mapa__select {
        margin-bottom: 65px
    }
}

.mapa .mapa__select.mapa__select--page {
    padding-top: 12px
}

@media (min-width:740px) {
    .mapa .mapa__select.mapa__select--page {
        background: rgba(255, 255, 255, 0.8);
        color: #675d55
    }
}

.mapa .mapa__select hr {
    border: 0;
    height: 1px;
    width: 100%;
    background: white;
    opacity: .1;
    margin-bottom: 24px
}

.mapa .mapa__choice {
    height: 40px;
    width: 100%;
    border-bottom: 5px solid #f78f1e
}

@media (min-width:740px) {
    .mapa .mapa__choice {
        border-bottom: 0
    }
}

.mapa .mapa__choice select {
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    width: 100%;
    border: 0;
    background-color: transparent
}

@media (min-width:740px) {
    .mapa .mapa__choice .icon {
        display: none
    }
}

@media (min-width:740px) {
    .mapa .mapa__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.mapa__content {
    position: relative;
    z-index: 200
}

.mapa__tabs {
    width: calc(100% - 20px);
    margin: auto;
    max-width: 1000px
}

@media (min-width:740px) {
    .mapa--inside .mapa__tabs {
        max-width: 500px;
        width: 100%;
        padding: 0;
        margin: 0;
        top: 150px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
        transform: translateX(-600px)
    }
}

.mapa__block {
    background: white;
    -webkit-box-shadow: 0 2px 24px 0 rgba(193, 193, 193, 0.5);
    box-shadow: 0 2px 24px 0 rgba(193, 193, 193, 0.5);
    padding: 20px 20px 28px;
    display: none
}

@media (min-width:740px) {
    .mapa__block {
        padding: 50px 130px
    }
    .mapa--inside .mapa__block {
        max-width: 500px;
        padding: 20px 30px
    }
}

.mapa__block .mapa__tab__title {
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    color: #675d55;
    position: relative;
    margin-bottom: 18px
}

.mapa__block .mapa__tab__title:after {
    content: '';
    width: 24px;
    height: 3px;
    display: block;
    background: #f78f1e;
    margin-top: 5px
}

.mapa__block .mapa__input {
    -webkit-box-shadow: 0 2px 10px 0 #d4d4d4;
    box-shadow: 0 2px 10px 0 #d4d4d4;
    height: 40px;
    color: rgba(51, 51, 51, 0.4);
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 20px
}

@media (min-width:740px) {
    .mapa__block .mapa__input {
        width: calc(100% - 140px);
        margin-bottom: 0
    }
}

.mapa__block .mapa__input input,
.mapa__block .mapa__input select {
    width: 100%;
    padding: 0 15px;
    border: 0;
    background-color: transparent
}

@media (min-width:740px) {
    #maptype {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        height: 40px
    }
}

@media (min-width:740px) {
    #maptype li {
        margin: 0 50px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        position: relative;
        cursor: pointer;
        font-weight: bold
    }
    #maptype li:after {
        content: '';
        width: 100%;
        height: 3px;
        display: block;
        left: 0;
        bottom: -12px;
        position: absolute;
        background: #f78f1e;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    #maptype li.active:after {
        opacity: 1
    }
}

#map {
    width: 100%;
    height: 100%
}

@media (max-width:740px) {
    #map {
        position: relative
    }
    #map:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block
    }
}

.mapa--item {
    display: block;
    padding: 14px 0;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #675d55;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    border-top: 1px solid #d4d4d4;
    margin-top: -1px
}

.mapa--item .mapa__title {
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 4px;
    font-weight: bold
}

.mapa--item .icon {
    margin-right: 6px;
    height: 16px;
    width: 16px
}

.mapa--item .icon svg {
    display: block;
    max-height: 16px;
    max-width: 16px
}

@media (max-width:740px) {
    .mapa--item .mapa__place {
        padding-right: 30px
    }
}

.mapa--item .mapa__phone,
.mapa--item .mapa__place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 8px
}

.mapa--item .icon-link {
    position: absolute;
    right: 0;
    width: 24px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:740px) {
    .mapa--item .icon-link {
        top: 10px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.mapa--item .icon-link svg {
    display: block;
    fill: #007a42
}

.infoBox {
    padding: 36px 44px;
    background: white
}

.infoBox:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
    position: absolute;
    top: 70px;
    right: -10px
}

.infoBox .info__content .info__title {
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: bold;
    color: #007a42;
    margin-bottom: 20px;
    position: relative
}

.infoBox .info__content .info__title:before {
    content: '';
    position: absolute;
    top: 0;
    left: -44px;
    width: 3px;
    height: 100%;
    background: #f78f1e;
    display: block
}

.infoBox .info__content .info__phone,
.infoBox .info__content .info__place {
    margin-bottom: 8px;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #675d55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.infoBox .info__content .info__phone .icon,
.infoBox .info__content .info__place .icon {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.infoBox .info__content .info__phone .icon svg,
.infoBox .info__content .info__place .icon svg {
    max-width: 16px;
    max-height: 16px;
    display: block
}

@media (max-width:740px) {
    #mapsingle .infoBox:before {
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent white transparent;
        top: -10px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.info__content--single .info__title {
    margin-bottom: 28px;
    display: block
}

.info__content--single a {
    margin-top: 40px;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #f78f1e;
    text-decoration: underline;
    display: block
}

.mapa-result {
    display: none;
    padding: 0 30px 20px;
    background: white
}

.mapa--filtro .filtro__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0px 0 20px;
    cursor: pointer
}

.mapa--filtro .filtro__title.active .icon svg {
    fill: #007a42
}

.mapa--filtro .filtro__title.active p {
    text-decoration: underline;
    color: #007a42
}

.mapa--filtro .filtro__title .icon {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.mapa--filtro .filtro__title .icon svg {
    max-height: 100%;
    max-width: 100%;
    display: block;
    fill: #675d55;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s
}

.mapa--filtro .filtro__title p {
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #675d55;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.filtro--form {
    padding-bottom: 20px;
    display: none
}

@media (min-width:740px) {
    .filtro--form .container-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.filtro--form .label-check {
    line-height: 16px;
    line-height: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #858585;
    position: relative;
    width: 100%;
    padding-left: 23px;
    display: block;
    margin-bottom: 8px
}

@media (min-width:740px) {
    .filtro--form .label-check {
        width: 50%
    }
}

.filtro--form .label-check.active .icon {
    background: #007a42;
    border-color: #007a42
}

.filtro--form .label-check.active .icon svg {
    opacity: 1
}

.filtro--form .label-check .input-check {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.filtro--form .label-check .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: white;
    display: block;
    border: solid 1px #e6e8ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.filtro--form .label-check .icon svg {
    width: 10px;
    height: 8px;
    display: block;
    fill: white;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.filtro--form .btn {
    margin: 20px 0 0
}

.mapa-result--items {
    max-height: 300px;
    overflow: auto;
    padding-right: 20px
}

#mapsingle {
    height: 680px;
    width: 100%
}

.article-block {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (min-width:740px) {
    .article-block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-bottom: 80px
    }
}

@media (max-width:740px) {
    .article-block.foto--texto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }
}

.article-block .title--block {
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 28px;
    font-size: 1.75rem;
    color: #675d55;
    margin-bottom: 20px;
    font-weight: bold
}

@media (min-width:740px) {
    .article-block .title--block {
        line-height: 36px;
        line-height: 2.25rem;
        font-size: 32px;
        font-size: 2rem
    }
}

@media (min-width:740px) {
    .article-block .content__block {
        width: 50%;
        max-width: calc(50% - 40px);
        padding-top: 7px
    }
}

.article-block .content__block .copy,
.article-block .content__block .title--block {
    max-width: 480px
}

.block--image {
    width: calc(100% - 10px);
    position: relative;
    margin-top: 40px
}

@media (min-width:740px) {
    .block--image {
        width: 50%;
        margin: 0;
        max-width: calc(50% - 40px);
        margin-top: 0
    }
    .block--image.block--image--big {
        max-width: 600px
    }
}

.block--image:before {
    content: '';
    background: rgba(247, 143, 30, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.block--image picture {
    width: 100%;
    display: block;
    position: relative;
    top: -10px;
    right: -10px
}

@media (min-width:740px) {
    .block--image picture {
        top: -10px;
        right: -10px
    }
}

@media (min-width:1180px) {
    .block--image picture {
        top: -20px;
        right: -20px
    }
}

.block--image img {
    width: 100%;
    display: block
}

.bajada--center {
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    color: #675d55;
    text-align: center;
    margin-bottom: 36px
}

@media (min-width:740px) {
    .bajada--center {
        max-width: 585px;
        margin: 0 auto 55px;
        line-height: 26px;
        line-height: 1.625rem;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.bajada {
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 30px
}

.copy h1 {
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 28px;
    font-size: 1.75rem;
    color: #675d55;
    margin-bottom: 30px
}

.copy h2 {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 21px;
    font-size: 1.3125rem;
    color: #006838;
    margin-bottom: 30px
}

.copy h3 {
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 22px;
    font-size: 1.375rem;
    color: #675d55;
    margin-bottom: 30px
}

.copy p {
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    color: #675d55;
    margin-bottom: 15px;
    font-weight: 500
}

@media (min-width:740px) {
    .copy p {
        @inlcude font-size(16px, 25px)
    }
}

.copy p:last-of-type {
    margin-bottom: 0
}

.copy a {
    color: #675d55;
    background-image: -webkit-gradient(linear, left top, right top, from(#ccc), to(#ccc));
    background-image: -webkit-linear-gradient(left, #ccc 0%, #ccc 100%);
    background-image: -o-linear-gradient(left, #ccc 0%, #ccc 100%);
    background-image: linear-gradient(to right, #ccc 0%, #ccc 100%);
    background-repeat: repeat-x;
    background-position: 0 95%;
    background-size: 100% 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.copy a:hover {
    color: #007a42;
    background-image: -webkit-gradient(linear, left top, right top, from(#007a42), to(#007a42));
    background-image: -webkit-linear-gradient(left, #007a42 0%, #007a42 100%);
    background-image: -o-linear-gradient(left, #007a42 0%, #007a42 100%);
    background-image: linear-gradient(to right, #007a42 0%, #007a42 100%)
}

.copy blockquote {
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 20px;
    font-size: 1.25rem;
    color: #f78f1e;
    margin-bottom: 30px;
    padding-left: 67px;
    position: relative
}

@media (min-width:1180px) {
    .copy blockquote {
        padding-left: 0;
        left: 100px;
        width: 100%;
        padding-left: 20px
    }
}

.copy blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    width: 5px;
    height: 100%;
    display: block;
    background: #f78f1e
}

@media (min-width:1180px) {
    .copy blockquote:before {
        left: 0
    }
}

.copy ol,
.copy ul {
    margin-top: 20px
}

.copy ol li,
.copy ul li {
    @inlcude font-size(16px, 24px);
    color: #675d55;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 500
}

.copy ol li:before,
.copy ul li:before {
    content: '';
    background: #007a42;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
    color: #007a42
}

.copy ol {
    counter-reset: section
}

.copy ol li:before {
    counter-increment: section;
    content: counters(section, ".") ".";
    border-radius: 0;
    width: 8px;
    height: auto;
    background-color: transparent;
    top: 0px
}

.copy.copy--inverse * {
    color: white
}

.copy.copy--inverse ul li:before {
    background: white
}

.copy.copy--special ul li {
    padding-left: 15px;
    margin-bottom: 10px
}

.copy.copy--special ul li:before {
    border-radius: 0
}

.copy img {
    max-width: 100%;
    margin: 20px 0
}

.breadcrum {
    background: #f2f2f2;
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 32px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:1180px) {
    .breadcrum:hover {
        background: #007a42
    }
    .breadcrum:hover a {
        color: white
    }
    .breadcrum:hover .icon {
        -webkit-animation: bounce 1s;
        animation: bounce 1s;
        opacity: 1
    }
}

.breadcrum a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #675d55;
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrum .icon {
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:1180px) {
    .breadcrum .icon {
        opacity: 0
    }
}

.breadcrum .icon svg {
    display: block;
    max-height: 16px;
    max-width: 16px;
    fill: #f78f1e
}

@-webkit-keyframes bounce {
    0%,
    20%,
    60%,
    to {
        -webkit-transform: rotate(180deg) translateX(0);
        transform: rotate(180deg) translateX(0)
    }
    40% {
        -webkit-transform: rotate(180deg) translateX(20px);
        transform: rotate(180deg) translateX(20px)
    }
    80% {
        -webkit-transform: rotate(180deg) translateX(10px);
        transform: rotate(180deg) translateX(10px)
    }
}

@keyframes bounce {
    0%,
    20%,
    60%,
    to {
        -webkit-transform: rotate(180deg) translateX(0);
        transform: rotate(180deg) translateX(0)
    }
    40% {
        -webkit-transform: rotate(180deg) translateX(20px);
        transform: rotate(180deg) translateX(20px)
    }
    80% {
        -webkit-transform: rotate(180deg) translateX(10px);
        transform: rotate(180deg) translateX(10px)
    }
}

.single--block {
    margin-bottom: 40px
}

@media (min-width:740px) {
    .single--block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-top: 80px
    }
}

@media (min-width:740px) {
    .block--list {
        width: 40%;
        max-width: 420px
    }
}

.item--list {
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d4d4
}

@media (min-width:740px) {
    .item--list {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.item--list:last-of-type {
    border-bottom: 0;
    margin-bottom: 0
}

.item--list .item__title {
    color: #007a42;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    letter-spacing: .2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 10px
}

@media (min-width:740px) {
    .item--list .item__title {
        margin-bottom: 0
    }
}

.item--list .item__title .icon {
    margin-right: 11px
}

.item--list .item__title .icon svg {
    display: block
}

.item--list .item--text {
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    color: #675d55
}

@media (min-width:740px) {
    .item--list .item--text {
        padding-left: 30px
    }
}

.item--list .item--phone {
    display: block
}

.item--list a {
    color: #675d55
}

.item--list .item--link {
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #f78f1e;
    text-decoration: underline;
    margin-top: 10px
}

@media (min-width:740px) {
    .item--list .item--link {
        padding-left: 30px
    }
}

.item--boss__image .item--list.item--boss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (min-width:740px) {
    .item--boss__image .item--list.item--boss {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.item--list .content__list {
    max-width: calc(100% - 75px)
}

.item--boss__image .item--list .content__list .item__title {
    margin-left: 22px;
    margin-bottom: 0
}

.item--list .content__list .item--text {
    padding-left: 0;
    margin-left: 22px
}

.item--list .media__list {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden
}

.item--list .media__list img {
    width: 100%;
    height: 100%;
    display: block
}

.single--novedad .title--single {
    max-width: 820px;
    margin: 0 auto 20px
}

@media (min-width:1180px) {
    .single--novedad .title--single {
        margin: 0 0 40px 110px
    }
}

.single--novedad .title--single h1 {
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 32px;
    font-size: 2rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px
}

@media (min-width:740px) {
    .single--novedad .title--single h1 {
        line-height: 38px;
        line-height: 2.375rem;
        font-size: 36px;
        font-size: 2.25rem
    }
}

.single--novedad .title--single .bajada {
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 18px;
    font-size: 1.125rem;
    color: #675d55;
    letter-spacing: 0.4px;
    font-weight: normal;
    margin-bottom: 20px
}

.single--novedad .single__image {
    max-width: 1180px;
    margin: 0 auto 30px
}

.single--novedad .single__image img {
    width: 100%
}

.single--novedad .single__content {
    margin-bottom: 40px;
    max-width: 678px
}

@media (min-width:1180px) {
    .single--novedad .single__content {
        margin: 0 0 40px 110px;
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 90px;
        padding-bottom: 30px
    }
}

.single--novedad .single__content .copy {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d4d4d4
}

@media (min-width:1180px) {
    .single--novedad .single__content .copy {
        border-bottom: 0;
        padding: 0
    }
}

.info--local .info {
    margin-bottom: 0
}

.info {
    position: relative;
    padding-top: 36px;
    padding-bottom: 36px;
    color: white;
    margin-bottom: 40px;
    overflow: hidden
}

@media (min-width:740px) {
    .info {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.info .info__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #007a42
}

.info .info__media:after {
    content: '';
    background-color: rgba(1, 136, 74, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.info .info__media picture {
    opacity: .4
}

.info .info__media picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.info .info__content.info__content--centered .wrap {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.info .info__content {
    position: relative;
    z-index: 200
}

@media (min-width:740px) {
    .info .info__content .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (min-width:1180px) {
    .info .info__content .title--section {
        line-height: 45px;
        line-height: 2.8125rem;
        font-size: 30px;
        font-size: 1.875rem
    }
    .info .info__content .title--section:after {
        margin-top: 10px
    }
}

.info--block:first-of-type {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

@media (min-width:740px) {
    .info--block {
        width: 50%;
        padding: 0 65px
    }
    .info--block:first-of-type {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.2)
    }
    .info__content--centered .info--block:first-of-type {
        border-right: 0
    }
}

@media (max-width:740px) {
    .listado {
        padding: 0 10px
    }
}

@media (min-width:740px) {
    .listado {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.listado .item__servicios {
    -webkit-box-shadow: 0 2px 40px 0 rgba(202, 202, 202, 0.5);
    box-shadow: 0 2px 40px 0 rgba(202, 202, 202, 0.5);
    margin-bottom: 30px
}

@media (min-width:740px) {
    .listado .item__servicios {
        width: calc(50% - 15px)
    }
}

.listado .item__media picture img {
    width: 100%
}

.listado .item__content {
    position: relative;
    padding: 20px
}

.listado .item__content:before {
    content: '';
    width: 2px;
    height: 50px;
    display: block;
    background: #f78f1e;
    left: 0;
    top: 20px;
    position: absolute
}

.listado .item__title {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 24px;
    font-size: 1.5rem;
    color: #006838;
    font-weight: bold;
    padding-right: 42px;
    margin-bottom: 10px
}

@media (min-width:740px) {
    .listado .item__title {
        margin: 10px 0 20px
    }
}

.listado .item__icon {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px
}

.listado .item__icon svg {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.item--box {
    position: relative;
    display: block;
    -webkit-box-shadow: 0 2px 20px 0 rgba(143, 143, 143, 0.5);
    box-shadow: 0 2px 20px 0 rgba(143, 143, 143, 0.5);
    margin-bottom: 20px
}

@media (min-width:740px) {
    .item--box {
        width: calc(50% - 10px);
        margin-bottom: 30px;
        margin-right: 20px
    }
    .item--box:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width:1180px) {
    .item--box {
        width: calc(33.333% - 13.333px)
    }
    .item--box:nth-of-type(2n) {
        margin-right: 20px
    }
    .item--box:nth-of-type(3n) {
        margin-right: 0
    }
}

.item--box .item__media {
    width: 100%
}

.item--box .item__media picture img {
    width: 100%;
    display: block
}

.item--box .item__title {
    position: absolute;
    padding: 13px 20px;
    background-color: rgba(0, 104, 56, 0.8);
    -webkit-box-shadow: 0 2px 40px 0 rgba(202, 202, 202, 0.5);
    box-shadow: 0 2px 40px 0 rgba(202, 202, 202, 0.5);
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.item--box .item__title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: calc(100% - 10px);
    width: 3px;
    background: #f78f1e;
    display: block
}

@media (min-width:740px) {
    .item--box--li {
        width: calc(50% - 10px);
        margin-bottom: 30px;
        margin-right: 20px
    }
    .item--box--li:nth-of-type(2n) {
        margin-right: 0
    }
    .listado--novedades .item--box--li .item--novedades {
        width: calc(100% - 20px) !important;
        margin: auto
    }
}

@media (min-width:1180px) {
    .item--box--li {
        width: calc(33.333% - 13.333px)
    }
    .item--box--li:nth-of-type(2n) {
        margin-right: 20px
    }
    .item--box--li:nth-of-type(3n) {
        margin-right: 0
    }
    .listado--novedades .item--box--li .item--novedades {
        width: 100% !important;
        margin: 0
    }
}

.item--box--li .item--box {
    margin: 0
}

@media (min-width:740px) {
    .item--box--li .item--box {
        width: 100%;
        margin: 0
    }
}

.flexslider .slides {
    overflow: hidden
}

@media (min-width:740px) {
    .flexslider .slides {
        overflow: visible
    }
}

.listado--slide .title--inside {
    color: #675d55
}

@media (max-width:740px) {
    .listado--slide .title--inside {
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:740px) {
    .listado--slide .slides li {
        padding: 0 5px
    }
}

.listado--slide .flex-viewport {
    overflow: visible !important
}

.block--slide .flex-direction-nav {
    display: none
}

.block--slide .flex-control-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block--slide .flex-control-nav li {
    width: 8px;
    height: 8px;
    margin: 0 5px
}

.block--slide .flex-control-nav li a {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    background: #007a42;
    opacity: .5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-indent: 999em
}

.block--slide .flex-control-nav li a.flex-active {
    opacity: 1
}

@media (max-width:740px) {
    .catalogo--slide,
    .listado--novedades {
        padding: 0
    }
}

@media (max-width:740px) {
    .catalogo--slide .slides li,
    .listado--novedades .slides li {
        padding: 0 5px
    }
}

.catalogo--slide .flex-viewport,
.listado--novedades .flex-viewport {
    padding-bottom: 20px
}

@media (max-width:740px) {
    .catalogo--slide .flex-viewport,
    .listado--novedades .flex-viewport {
        overflow: visible !important;
        padding: 0 20px 20px
    }
}

.catalogo--slide .flex-control-nav li a,
.listado--novedades .flex-control-nav li a {
    background: white
}

.listado--tableros {
    margin-bottom: 40px;
    overflow: hidden
}

@media (min-width:740px) {
    .listado--tableros {
        margin-bottom: 50px
    }
}

@media (min-width:740px) {
    .listado--tableros .slides {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.group--complementos,
.group--tablero {
    width: 100%
}

@media (min-width:740px) {
    .listado--complementos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (min-width:740px) {
    .listado--novedades .slides {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (min-width:740px) {
    .listado--novedades .slides li {
        width: calc(33.333% - 13.333px);
        margin-right: 20px
    }
}

@media (min-width:740px) {
    .listado--novedades .slides li:last-of-type {
        margin-right: 0
    }
}

@media (min-width:740px) {
    .listado--novedades .slides li .item--novedades {
        width: 100%
    }
}

.catalogo--slide {
    max-width: 760px;
    padding: 0
}

.catalogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (min-width:740px) {
    .catalogo {
        width: 380px;
        padding: 0 10px
    }
}

.catalogo .catalogo__image {
    width: 120px
}

@media (min-width:740px) {
    .catalogo .catalogo__image {
        width: 155px
    }
}

.catalogo .catalogo__image picture img {
    width: 100%;
    display: block
}

.catalogo .catalogo__content {
    background: white;
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 13px 5px 13px 20px
}

@media (min-width:740px) {
    .catalogo .catalogo__content {
        padding: 17px 28px;
        width: calc(100% - 155px)
    }
}

.catalogo .catalogo__content .catalogo__title {
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 16px;
    font-size: 1rem;
    color: #675d55
}

.catalogo .catalogo__content .btn {
    margin: 0
}

.tiendas {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:740px) {
    .tiendas--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.item__tienda {
    line-height: 16px;
    line-height: 1rem;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    font-weight: bold
}

@media (min-width:740px) {
    .item__tienda {
        width: calc(33.333% - 13.333px);
        margin-right: 20px
    }
    .item__tienda:nth-of-type(3n) {
        margin-right: 0
    }
}

.item__tienda .tienda__title {
    color: #007a42;
    margin-bottom: 5px
}

.item__tienda .tienda__place {
    color: #333333
}

.tiendas--acc {
    display: none
}

@media (min-width:740px) {
    .tiendas--acc {
        display: block
    }
}

@media (min-width:740px) {
    #js-acc {
        display: none
    }
}

@media (max-width:740px) {
    .novedades--wrap {
        padding: 0
    }
}

@media (max-width:740px) {
    .listado--novedades {
        padding: 30px 10px 10px
    }
}

@media (min-width:740px) {
    .listado--novedades {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-top: 20px;
        padding-bottom: 40px
    }
}

.item--novedades {
    -webkit-box-shadow: 0 2px 40px 0 rgba(202, 202, 202, 0.5);
    box-shadow: 0 2px 40px 0 rgba(202, 202, 202, 0.5);
    display: block;
    padding: 28px 24px;
    margin-bottom: 20px
}

@media (min-width:740px) {
    .item--novedades {
        width: calc(50% - 10px);
        margin-right: 20px
    }
    .item--novedades:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width:1180px) {
    .item--novedades {
        width: calc(50% - 10px);
        margin-right: 20px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    .item--novedades:nth-of-type(2),
    .item--novedades:nth-of-type(7) {
        margin-right: 0
    }
    .item--novedades:nth-of-type(6) {
        margin-right: 20px
    }
    .item--novedades:nth-of-type(3),
    .item--novedades:nth-of-type(4),
    .item--novedades:nth-of-type(5) {
        width: calc(33.333% - 13.333px);
        margin-right: 20px
    }
    .item--novedades:nth-of-type(5) {
        margin-right: 0
    }
    .item--novedades:hover {
        -webkit-box-shadow: 0 2px 40px 0 rgba(247, 143, 30, 0.5);
        box-shadow: 0 2px 40px 0 rgba(247, 143, 30, 0.5)
    }
}

.item--novedades .item__title {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 24px;
    font-size: 1.5rem;
    color: #007a42;
    font-weight: bold;
    margin-bottom: 20px;
    display: block
}

.item--novedades .item__text {
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333333;
    margin-bottom: 20px;
    display: block
}

.paginacion {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

@media (min-width:740px) {
    .paginacion {
        margin-bottom: 50px
    }
}

.paginacion li {
    margin: 0 20px
}

.paginacion li a {
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    color: #675d55;
    font-weight: 500
}

.paginacion li a.current {
    font-weight: 900;
    color: #006838
}

.paginacion li:first-of-type svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.paginacion li svg {
    max-width: 15px;
    max-height: 15px;
    fill: #333333;
    opacity: .5
}

.redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.redes a {
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-radius: 50%;
    position: relative
}

.redes a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width:1180px) {
    .redes a:hover:after {
        width: 100%;
        height: 100%
    }
    .redes a:hover.redes--facebook:after {
        background-color: #5e7dca;
        -webkit-box-shadow: 8px 11px 16px 0 #a7b5d8;
        box-shadow: 8px 11px 16px 0 #a7b5d8
    }
}

@media (min-width:1180px) and (min-width:740px) {
    .redes a:hover.redes--whatsapp {
        display: none
    }
}

@media (min-width:1180px) {
    .redes a:hover.redes--whatsapp:after {
        background-color: #11bf6f;
        -webkit-box-shadow: 8px 11px 16px 0 #84a495;
        box-shadow: 8px 11px 16px 0 #84a495
    }
    .redes a:hover.redes--linkedin:after {
        background-color: #3d649d;
        -webkit-box-shadow: 8px 11px 16px 0 #8694a8;
        box-shadow: 8px 11px 16px 0 #8694a8
    }
    .redes a:hover.redes--twitter:after {
        background-color: #3d649d;
        -webkit-box-shadow: 8px 11px 16px 0 #8694a8;
        box-shadow: 8px 11px 16px 0 #8694a8
    }
    .redes a:hover.redes--mail:after {
        background-color: #007a42;
        -webkit-box-shadow: 8px 11px 16px 0 #85b6a0;
        box-shadow: 8px 11px 16px 0 #85b6a0
    }
    .redes a:hover svg {
        fill: white
    }
}

.redes svg {
    display: block;
    max-height: 18px;
    max-width: 18px;
    fill: #675d55;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 2
}

@media (min-width:740px) {
    .redes .redes--whatsapp {
        display: none
    }
}

.error {
    position: relative;
    min-height: 100vh;
    padding: 65px 20px 3px
}

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

.error .error__media picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.error .error__container {
    max-width: 1280px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    z-index: 200
}

@media (min-width:740px) {
    .error .error__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.error .error__picture {
    width: 200px;
    margin: 40px auto 0;
    padding-right: 40px
}

@media (min-width:740px) {
    .error .error__picture {
        width: 450px;
        max-height: 100vh;
        overflow: hidden;
        margin: 0
    }
}

.error .error__picture img {
    max-width: 100%;
    max-height: 100vh
}

.error .error__content {
    position: relative
}

@media (min-width:740px) {
    .error .error__content {
        width: 450px
    }
}

.error .error__content .error__title {
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 28px;
    font-size: 1.75rem;
    color: white;
    margin-bottom: 20px
}

.error .error__content p {
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 900;
    margin-bottom: 20px
}

.error .error__content p a {
    color: white;
    text-decoration: underline
}

.error .error__content .btn {
    display: table
}

.resultado--bajada {
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    color: #333333;
    margin-bottom: 30px
}

@media (min-width:740px) {
    .resultado--bajada {
        margin-bottom: 60px
    }
}

.resultado--bajada span {
    color: #006838
}

.resultado--bajada strong {
    color: #f78f1e
}

.item--resultado {
    position: relative;
    padding-right: 30px;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4
}

@media (min-width:740px) {
    .item--resultado {
        max-width: 760px;
        margin: 0 auto 20px
    }
}

.item--resultado:last-of-type {
    margin-bottom: 40px
}

.item--resultado .item__page {
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 300;
    color: #333333
}

.item--resultado .item__title {
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    display: block;
    color: #006838
}

.item--resultado .item__icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.item--resultado svg {
    fill: #007a42
}

@media (max-width:740px) {
    .opinion--wrap {
        padding: 0 10px
    }
}

@media (min-width:740px) {
    .opinion--wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.opinion__media {
    display: none
}

@media (min-width:740px) {
    .opinion__media {
        display: block
    }
}

.opinion__form {
    -webkit-box-shadow: 0 2px 40px 0 rgba(202, 202, 202, 0.5);
    box-shadow: 0 2px 40px 0 rgba(202, 202, 202, 0.5);
    padding: 36px 18px 80px;
    margin: 50px auto;
    max-width: 580px;
    position: relative
}

@media (min-width:740px) {
    .opinion__form {
        width: 100%;
        padding: 40px 80px
    }
}

.opinion__form .input-group input,
.opinion__form .input-group textarea {
    border-bottom-color: #d4d4d4;
    color: #675d55;
    font-weight: 500
}

.opinion__form .input-group label {
    color: #858585
}

.valoracion .valoracion-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    width: 240px
}

.valoracion label {
    margin-bottom: 10px
}

.valoracion .star-label svg {
    fill: white
}

.valoracion .star-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0
}

.star-input:checked ~ .star-label svg,
.star-label:hover svg,
.star-label:hover ~ .star-label svg {
    fill: #ffb23d
}

.easy-autocomplete {
    position: relative;
    width: 100% !important;
    height: 100%
}

.easy-autocomplete input {
    width: 100%;
    height: 100%;
    color: #555;
    float: none;
    padding: 6px 12px
}

.easy-autocomplete input:focus,
.easy-autocomplete input:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.easy-autocomplete a {
    display: block
}

.easy-autocomplete.eac-blue-light input:focus,
.easy-autocomplete.eac-blue-light input:hover {
    border-color: #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}

.easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}

.easy-autocomplete.eac-blue-light ul .eac-category,
.easy-autocomplete.eac-blue-light ul li {
    border-color: #66afe9
}

.easy-autocomplete.eac-blue-light ul .eac-category.selected,
.easy-autocomplete.eac-blue-light ul li.selected {
    background-color: #ecf5fc
}

.easy-autocomplete.eac-green-light input:focus,
.easy-autocomplete.eac-green-light input:hover {
    border-color: #41DB00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6)
}

.easy-autocomplete.eac-green-light ul {
    border-color: #41DB00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6)
}

.easy-autocomplete.eac-green-light ul .eac-category,
.easy-autocomplete.eac-green-light ul li {
    border-color: #41DB00
}

.easy-autocomplete.eac-green-light ul .eac-category.selected,
.easy-autocomplete.eac-green-light ul li.selected {
    background-color: #9eff75
}

.easy-autocomplete.eac-red-light input:focus,
.easy-autocomplete.eac-red-light input:hover {
    border-color: #ff5b5b;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6)
}

.easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6)
}

.easy-autocomplete.eac-red-light ul .eac-category,
.easy-autocomplete.eac-red-light ul li {
    border-color: #ff5b5b
}

.easy-autocomplete.eac-red-light ul .eac-category.selected,
.easy-autocomplete.eac-red-light ul li.selected {
    background-color: #ff8e8e
}

.easy-autocomplete.eac-yellow-light input:focus,
.easy-autocomplete.eac-yellow-light input:hover {
    border-color: #ffdb00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6)
}

.easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6)
}

.easy-autocomplete.eac-yellow-light ul .eac-category,
.easy-autocomplete.eac-yellow-light ul li {
    border-color: #ffdb00
}

.easy-autocomplete.eac-yellow-light ul .eac-category.selected,
.easy-autocomplete.eac-yellow-light ul li.selected {
    background-color: #ffe233
}

.easy-autocomplete.eac-dark-light input:focus,
.easy-autocomplete.eac-dark-light input:hover {
    border-color: #333;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6)
}

.easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6)
}

.easy-autocomplete.eac-dark-light ul .eac-category,
.easy-autocomplete.eac-dark-light ul li {
    border-color: #333
}

.easy-autocomplete.eac-dark-light ul .eac-category.selected,
.easy-autocomplete.eac-dark-light ul li.selected {
    background-color: #4d4d4d;
    color: #fff
}

.easy-autocomplete.eac-dark {
    color: #fff
}

.easy-autocomplete.eac-dark input {
    background-color: #404040;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark input:focus,
.easy-autocomplete.eac-dark input:hover {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-dark ul {
    border-color: #333
}

.easy-autocomplete.eac-dark ul .eac-category,
.easy-autocomplete.eac-dark ul li {
    background-color: #404040;
    border-color: #333
}

.easy-autocomplete.eac-dark ul .eac-category.selected,
.easy-autocomplete.eac-dark ul li.selected {
    background-color: #737373;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass {
    color: #fff
}

.easy-autocomplete.eac-dark-glass input {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass input:focus,
.easy-autocomplete.eac-dark-glass input:hover {
    border-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-dark-glass ul {
    border-color: rgba(0, 0, 0, 0.8)
}

.easy-autocomplete.eac-dark-glass ul .eac-category,
.easy-autocomplete.eac-dark-glass ul li {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8)
}

.easy-autocomplete.eac-dark-glass ul .eac-category.selected,
.easy-autocomplete.eac-dark-glass ul li.selected {
    background-color: rgba(64, 64, 64, 0.8);
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass ul .eac-category:last-child,
.easy-autocomplete.eac-dark-glass ul li:last-child {
    border-radius: 0 0 4px 4px
}

.easy-autocomplete.eac-blue {
    color: #fff
}

.easy-autocomplete.eac-blue input {
    background-color: #6d9ed1;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:focus,
.easy-autocomplete.eac-blue input:hover {
    border-color: #5A91CB;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-blue ul {
    border-color: #5A91CB
}

.easy-autocomplete.eac-blue ul .eac-category,
.easy-autocomplete.eac-blue ul li {
    background-color: #6d9ed1;
    border-color: #5A91CB
}

.easy-autocomplete.eac-blue ul .eac-category.selected,
.easy-autocomplete.eac-blue ul li.selected {
    background-color: #94b8dd;
    color: #f6f6f6
}

.easy-autocomplete.eac-yellow {
    color: #333
}

.easy-autocomplete.eac-yellow input {
    background-color: #ffdb7e;
    border-color: #333;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-yellow input:focus,
.easy-autocomplete.eac-yellow input:hover {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-yellow ul {
    border-color: #333
}

.easy-autocomplete.eac-yellow ul .eac-category,
.easy-autocomplete.eac-yellow ul li {
    background-color: #ffdb7e;
    border-color: #333
}

.easy-autocomplete.eac-yellow ul .eac-category.selected,
.easy-autocomplete.eac-yellow ul li.selected {
    background-color: #ffe9b1;
    color: #333
}

.easy-autocomplete.eac-purple {
    color: #333
}

.easy-autocomplete.eac-purple input {
    background-color: #d6d1e7;
    border-color: #b8afd5;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-purple input:focus,
.easy-autocomplete.eac-purple input:hover {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-purple ul {
    border-color: #333
}

.easy-autocomplete.eac-purple ul .eac-category,
.easy-autocomplete.eac-purple ul li {
    background-color: #d6d1e7;
    border-color: #333
}

.easy-autocomplete.eac-purple ul .eac-category.selected,
.easy-autocomplete.eac-purple ul li.selected {
    background-color: #ebe8f3;
    color: #333
}

.easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px
}

.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    background: inherit;
    border-color: #ccc;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer
}

.easy-autocomplete-container ul li.selected div {
    font-weight: normal
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: normal;
    word-break: break-all
}

.easy-autocomplete-container ul li b {
    font-weight: bold
}

.easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic
}

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: 0.9em
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px
}

.scrollable {
    position: relative
}

.scrollable:focus {
    outline: 0
}

.scrollable .viewport {
    position: relative;
    overflow: hidden
}

.scrollable .viewport .overview {
    position: absolute
}

.scrollable .scroll-bar {
    display: none
}

.scrollable .scroll-bar.vertical {
    position: absolute;
    right: 0;
    height: 100%
}

.scrollable .scroll-bar.horizontal {
    position: relative;
    width: 100%
}

.scrollable .scroll-bar .thumb {
    position: absolute
}

.scrollable .scroll-bar.vertical .thumb {
    width: 100%;
    min-height: 10px
}

.scrollable .scroll-bar.horizontal .thumb {
    height: 100%;
    min-width: 10px;
    left: 0
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.scrollable.default-skin {
    padding-right: 10px;
    padding-bottom: 6px
}

.scrollable.default-skin .scroll-bar.vertical {
    width: 6px
}

.scrollable.default-skin .scroll-bar.horizontal {
    height: 6px
}

.scrollable.default-skin .scroll-bar .thumb {
    background-color: black;
    opacity: 0.4;
    border-radius: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.scrollable.default-skin .scroll-bar:hover .thumb {
    opacity: 0.6
}

.scrollable.gray-skin {
    padding-right: 17px
}

.scrollable.gray-skin .scroll-bar {
    border: 1px solid gray;
    background-color: #d3d3d3
}

.scrollable.gray-skin .scroll-bar .thumb {
    background-color: gray
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
    background-color: black
}

.scrollable.gray-skin .scroll-bar.vertical {
    width: 10px
}

.scrollable.gray-skin .scroll-bar.horizontal {
    height: 10px;
    margin-top: 2px
}

.scrollable.modern-skin {
    padding-right: 17px
}

.scrollable.modern-skin .scroll-bar {
    border: 1px solid gray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inset 0 0 5px #888
}

.scrollable.modern-skin .scroll-bar .thumb {
    background-color: #95aabf;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #536984
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
    width: 8px;
    background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
    background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: -webkit-gradient(linear, left top, right top, from(#95aabf), to(#547092));
    background: linear-gradient(to right, #95aabf 0%, #547092 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )"
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
    height: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#95aabf), to(#547092));
    background-image: linear-gradient(#95aabf, #547092);
    background-image: -o-linear-gradient(#95aabf, #547092);
    background-image: -moz-linear-gradient(#95aabf, #547092);
    background-image: -webkit-linear-gradient(#95aabf, #547092);
    background-image: -ms-linear-gradient(#95aabf, #547092);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )"
}

.scrollable.modern-skin .scroll-bar.vertical {
    width: 10px
}

.scrollable.modern-skin .scroll-bar.horizontal {
    height: 10px;
    margin-top: 2px
}

.alignleft,
.left {
    float: left
}

.alignright,
.right {
    float: right
}

.hidden {
    display: none !important;
    visibility: hidden
}

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

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

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

/*# sourceMappingURL=main.css.map */

/*Nuevos Estilos PLACACENTRO NUEVA IMAGEN*/

header {
    background: #009042 !important;
    border-top: 40px solid #4F4F4F;
    height: auto !important;
}

.header--top {
    padding-top: 0;
}

.header--top .form-group {
    position: absolute;
    right: 3%;
    top: -35px;
}

.header--wrap {
    width: 85% !important;
    margin: 0px auto;
    padding-bottom: 0px;
}

.header__logo {
    width: 220px !important;
}

.header--bottom {
    border-bottom: 0px !important;
    height: auto !important;
}

.menu-item a {
    padding: 40px 5px !important;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 1em;
    text-decoration: none;
    border-top: 6px solid transparent;
    transition: 0.5s all;
}

.menu-item a:hover {
    border-top: 6px solid #a3cc00;
}

.menu-item.current-menu-item a {
    border-top: 6px solid #a3cc00 !important;
    font-weight: 500;
}

header .buscador {
    margin-top: 0px !important;
}

.header--top {
    padding-top: 0px !important;
    display: flex;
    justify-content: center;
    align-self: center;
}

.menu-item.current-menu-item a:after {
    width: 0px;
    height: 0px;
    background: transparent;
}


header .btn-success {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

header .btn-success:hover,
header .btn-success:active {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

header .open > .dropdown-toggle.btn-success {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

header .btn-succes:focus {
    outline: 0px !important;
    border: 0px !important;
}


.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0x !important;
}

header .dropdown-menu {
    right: 0px;
    left: auto;
}


.menu-item-has-children ul a {
    height: auto !important;
    padding: 0px !important;
    margin: 0px !important;
}


.menu--small .menu-item-has-children.menu-item-open:after {
    top: calc(0%);
    width: 160px;
    left: 50%;
    height: calc(100% + 3px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
}

.menu--small .menu-item-has-children.menu-item-open .menu-item:first-of-type {
    top: 10%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.menu--small .menu-item-has-children.menu-item-open .menu-item:nth-of-type(2) {
    bottom: 10%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.menu--small .menu-item-has-children {
    position: relative;
}

.menu--small .menu-item-has-children.menu-item-open {
    width: 140px;
    overflow: visible;
}

.menu-item-has-children.menu-item-open a:hover {
    border-top: 6px solid transparent;
}

.menu-item-has-children.menu-item-open a {
    border-top: 6px solid transparent;
}

/*PORTADA*/

section.hero {
    padding-top: 142px;
}

.hero__content {
    min-height: auto;
    height: auto;
    max-height: auto;
    width: 400px !important;
    padding-bottom: 60px;
    padding-left: 4%;
    padding-right: 4%;
}

.hero__content.pattern {
    background: white !important;
    height: auto !important;
    position: absolute;
    left: 10%;
    top: 35%;
    border-radius: 20px;
}


.pattern:after {
    background: white !important;
    opacity: 1;
    z-index: 100;
    border-radius: 20px;
}

.hero__content .title--page {
    color: #4F4F4F;
    font-size: 3em;
    margin-top: 20px;
}

.hero__content .title--page span {
    color: #a3cc00;
}

.hero__content p {
    color: #4F4F4F;
    font-size: 1.2em;
    font-weight: 400;
}

.hero__content p:after {
    width: 0px;
    height: 0px;
    background: transparent;
}

.hero__content .btn--more {
    padding: 0 30px;
    border-radius: 10px;
    opacity: 0.8;
    transition: 0.5s all;
    letter-spacing: 1px;
    font-weight: 500;
}

.hero__content .btn--more:hover {
    padding: 0 30px;
    color: white;
    opacity: 1;
}

.hero__content .btn--more.btn--secundario {
    background: #a3cc00;
}

/*DESTACADO HOME*/

.destacado {
    padding-right: 60px;
}

.destacado .destacado__content:after {
    width: 6px;
    background: #a3cc00;
}

.destacado .destacado__content .destacado__title {
    color: #4F4F4F;
    font-size: 1.2em;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif !important;
    padding-right: 10px;
    font-weight: 700;
}

.destacado .destacado__content .destacado__text {
    font-style: normal;
    font-size: 1.1em;
    color: #4F4F4F;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif !important;
    padding-right: 45px;
    font-weight: 400;
}

.destacado .destacado__content .destacado__title:after {
    content: url(../img/icono-next.svg);
    width: 20px !important;
    height: 100px !important;
    position: absolute;
    right: 45px;
    top: 25%;
}

.destacado .destacado__content:hover .destacado__title:after {
    content: url(../img/icono-next-white.svg);
}

a.destacado__content {
    border-radius: 15px !important;
    text-decoration: none;
    right: 30px;
}

.destacado .destacado__content {
    right: 30px;
    display: flex;
    flex-direction: column-reverse;
    bottom: 18%;
}

.destacado .destacado__media {
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 20px 0 rgb(143 143 143 / 50%);
    box-shadow: 0 4px 4px 0 rgb(143 143 143 / 30%);
    margin-bottom: 40px;
}

.destacado .destacado__content:hover {
    background: #a3cc00;
}

.destacado .destacado__content .icon {
    display: none;
}


section.section-destacados.wrap:last-of-type {
    background: rgba(0, 0, 0, 0.08);
    width: 100%;
    margin: 0px;
    max-width: 100%;
    padding: 10%;
}

/*FOOTER*/

.footer {
    background: #4F4F4F;
    border-top: 8px solid #a3cc00;
    padding-left: 10%;
    padding-right: 10%;
}

.footer .wrap {
    background: #4F4F4F !important;
}

.footer .foo__nav a svg {
    zoom: 1.6;
}

.footer .foo__nav a svg path {
    fill: #a3cc00 !important;
}


.footer .wrap {
    padding: 40px 0px;
}

.footer__last {
    padding: 20px 0px 25px 0px !important;
    background: #4F4F4F !important;
    border-top: 2px solid white;
}

.footer__last .wrap {
    padding: 0px 0px;
}

.foo__places a:before {
    content: '|';
    position: absolute;
    top: 0px;
    left: 0;
    width: 0px;
    height: 0px;
    display: block;
    border-radius: 0px;
    color: #a3cc00;
    background: transparent;
    font-weight: bold;
}

.foo__places a {
    font-weight: 200 !important;
}

.foo__places a.active {
    color: white;
    font-weight: bold;
    font-weight: 500 !important;
}

footer:after {
    content: 'Masisa © 2022 | Todos los derechos reservados';
    width: 100%;
    position: absolute;
    left: 0px;
    text-align: center;
    padding: 10px;
    background: #4F4F4F;
    color: white;
}

.foo__nav a {
    margin-bottom: 0;
    margin-right: 30px;
    font-weight: 400;
}


/*MAPA HOME*/

.mapa .mapa__content {
    position: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0px 0px 150px 0px;
    width: 85% !important;
    margin: 0 auto;
    top: 120px !important;
    margin-bottom: 200px;
}


.mapa__select {
    width: 40% !important;
    min-height: 500px;
    margin-bottom: 0px !important;
    background: rgba(79, 79, 79, 0.85) !important;
    border-radius: 20px;
    padding-top: 50px;
    position: relative;
    padding: 50px !important;
    padding-bottom: 70px !important;

}


.mapa__select h1.title--section {
    padding-top: 120px;
    text-align: left;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    border-bottom: 6px solid #a3cc00;
    letter-spacing: 1px;
}

.mapa__select .title--section:before {
    content: url(../img/icono-mapa.svg);
    width: 80px !important;
    position: absolute;
    top: 40px;
    left: 50px;
}

.mapa__select hr {
    display: none;
}

.mapa__select .title--section:after {
    height: 0px;
    width: 0px;
    background: transparent;
}

.mapa__tabs {
    width: 40% !important;
}

#maptype li {
    width: 100%;
    padding: 30px 0px;
    margin: 0px;
    font-size: 1.3em;
    font-weight: 300;
    color: white;
}


#maptype li:after {
    content: '';
    width: 8px;
    height: 40px;
    display: block;
    bottom: 5px;
    position: absolute;
    background: #a3cc00;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: -53px !important;
    bottom: -5px;
    left: auto !important;
}

#maptype li.active {
    font-weight: bold;
}

.mapa .mapa__tabs h2.mapa__tab__title {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: 400px;
}


.mapa__block .mapa__tab__title:after {
    content: '';
    width: 40px;
    height: 4px;
    display: block;
    background: #a3cc00;
    margin-top: 5px;
    text-align: center;
    left: 40%;
    right: 40%;
    position: absolute;
}


.mapa .mapa__block {
    padding: 100px 50px;
}

.mapa .mapa__group {
    margin-top: 50px;
}

.mapa form {
    border-radius: 20px;
}

/*CONTENIDOS GENERALES*/

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Montserrat', sans-serif !important;
}


.btn--more.btn--secundario {
    background: #a3cc00;
    padding: 0 40px;
    border-radius: 15px !important;
}

.btn--more.btn--secundario:hover {
    background: #a3cc00;
    padding: 0 40px;
}

.mapa__input.selector {
    border-radius: 15px !important;
}


.mapa__input {
    border-radius: 15px !important;
}


.title--page:after,
.title--section:after,
.title--single:after {
    background: #a3cc00;
    width: 40px;
    height: 5px;
}

.title--page.title--space,
.title--section.title--space,
.title--single.title--space {
    margin-top: 40px;
    margin-bottom: 80px;
    color: #675d55 !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 108px;
}

p {
    text-align: justify;
    font-weight: 400 !important;
}


.block--image:before {
    background: transparent !important;
}

.block--image img {
    border-radius: 15px;
}

h2.title--block {
    font-size: 1.7em !important;
    font-weight: 600 !important;
}

h1.title--page.title--space {
    font-weight: 600 !important;
}

.pattern:after {
    background: transparent !important;
}


section#interesados-en-placacentro {
    background: rgba(0, 0, 0, 0.08);
}


section#interesados-en-placacentro .bajada p {
    color: #675d55 !important;
    font-weight: 400 !important;
    font-size: 0.85em !important;
}

section#interesados-en-placacentro input::placeholder,
section#interesados-en-placacentro textarea::placeholder {
    color: black !important;
    font-weight: 400 !important;
    font-size: 1em !important;
}

section#interesados-en-placacentro .copy.copy--inverse ul li:before {
    background: #675d55 !important;
}

section#interesados-en-placacentro .formulario .input-group input,
section#interesados-en-placacentro .formulario .input-group textarea {
    border-bottom: 1px solid #a3cc00;
}

.content-block li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    font-size: 1.1em !important;
}

.content-block p {
    font-size: 1.1em !important;
}

/* SECCION BUSCA TU LOCAL */

.page-template-busca-tu-local .mapa--inside .mapa__tabs {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 0px;
}

ul#maptype {
    height: auto;
}

.mapa .mapa__choice {
    height: auto;
}

.mapa__select {
    min-height: auto !important;
}

.mapa__content {
    justify-content: flex-start !important;
    z-index: 0px !important;
}


.page-template-busca-tu-local .mapa__select.mapa__select--page {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.page-template-busca-tu-local .mapa__select.mapa__select--page li {
    height: auto !important;
}


.mapa__content {
    padding: 0px 0px;
    top: 200px;
    padding: 10px 0px !important;
}


.page-template-busca-tu-local .mapa__content {
    margin-top: 130px !important;
    top: 70px !important;
}

.mapa--inside .mapa__tabs {
    top: 0px !important;
}


.page-template-busca-tu-local .bajada--center {
    display: none;
}


.page-template-busca-tu-local .mapa .mapa__block {
    padding: 50px 50px;
    margin-top: 15px;
}

div#ubicacion {
    border-radius: 15px;
}

.mapa-result {
    padding: 20px;
    border-radius: 15px;
    margin-top: 15px;
    zoom: 0.9;
}


.page-template,
.page-template-default,
.search-no-results,
.search-results {
    margin-top: 100px;
}


.opinion--wrap iframe {
    min-height: 700px;
    box-shadow: none;
    margin-top: 0px;
}

.opinion--wrap iframe input {
    border-bottom: 3px solid black !important;
}

.opinion__media {
    display: none;
}

.catalogos h1 {
    text-transform: inherit;
    font-family: 'Montserrat', sans-serif !important;
}


/*PRODUCTOS*/

.item--box .item__title {
    position: absolute;
    padding: 13px 20px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #675d55;
}


.item--box .item__title:after {
    width: 5px;
    background: #a3cc00;
}


.listado--slide .title--inside {
    color: #675d55;
    font-size: 2em;
    padding-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 30px;
}

.catalogos h1 {
    color: #675d55 !important;
}

.title--page {
    color: #675d55 !important;
}

.resultado--bajada p {
    text-align: center;
    color: #675d55;
}

.resultado--bajada span {
    color: #675d55;
    font-weight: bold;
}

.resultado--bajada span strong {
    color: #a3cc00;
}


.item--resultado .item__title {
    color: #675d55;
}

.item--resultado {
    border-bottom: 1px solid #a3cc00;
}

.home {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.home .mapa__tabs {
    width: 40% !important;
    margin-right: 0px;
}

@media (max-width:1303px) {
    .header--top {
        width: 200px;
    }
}

@media (max-width:1226px) {
    .header--top {
        width: 190px;
    }
    .header--wrap {
        width: 95% !important;
        margin: 0px auto;
        padding-bottom: 0px;
    }
    #nav-main > ul {
        flex-flow: row nowrap;
    }

    .menu-item {
        margin: 0px !important;
    }
    a.redes__item {
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 10px;
    }
    .menu-item a {
        font-size: 16px !important;
        margin: 0 10px 0 0;
    }

}


@media (max-width:1180px) {
    .header--top {
        width: auto !important;
    }
    #nav-main {
        padding-top: 0px;
        opacity: 1;
    }
    .menu-item a {
        padding: 0px 0px !important;
        width: 100% !important;

    }
    .menu-item a:hover {
        border-top: 6px solid transparent;
    }
    .header--bottom {
        padding: 50px 0px;
        background: #009042 !important;
    }
    section.hero {
        padding-top: 110px;
    }
    .hero__content .title--page {
        font-size: 2em;
        line-height: normal;
    }
    .hero__content p {
        font-size: 1em;
        margin-bottom: 5px;
    }

    .hero__content.pattern {
        zoom: 0.9;
        padding-bottom: 50px;
    }
    .pattern:after {
        background: transparent !important;
    }
    .home .pattern:after {
        background: white !important;
    }
}

@media(max-width:900px) {
    .destacado {
        padding-right: 0px;
        width: 100% !important;
    }
    .destacado .destacado__content {
        right: 0px;
        width: 100%;
    }
}


@media(max-width:740px) {
    .hero__content p {
        text-align: center;
    }
    .hero__content.pattern {
        zoom: 1;
    }
    .footer__redes {
        justify-content: flex-start;
    }
    .destacado .destacado__content:after {
        width: 6px;
        background: transparent;
    }
    .destacado .destacado__media {
        margin-bottom: 10px;
    }
}


/*Cambios 13-02-2021*/

.page-template-busca-tu-local .mapa__content {
    margin-top: 50px !important;
    top: 0px !important;
    width: 25% !important;
    margin-left: 5%;
}

.page-template-busca-tu-local .mapa__select.mapa__select--page {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    width: 100% !important;
}

.page-template-busca-tu-local .mapa li {
    padding: 10px 0px !important;
}

.page-template-busca-tu-local .mapa .mapa__block {
    width: 100%;
    max-width: 100%;
}

.page-template-busca-tu-local .mapa--inside .mapa__tabs {
    display: block;
    top: 200px !important;
    left: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.page-template-busca-tu-local .mapa .mapa__group {
    flex-flow: column nowrap;
}



.page-template-busca-tu-local .mapa__block .mapa__input {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
}

.page-template-busca-tu-local .btn--more.btn--secundario {
    background: #a3cc00;
    padding: 0 40px;
    margin-top: 30px;
    width: 100%;
    border-radius: 15px;
}


.mapa-result {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 110%;
}


.buscador .send-group svg {
    fill: #a3cc00;
}

section#interesados-en-placacentro .btn--more.btn--secundario {
    color: white !important;
    opacity: 0.7;
}

section#interesados-en-placacentro .btn--more.btn--secundario:hover {
    opacity: 1;
}

.listado .item__title {
    color: #675d55 !important;
    font-size: 1.5em;
}

.listado .item__icon img {
    filter: hue-rotate( 40deg);
}

.listado p {
    color: #675d55 !important;
    font-size: 1em;
}

.listado .item__content:before {
    width: 4px;
    background: #a3cc00;
    font-weight: 600 !important;
}

.listado-catalogos li a {
    font-weight: 400 !important;
}



/*mapa home*/

@media(max-width:1250px) {
    .mapa__select .title--section:before {
        width: 70px !important;
    }
    .home .mapa__tabs {
        width: 40% !important;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .home .mapa__select .title--section:after {
        height: 0px;
        width: 0px;
        background: transparent;
        display: none;
    }
    .home .mapa__select h1.title--section {
        text-align: left;
        margin-bottom: 0px !important;
        text-transform: uppercase;
        border-bottom: 6px solid #a3cc00;
        letter-spacing: 1px;
        font-size: 1.8em;
        line-height: normal;
        padding-bottom: 20px;
    }
    .home .mapa__input.selector {
        width: 100%;
        margin-bottom: 10px;
    }
    .btn--more.btn--secundario {
        width: 100%;
    }
    .mapa .mapa__block {
        padding: 50px 25px;
    }
    .home .mapa__tabs {
        margin-top: 0px;
    }
    .home .mapa__select h1.title--section {
        text-align: left;
        margin-bottom: 0px !important;
        text-transform: uppercase;
        border-bottom: 6px solid #a3cc00;
        letter-spacing: 1px;
        font-size: 1.5em;
        line-height: normal;
        padding-top: 100px;
        padding-bottom: 10px;
    }
    .mapa__block .mapa__input {
        width: 100%;
        margin-bottom: 15px;
    }
}




@media(max-width:1180px) {
    .menu-item.current-menu-item a {
        border-top: transparent !important;
        color: #a3cc00 !important;
        margin-top: 6px !important;
    }
    header .header--bottom .menu-item {
        opacity: 1 !important;
        padding: 0px !important;
        margin: 0px !important;
        height: 40px;
    }
    #nav-main {
        padding-top: 30px;
    }
}

@media (max-width:1400px) {
    .page-template-busca-tu-local .mapa__content {
        width: 40% !important;
    }
}


@media(max-width:768px) {
    .header__logo {
        width: 180px !important;
        margin-bottom: 5px;
    }
    header .btn-success {
        margin-right: 20px;
    }
    header .dropdown-menu {
        right: 20px;
    }
    .hero__content.pattern {
        width: 90% !important;
        max-width: 90% !important;
        min-width: 90% !important;
        left: 0px;
        margin: 5%;
    }
    .destacado {
        margin-right: 0px !important;
        width: 85% !important;
        margin-bottom: 30px;
    }
    a.destacado__content {
        box-shadow: none !important;
        background: transparent !important;

    }
    span.destacado__title {
        letter-spacing: 0px !important;
        word-spacing: 0px !important;
        line-height: 20px !important;
    }
    .destacado .destacado__content .destacado__text {
        line-height: 18px;
        margin-right: 30px;
        text-align: left;
        font-size: 1em;
        padding-right: 0px;
    }
    .destacado .destacado__content .destacado__title {
        margin-right: 30px;
        padding-right: 0px;
        text-align: left;
        font-weight: 700 !important;
        font-size: 1.4em;
    }
    .destacado .destacado__content {
        padding: 0px;
        margin-top: 30px;
        padding-left: 25px;
    }
    .destacado .destacado__content .destacado__title:after {
        content: url(../img/icono-next.svg);
        width: 20px !important;
        height: 100px !important;
        position: absolute;
        right: 0px;
        top: 0%;
        zoom: 0.65;
    }
    section.section-destacados.wrap:last-of-type {
        background: rgba(0, 0, 0, 0.08);
        width: 100%;
        margin: 0px;
        max-width: 100%;
        padding: 0%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .home .mapa__select {
        width: 100% !important;
    }
    .home .mapa__tabs {
        width: 100% !important;
        margin-top: 30px;
    }
    .home .mapa .mapa__content {
        flex-wrap: wrap;
    }
    .mapa__select .title--section:before {
        width: 45px !important;
        top: 15px;
    }
    .mapa__select h1.title--section {
        padding-top: 45px;
        margin-bottom: 0px !important;
        font-size: 1.6em;
        width: 100%;
    }
    .mapa .title--section:after {
        margin: 0px;
    }
    .mapa .mapa__choice {
        border-bottom: 0px !important;
    }
    .mapa .mapa__block {
        padding: 50px 50px;
    }
    .mapa .mapa__tabs h2.mapa__tab__title {
        font-size: 1.4em;
    }
    .listado.wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }
    .item__servicios {
        width: 85%;
    }
    .page-template,
    .page-template-default,
    .search-no-results,
    .search-results {
        margin-top: 40px;
    }
    .page-template-servicios .mapa {
        display: none;
    }
    .block--slide .flex-control-nav li a {
        background: #a3cc00;
    }
    .listado--slide .title--inside {
        color: #675d55;
        font-size: 1.5em;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .page-template-busca-tu-local .mapa__content {
        width: 100% !important;
        position: relative;
        z-index: 0;
        margin: 0px !important;
        padding: 400px 0px !important;
    }
    .page-template-busca-tu-local .mapa__select.mapa__select--page {
        top: 180px;
        width: 90% !important;
        max-width: 90% !important;
        position: absolute;
        left: 5%;
    }
    select#maptype option {
        color: #675d55;
        background: white;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 400;
        font-size: 1em;
    }
    .foo__nav a {
        margin-bottom: 10px;
        margin-right: 0px;
        font-weight: 400;
    }
    .page-template-busca-tu-local .mapa {
        padding-bottom: 200px;
    }
    .page-template-busca-tu-local .mapa--inside .mapa__tabs {
        top: 0px !important;
    }
    .page-template-busca-tu-local .mapa .mapa__block {
        position: absolute;
        top: 300px;
        left: 5%;
        width: 90%;
    }
    .buscador #search {
        width: 60% !important;
    }
    .listado-catalogos ul#pills-tab li {
        margin: 5px 0px !important;
    }
    .listado-catalogos li a {
        font-size: 1.2em;
    }

    header .menu-item a {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding: 0px !important;
    }

    header .header--bottom .menu-item {
        margin-top: 0px !important;
        padding: 0px !important;
    }
    .page-template-busca-tu-local .mapa .mapa__block {
        position: absolute;
        top: 350px;
        left: 5%;
        width: 90%;
    }
}

@media(max-width:740px) {
    .page-template-busca-tu-local .mapa .mapa__block {
        position: absolute;
        top: 300px;
        left: 5%;
        width: 90%;
    }
}

@media(max-width:400px) {
    .header__logo {
        width: 150px !important;
    }
    div#nav-icon3 {
        zoom: 0.8;
    }
    .mapa__select h1.title--section {
        padding-top: 45px;
        margin-bottom: 0px !important;
        font-size: 1.3em;
        width: 100%;
        letter-spacing: 0px;
        line-height: 21px;
    }
    .mapa__select {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .mapa .mapa__block {
        padding: 50px 25px;
    }
    .mapa__select .title--section:before {
        left: 20px;
    }
    footer:after {
        font-size: 0.8em;
    }
    .footer .foo__nav a svg {
        zoom: 1.2;
    }
    .listado-catalogos a h3 {
        font-size: 1.3em !important;
    }
    .listado-catalogos li a {
        font-size: 1em;
    }
}



/*Formulario Interesados en PLC*/

.form-interesados-plc form{
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-interesados-plc form .hf-fields-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-interesados-plc form p {
    width: 50%!important;
    padding-right: 10px!important;
    margin-bottom: 30px;
}

.form-interesados-plc form p label {
    font-size: 0.75rem;
    font-weight: 900;
}

.form-interesados-plc form p input,
.form-interesados-plc form p textarea{
    width: 100%;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #a3cc00;
    color: #675d55;
}

.form-interesados-plc form p textarea{
    height: 100px;
}

.form-interesados-plc form .box-button-form{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.form-interesados-plc form .box-button-form p {
    display: flex;
    justify-content: flex-end;
}

.form-interesados-plc form .box-button-form .btn-form {
    background: #a3cc00;
    padding: 0 70px;
    border-radius: 15px !important;
    height: 40px;
    border: 0px;
    color: white!important;
    width: auto;
    font-weight: bold;
    font-size: 1.05em;
    opacity: 0.7;
    transition: 0.5s all;
}

.form-interesados-plc form .box-button-form .btn-form:hover {
    opacity:1;
}

section#interesados-en-placacentro .copy p,
section#interesados-en-placacentro h2,
section#interesados-en-placacentro li,
section#interesados-en-placacentro label,
section#interesados-en-placacentro textarea {
    color: #675d55 !important;
}

.form-interesados-plc p.hf-message {
    width: 100%!important;
}

@media(max-width:1181px){
    .form-interesados-plc form p {
    width: 100%!important;
    }
}



/*Formulario Interesados en PLC*/

.form-interesados-plc form{
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-interesados-plc form .hf-fields-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-interesados-plc form p {
    width: 50%!important;
    padding-right: 10px!important;
    margin-bottom: 30px;
}

.form-interesados-plc form p label {
    font-size: 0.75rem;
    font-weight: 900;
}

.form-interesados-plc form p input,
.form-interesados-plc form p textarea{
    width: 100%;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #a3cc00;
    color: #675d55;
}

.form-interesados-plc form p textarea{
    height: 100px;
}

.form-interesados-plc form .box-button-form{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.form-interesados-plc form .box-button-form p {
    display: flex;
    justify-content: flex-end;
}

.form-interesados-plc form .box-button-form .btn-form {
    background: #a3cc00;
    padding: 0 70px;
    border-radius: 15px !important;
    height: 40px;
    border: 0px;
    color: white!important;
    width: auto;
    font-weight: bold;
    font-size: 1.05em;
    opacity: 0.7;
    transition: 0.5s all;
}

.form-interesados-plc form .box-button-form .btn-form:hover {
    opacity:1;
}

section#interesados-en-placacentro .copy p,
section#interesados-en-placacentro h2,
section#interesados-en-placacentro li,
section#interesados-en-placacentro label,
section#interesados-en-placacentro textarea {
    color: #675d55 !important;
}

.form-interesados-plc p.hf-message {
    width: 100%!important;
}

section#interesados-en-placacentro {
    background: rgba(0, 0, 0, 0.08);
    padding-top:140px;
}

@media(max-width:1181px){
    .form-interesados-plc form p {
    width: 100%!important;
    }
}


/*Correccion Busca tu local movil*/

@media(max-width:768px){
.page-template-busca-tu-local .mapa {
    padding-bottom: 50px;
}


.page-template-busca-tu-local .mapa .mapa__block {
    position: inherit;
    top: 0px;
    left: 0%;
    width: 100%;
}
.page-template-busca-tu-local .mapa__select.mapa__select--page {
    top: 0px;
    width: 90% !important;
    max-width: 90% !important;
    position: inherit;
    left: 0%;
}

.page-template-busca-tu-local #maptype li {
    font-size: 1em;
}

.page-template-busca-tu-local .mapa__content {
    position:inherit;
    padding: 50px 0px !important;
    display: flex;
    flex-direction: column;
}

.page-template-busca-tu-local .mapa-result {
    position: inherit;
}
}

/*Telefono Chile Footer*/

.telefono-chile {
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.telefono-chile p {
    color: white;
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif !important;
}

.telefono-chile img.phone-footer {
    height: 18px;
    margin-left: 10px;
    margin-right: 3px;
    margin-bottom: 5px;
}


@media(max-width:1300px){
.footer__redes a {
    margin-right: 10px;
    margin-top:10px;
}
}

@media(max-width:739px){
.telefono-chile {
    justify-content: flex-start;
}
.footer__redes a {
    margin-top:30px;
}
.telefono-chile img.phone-footer {
    margin-left: 5px;
}
}