html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    color: #333;
    line-height: normal;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

h1, h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

h2 {
    font-weight: 500;
}

h3 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px
}

p {
    font-size: 14px;
    line-height: 21px;
}

a {
    color: #1ea7dd;
}

.btn {
    font-size: 15px !important;
    padding: 8px 20px;
}

.btn:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #ff8c0040;
}

.body-container {
    padding-right: 25px;
    padding-left: 25px;
}

.btn-outline-primary img.hover {
    display: none;
}

.btn-outline-primary {
    color: #fca267 !important;
    border-color: #ff4c00 !important;
    margin-right: 10px;
    flex: 1 1 auto;
}

.btn-outline-primary.last {
    margin-right: 0;
}

.btn-outline-primary:hover {
    color: #fff !important;
    border-color: #ff4c00 !important;
    background-color: #fca267 !important;
}

.btn-outline-primary:hover img.hover,
.btn-outline-primary:active img.hover {
    display: unset;
}

.btn-outline-primary:hover img.normal,
.btn-outline-primary:active img.normal {
    display: none;
}

.btn-outline-primary.active {
    color: #fff !important;
    border-color: #ff4c00 !important;
    background-color: #fca267 !important;
}

.btn-outline-primary.active img.hover,
.btn-outline-primary.active img.hover {
    display: unset;
}

.btn-outline-primary.active img.normal,
.btn-outline-primary.active img.normal {
    display: none;
}

.btn-outline-primary > img {
    max-height: 20px;
}

.map {
    width: 100%;
    height: 400px;
}

nav.breadcrumb,
nav.breadcrumb ol {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

nav.breadcrumb ol li,
nav.breadcrumb ol li a {
    font-size: 14px;
    font-weight: 400;
}

nav .breadcrumb-item.active {
    font-weight: 500;
}

nav .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #fff;
}

nav .breadcrumb-item.black + .breadcrumb-item.black::before {
    color: #6c757d;
}

nav.navbar {
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: 60px;
}

nav.navbar img {
    height: 24px;
    vertical-align: middle;
}

nav.navbar .container {
    padding-left: 15px;
}

.subheader,
.destacadas,
#descubri-mapa,
.inmuebles,
.grafico,
.que-hacer .row {
    margin: 15px 0 35px;
}

.grafico .en-numeros span.number {
    display: unset;
}

#grafico-m2 .row {
    padding-left: 15px;
}

#grafico-m2 .row h2 {
    display: inline;
    width: 70%;
}

#grafico-m2 .row #pills-tab-m2 {
    display: inline-flex;
    float: right;
    margin-left: auto;
    margin-right: 15px;
}

#grafico-m2 .row #pills-tab-m2 .nav-item {
    margin-right: 0;
}

#grafico-m2 #pills-tabContent #pills-venta .row > div,
#grafico-m2 #pills-tabContent #pills-alquiler .row > div {
    padding-left: 0;
}

.subheader .mapa {
    border-radius: 5px;
    height: 360px;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background: #000;
}

.subheader .mapa .ubicacion,
.subheader .preview .ubicacion {
    position: absolute;
    z-index: 1;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    left: 20px;
    top: 30px;
    font-size: 14px;
    font-weight: 500;
}

.subheader .mapa .ubicacion span,
.subheader .preview .ubicacion span {
    font-size: 38px;
}

.subheader .mapa nav.breadcrumb,
.subheader .preview nav.breadcrumb {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
}

.subheader .mapa nav.breadcrumb a,
.subheader .preview nav.breadcrumb a,
.subheader .mapa nav.breadcrumb .breadcrumb-item.active,
.subheader .preview nav.breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.subheader .row {
    margin-left: 0;
}

.subheader .info .numeros-zp {
    font-size: 0.844em;
    line-height: 18px;
    margin-top: 10px;
}

.subheader .info .numeros-zp .item {
    margin-bottom: 10px;
}

.subheader .info .numeros-zp span {
    color: #333;
    display: inline;
}

.subheader .info .numeros-zp span.title {
    display: block;
    color: #848484;
    background: #FFF;
}

.subheader .info .numeros-zp img {
    min-height: 30px;
}

.subheader .info .numeros-zp .item > .text {
    padding-right: 0;
    padding-left: 20px;
}

#subheader-map,
#subheader-preview {
    background-color: grey;
}

#subheader-map img {
    width: inherit;
}

#subheader-preview img {
    position: absolute;
    height: 113%;
}

.en-numeros {
    text-align: center;
    color: #848484;
    font-size: 14px;
    line-height: 18px;
    margin: 30px 0;
}

.en-numeros span.number {
    font-size: 24px;
    font-weight: 500;
    display: block;
    color: #333;
    margin-bottom: 5px;
}

.en-numeros span.currency {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.en-numeros span {
    display: block;
}

.en-numeros span.price-currency {
    display: inline-block;
}

.destacadas label {
    font-size: 14px;
    letter-spacing: 0.031em;
    font-weight: 500;
    opacity: .9;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-nav:hover {
    color: #333 !important;
}

.owl-prev,
.owl-prev.disabled:hover {
    position: absolute;
    left: -25px;
    -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.owl-prev:hover {
    -webkit-box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, 0.25);
}

.owl-next {
    position: absolute;
    right: -25px;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    color: #333;
    font-weight: 500;
    font-size: 14px
}

.owl-next:hover {
    -webkit-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.25);
}

.owl-nav button {
    height: 47px !important;
    width: 47px !important;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 1) !important;
}

.owl-nav button:focus {
    outline: 0;
}

.owl-nav button:hover {
    color: #333 !important;
}

.owl-carousel .owl-item img {
    border-bottom: 1px solid #ebe8e8;
}

.card {
    width: auto;
    border: 1px solid #ebe8e8;
    box-shadow: none;
    background-color: transparent;
}

.card p.precio,
.card p.precioExpensas {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    background: #FFF;
}

.card p.precio {
    padding-top: 9px;
    padding-bottom: 8px;
}

.card p.expensas {
    font-size: 12px;
    font-weight: 600;
    margin-top: -4px;
}

.card p.expensas span {
    font-weight: 300;
}

.card span.operacion {
    font-size: 11px;
    color: #848484;
    background: #FFF;
}

.card .list-group-item {
    display: inline-block;
    border: 0;
    font-weight: 500;
    font-size: 13px;
    padding: 0 15px 0 0;
    color: #848484;
    background: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card .list-group {
    -webkit-box-orient: horizontal;
    flex-direction: row;
    padding: 0 20px 6px 20px;
    white-space: pre-line;
}

a.card-link {
    text-decoration: none;
    color: #848484;
    background: #FFF;
}

a.card-link:hover {
    text-decoration: none;
    color: #848484;
    background: #FFF;
}

.card-body {
    padding: 0 20px 0 20px;
    min-height: 14px;
}

.card-body .direccion {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #333;
    background: #FFF;
    padding-bottom: 6px
}

.card-body .direccion span {
    color: #848484;
    background: #FFF;
    font-weight: 300;
}

.card-img-top {
    height: 165px;
    object-fit: cover;
}

.btn-group-discover {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group-discover .btn-outline-primary {
    border-radius: .25rem;
}

#descubri-mapa .mapa {
    margin: 15px 0;
    border-radius: 5px;
    height: 360px;
    width: 100%;
    overflow: hidden;
}

#pills-tabContent-inmuebles .tab-pane {
    text-align: -webkit-center;
}

#pills-tabContent-inmuebles .tab-pane .prueba-carousel {
    text-align: initial;
}

button.btn-naranja {
    border-color: #ff4c00;
    box-shadow: 0 2px 13px 0 rgba(54, 54, 54, .4);
    color: #fff;
    background-color: #fc7b27;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    line-height: 35px;
    min-width: 250px;
    padding: 0 14px;
    transition: background-color .3s;
    margin-top: 15px;
}

button.btn-naranja:hover {
    background-color: #fca267;
    color: #fff;
}

button.btn-naranja:active {
    background-color: #d16015;
    box-shadow: none
}

footer {
    background: #e9e9e9;
    padding: 30px 0;
}

footer .container {
    padding-left: 5px;
}

footer .breadcrumb-item,
footer .breadcrumb-item a {
    font-size: 12px;
}

footer .layout-container {
    width: 100%;
    margin: 0 auto;
}

footer #footer-container .footer-top {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 1rem;
}

footer #footer-container .footer-column,
footer #footer-container li {
    list-style: none;
}

footer #footer-container .footer-head-province {
    font-weight: 600;
}

footer #footer-container .footer-column a span {
	color: #333;
}
footer #footer-container .footer-column a:hover {
	text-decoration: none;
}

footer .footer-no-padding {
    padding-inline-start: 0;
    padding-top: 1em;
}

footer .footer-no-padding > li {
    line-height: 1.8em;
}

footer .footer-no-padding > li > a {
    color: #6f6d6d;
}

footer li.footer-social {
    line-height: 2em;
}

footer .footer-social > a {
    color: #6f6d6d;
}

footer #footer-container .footer-bottom {
    padding: 20px 0;
}

footer #footer-container .footer-bottom .footer-terms-conditions {
    display: block;
    margin-bottom: 10px;
}

footer #footer-container .footer-bottom .footer-terms-conditions > a {
    font-size: 14px;
    letter-spacing: -.3px;
    color: #1ea7dd;
}

footer #footer-container .footer-bottom .footer-institutional {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer #footer-container .footer-bottom .footer-institutional > a,
footer #footer-container .footer-bottom .footer-institutional > div {
    display: flex;
    align-items: center;
}

footer #footer-container .footer-bottom .footer-institutional > a .copyright-datafiscal,
footer #footer-container .footer-bottom .footer-institutional > div .copyright-datafiscal {
    margin-right: 10px;
}

footer #footer-container .footer-bottom .footer-institutional > a .copyright-text,
footer #footer-container .footer-bottom .footer-institutional > div .copyright-text {
    font-size: 14px;
    color: #848484;
}

footer #footer-container .footer-bottom .footer-institutional > a .logo-navent-text,
footer #footer-container .footer-bottom .footer-institutional > div .logo-navent-text {
    font-size: 14px;
    color: #848484;
    letter-spacing: -.2px;
    margin-right: 10px;
}

@media (min-width: 1180px) {
    footer .layout-container {
        max-width: 1180px;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    footer #footer-container .footer-no-display {
        display: none !important;
    }

    footer > .layout-container {
        padding-inline-start: 2em !important;
    }
}

div.custom-chart-legend span.custom-chart-point {
    height: 9px;
    width: 9px;
    left: 0;
    top: 0;
    border-width: 0;
    border-color: #FFFFFF;
    border-radius: 12px;
    display: inline-block;
    vertical-align: unset;
    margin-right: 2px;
    margin-bottom: 2px;
}

div.custom-chart-legend span.custom-chart-legend-blue {
    background: #43abf9;
    color: #43abf9;
}

div.custom-chart-legend span.custom-chart-legend-green {
    background: #43e8b0;
    color: #43e8b0;
}

div.custom-chart-legend span.custom-chart-legend-orange {
    background: #fbc255;
    color: #fbc255;
}

div.custom-chart-legend span.custom-chart-legend-pink {
    background: #fb7588;
    color: #fb7588;
}

div.custom-chart-legend span.custom-chart-legend-red {
    background: #f94343;
    color: #f94343;
}

div.custom-chart-legend span.custom-chart-legend-purple {
    background: #9c24da;
    color: #9c24da;
}

#error-page .empty-page-content {
    background-color: #fafafa;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 99%;
    z-index: 1
}

#error-page .empty-page-content #error {
    padding: 95px 0 20px;
    text-align: center
}

#error-page .empty-page-content #error > .error-logo {
    margin: 20px 0
}

#error-page .empty-page-content #error > .error-logo > .logo .logo-header-icon {
    padding-top: 8px;
    width: 125px
}

#error-page .empty-page-content #error > .error-img > img {
    width: 250px
}

#error-page .empty-page-content #error > .error-data > .error-data-title {
    font-size: 35px;
    font-weight: 500;
    margin: 10px
}

#error-page .empty-page-content #error > .error-data > .error-data-text {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 15px auto;
    text-align: unset;
}

#error-page .empty-page-content #error .error-cta > a {
    width: 210px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    box-shadow: 0 2px 13px 0 rgba(54, 54, 54, .4);
    color: #fff;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 35px;
    margin: auto;
    min-width: 250px;
    padding: 0 14px;
    transition: background-color .3s;
    background-color: #fc7b27
}

#error-page .empty-page-content #error .error-cta > a:hover {
    background-color: #fca267
}

#error-page .empty-page-content #error .error-cta > a:active {
    background-color: #d16015;
    box-shadow: none
}

@media (min-width: 0px) and (max-width: 334px) {
    button.btn-naranja {
        line-height: normal;
    }
}

@media (min-width: 0px) and (max-width: 346px) {
    button#rent-inmuebles-more.btn-naranja {
        line-height: normal;
    }
}


@media (min-width: 0px) and (max-width: 376px) {
    .subheader .info .row.en-numeros .mean {
        padding-right: 0;
        padding-left: 0;
    }

    .grafico .row.en-numeros > div {
        font-size: 12px;
    }

    #grafico-m2 .row {
        display: unset;
        flex-wrap: unset;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }

    #grafico-m2 .row h2 {
        display: unset;
        width: auto;
    }

    #grafico-m2 .row #pills-tab-m2 {
        margin-top: 10px;
        display: flex;
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #grafico-m2 .row #pills-tab-m2 .nav-item.left {
        margin-right: 19px;
    }

    #grafico-m2 .row #pills-tab-m2 .nav-item.right {
        padding-left: 0;
    }

    .grafico .en-numeros span.number {
        font-size: 15px;
    }

    .subheader .mapa,
    .subheader .preview {
        height: 260px;
    }

    #propiedades-chart {
        margin-top: -85px;
        margin-bottom: -72px;
    }
}

@media (min-width: 377px) and (max-width: 400px) {
    #grafico-m2 .row #pills-tab-m2 .nav-item.left {
        margin-right: 19px;
    }

    .grafico .en-numeros span.number {
        font-size: 21px;
    }

    #propiedades-chart {
        margin-top: -85px;
        margin-bottom: -72px;
    }

    #grafico-m2 .row h2 {
        width: auto;
    }
}

@media (min-width: 401px) and (max-width: 499px) {
    #propiedades-chart {
        margin-top: -85px;
        margin-bottom: -67px;
    }
}

@media (min-width: 401px) and (max-width: 767px) {
    .subheader .mapa,
    .subheader .preview {
        height: 310px;
    }

    #grafico-m2 .row #pills-tab-m2 .nav-item.left {
        margin-right: 19px;
    }

    #grafico-m2 .row h2 {
        width: auto;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    #propiedades-chart {
        margin-top: -70px;
        margin-bottom: -32px;
    }
}

@media (min-width: 467px) and (max-width: 767px) {
    .subheader .info .row.en-numeros .mean {
        max-width: 50%;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    #subheader-map {
        height: auto;
    }

    #error-page .empty-page-content #error {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 0 0 20px
    }

    #error-page .empty-page-content #error > .error-logo {
        margin-bottom: auto
    }

    #error-page .empty-page-content #error > .error-logo > .logo .logo-header-icon {
        margin-left: -15px
    }

    #error-page .empty-page-content #error > .error-img > img {
        width: 150px
    }

    #error-page .empty-page-content #error > .error-data > .error-data-title {
        font-size: 19px
    }

    #error-page .empty-page-content #error > .error-data > .error-data-text {
        font-size: 14px
    }

    #error-page .empty-page-content #error .error-cta {
        margin-top: auto
    }

    #error-page .empty-page-content #error .error-cta a > {
        width: 80%;
        line-height: 48px
    }

    .body-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .subheader .row {
        margin-left: -15px;
    }

    .subheader .mapa,
    .subheader .preview {
        margin-left: 15px;
        margin-right: 15px;
        height: auto;
    }

    .subheader .info {
        padding-top: 15px;
    }

    .subheader .info .row.numeros-zp .item > div {
        width: auto;
    }

    .subheader .info .numeros-zp .item > .text {
        padding-right: 0;
        padding-left: 20px;
    }

    .btn-outline-primary {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100% !important;
        margin-bottom: 5px;
        margin-right: 0;
        z-index: 1;
    }

    .btn-group-discover .btn-outline-primary {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn-outline-primary:hover {
        z-index: 1;
    }

    .btn-group-discover {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    #discover-map {
        height: 345px;
    }

    #descubri-mapa .mapa {
        height: 315px;
    }

    #sale-chart,
    #rent-chart {
        margin-top: 15px;
    }

    ul#pills-tab-inmuebles {
        flex-wrap: inherit;
    }

    ul#pills-tab-inmuebles li.left {
        margin-left: 0;
        margin-right: 19px;
        float: left;
    }

    ul#pills-tab-inmuebles li.right {
        float: left;
    }

    .grafico .row.en-numeros {
        flex-wrap: inherit;
    }

    .grafico .row.en-numeros .custom-chart-legend {
        max-width: 33.33%;
    }

    footer .container {
        padding-left: 30px
    }

    .btn-group-discover > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group-discover > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-discover > .btn:not(:first-child) {
        margin-left: -1px;
    }

    #grafico-m2 .row #pills-tab-m2 {
        display: inline-flex;
        float: left;
        margin-left: 0;
        margin-right: 15px;
    }
}

@media (min-width: 424px) and (max-width: 510px) {
    .subheader .info .row.en-numeros > div {
        flex: 0 0 33.333333%;
        max-width: unset;
    }

    .en-numeros span.number {
        font-size: 20px;
    }
}

@media (min-width: 0px) and (max-width: 466px) {
    .en-numeros span.number {
        font-size: 15px;
    }

    .en-numeros span.currency {
        vertical-align: unset;
    }
}

@media (min-width: 0px) and (max-width: 341px) {
    .en-numeros {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .subheader .container > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .subheader .info {
        padding-right: 0;
        padding-left: 0;
    }

    .subheader .mapa
    .subheader .preview {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
    }

    .subheader .info .numeros-zp .item > .text {
        padding-right: 0;
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul#pills-tab-inmuebles li.left {
        margin-right: 19px;
    }

    ul#pills-tab-inmuebles li.left > a {
        margin-right: 0;
    }

    #pills-venta-tab {
        margin-right: 19px;
    }

    #pills-alquiler-tab {
        margin-right: 0;
    }

    .btn-group-discover .btn-outline-primary {
        margin-right: 19px;
    }

    .btn-group-discover .btn-outline-primary.last {
        margin-right: 0;
    }

    .grafico .en-numeros span.number {
        font-size: 13px;
    }

    #propiedades-chart {
        margin-bottom: -25px;
    }

    #grafico-m2 .row h2 {
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .grafico .en-numeros span.number {
        font-size: 23px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .subheader .container > .row {
        margin-right: 0;
    }

    .subheader .mapa,
    .subheader .preview {
        max-width: initial;
        flex: none;
    }

    .subheader .info {
        max-width: initial;
        flex: none;
        padding-right: 0;
        padding-left: 0;
    }

    .grafico .row.en-numeros {
        justify-content: space-between;
    }

    #pills-tabContent .row > .chart {
        margin-top: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .subheader .info > h1 {
        margin-top: 6px;
    }

    .subheader .info .row.numeros-zp > div {
        max-width: initial;
        flex: none;
    }

    .subheader .info .row.numeros-zp .item > div {
        padding-left: 0;
    }
}

@media (min-width: 550px) and (max-width: 1199px) {
    .subheader .info .row.numeros-zp > div {
        display: flex;
        margin-left: 15px;
    }

    .subheader .info .row.numeros-zp .item.left {
        margin-right: 10px;
    }

    .subheader .info .row.numeros-zp .item > div {
        padding-right: 0;
    }

    .subheader .info .row.numeros-zp .item {
        width: 50%;
        padding-left: 6px;
    }

    .subheader .info .row.numeros-zp .item.right {
        width: 50%;
        padding-left: 19px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    #grafico-m2 .prueba-carousel {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    #grafico-m2 .prueba-carousel .owl-item {
        width: 14%;
    }
}

@media (min-width: 0px) and (max-width: 330px) {
    .prueba-carousel {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .prueba-carousel .owl-item {
        width: 14%;
    }
}

@media (min-width: 331px) and (max-width: 400px) {
    .prueba-carousel {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }
}

@media (min-width: 401px) and (max-width: 430px) {
    .prueba-carousel {
        margin-right: auto;
        margin-left: auto;
        width: 80%;
    }
}

@media (min-width: 431px) and (max-width: 500px) {
    .prueba-carousel {
        margin-right: auto;
        margin-left: auto;
        width: 70%;
    }
}

@media (min-width: 501px) and (max-width: 524px) {
    .prueba-carousel {
        margin-right: auto;
        margin-left: auto;
        width: 60%;
    }
}

.que-hacer h2 {
    margin-top: 20px;
}

.que-hacer .row {
    align-items: center;
}

.que-hacer .circle-icon {
    width: 80%;
    margin: -40px
}

@media (min-width: 0px) and (max-width: 767px) {
    .que-hacer .row div {
        padding-right: 0;
        padding-left: 0;
    }
}

.subheader .info .img-slider img {
    cursor: pointer;
    border-radius: 5px;
    max-height: 6.7rem;
}

.subheader .info .img-slider div {
    overflow: hidden;
    border-radius: 5px;
    text-align: -webkit-center;
}

.subheader .info .img-slider div a img {
    width: 100%;
}

.subheader .info .img-slider img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.subheader .info .img-slider #previewImageCounter img {
    filter: brightness(0.4);
}

.subheader .info .img-slider #previewImageCounter .counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 35px;
}

.subheader .info .img-slider #previewImageCounter .counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 35px;
}

.subheader .preview {
    border-radius: 5px;
    height: unset;
    width: unset;
    overflow: hidden;
    padding: 0;
    background: #000;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #subheader-preview img {
        width: inherit;
        height: unset;
        position: unset;
    }

    #subheader-preview {
        width: 100%;
        height: 400px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    #subheader-preview img {
        width: inherit;
        position: unset;
    }

    #subheader-preview {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 0px) and (max-width: 400px) {
    .subheader .info .img-slider img {
        max-height: 3rem;
    }
}

@media (min-width: 401px) and (max-width: 500px) {
    .subheader .info .img-slider img {
        max-height: 4rem;
    }
}

@media (min-width: 501px) and (max-width: 600px) {
    .subheader .info .img-slider img {
        max-height: 5.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .subheader .info .img-slider img {
        max-height: 7.7rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .subheader .info .img-slider img {
        max-height: 9.7rem;
    }
}

@media (min-width: 0px) and (max-width: 1200px) {
    .subheader .preview {
        width: 100%;
    }
}





