﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500&display=swap");

button:focus {
    outline: none;
}

.--blue {
    background-color: #f1fafb;
}

.--yellow {
    background-color: #f6f9ed;
}

@media (max-width: 768px) {
    .header .slide--right2 {
        background-position: 50% center;
    }
}

.navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    z-index: 999;
    font-family: "Heebo", sans-serif;
    top: 0;
}

.navigation__icon {
    color: #ffffff;
    font-size: 24px;
}

.navigation__menu {
    font-size: 24px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    padding: 0;
}

.navigation-desktop {
    padding: 24px 0;
    display: none;
}

@media (min-width: 1200px) {
    .navigation-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.navigation-desktop.transparent {
    background-color: transparent;
    color: #505050;
}

    .navigation-desktop.transparent .navigation__desktop-icon {
        background-size: cover;
        width: 179px;
        height: 52px;
        position: relative;
        background-repeat: no-repeat;
    }

    .navigation-desktop.transparent .header__access {
        stroke: #505050;
    }

        .navigation-desktop.transparent .header__access .fill-fix {
            fill: #505050;
        }

    .navigation-desktop.transparent .navlist-desktop__link {
        color: #505050;
    }

.navigation-desktop.scrolled {
    background-color: #ffffff;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

    .navigation-desktop.scrolled .navigation__desktop-icon {
        background-size: cover;
        width: 179px;
        height: 52px;
        background-repeat: no-repeat;
    }

    .navigation-desktop.scrolled .header__access {
        stroke: #505050;
    }

        .navigation-desktop.scrolled .header__access .fill-fix {
            fill: #505050;
        }

    .navigation-desktop.scrolled .navlist-desktop__link {
        color: #505050;
    }

.navigation-desktop .container-fluid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    position: relative;
    max-width: 1440px;
}

.navigation-desktop .navigation__desktop-logo {
    margin-right: auto;
}

.navigation-desktop .navigation__desktop-icon {
    background-image: url(../img/logo-horizontal.svg);
    background-size: cover;
    width: 179px;
    height: 52px;
    background-repeat: no-repeat;
}

.navigation-desktop .navlist-desktop {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation-desktop .navlist-desktop__item {
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .navigation-desktop .navlist-desktop__item:hover .dropdown_menu li {
        display: block;
    }

    .navigation-desktop .navlist-desktop__item .dropdown_menu {
        position: absolute;
        top: 100%;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        z-index: -1;
        left: unset;
        padding: 0;
    }

        .navigation-desktop .navlist-desktop__item .dropdown_menu li {
            display: none;
            color: white;
            text-transform: none;
            background-color: transparent;
            padding: 0;
            font-size: 16px;
        }

            .navigation-desktop .navlist-desktop__item .dropdown_menu li a {
                color: #ffffff;
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-decoration: none;
            }

            .navigation-desktop .navlist-desktop__item .dropdown_menu li .links-sections {
                margin-top: 6px;
                margin-bottom: 6px;
                margin-left: 25px;
            }

                .navigation-desktop .navlist-desktop__item .dropdown_menu li .links-sections span {
                    margin-right: 6px;
                    font-size: 15px;
                    font-weight: 300;
                }

                    .navigation-desktop .navlist-desktop__item .dropdown_menu li .links-sections span a {
                        display: inline;
                    }

                    .navigation-desktop .navlist-desktop__item .dropdown_menu li .links-sections span:last-child {
                        margin: none;
                    }

.navigation-desktop .navlist-desktop__link {
    color: #ffffff;
}

.navigation-mobile {
    padding: 13px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px) {
    .navigation-mobile {
        display: none;
    }
}

.navigation-mobile.transparent .navigation__icon {
    color: #505050;
}

.navigation-mobile.transparent .navigation__hamburger {
    color: #505050;
}

.navigation-mobile.transparent .navigation__logo-brand {
    background-image: url(../img/logo-eh-color.svg);
    background-size: cover;
    width: 86px;
    height: 59px;
    background-repeat: no-repeat;
}

.navigation-mobile.scrolled {
    background-color: #ffffff;
    -webkit-transition: all ease-out 0.1s;
    transition: all ease-out 0.1s;
    border-bottom: 1px solid #f1f1f1;
    color: #505050;
}

    .navigation-mobile.scrolled .navigation__icon {
        color: #505050;
    }

    .navigation-mobile.scrolled .navigation__hamburger {
        color: #505050;
    }

    .navigation-mobile.scrolled .navigation__logo-brand {
        background-image: url(../img/logo-eh-color.svg);
        background-size: cover;
        width: 86px;
        height: 59px;
        background-repeat: no-repeat;
    }

.navigation-mobile .navigation__logo-brand {
    background-image: url(../img/logo-eh.svg);
    background-size: cover;
    width: 86px;
    height: 59px;
    background-repeat: no-repeat;
}

.dropdown_menu-5 .dropdown_item-1 {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: translateX 300ms 60ms ease-in-out forwards;
    animation: translateX 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-2 {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: translateX 300ms 120ms ease-in-out forwards;
    animation: translateX 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-3 {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: translateX 300ms 180ms ease-in-out forwards;
    animation: translateX 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-4 {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: translateX 300ms 240ms ease-in-out forwards;
    animation: translateX 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-5 {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: translateX 300ms 300ms ease-in-out forwards;
    animation: translateX 300ms 300ms ease-in-out forwards;
}

@-webkit-keyframes translateX {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    80% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes translateX {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    80% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.logo-nav {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 12px;
    margin-bottom: 12px;
}

.navlist-mobile {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: "Heebo", sans-serif;
    padding: 0 15px;
    margin: 18px 0;
    min-height: calc(100% - 140px);
    margin-top: 100px;
}

    .navlist-mobile a {
        display: block;
        text-align: left;
        color: #ffffff;
        font-family: "Heebo", sans-serif;
        text-decoration: none;
        font-size: 20px;
        padding: 8px 0;
        -webkit-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
    }

        .navlist-mobile a.last-child {
            border-bottom: none;
        }

        .navlist-mobile a.no-icon:after {
            display: none;
        }

        .navlist-mobile a[aria-expanded="false"] {
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }

            .navlist-mobile a[aria-expanded="false"]:after {
                content: "\e844";
                font-family: "feather";
                position: absolute;
                right: 0;
            }

        .navlist-mobile a[aria-expanded="true"] {
            position: relative;
        }

            .navlist-mobile a[aria-expanded="true"]:after {
                content: "\e842";
                font-family: "feather";
                position: absolute;
                right: 0;
            }

        .navlist-mobile a.no-border {
            border-bottom: none;
        }

    .navlist-mobile .list-block {
        width: 100%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        opacity: 0.9;
    }

    .navlist-mobile .subnav-body {
        background-color: rgba(26, 72, 94, 0.4);
        padding: 18px;
        margin: 18px 0;
        font-family: "Heebo", sans-serif;
    }

        .navlist-mobile .subnav-body a {
            border: none;
            font-size: 16px;
            padding: 0;
            font-weight: medium;
            color: #ffffff;
            margin-bottom: 12px;
            font-family: "Heebo", sans-serif;
        }

        .navlist-mobile .subnav-body h3 {
            text-align: left;
            font-size: 20px;
            color: #ffffff;
            font-weight: medium;
            font-family: "Heebo", sans-serif;
        }

    .navlist-mobile .sub-nav {
        list-style: none;
        padding: 0;
        margin-bottom: 24px;
    }

        .navlist-mobile .sub-nav:last-child {
            margin: 0;
        }

        .navlist-mobile .sub-nav li {
            position: relative;
            padding-left: 16px;
        }

            .navlist-mobile .sub-nav li:last-child {
                margin: 0;
            }

            .navlist-mobile .sub-nav li:after {
                content: "";
                position: absolute;
                height: 4px;
                width: 4px;
                background-color: #ffffff;
                border-radius: 50%;
                left: 0;
                top: 0;
                top: 9px;
            }

.navlist-mobile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    height: 100vh;
    left: 100%;
    top: 0;
    z-index: 9999;
    background: #56b2d2;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    padding-bottom: 30px;
}

    .navlist-mobile-wrapper .top-nav {
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 99999;
        background: #56b2d2;
    }

.navlist-mobile-wrapper__close {
    position: absolute;
    right: 15px;
    top: 18px;
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-size: 24px;
    padding: 0;
}

.navlist-mobile-wrapper__social {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

    .navlist-mobile-wrapper__social li {
        display: inline;
    }

        .navlist-mobile-wrapper__social li a img {
            width: 32px;
            margin-right: 5px;
        }

.header {
    height: 100vh;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    font-family: "Heebo", sans-serif;
    position: relative;
    background-color: #1e272e;
}

@media (max-width: 768px) {
    .header--center .slide {
        background-position: center;
    }
}

@media (max-width: 768px) {
    .header--right .slide {
        background-position: right;
    }
}

@media (max-width: 768px) {
    .header--left .slide {
        background-position: left;
    }
}

.header .slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header .slide--video video {
    width: 100%;
}

@media (max-width: 1024px) {
    .header .slide--video video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.header .slide--right {
    background-position: center;
}

@media (max-width: 768px) {
    .header .slide--right {
        background-position: 75% center;
    }
}

.header .slide--pure-right {
    background-position: center;
}

@media (max-width: 768px) {
    .header .slide--pure-right {
        background-position: right;
    }
}

.header .slide--identidad {
    background-position: center center;
    background-image: url(../img/slide-home/identidad.jpg);
}

@media (max-width: 425px) {
    .header .slide--identidad {
        background-image: url(../img/slide-home/identidad-mobile.jpg) !important;
    }
}

@media (max-width: 768px) {
    .header .slide--identidad {
        background-image: url(../img/slide-home/identidad-tablet.jpg);
    }
}

.header .slick-list {
    height: 100% !important;
}

.header .slick-track {
    height: 100% !important;
}

.header__title {
    margin: 0;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 80px;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
}

@media (max-width: 768px) {
    .header__title {
        text-align: left;
        font-size: 31px;
    }
}

.header__anchor {
    color: #ffffff;
    font-size: 44px;
    display: block;
    text-align: center;
}

    .header__anchor:hover {
        color: #ffffff;
        text-decoration: none;
    }

.header__access {
    margin-left: 104px;
    right: 24px;
    bottom: 15px;
    stroke: #ffffff;
}

@media (max-width: 768px) {
    .header__access {
        margin-left: 0;
    }
}

.header__access .fill-fix {
    fill: #ffffff;
}

.header .slick-dots {
    bottom: 100px;
    text-align: right;
    padding-right: 100px;
}

@media (max-width: 768px) {
    .header .slick-dots {
        padding-right: 0 !important;
        text-align: center !important;
    }
}

@media (max-width: 1200px) {
    .header .slick-dots {
        bottom: 55px;
    }
}

.header .slick-dots li {
    position: relative;
    display: inline-block;
    height: 3px;
    width: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

    .header .slick-dots li button {
        border: 0;
        display: block;
        height: 1px;
        width: 60px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        cursor: pointer;
        padding: 0;
        border-radius: 10px;
    }

    .header .slick-dots li.slick-active button:before {
        background-color: #ffffff;
        opacity: 0.9;
        border-radius: 10px;
    }

    .header .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 3px;
        border-radius: 10px;
        font-family: "slick, Helvetica, Arial, Verdana, Tahoma, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        opacity: 0.25;
        background-color: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.header__link {
    padding-right: 100px;
}

@media (max-width: 768px) {
    .header__link {
        padding-right: 0 !important;
        text-align: center !important;
    }
}

@media (max-width: 1200px) {
    .header__link {
        bottom: 55px;
    }
}

.slide--inversionistas {
    background-position: center center;
    background-image: url(../img/inversionistas-bg.jpg);
}

.filter-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .filter-top .slick-prev {
        width: 13px;
        height: 26px;
        background-image: url(../img/prev-black.svg);
        z-index: 99;
        background-size: cover;
        background-position: center;
        left: 0px;
        top: calc(50% - 5px);
        background-repeat: no-repeat;
    }

    .filter-top .slick-track {
        height: 57px;
    }

    .filter-top .slick-disabled {
        opacity: 0.1;
    }

    .filter-top .slick-next {
        width: 13px;
        height: 26px;
        background-image: url(../img/next-black.svg);
        background-position: center;
        z-index: 99;
        right: 0px;
        top: calc(50% - 5px);
        background-size: cover;
        background-repeat: no-repeat;
    }

        .filter-top .slick-next:before {
            content: "";
        }

    .filter-top .slick-prev:before {
        content: "";
    }

    .filter-top .slick-slide > div {
        text-align: center;
    }

.filter-top__link {
    padding: 5px 10px;
    text-align: center;
    font-family: "Heebo", sans-serif;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    margin: 0 10px;
    color: #505050;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    height: 70px;
}

    .filter-top__link:first-child {
        margin-left: 0;
    }

    .filter-top__link:last-child {
        margin-right: 0;
    }

@media (max-width: 1024px) {
    .filter-top__link {
        font-size: 13px;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .filter-top__link {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .filter-top__link {
        padding: 14px 10px;
        width: 80% !important;
        margin: 0 auto;
        border: none;
    }
}

.filter-top__link--active {
    border: 1px solid #0093be;
    background-color: #56b2d2;
    color: #505050;
    background-color: rgba(201, 230, 234, 0.9);
}

@media (max-width: 768px) {
    .filter-top__link--active {
        background-color: #56b2d2;
        border: 1px solid #0093be;
        color: #ffffff;
        font-size: 13px;
    }
}

.filter-top__link:hover {
    text-decoration: none;
    background-color: #c9e6ea;
    border: 1px solid #0093be;
    color: #505050;
}

.filter-middle {
    border-top: 1px solid #979797;
    margin-top: 26px;
    padding: 26px 0;
    border-bottom: 1px solid #505050;
    margin-bottom: 2px;
}

.table-header {
    border-top: 1px solid #505050;
    border-bottom: 2px solid #505050;
}

.table-header__title {
    margin-bottom: 0;
    padding: 24px;
    font-family: "Heebo", sans-serif;
    color: #505050;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .table-header__title {
        padding: 18px;
        font-size: 13px;
        text-transform: none;
    }
}

.table-header__title--center {
    text-align: center;
}

@media (max-width: 1024px) {
    .table-header__title--center {
        text-align: right;
    }
}

.table-header__title--light {
    font-weight: 400;
}

@media (max-width: 1024px) {
    .table-row {
        padding-bottom: 24px;
    }

        .table-row:last-child {
            border-bottom: 2px solid #505050;
        }
}

.table-row:nth-child(odd) {
    background-color: #ecfcff;
}

.table-row:nth-child(even) {
    background-color: rgba(135, 183, 24, 0.2);
}

.table-row__text {
    padding: 13px 26px;
    margin-bottom: 0;
    padding: 24px;
    font-family: "Heebo", sans-serif;
    color: #505050;
    font-weight: 400;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .table-row__text {
        padding: 13px 18px 0;
        font-weight: 400;
    }
}

.table-row__text--center {
    text-align: center;
}

@media (max-width: 1024px) {
    .table-row__text--center {
        text-align: left;
        padding-top: 18px;
    }
}

.table-row__text--center a {
    display: inline-block;
    margin: 0 10px;
    color: #1a495f;
}

@media (max-width: 1024px) {
    .table-row__text--center a {
        margin: 0 16px 0 0;
    }
}

.table-row__text--center a.--light {
    color: #0093be;
}

.table-row__text--center a span {
    display: block;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .table-row__text--center a span {
        display: inline-block;
    }
}

.table-row__text--center a img {
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .table-row__text--center a img {
        display: inline-block;
        height: 21px;
    }
}

.setting__title {
    text-align: center;
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    color: #505050;
    text-transform: uppercase;
    margin-bottom: 28px;
}

@media (max-width: 1024px) {
    .setting__title {
        text-align: left;
        margin-bottom: 14px;
    }
}

.setting__select {
    position: relative;
}

    .setting__select:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        right: 13px;
        background-image: url(../img/down-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: 16px;
    }

    .setting__select select {
        width: 100%;
        border-radius: 0;
        height: 50px;
        padding: 13px;
        font-family: "Heebo", sans-serif;
        color: #505050;
        margin-bottom: 30px;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none;
        border: 1px solid #505050;
        position: relative;
    }

.setting--links {
    margin-top: 42px;
}

@media (max-width: 1024px) {
    .setting--links {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.title-mobile {
    margin-bottom: 0;
    padding: 18px;
    font-family: "Heebo", sans-serif;
    color: #505050;
    font-weight: 500;
    padding-bottom: 0;
    text-transform: uppercase;
}

.setting-block {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .setting-block {
        display: none;
    }
}

@media (max-width: 1024px) {
    .setting-block--fix {
        display: block;
        position: relative;
    }

        .setting-block--fix:after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            right: 13px;
            background-image: url(../img/down-arrow.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            top: 16px;
        }

        .setting-block--fix input {
            width: 100%;
            border-radius: 0;
            height: 50px;
            padding: 13px !important;
            font-family: "Heebo", sans-serif;
            color: #505050;
            margin-bottom: 14px;
            width: 100% !important;
            text-align: left !important;
            margin-bottom: 12px !important;
            border: 1px solid #505050;
        }
}

.setting-block .slick-prev {
    width: 13px;
    height: 26px;
    background-image: url(../img/prev-blue.svg);
    z-index: 99;
    left: 0px;
    background-repeat: no-repeat;
}

.setting-block .slick-disabled {
    opacity: 0.1;
}

.setting-block .slick-next {
    width: 13px;
    height: 26px;
    background-image: url(../img/next-blue.svg);
    z-index: 99;
    right: 0px;
    background-repeat: no-repeat;
}

    .setting-block .slick-next:before {
        content: "";
    }

.setting-block .slick-prev:before {
    content: "";
}

.setting-block .slick-list {
    width: 100%;
}

.setting-block input {
    text-align: center;
}

    .setting-block input:hover {
        background-color: rgba(0, 147, 190, 0.63);
        color: #ffffff !important;
    }

        .setting-block input:hover::-webkit-input-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff !important;
        }

        .setting-block input:hover:-ms-input-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff !important;
        }

        .setting-block input:hover::-ms-input-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff !important;
        }

        .setting-block input:hover::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff !important;
        }

        .setting-block input:hover:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #ffffff !important;
        }

        .setting-block input:hover::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #ffffff !important;
        }

.setting-block--center {
    text-align: center;
}

    .setting-block--center .setting-block__link {
        margin: 0 auto;
    }

.setting-block__link {
    display: inline-block;
    position: relative;
    border: 1px solid #0093be;
    color: #505050;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
    padding: 4px 0;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    margin: 12px 6px;
    width: 25% !important;
    position: relative;
    cursor: pointer;
}

.setting-block__link--color {
    min-width: 130px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.setting-block__link--active {
    background-color: rgba(0, 147, 190, 0.63);
    color: #ffffff;
}

    .setting-block__link--active .setting-block__unpick {
        display: block !important;
    }

.setting-block__link:hover {
    text-decoration: none;
    background-color: rgba(0, 147, 190, 0.63);
    color: #ffffff;
}

.setting-block__link--green {
    background-color: #87b718;
    color: #ffffff;
    margin: 12px auto;
    border: 1px solid transparent;
}

    .setting-block__link--green:hover {
        background-color: #f1f1f1;
        color: #87b718;
    }

.setting-block__link--brown {
    color: #ffffff;
    background-color: #5f4f4a;
    margin: 5px auto;
    border: 1px solid transparent;
}

@media (max-width: 1024px) {
    .setting-block__link--brown {
        color: #5f4f4a;
        border: 1px solid #5f4f4a;
        background-color: transparent;
    }
}

.setting-block__link--brown:hover {
    background-color: #f1f1f1;
    color: #5f4f4a;
}

.setting-block__unpick {
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    right: -6px;
    top: -6px;
    display: none !important;
}

@media (max-width: 1024px) {
    .setting-block--show {
        display: inline-block;
        width: 48.9%;
    }

        .setting-block--show a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 50px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0;
        }
}

.setting-block--large .setting-block__link {
    width: 40% !important;
    text-align: center;
}

@media (max-width: 1024px) {
    .setting-block--large .setting-block__link {
        width: 100% !important;
    }
}

.setting-block #datepicker {
    margin-top: 12px;
    position: relative;
    cursor: pointer;
}

    .setting-block #datepicker::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #505050;
        opacity: 1;
        /* Firefox */
    }

    .setting-block #datepicker:-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #505050;
        opacity: 1;
        /* Firefox */
    }

    .setting-block #datepicker::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #505050;
        opacity: 1;
        /* Firefox */
    }

    .setting-block #datepicker::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #505050;
        opacity: 1;
        /* Firefox */
    }

    .setting-block #datepicker:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #505050;
    }

    .setting-block #datepicker::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #505050;
    }

@media (max-width: 1024px) {
    .setting-block #datepicker {
        margin-top: 0;
        margin-bottom: 30px !important;
    }
}

.setting-block #datepicker2 {
    margin-top: 12px;
    position: relative;
    cursor: pointer;
}

    .setting-block #datepicker2::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #505050;
        opacity: 1;
        /* Firefox */
    }

    .setting-block #datepicker2:-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #505050;
        opacity: 1;
        /* Firefox */
    }

    .setting-block #datepicker2::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #505050;
        opacity: 1;
        /* Firefox */
    }

    .setting-block #datepicker2::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #505050;
        opacity: 1;
        /* Firefox */
    }

    .setting-block #datepicker2:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #505050;
    }

    .setting-block #datepicker2::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #505050;
    }

@media (max-width: 1024px) {
    .setting-block #datepicker2 {
        margin-top: 0;
        margin-bottom: 30px !important;
    }
}

.financiomiento-block {
    padding: 80px 0 240px;
}

    .financiomiento-block .slick-active .filter-top__link {
        background-color: #56b2d2;
        border: 1px solid #0093be;
        color: #ffffff;
        font-size: 13px;
    }

.access__mobile {
    position: fixed;
    z-index: 999;
    bottom: 15px;
    right: 15px;
    display: none;
}

    .access__mobile .fill-fix {
        fill: #505050;
        stroke: #505050;
    }

    .access__mobile .stroke-fix {
        stroke: #505050;
    }

@media (max-width: 1024px) {
    .access__mobile {
        display: block;
    }
}

.slider-desktop {
    padding: 84px 0;
}

    .slider-desktop .card {
        width: 20%;
        border: none;
        padding: 20px 15px;
        position: relative;
    }

        .slider-desktop .card:hover .slider-desktop__box {
            display: block;
        }

.slider-desktop__icon {
    text-align: center;
    height: 60px;
    margin-bottom: 14px;
}

.slider-desktop__title {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    color: #505050;
    font-family: "Heebo", sans-serif;
}

.slider-desktop__arrow {
    margin-bottom: 15px;
}

.slider-desktop__slider {
    margin-top: 40px;
}

.slider-desktop__text {
    line-height: 30px;
    font-size: 14px;
    color: #505050;
    font-weight: 500;
    margin-bottom: 0;
    font-family: "Heebo", sans-serif;
}

.slider-desktop__box {
    background-color: #99d4e5;
    padding: 36px;
    text-align: left;
    position: absolute;
    z-index: 9;
    top: 160px;
    width: 100%;
    width: 390px;
    display: none;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .slider-desktop__box {
        right: 0;
    }
}

.slider-desktop__box--gray {
    background-color: #daedad;
}

.slider {
    padding: 62px 0;
    font-family: "Heebo", sans-serif;
}

    .slider .slick-dots li button:before {
        background-color: #d8d8d8;
        border-radius: 50%;
        content: "";
        height: 10px;
        opacity: 1;
        width: 10px;
        left: 4px;
        top: 4px;
    }

    .slider .slick-dots {
        bottom: -45px;
        left: 0;
    }

        .slider .slick-dots li.slick-active button:before {
            background-color: #56b2d2;
            opacity: 1;
            height: 16px;
            width: 16px;
            left: 1px;
            top: 1px;
        }

.slider__card {
    text-align: center;
}

.slider__icon {
    width: 218px;
    margin: 0 auto;
    margin-bottom: 28px;
}

.slider__title {
    font-size: 20px;
}

.slider__arrow {
    margin-bottom: 15px;
}

.slider__line {
    margin-top: 15px;
}

.slider__slider {
    margin-top: 40px;
}

.slider__text {
    line-height: 36px;
    font-size: 20px;
}

.slider__box {
    background-color: #c6e8ef;
    padding: 33px;
    text-align: left;
    margin-top: 39px;
}

.slider__box--gray {
    background-color: #b9e060;
}

.central {
    height: 100%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .central.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.central__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;
    width: 100%;
}

@media (max-width: 1024px) {
    .central__top {
        margin-bottom: 32px;
    }
}

.central__link {
    background-color: #0093be;
    color: #ffffff;
    padding: 6px 12px;
}

    .central__link:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(0, 147, 190, 0.8);
    }

.central__text {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1024px) {
    .central__text {
        margin-bottom: 32px;
    }
}

.central .border-right {
    border-right: 1px solid #1a495f !important;
}

.central .border-right {
    border: none !important;
    position: relative;
}

    .central .border-right:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #1a495f;
        right: calc(50% - 100px);
        top: 0;
    }

@media (max-width: 1024px) {
    .central .border-right {
        border: none !important;
        margin-bottom: 16px;
        position: relative;
    }

        .central .border-right:after {
            content: "";
            position: absolute;
            width: 25%;
            height: 1px;
            background-color: #1a495f;
            left: 15px;
            bottom: -6px;
            top: unset;
        }
}

@media (max-width: 768px) {
    .central .value {
        padding: 15x;
    }
}

.central__title {
    margin: 0;
    color: #505050;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .central__title {
        height: auto;
        font-size: 14px;
    }
}

.central__value {
    margin: 0;
    color: #1a495f;
    font-size: 50px;
    font-weight: 300;
}

@media (max-width: 1024px) {
    .central__value {
        font-size: 36px;
    }
}

.central__unit {
    margin: 0;
    color: #1a495f;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
}

.parque {
    position: relative;
    background-image: url(../img/bg-parque.jpg);
    padding: 87px 0;
    font-family: "Heebo", sans-serif;
    background-size: cover;
    background-position: center;
}

    .parque .parque-close {
        display: none;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 99;
    }

@media (max-width: 768px) {
    .parque.mobile-fix .bg-overlay {
        display: none;
    }

    .parque.mobile-fix .parque-close {
        display: block;
    }

    .parque.mobile-fix .dissapear {
        display: none;
    }
}

.parque .bg-overlay {
    background-color: rgba(26, 73, 95, 0.87);
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    z-index: 2;
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 50%, 90% 120%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 0, 90% 50%, 100% 50%, 90% 120%, 0% 100%, 0% 0%);
}

@media (max-width: 1024px) {
    .parque .bg-overlay {
        width: 38%;
        -webkit-clip-path: none;
        clip-path: none;
    }
}

@media (max-width: 768px) {
    .parque .bg-overlay {
        width: 100% !important;
        -webkit-clip-path: none;
        clip-path: none;
    }
}

.parque .bg-overlay2 {
    background-color: rgba(255, 226, 197, 0.87);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    z-index: 1;
    opacity: 0;
}

    .parque .bg-overlay2.full {
        opacity: 1;
        right: 0;
        -webkit-clip-path: none;
        clip-path: none;
    }

        .parque .bg-overlay2.full .central {
            display: block;
        }

.parque .container-fluid {
    position: relative;
    z-index: 3;
}

@media (max-width: 768px) {
    .parque .container-fluid {
        padding: 0 30px;
    }
}

.parque__title {
    font-size: 48px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}

.parque__subtitle {
    margin: 0;
    text-transform: uppercase;
    font-size: 19px;
    color: #ffffff;
    font-weight: 400;
}

.parque__text {
    margin-top: 66px;
    font-size: 26px;
    color: #ffffff;
    font-weight: 300;
    font-weight: regular;
}

.parque__button {
    margin-top: 36px;
}

    .parque__button button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        border: none;
    }

        .parque__button button:focus {
            outline: none;
        }

    .parque__button span {
        color: #ffffff;
        font-size: 22px;
        text-transform: uppercase;
        margin-left: 20px;
    }

.number {
    position: relative;
    margin-top: 31px;
    padding: 30px 0 10px;
}

.number--no-margin {
    margin-top: 0;
}

.number:after {
    width: 25%;
    height: 1px;
    background-color: #ffffff;
    content: "";
    position: absolute;
    bottom: 0;
}

.number:before {
    width: 25%;
    height: 1px;
    top: 0;
    background-color: #ffffff;
    content: "";
    position: absolute;
}

.number__digit {
    font-size: 93px;
    color: #fbb040;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 1024px) {
    .number__digit {
        font-size: 50px;
    }
}

.number__unit {
    font-size: 45px;
    color: #fbb040;
    margin: 0;
}

.number__desc {
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

.noticias {
    padding: 66px 0 350px 0;
    background-image: url(../img/cocos-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    font-family: "Heebo", sans-serif;
    background-color: #dff2f8;
}

.noticias__title {
    font-size: 30px;
    color: #505050;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .noticias {
        background-image: url(../img/cocos-bg.jpg);
        background-position: bottom;
        background-size: 100%;
        padding: 66px 60px 200px 60px;
    }
}

.news {
    font-family: "Heebo", sans-serif;
    margin-bottom: 43px;
    padding-bottom: 43px;
}

@media (max-width: 425px) {
    .news {
        padding-bottom: 43px;
        border-bottom: 1px solid #56b2d2;
    }

        .news:nth-last-child() {
            margin-bottom: 0;
            border-bottom: none;
        }
}

.news--no-border {
    border: none !important;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .news--no-border {
        border: none;
    }
}

.news--margin {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .news--margin {
        margin-bottom: 12px !important;
        border-bottom: none;
    }
}

.news a {
    text-decoration: none;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

    .news a:hover img {
        -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    }

.news__img {
    width: 100%;
    margin-bottom: 6px;
    height: 255px;
    object-fit: cover;
}

.news__date {
    font-size: 13px;
    margin-bottom: 6px;
    color: #505050;
}

.news__separator {
    border-top: 1px solid #56b2d2;
    margin: 7px 0 14px;
}

@media (max-width: 425px) {
    .news__separator {
        display: none;
    }
}

.news__title {
    font-size: 15px;
    margin-bottom: 21px;
    line-height: 25px;
    color: #505050;
}

@media (max-width: 768px) {
    .news__title {
        margin-bottom: 12px;
    }
}

.news__text {
    font-size: 14px;
    line-height: 20px;
    color: #505050;
    font-size: 14px;
    line-height: 20px;
    color: #505050;
    max-height: 80px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

@media (max-width: 768px) {
    .news__text {
        margin-bottom: 6px;
    }

    .reconocimiento__tab img {
        height: 71px !important;
        margin-bottom: 21px !important;
    }
}

.container--video {
    position: absolute;
    left: 0;
    right: 0;
}

.noticias-btn-block {
    text-align: center;
    width: 100%;
    margin-top: 63px;
    font-family: "Heebo", sans-serif;
}

    .noticias-btn-block a {
        background-color: #56b2d2;
        text-transform: uppercase;
        color: #ffffff;
        padding: 16px 51px;
        text-decoration: none;
        -webkit-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }

        .noticias-btn-block a:hover {
            -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
            text-decoration: none;
        }

.noticias-btn-block--no-margin {
    margin-top: 36px;
    margin-bottom: 20px;
}

.noticias-btn-block--no-margin2 {
    margin-top: 36px;
    margin-bottom: 20px;
}

    .noticias-btn-block--no-margin2 a {
        font-size: 20px;
        -webkit-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
    }

        .noticias-btn-block--no-margin2 a:hover {
            -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        }

.reconocimiento__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .reconocimiento__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.reconocimiento__tab {
    margin-top: 42px;
}

    .reconocimiento__tab img {
        height: 71px;
        margin-bottom: 42px;
    }

    .reconocimiento__tab p {
        font-family: "Heebo", sans-serif;
        font-size: 17px;
        line-height: 25px;
        color: #505050;
    }

.reconocimiento .nav-tabs {
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 28px;
    border: none;
}

    .reconocimiento .nav-tabs li {
        display: inline-block;
        margin-right: 25px;
    }

        .reconocimiento .nav-tabs li a {
            font-family: "Heebo", sans-serif;
            font-weight: bold;
            color: #a5a5a5;
            border-radius: 0;
            border: 2px solid transparent;
            border-bottom: 3px solid transparent;
            border-left: 0;
            border-right: 0;
            -webkit-transition: all ease-out 0.2s;
            transition: all ease-out 0.2s;
            font-size: 16px;
        }

            .reconocimiento .nav-tabs li a.active {
                color: #505050;
                border: 2px solid #505050;
                border-bottom: 2px solid #505050;
                border-left: 0;
                border-right: 0;
            }

            .reconocimiento .nav-tabs li a:hover {
                color: #505050;
                border: 2px solid #505050;
                border-bottom: 2px solid #505050;
                border-left: 0;
                border-right: 0;
            }

    .reconocimiento .nav-tabs::-webkit-scrollbar {
        display: none;
    }

.publicaciones {
    padding: 66px 0;
    background-color: #ffffff;
    background-size: cover;
    font-family: "Heebo", sans-serif;
}

@media (max-width: 768px) {
    .publicaciones {
        padding: 60px 30px;
    }
}

.publicaciones__title {
    font-size: 30px;
    color: #505050;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.publicaciones__subtitle {
    font-size: 25px;
    color: #505050;
    margin-bottom: 6px;
    font-weight: 300;
}

.publicaciones__subtitle--margin-top {
    margin-top: 25px;
}

.publicaciones-lista {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .publicaciones-lista .slick-dots li button:before {
        background-color: #d8d8d8;
        border-radius: 50%;
        content: "";
        height: 10px;
        width: 10px;
        opacity: 1;
        left: 4px;
        top: 4px;
    }

    .publicaciones-lista .slick-dots {
        bottom: -45px;
        position: static;
    }

        .publicaciones-lista .slick-dots li.slick-active button:before {
            background-color: #56b2d2;
            opacity: 1;
            height: 16px;
            width: 16px;
            left: 1px;
            top: 1px;
        }

@media (max-width: 425px) {
    .publicaciones-lista {
        display: block;
    }
}

.publicaciones-lista--6 .publicaciones-lista__item {
    width: 15%;
}

.publicaciones-lista .separator {
    display: none;
}

@media (max-width: 768px) {
    .publicaciones-lista .separator {
        display: none;
    }
}

.publicaciones-lista__item {
    width: 19%;
    float: left;
    position: relative;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 5px;
}

@media (max-width: 425px) {
    .publicaciones-lista__item {
        width: 100%;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .publicaciones-lista__item {
        padding: 0;
    }
}

.publicaciones-lista__item:hover {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

    .publicaciones-lista__item:hover .publicaciones-lista__overlay {
        opacity: 1;
    }

.publicaciones-lista__image {
    width: 100%;
}

.publicaciones-lista__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    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;
    opacity: 0;
}

.publicaciones-lista__link {
    width: 70%;
}

.publicaciones-lista__separator {
    border-top: 1px solid #1a495f;
}

.publicaciones-lista__languaje span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}

.publicaciones-lista__actions {
    text-align: center;
    display: flex;
    justify-content: center;
}

.publicaciones-lista--noslide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

    .publicaciones-lista--noslide .publicaciones-lista__image {
        height: 297px;
    }

@media (max-width: 425px) {
    .publicaciones-lista--noslide .publicaciones-lista__image {
        height: 214px !important;
    }
}

@media (max-width: 768px) {
    .publicaciones-lista--noslide .publicaciones-lista__image {
        height: auto;
    }
}

.publicaciones-lista--noslide .publicaciones-lista__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

@media (max-width: 768px) {
    .publicaciones-lista--noslide .publicaciones-lista__item {
        width: 50%;
        padding: 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

.publicaciones-lista--brochure .publicaciones-lista__item {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

@media (max-width: 425px) {
    .publicaciones-lista--brochure .publicaciones-lista__item {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 768px) {
    .publicaciones-lista--brochure .publicaciones-lista__item {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
}

.vacantes {
    background-image: url(../img/vacantes.jpg);
    background-position: center;
    background-size: cover;
    height: 1000px;
    margin-bottom: 260px;
}

@media (max-width: 768px) {
    .vacantes {
        height: 500px;
        background-color: #1b4960;
    }
}

.descargas-slideshow__slide {
    text-align: center;
}

@media (max-width: 425px) {
    .vacantes {
        height: 649px;
        background-color: #1b4960;
        background-image: url(../img/vacantes2.jpg);
    }
}

.vacantes p {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: "Heebo", sans-serif;
}

@media (max-width: 425px) {
    .vacantes p {
        padding: 0;
        font-size: 13px;
        line-height: 24px;
    }
}

.vacantes .container {
    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;
    height: 100%;
}

.vacantes a {
    background-color: #0093be;
}

@media (max-width: 425px) {
    .vacantes a {
        padding: 12px 14px;
        font-size: 17px;
    }
}

.publicaciones-btn-block {
    width: 100%;
    text-align: center;
    margin-top: 39px;
}

    .publicaciones-btn-block .link {
        text-transform: uppercase;
        color: #56b2d2;
        padding: 12px 51px;
        text-decoration: none;
        background-color: rgba(159, 219, 231, 0.2);
        -webkit-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
        border: 1px solid #56b2d2;
    }

        .publicaciones-btn-block .link:hover {
            background-color: #9fdbe7;
            color: #ffffff;
        }

.redes {
    padding: 66px 0 240px;
    background-color: #f1f1f1;
    background-size: cover;
    font-family: "Heebo", sans-serif;
}

.redes__title {
    font-size: 30px;
    color: #505050;
    text-transform: uppercase;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .redes {
        padding: 60px 30px;
        text-align: center;
        padding-bottom: 200px;
    }
}

.videos {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    .videos {
        padding-bottom: 100px;
    }
}

.videos .video-block {
    margin: 80px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
    margin-top: 0px;
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    .videos .video-block {
        display: block;
    }
}

.videos .video-block__yti {
    position: absolute;
    left: 48%;
    top: 15px;
    z-index: 9;
}

@media (max-width: 768px) {
    .videos .video-block__yti {
        position: static;
        display: block;
        margin: 0 auto;
    }
}

.videos .video-block__info {
    background-color: #ffffff;
    width: 60%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 45px;
    padding-left: 114px;
    position: relative;
    right: 0;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .videos .video-block__info {
        width: 90%;
        display: block;
        position: static;
        padding: 30px;
        margin: 0 auto;
    }
}

.videos .video-block__info h3 {
    font-size: 20px;
    color: #505050;
    font-family: "Heebo", sans-serif;
}

.videos .video-block__info p {
    color: #505050;
    font-size: 14px;
    font-family: "Heebo", sans-serif;
}

.videos .video-block__info a {
    background-color: #56b2d2;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 51px;
    text-decoration: none;
    font-family: "Heebo", sans-serif;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    margin-top: 18px;
    display: inline-block;
}

.videos .video-block .btn-container {
    background-color: #ffffff;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.videos .video-block__preview {
    width: 47%;
    left: 0;
    z-index: 3;
    position: absolute;
}

@media (max-width: 768px) {
    .videos .video-block__preview {
        width: 100%;
        display: block;
        position: static;
    }
}

.videos .video-block__video {
    width: 50%;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.img-windmolen {
    position: relative;
    width: 100px;
    margin: 0 auto;
}

    .img-windmolen svg {
        width: 100%;
        height: 100%;
        vertical-align: bottom;
        overflow: visible;
    }

    .img-windmolen #wieken {
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
        -webkit-transform-origin: 61% 55%;
        transform-origin: 61% 55%;
    }

.social-media {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .social-media {
        display: block;
    }
}

.social-media .slick-dots li button:before {
    background-color: #d8d8d8;
    border-radius: 50%;
    content: "";
    height: 10px;
    width: 10px;
    opacity: 1;
    left: 4px;
    top: 4px;
}

.social-media .slick-dots {
    bottom: -45px;
    position: static;
}

    .social-media .slick-dots li.slick-active button:before {
        background-color: #56b2d2;
        opacity: 1;
        height: 16px;
        width: 16px;
        left: 1px;
        top: 1px;
    }

.social-media a {
    width: 25%;
    display: inline-block;
}

    .social-media a img {
        width: 100%;
    }

@media (max-width: 768px) {
    .social-media a img {
        margin: 0 auto;
    }
}

.descargas {
    padding: 89px 0 267px;
}

.descargas__title {
    text-align: center;
    margin-bottom: 45px;
    font-size: 40px;
    font-weight: 400;
    color: #505050;
    font-family: "Heebo", Arial, Helvetica, sans-serif;
}

.descargas__text {
    text-align: center;
    margin-bottom: 45px;
    font-size: 18px;
    font-family: "Heebo", Arial, Helvetica, sans-serif;
}

.memorias-anuales {
    padding: 83px 0;
    position: relative;
}

@media (max-width: 768px) {
    .memorias-anuales {
        padding: 40px 0;
    }
}

.memorias-anuales--blue-bg {
    background-color: #e9f5f9;
}

.decal {
    width: 100%;
    position: absolute;
    top: -5px;
    right: 0;
}

.decal2 {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.audiovisual {
    padding: 83px 0;
    position: relative;
    .input-search button position: relative;
}

@media (max-width: 768px) {
    .audiovisual {
        padding: 40px 0;
    }
}

.audiovisual__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

.audiovisual__text {
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    color: #505050;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .audiovisual__text {
        font-size: 16px;
    }
}

.audiovisual__block {
    margin-bottom: 40px;
}

.btn-block {
    text-align: center;
    width: 100%;
    font-family: "Heebo", sans-serif;
    margin-top: 30px;
}

    .btn-block a {
        background-color: #56b2d2;
        text-transform: uppercase;
        color: #ffffff;
        display: inline-block;
        padding: 12px 51px;
        font-size: 22px;
        text-decoration: none;
        -webkit-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
    }

@media (max-width: 768px) {
    .btn-block a {
        padding: 12px 24px;
    }
}

.btn-block a:hover {
    background-color: #ffffff;
    color: #56b2d2;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.link-block {
    text-align: center;
}

.link-block__anchor {
    background-color: #56b2d2;
    padding: 12px 24px;
    text-decoration: none;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    color: #424242;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    margin: 0 6px;
}

    .link-block__anchor:hover {
        color: #ffffff;
    }

.link-block__anchor--green {
    background-color: #87b718;
}

.link-block__anchor--navy {
    background-color: #1a495f;
}

@media (max-width: 768px) {
    .link-block__anchor {
        display: block;
        margin: 24px auto;
        max-width: 80%;
    }

        .link-block__anchor:last-child {
            margin-bottom: 0;
        }
}

.link-block__anchor:hover {
    text-decoration: none;
}

.main__top {
    margin-top: 103px;
}

.main {
    position: relative;
}

    .main path {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        transform-box: fill-box;
        position: relative;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.main2 path {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main .total {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .main .total p {
        font-size: 18px;
        font-family: "Heebo", sans-serif;
        color: #505050;
        margin-bottom: 0;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 6px;
    }

@media (max-width: 1024px) {
    .main .total p {
        font-size: 13px;
        margin-bottom: 0;
    }
}

.main .total h3 {
    text-align: center;
    font-family: "Heebo", sans-serif;
    color: #505050;
    font-size: 38px;
    line-height: 40px;
}

@media (max-width: 1024px) {
    .main .total h3 {
        line-height: 32px;
        margin-top: 6px;
        font-size: 26px;
    }
}

.main2 {
    position: relative;
}

    .main2 .total {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .main2 .total p {
            font-size: 18px;
            font-family: "Heebo", sans-serif;
            color: #505050;
            margin-bottom: 0;
            font-weight: 400;
            text-align: center;
            text-transform: uppercase;
        }

@media (max-width: 1024px) {
    .main2 .total p {
        font-size: 12px;
    }
}

.main2 .total h3 {
    text-align: center;
    font-family: "Heebo", sans-serif;
    color: #505050;
    font-size: 41px;
    line-height: 38px;
}

@media (max-width: 1024px) {
    .main2 .total h3 {
        line-height: 32px;
        margin-top: 6px;
        font-size: 38px;
    }
}

.total-block p {
    font-size: 17px;
    font-family: "Heebo", sans-serif;
    color: #505050;
    margin-bottom: 0;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 12px;
}

@media (max-width: 1024px) {
    .total-block p {
        font-size: 13px;
        text-align: left;
    }
}

.total-block h3 {
    text-align: right;
    font-family: "Heebo", sans-serif;
    color: #505050;
    font-size: 45px;
    font-weight: 400;
    line-height: 40px;
}

@media (max-width: 1024px) {
    .total-block h3 {
        line-height: 32px;
        margin-top: 6px;
        font-size: 28px;
        text-align: left;
    }
}

.total-block--left p {
    text-align: left;
}

.total-block--left h3 {
    text-align: left;
}

.title-box {
    padding: 30px 0;
}

@media (max-width: 768px) {
    .title-box {
        font-size: 13px 0;
    }

        .title-box h3 {
            margin: 0;
        }
}

.title-box--padding {
    padding: 0 30px;
}

.generic-title {
    margin: 0;
    font-size: 40px;
    font-family: "Heebo", sans-serif;
    text-align: center;
    display: block;
    margin-bottom: 83px;
    font-weight: 400;
    text-transform: uppercase;
    color: #505050;
}

.generic-title--left {
    margin-bottom: 29px !important;
    text-align: left;
    font-size: 30px;
}

.generic-title--margin-bottom {
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .generic-title {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

.generic-title--blue {
    color: #1a495f;
}

.generic-title--left {
    text-align: left;
}

.small-title {
    font-family: "Heebo", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

    .small-title .slide {
        position: relative;
    }

@media (max-width: 768px) {
    .small-title {
        font-size: 26px;
        margin-bottom: 40px !important;
        line-height: 34px;
    }
}

.hoja-datos {
    background-color: #0093be;
    padding: 30px;
    text-align: center;
    font-family: "Heebo", sans-serif;
}

.hoja-datos__title {
    color: #ffffff;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    margin: 12px 0;
    font-weight: 400;
}

.hoja-datos__link {
    background-color: #ffffff;
    display: inline-block;
    color: #0093be;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 36px;
}

    .hoja-datos__link:hover {
        text-decoration: none;
        opacity: 0.9;
    }

.etica {
    padding: 83px 0;
    position: relative;
    background-size: cover;
    background-image: url(../img/codigobg.jpg);
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .etica {
        padding: 83px 15px;
    }
}

.etica__text {
    font-family: "Heebo", sans-serif;
    font-size: 18px;
    color: #505050;
}

.etica__list {
    font-family: "Heebo", sans-serif;
    font-size: 18px;
    color: #505050;
    padding-left: 20px;
}

.politicas {
    padding: 83px 0;
    position: relative;
    background-color: #ffffff;
}

.politicas__text {
    font-family: "Heebo", sans-serif;
    font-size: 18px;
    color: #505050;
}

@media (max-width: 425px) {
    .politicas__text {
        font-size: 13px;
    }
}

.revistas {
    padding: 83px 0 160px;
    position: relative;
    background-color: #fbfbea;
}

.revistas__box {
    padding: 0 15px;
}

@media (max-width: 425px) {
    .revistas__box {
        padding: 60px;
    }
}

.revistas__link {
    -webkit-transition: all ease-out 1s;
    transition: all ease-out 1s;
}

    .revistas__link:hover {
        text-decoration: none;
    }

        .revistas__link:hover img {
            opacity: 1;
            -webkit-box-shadow: 0px 3px 15px rgba(0, 147, 190, 0.3);
            box-shadow: 0px 3px 15px rgba(0, 147, 190, 0.3);
            -webkit-transition: all ease-out 0.5s;
            transition: all ease-out 0.5s;
            border: 1px solid #87b718;
        }

        .revistas__link:hover p {
            text-decoration: none;
            color: #0093be;
            -webkit-transition: all ease-out 0.5s;
            transition: all ease-out 0.5s;
        }

.revistas__image {
    opacity: 0.8;
    border: 1px solid transparent;
    width: 100%;
}

@media (max-width: 425px) {
    .revistas__image {
        opacity: 1;
        border: none;
        -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.8);
        box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.8);
    }
}

.revistas__text {
    text-align: center;
    font-weight: 500;
    font-family: "Heebo", sans-serif;
    color: #505050;
    margin-top: 9px;
}

.revistas .slick-next {
    right: -7px;
}

@media (max-width: 425px) {
    .revistas .slick-next {
        right: 13px !important;
    }
}

@media (max-width: 768px) {
    .revistas .slick-next {
        right: -7px;
    }
}

.revistas .slick-prev {
    left: -32px;
}

@media (max-width: 425px) {
    .revistas .slick-prev {
        left: 7px !important;
    }
}

@media (max-width: 768px) {
    .revistas .slick-prev {
        left: -13px;
    }
}

.revistas .slick-prev:before,
.revistas .slick-next:before {
    color: #505050;
    font-family: "feather" !important;
    font-size: 44px;
}

@media (max-width: 768px) {
    .revistas .slick-prev:before,
    .revistas .slick-next:before {
        font-size: 24px;
    }
}

.revistas .slick-next:before {
    content: "\e844";
}

.revistas .slick-prev:before {
    content: "\e843";
}

.download-all-block {
    z-index: 1;
}

    .download-all-block .btn-block {
        margin-top: 15px;
    }

        .download-all-block .btn-block a {
            padding: 12px 24px;
            font-size: 16px;
        }

.politicas-list {
    padding: 0;
    margin: 84px 0 0 0;
}

@media (max-width: 425px) {
    .politicas-list {
        margin: 40px 0 0 0;
    }
}

.politicas-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px;
}

.politicas-list__img {
    margin-right: 22px;
    width: 273px;
    height: 176px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .politicas-list__img {
        width: 116px;
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.politicas-list__title {
    font-family: "Heebo", sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    color: #87b718;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 6px;
}

@media (max-width: 768px) {
    .politicas-list__title {
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 16px;
    }
}

.politicas-list__title--blue {
    color: #56b2d2;
}

.politicas-list__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.politicas-list__desc {
    font-family: "Heebo", sans-serif;
    font-size: 18px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .politicas-list__desc {
        font-size: 13px;
        margin-bottom: 32px;
    }
}

.politicas-list__view {
    margin-right: 12px;
}

.politicas-list__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    align-items: flex-end;
}

@media (max-width: 768px) {
    .slide--contacto {
        background-size: 90%;
        background-position: -414px;
    }
}

@media (max-width: 768px) {
    .slide--comunidad {
        background-size: 90%;
        background-position: center;
    }
}

.half-slide {
    height: 500px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    font-family: "Heebo", sans-serif;
    position: relative;
}

    .half-slide .slick-list {
        height: 100%;
    }

    .half-slide .slick-track {
        height: 100%;
    }

    .half-slide .slide {
        height: 100%;
        padding-bottom: 50px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-family: "Heebo", sans-serif;
    }

.half-slide__title {
    font-family: "Heebo", sans-serif;
    color: #ffffff;
    font-size: 36px;
    margin: 0;
}

@media (max-width: 768px) {
    .half-slide__title {
        font-size: 25px;
    }
}

.half-slide__text {
    font-family: "Heebo", sans-serif;
    color: #ffffff;
    font-size: 20px;
    margin: 0;
}

@media (max-width: 768px) {
    .half-slide__text {
        font-size: 16px;
    }
}

.half-slide .slick-dots {
    bottom: 100px;
    text-align: right;
    padding-right: 100px;
}

@media (max-width: 1024px) {
    .half-slide .slick-dots {
        bottom: 25px;
        padding: 0;
        text-align: center;
    }
}

.half-slide .slick-dots li {
    position: relative;
    display: inline-block;
    height: 3px;
    width: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

    .half-slide .slick-dots li button {
        border: 0;
        display: block;
        height: 1px;
        width: 60px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        cursor: pointer;
        padding: 0;
        border-radius: 10px;
    }

@media (max-width: 1024px) {
    .half-slide .slick-dots li button {
        width: 30px;
    }
}

.half-slide .slick-dots li.slick-active button:before {
    background-color: #ffffff;
    opacity: 0.9;
    border-radius: 10px;
}

.half-slide .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 10px;
    font-family: "slick, Helvetica, Arial, Verdana, Tahoma, sans-serif";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    opacity: 0.25;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1024px) {
    .half-slide .slick-dots li button:before {
        width: 30px;
    }
}

.half-slide .slick-next {
    right: 15px;
}

@media (max-width: 768px) {
    .half-slide .slick-next {
        right: 6px;
    }
}

@media (max-width: 1024px) {
    .half-slide .slick-next {
        top: 43%;
    }
}

.half-slide .slick-prev {
    left: 15px;
    z-index: 9;
}

@media (max-width: 768px) {
    .half-slide .slick-prev {
        left: -6px;
    }
}

@media (max-width: 1024px) {
    .half-slide .slick-prev {
        top: 43%;
    }
}

.half-slide .slick-prev:before,
.half-slide .slick-next:before {
    color: #ffffff;
    font-family: "feather" !important;
    font-size: 56px;
}

@media (max-width: 1024px) {
    .half-slide .slick-prev:before,
    .half-slide .slick-next:before {
        font-size: 36px;
    }
}

.half-slide .slick-next:before {
    content: "\e844";
}

.half-slide .slick-prev:before {
    content: "\e843";
}

.half-slide .slick-prev,
.half-slide .slick-next {
    height: 60px;
    width: 60px;
}

.pages-block {
    text-align: right;
    margin-top: 44px;
    font-family: "Heebo", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
}

@media (max-width: 1024px) {
    .pages-block--fix {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.pages-block--center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1025px) {
    .pages-block--center {
        width: 100%;
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.pages-block--center .pages-block__text {
    margin: 0;
}

@media (max-width: 768px) {
    .pages-block {
        margin-top: 30px;
    }
}

.pages-block__text {
    text-transform: uppercase;
    font-size: 19px;
    color: #1a495f;
    margin-right: 19px;
    margin-left: 19px;
    text-align: center;
}

.pages-block__emphasis {
    text-transform: uppercase;
    font-size: 24px;
    color: #1a495f;
    text-align: center;
    margin-bottom: 0;
}

.pages-block__icon {
    font-size: 36px;
    color: #1a495f;
}

    .pages-block__icon:hover {
        color: #1a495f;
        text-decoration: none;
    }

.document-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .document-block p {
        margin: 0;
        margin-right: 15px;
        font-family: "Heebo", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
    }

    .document-block select {
        font-family: "Heebo", sans-serif;
        font-weight: 500;
        height: 40px;
        width: 50px;
        padding-left: 6px;
    }

.noticias-list {
    padding: 60px 0 180px;
}

@media (max-width: 768px) {
    .noticias-list {
        padding: 45px 45px 250px 45px;
    }
}

.noticias-list hr.separator {
    border-top: 1px solid #505050;
}

.noticias-list__tag {
    border: 1px solid #0093BE;
    font-size: 15px;
    font-family: "Heebo", sans-serif;
    padding: 6px 21px;
    margin-right: 14px;
}

.noticias-list__block {
    text-align: right;
}

@media (max-width: 425px) {
    .noticias-list__block {
        text-align: center;
    }
}

.noticias-list__button {
    background-color: #1a495f;
    padding: 12px 24px;
    font-family: "Heebo", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #424242;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff !important;
    min-width: 130px;
    display: inline-block;
    text-align: center;
    margin-left: 70px;
    position: relative;
    cursor: pointer;
}

    .noticias-list__button:hover {
        text-decoration: none;
        background-color: #f3f3f3;
        color: #1a495f !important;
    }

@media (max-width: 425px) {
    .noticias-list__button {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .noticias-list__button {
        margin-left: 15px;
    }
}

.noticias-list__button:firts-child {
    margin-left: 0;
}

.noticias-list__button--green {
    background-color: #5bd87f;
}

@media (max-width: 425px) {
    .noticias-list__button--green {
        display: none;
    }
}

.news-text {
    padding: 44px 0 300px 0;
}

@media (max-width: 425px) {
    .news-text {
        padding: 30px 30px 300px 30px;
    }
}

@media (max-width: 425px) {
    .news-text__fotos {
        padding: 0 30px;
    }

    .news-text__fotos--nopadding {
        padding: 0;
    }
}

.news-text .line {
    height: 1px;
    width: 100%;
    background-color: #505050;
}

@media (max-width: 425px) {
    .news-text .line {
        margin-top: 40px;
    }
}

.news-text .flex-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-text .social-share {
    min-width: 330px;
}

@media (max-width: 425px) {
    .news-text .social-share {
        text-align: center;
        min-width: 210px;
    }
}

@media (max-width: 425px) {
    .news-text .social-share span {
        display: block;
        margin-bottom: 20px;
    }
}

.news-text__date {
    font-size: 13px;
    line-height: 19px;
    font-family: "Heebo", sans-serif;
    color: #505050;
}

.news-text__parragraf {
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    line-height: 30px;
    color: #505050;
    margin-bottom: 24px;
}

.news-text__subtitle {
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #56b2d2;
    margin-bottom: 12px;
}

.news-text__video {
    margin: 50px 0;
}

.news-text__share {
    text-align: right;
    position: relative;
}

    .news-text__share .separator {
        border-top: 1px solid #505050;
        width: 100%;
    }

    .news-text__share span {
        font-family: "Heebo", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        color: #505050;
    }

    .news-text__share a {
        margin-left: 12px;
    }

        .news-text__share a:hover {
            text-decoration: none;
        }

.hero-image {
    margin: 0 auto;
}

    .hero-image img {
        display: block;
        width: 80%;
        margin: 0 auto;
        height: 590px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right;
    }

@media (max-width: 768px) {
    .hero-image img {
        width: 100%;
        height: 414px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right;
    }
}

.filter-block {
    background-color: #ffffff;
    border: 1px solid #979797;
    position: absolute;
    right: 0;
    width: 476px;
    padding: 16px;
    z-index: 99;
    display: none;
    top: 57px;
    text-align: center;
}

@media (max-width: 425px) {
    .filter-block {
        text-align: center;
        width: 300px;
        left: 50% !important;
        margin-left: -158px !important;
        right: unset !important;
    }
}

@media (max-width: 1440px) {
    .filter-block {
        margin: 0;
        left: unset;
        right: 14px;
    }
}

.filter-block.show {
    display: block;
}

.filter-block__title {
    font-size: 17px;
    font-family: "Heebo", sans-serif;
    color: #505050;
    text-transform: uppercase;
    margin-bottom: 13px;
    text-align: center;
}

.filter-block__years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .filter-block__years:after {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .filter-block__years .item {
        width: 25%;
        min-width: 91px;
        padding: 0 5px;
        margin-bottom: 14px;
    }

        .filter-block__years .item button {
            padding: 6px 0;
            width: 100%;
            background-color: transparent;
            border: 1px solid #0093be;
            text-transform: uppercase;
            font-family: "Heebo", sans-serif;
            font-size: 15px;
            -webkit-transition: all ease-out 0.5s;
            transition: all ease-out 0.5s;
        }

            .filter-block__years .item button:hover {
                background-color: #0093be;
                color: #fff;
            }

@media (max-width: 768px) {
    .filter-block__years .item button:hover {
        background-color: inherit;
        color: inherit;
    }
}

.filter-block__years .item--active button {
    background-color: #0093be !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .filter-block__years .item--active button:hover {
        background-color: #0093be;
        color: #fff;
    }
}

@media (max-width: 425px) {
    .filter-block__years .item {
        width: 50%;
    }
}

.filter-block__category {
    text-align: left;
}

    .filter-block__category .item {
        margin-bottom: 14px;
        padding: 0 5px;
        display: inline-block;
    }

@media (max-width: 425px) {
    .filter-block__category .item {
        width: 100%;
    }
}

.filter-block__category .item button {
    background-color: transparent;
    border: 1px solid #0093be;
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    padding: 6px;
}

    .filter-block__category .item button:hover {
        background-color: #0093be;
        color: #fff;
    }

@media (max-width: 768px) {
    .filter-block__category .item button:hover {
        background-color: inherit;
        color: inherit;
    }
}

@media (max-width: 425px) {
    .filter-block__category .item button {
        width: 100%;
    }
}

.filter-block__category .item--active button {
    background-color: #0093be;
    color: #fff;
}

@media (max-width: 768px) {
    .filter-block__category .item--active button {
        background-color: #0093be !important;
        color: #fff !important;
    }
}

.filter-block .apply button {
    border: 1px solid #87b718;
    background-color: #87b718;
    font-family: "Heebo", sans-serif;
    color: #fff;
    text-transform: uppercase;
    min-width: 106px;
    padding: 3px 6px;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

    .filter-block .apply button:hover {
        background-color: #ffffff;
        color: #87b718;
    }

.download-block {
    margin-top: 84px;
    border-top: 1px solid #1a495f;
    border-bottom: 1px solid #1a495f;
    padding: 48px 0;
    text-align: center;
}

@media (max-width: 425px) {
    .download-block {
        margin-top: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 425px) {
    .download-block {
        padding: 24px 0;
    }
}

.download-block a {
    margin: 0 12px;
}

@media (max-width: 425px) {
    .download-block a {
        margin: 0;
        font-size: 12px;
        width: 47%;
        min-width: 0;
    }
}

@media (max-width: 425px) {
    .download-block a {
        margin: 0;
    }
}

.button-g {
    min-width: 206px;
    background-color: #f3f3f3;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 16px 32px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    font-family: "Heebo", sans-serif;
}

    .button-g:hover {
        text-decoration: none;
    }

.button-g--blue {
    background-color: #0093be;
    color: #ffffff;
}

    .button-g--blue:hover {
        background-color: #ffffff;
        color: #56b2d2;
        opacity: 0.5s;
        -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    }

.button-g--navy {
    background-color: #1a495f;
    color: #ffffff;
}

    .button-g--navy:hover {
        background-color: #ffffff;
        color: #56b2d2;
        opacity: 0.5s;
        -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    }

.slider-container-fotos .slick-dots {
    bottom: 20px;
    text-align: center;
    z-index: 3;
}

@media (max-width: 1024px) {
    .slider-container-fotos .slick-dots {
        bottom: 25px;
        padding: 0;
        text-align: center;
    }
}

.slider-container-fotos .slick-dots li {
    position: relative;
    display: inline-block;
    height: 3px;
    width: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

    .slider-container-fotos .slick-dots li button {
        border: 0;
        display: block;
        height: 3px;
        width: 25px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        cursor: pointer;
        padding: 0;
        border-radius: 10px;
    }

@media (max-width: 1024px) {
    .slider-container-fotos .slick-dots li button {
        width: 30px;
    }
}

.slider-container-fotos .slick-dots li.slick-active button:before {
    background-color: #ffffff;
    opacity: 0.99;
    border-radius: 10px;
}

.slider-container-fotos .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 3px;
    border-radius: 10px;
    font-family: "slick, Helvetica, Arial, Verdana, Tahoma, sans-serif";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    opacity: 0.25;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1024px) {
    .slider-container-fotos .slick-dots li button:before {
        width: 30px;
    }
}

.slider-container-fotos .slick-next {
    right: 15px;
    z-index: 2;
}

@media (max-width: 425px) {
    .slider-container-fotos .slick-next {
        right: 6px;
        bottom: -99p !important;
    }
}

@media (max-width: 425px) and (max-width: 768px) {
    .slider-container-fotos .slick-next {
        right: -1px;
        bottom: 406px;
        text-align: right;
    }
}

@media (max-width: 768px) {
    .slider-container-fotos .slick-next {
        right: -1px;
        bottom: -99px !important;
        text-align: right;
    }
}

@media (max-width: 1024px) {
    .slider-container-fotos .slick-next {
        bottom: -30%;
        top: unset;
    }
}

.slider-container-fotos .slick-prev {
    left: 15px;
    z-index: 9;
}

@media (max-width: 425px) {
    .slider-container-fotos .slick-prev {
        right: 6px;
        bottom: -50% !important;
    }
}

@media (max-width: 768px) {
    .slider-container-fotos .slick-prev {
        left: -1px;
        bottom: -40% !important;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .slider-container-fotos .slick-prev {
        top: unset;
        text-align: left;
    }
}

.slider-container-fotos .slick-prev:before,
.slider-container-fotos .slick-next:before {
    color: #1a495f;
    font-family: "feather" !important;
    font-size: 56px;
}

@media (max-width: 1024px) {
    .slider-container-fotos .slick-prev:before,
    .slider-container-fotos .slick-next:before {
        font-size: 36px;
    }
}

.slider-container-fotos .slick-next:before {
    content: "\e844";
}

.slider-container-fotos .slick-prev:before {
    content: "\e843";
}

.slider-container-fotos .slick-prev,
.slider-container-fotos .slick-next {
    height: 60px;
    width: 60px;
    bottom: -99px !important;
}

.centrales-galeria {
    padding-bottom: 120px;
    padding-top: 25px;
    background-color: #d5e5ac;
    position: relative;
}

    .centrales-galeria .actividades-decal {
        position: absolute;
        right: 0;
        bottom: -5px;
        width: 50%;
    }

@media (max-width: 768px) {
    .centrales-galeria .actividades-decal {
        display: none;
    }
}

.centrales-galeria .fotos {
    margin-top: 28px;
}

    .centrales-galeria .fotos:hover .download-icon {
        display: block;
    }

.centrales-galeria .download {
    position: relative;
    text-align: center;
}

    .centrales-galeria .download img {
        margin: 0 auto !important;
        max-width: 100%;
    }

@media (max-width: 1024px) {
    .centrales-galeria .download img {
        max-width: 100%;
    }
}

.centrales-galeria .download-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -42px;
    margin-left: -42px;
    display: none;
}

.centrales-galeria__title {
    font-family: "Heebo", sans-serif;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #505050;
    font-weight: 400;
}

.centrales-galeria .container-fluid {
    text-align: center;
}

.centrales-galeria .nav-item {
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

    .centrales-galeria .nav-item:hover .nav-link {
        color: #fff;
        background-color: #505050;
    }

.centrales-galeria .nav-pills {
    width: 100%;
    list-style: none;
    padding: 35px 18px;
    overflow-x: auto;
    overflow: auto;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .centrales-galeria .nav-pills {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        text-align: left;
    }
}

.centrales-galeria .nav-link {
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    font-family: "Heebo", sans-serif;
    color: #505050;
}

.centrales-galeria .nav-pills .nav-link.active,
.centrales-galeria .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #505050;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
}

.footer {
    width: 100%;
    background-color: #505050;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
}

    .footer .col-lg {
        position: relative;
    }

        .footer .col-lg:first-child:after {
            content: "";
            background-color: #ffffff;
            position: absolute;
            width: 1px;
            top: 0;
            height: 100%;
            right: 15px;
        }

@media (max-width: 1024px) {
    .footer .col-lg:first-child:after {
        display: none;
    }
}

.footer .col-lg:nth-child(2):after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 1px;
    top: 0;
    height: 100%;
    right: 15px;
}

@media (max-width: 1024px) {
    .footer .col-lg:nth-child(2):after {
        display: none;
    }
}

.footer .col-lg:nth-child(3) {
    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;
}

@media (max-width: 1024px) {
    .footer .col-lg:nth-child(3) {
        display: block;
    }

        .footer .col-lg:nth-child(3) li {
            margin-bottom: 15px;
            display: inline-block;
        }
}

.footer__molinos {
    position: absolute;
    top: -288px;
    right: 0;
}

@media (max-width: 768px) {
    .footer__molinos {
        top: -283px;
    }
}

.footer__molinos .molino-1 {
    position: absolute;
    top: 142px;
    border: 1px solid red;
    right: 110px;
}

.footer__molinos .molino-2 {
    position: absolute;
    top: 142px;
    border: 1px solid red;
    right: 110px;
    width: 26px;
}

.footer__molinos .molino-3 {
    position: absolute;
    top: 142px;
    border: 1px solid red;
    right: 110px;
}

.footer__molinos .molino-4 {
    position: absolute;
    top: 142px;
    border: 1px solid red;
    right: 110px;
}

.footer__cono {
    position: absolute;
    top: -156px;
    left: 200px;
}

@media (max-width: 768px) {
    .footer__cono {
        display: none;
    }
}

.footer .container-fluid {
    max-width: 80%;
}

@media (max-width: 1024px) {
    .footer .container-fluid {
        max-width: 100%;
    }
}

.footer__list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    padding-left: 34px;
}

@media (max-width: 1024px) {
    .footer__list {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .footer__list--fix {
        margin-bottom: 12px;
    }
}

.footer__list li {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .footer__list li {
        text-align: center;
    }
}

.footer__list li:last-child {
    margin-bottom: 0;
}

.footer__list li a {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}

.footer__social {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 768px) {
    .footer__social {
        text-align: center;
        margin: 30px 0;
    }
}

.footer__social li {
    display: inline;
}

    .footer__social li a img {
        width: 32px;
        margin-right: 5px;
    }

@media (max-width: 768px) {
    .footer__social li a img {
        margin-bottom: 10px;
    }
}

.footer__adress {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

@media (max-width: 768px) {
    .footer__adress {
        display: none;
    }
}

.footer__logo {
    margin: 0 auto;
    display: block;
}

.footer__disclaimer {
    margin: 0;
    margin-top: 64px;
    text-align: center;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .footer__disclaimer {
        font-size: 12px;
    }
}

.consejo {
    padding: 80px 0;
    background-color: #1a495f;
}

@media (max-width: 768px) {
    .consejo {
        padding: 40px 0;
    }
}

.brochure {
    background-color: #e9f5f9;
}

.actividades {
    background-color: #ebf2d6;
    padding: 48px 0;
    position: relative;
}

    .actividades .responsabilidad-decal {
        width: 80%;
        position: absolute;
        bottom: -10px;
    }

@media (max-width: 768px) {
    .actividades .responsabilidad-decal {
        display: none;
    }
}

.actividades__title {
    font-family: "Heebo", sans-serif;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #505050;
    font-weight: 400;
    margin-bottom: 56px;
}

.actividades a {
    text-align: center;
    margin-bottom: 72px;
    font-size: 16px;
    font-family: "Heebo", sans-serif;
    display: inline-block;
    font-weight: 400;
}

    .actividades a:hover {
        text-decoration: none;
    }

    .actividades a p {
        margin-bottom: 0;
        margin-top: 12px;
        color: #505050;
        font-family: "Heebo", sans-serif;
        font-weight: 400;
    }

.responsabilidad {
    background-color: #ffffff;
    padding: 48px 0 144px;
}

.responsabilidad__title {
    font-family: "Heebo", sans-serif;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #505050;
    font-weight: 400;
    margin-bottom: 56px;
}

.responsabilidad a {
    text-align: center;
    margin-bottom: 72px;
    font-size: 16px;
    font-family: "Heebo", sans-serif;
    display: inline-block;
    font-weight: 400;
}

    .responsabilidad a:hover {
        text-decoration: none;
    }

    .responsabilidad a p {
        margin-bottom: 0;
        margin-top: 12px;
        color: #505050;
        font-family: "Heebo", sans-serif;
        font-weight: 400;
    }

.fancybox-caption {
    display: none;
}

    .fancybox-caption.fix {
        display: block;
        position: relative;
    }

.member-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .member-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.member-row--space {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .member-row--space .member {
        margin-bottom: 20px;
    }
}

.valores {
    padding: 80px 0 0;
    position: relative;
}

.valores__text {
    font-size: 18px;
    line-height: 30px;
    font-family: "Heebo", sans-serif;
    text-align: center;
    color: #505050;
    padding-left: 0;
}

    .valores__text br {
        display: none;
    }

@media (max-width: 425px) {
    .valores__text br {
        display: block;
    }
}

.valores__text--green {
    text-transform: uppercase;
    color: #87b718;
    font-weight: 500;
}

.valores__text--blue {
    text-transform: uppercase;
    color: #56b2d2;
    font-weight: 500;
}

.valores__text--lime {
    text-transform: uppercase;
    color: #c7d50b;
    font-weight: 500;
}

.valores__text--list {
    list-style: none;
}

    .valores__text--list li {
        display: inline-block;
        padding: 0 9px;
        position: relative;
    }

        .valores__text--list li:before {
            content: "";
            background-color: #87b718;
            height: 5px;
            width: 5px;
            border-radius: 50%;
            left: -3px;
            top: 11px;
            position: absolute;
        }

        .valores__text--list li:nth-of-type(odd):before {
            background-color: #56b2d2;
        }

        .valores__text--list li:first-child:before {
            display: none;
        }

@media (max-width: 768px) {
    .valores__text--list li:first-child:before {
        display: block;
    }
}

.valores__separator {
    background-position: center;
    width: 100%;
    height: 35px;
    background-size: cover;
    margin: 20px 0;
    background-repeat: no-repeat;
}

.bio img {
    margin: 20px auto;
    display: block;
}

.bio ul {
    margin-top: 20px;
}

.bio__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Heebo", sans-serif;
    text-align: center;
    color: #505050;
    font-size: 18px;
    font-weight: 500;
}

    .bio__title span {
        margin: 0 15px;
    }

    .bio__title div {
        height: 1px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #505050;
    }

.bio ul li {
    font-size: 18px;
    line-height: 30px;
    font-family: "Heebo", sans-serif;
    text-align: left;
    color: #505050;
}

@media (max-width: 768px) {
    .hero img {
        height: 300px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.gobernanza-intro {
    padding: 40px 10px;
}

    .gobernanza-intro p {
        font-size: 17px;
        font-family: "Heebo", sans-serif;
        line-height: 30px;
        color: #505050;
        margin-bottom: 24px;
    }

.small-title-fix-25 {
    font-size: 30px;
}

.comite {
    padding: 80px 0 300px;
    background-color: #56b2d2;
    background-image: url(../img/comite.jpg);
    background-position: 50% 156%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 1024px) {
    .comite {
        padding-top: 40px;
        background-position: center bottom;
        background-size: contain;
    }
}

.comite .decal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.historia {
    padding-bottom: 45px;
}

.historia__text {
    font-size: 18px;
    line-height: 30px;
    font-family: "Heebo", sans-serif;
    text-align: left;
    color: #505050;
}

.historia .green-text-bold {
    color: #87b718;
    font-weight: bold;
    font-size: 22px;
}

.historia .blue-text-bold {
    color: #56b2d2;
    font-weight: bold;
    font-size: 22px;
}

.historia .green-text {
    color: #87b718;
    font-weight: 500;
}

.historia .blue-text {
    color: #56b2d2;
    font-weight: 500;
}

.historia .gray-text {
    color: #2b2b2b;
    font-weight: 500;
}

.estructura {
    padding: 80px 0;
    background-color: #505050;
    margin-bottom: 240px;
}

    .estructura .small-title {
        margin-bottom: 60px;
    }

@media (max-width: 425px) {
    .estructura .d-flex {
        padding: 0 15px;
    }
}

.estructura__section {
    padding: 16px 0 32px;
    border-bottom: 1px solid #ffffff;
}

@media (max-width: 425px) {
    .estructura__section--center {
        text-align: center;
    }

        .estructura__section--center a,
        .estructura__section--center p {
            text-align: center;
        }
}

.estructura__title {
    display: block;
    font-family: "Heebo", sans-serif;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    margin: 16px 0;
    padding: 0 16px;
}

@media (max-width: 425px) {
    .estructura__title {
        text-align: center;
    }
}

.estructura__link {
    color: #fff;
    text-align: left;
    display: block;
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    padding: 16px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .estructura__link {
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .estructura__link {
        padding-right: 0;
        padding-left: 0;
    }
}

.estructura__link:hover {
    color: #fff;
    text-decoration: none;
}

.estructura__divider {
    border-top: 1px solid #d8d8d8;
}

@media (max-width: 425px) {
    .estructura__divider {
        padding: 0 15px;
    }
}

.estructura hr {
    border-top: 1px solid #d8d8d8;
}

.modal-content {
    border-radius: none;
}

.modal-estructura {
    padding: 60px 30px;
    position: relative;
}

    .modal-estructura .close {
        position: absolute;
        right: 30px;
        top: 30px;
    }

.modal-estructura__title {
    text-align: center;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
}

.modal-estructura__text {
    text-align: center;
    font-family: "Heebo", sans-serif;
}

.modal-estructura-header {
    border-bottom: none;
}

.member {
    background-color: #0093be;
    width: 21%;
    position: relative;
    margin: 41px 9px 0 9px;
}

@media (max-width: 1024px) {
    .member {
        width: 45%;
        margin: 41px 8px 0 8px;
    }
}

@media (max-width: 320px) {
    .member {
        width: 50% !important;
        margin: 41px 8px 0 8px;
    }
}

.member--small {
    width: 18%;
    position: relative;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    margin-top: 47px;
    background-color: #3f7c98;
}

@media (max-width: 320px) {
    .member--small {
        width: 50% !important;
        margin: 41px 8px 0 8px;
    }
}

@media (max-width: 1024px) {
    .member--small {
        width: 45%;
        margin-bottom: 20px;
    }
}

.member__picture {
    width: 100%;
}

.member__top {
    padding: 5px;
}

.member__bottom {
    text-align: center;
    font-family: "Heebo", sans-serif;
    padding: 18px;
}

.member__bottom--height {
    min-height: 0;
}

.member__bottom--small {
    bottom: 0;
    width: 100%;
}

    .member__bottom--small .hidden {
        opacity: 1;
        text-align: left;
        color: #fff;
        opacity: 0;
        display: none;
    }

        .member__bottom--small .hidden p {
            font-size: 12px;
        }

        .member__bottom--small .hidden hr {
            border-color: #fff;
            margin: 3px 0;
        }

.member__name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 425px) {
    .member__name {
        font-size: 14px;
    }
}

.member__title {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .member__title {
        font-size: 13px;
    }
}

.member__title--small {
    font-size: 14px;
}

.fancybox-toolbar {
    display: none;
}

.fancybox-caption {
    bottom: 20%;
    font-family: "Heebo", sans-serif;
    background: transparent;
}

.fancybox-content {
    position: relative;
}

    .fancybox-content .button-close,
    .fancybox-content .button-previous,
    .fancybox-content .button-next {
        position: absolute;
        width: 44px;
        height: 44px;
        background: transparent;
        text-align: center;
        line-height: 44px;
        color: #fff;
        text-decoration: none;
        border-radius: 50%;
        font-size: 16px;
        border: none;
        font-size: 26px;
    }

    .fancybox-content .button-previous,
    .fancybox-content .button-next {
        top: 50%;
        margin-top: -22px;
        line-height: 42px;
    }

@media (max-width: 425px) {
    .fancybox-content .button-previous,
    .fancybox-content .button-next {
        display: block;
        text-align: center;
    }
}

.fancybox-content .button-previous {
    left: -50px;
}

@media (max-width: 425px) {
    .fancybox-content .button-previous {
        left: 0;
        top: 110%;
        font-size: 10px;
    }
}

.fancybox-content .button-next {
    right: -50px;
}

@media (max-width: 425px) {
    .fancybox-content .button-next {
        right: 0;
        top: 110%;
        font-size: 10px;
    }
}

.fancybox-content .button-close {
    top: -57px;
    right: -12px;
    font-size: 22px;
    color: #fff;
}

@media (max-width: 425px) {
    .fancybox-content .button-close {
        right: 0;
    }
}

@media (max-width: 425px) {
    .fancybox-image {
        height: auto;
        margin: 0 auto;
    }
}

.fancybox-infobar.fix {
    position: absolute;
    background: transparent;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 16px;
    border: none;
    font-size: 26px;
    z-index: 99999999;
    width: 100%;
    opacity: 1;
    visibility: visible;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 425px) {
    .fancybox-infobar.fix {
        display: block;
    }
}

.fancybox-infobar.fix .number {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.fancybox-infobar.fix span {
    font-family: "Heebo", sans-serif;
    font-size: 18px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}

.fancybox-infobar.fix a {
    font-family: "Heebo", sans-serif;
    font-size: 14px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    text-align: right;
}

@media (max-width: 425px) {
    .fancybox-infobar.fix a {
        display: block;
        text-align: center;
    }
}

.timeline {
    padding: 60px 0;
}

.dot-nav {
    position: relative;
    height: 60px;
    overflow: hidden;
    padding: 0 30px;
}

.dot-nav__navigation {
    padding: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 100%;
    z-index: 990;
    top: 1px;
}

    .dot-nav__navigation li {
        cursor: pointer;
    }

        .dot-nav__navigation li button {
            display: inline-block;
            width: 12px;
            padding: 0;
            border: none;
            height: 12px;
            background-color: #505050;
            border-radius: 50%;
            position: relative;
            position: absolute;
            top: calc(50% - 6px);
        }

            .dot-nav__navigation li button:hover .yeartip {
                display: block;
            }

            .dot-nav__navigation li button .yeartip {
                border: 1px solid #f1f1f1;
                background-color: #fff;
                padding: 2px;
                position: absolute;
                width: 60px;
                font-family: "Heebo", sans-serif;
                font-weight: 600;
                top: -24px;
                font-size: 11px;
                left: calc(50% - 30px);
                display: none;
            }

                .dot-nav__navigation li button .yeartip:after {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    bottom: -8px;
                    right: calc(50% - 8px);
                    border-width: 8px 8px 0 8px;
                    border-color: #f1f1f1 transparent transparent transparent;
                }

.dot-nav .filling-line {
    position: absolute;
    width: calc(100% - 60px);
    top: 50%;
    border: 1px dashed #505050;
    height: 1px;
}

.dot-nav .time-line-arrow {
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    list-style: none;
    z-index: 999;
}

    .dot-nav .time-line-arrow button {
        border: none;
        background-color: transparent;
        padding: 0;
    }

    .dot-nav .time-line-arrow .prev {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 24px;
        font-weight: bold;
    }

    .dot-nav .time-line-arrow .next {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 24px;
        font-weight: bold;
        z-index: 998;
    }

.slider-timeline .slide {
    margin: 0 30px;
}

.prensa {
    position: relative;
}

    .prensa .galeria-decal {
        position: absolute;
        left: 0;
        width: 74%;
        left: -10px;
        bottom: -3px;
    }

@media (max-width: 768px) {
    .prensa .galeria-decal {
        display: none;
    }
}

@media (max-width: 1024px) {
    .dot-nav {
        padding: 0;
        overflow-x: scroll;
    }

    .filling-line {
        width: 100% !important;
        min-width: 1500px !important;
    }

    .dot-nav__navigation li {
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    .dot-nav .time-line-arrow .prev {
        display: none;
    }
}

@media (max-width: 1024px) {
    .dot-nav__navigation {
        width: 100% !important;
        min-width: 1500px !important;
    }
}

@media (max-width: 1024px) {
    .dot-nav .time-line-arrow .next {
        display: none;
    }
}

.event {
    text-align: center;
    border-left: 1px dashed #505050;
    border-bottom: 1px dashed #505050;
    border-radius: 0 0 0 30px;
    padding: 0 53px 53px 53px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.event--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 205px;
}

    .event--flex img {
    }

.event__image {
    display: block;
    margin: 0 auto;
    width: 210px;
}

.event-year {
    font-family: "Heebo", sans-serif;
    text-align: center;
    margin-bottom: 52px;
    color: #1a495f;
}

.event-description {
    font-size: 17px;
    line-height: 22px;
    font-family: "Heebo", sans-serif;
    text-align: center;
    color: #505050;
    margin-top: 58px;
    position: relative;
    width: 223px;
}

.time-line-padding-fix {
    padding: 0 10px;
    flex: 33.33%;
    width: 240px;
}

.event--flex img {
    width: 100%
}

.event-description .event-separator {
    display: block;
    width: 91px;
    margin: 10px auto;
    height: 3px;
    background-color: #505050;
}

.event-description:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 12px;
    padding: 0;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    background-color: #505050;
    border-radius: 50%;
    top: -64px;
}

.flex-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.colaboradores-number {
    font-family: "Heebo", sans-serif;
    text-align: center;
    font-weight: 300;
}

@media (min-width: 768px) {
    .colaboradores-number {
        text-align: right;
    }
}

.colaboradores-number h3 {
    font-size: 115px;
    font-weight: 400;
    font-family: "Heebo", sans-serif;
    color: #56b2d2;
    margin-bottom: -30px;
}

.colaboradores-number h4 {
    margin: 0;
    font-weight: 300;
    color: #56b2d2;
    font-size: 30px;
}

.graphics {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .graphics {
        margin: 12px 0 0;
    }
}

.graphics .vector {
    width: 100%;
    padding: 0 10px;
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: -2px;
}

.graphics .vector--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .graphics .vector--flex {
        height: 323px;
    }
}

.graphics .vector .left {
    width: 60%;
}

    .graphics .vector .left .height {
        margin: 0 auto;
        display: block;
    }

.graphics .vector .right {
    width: 40%;
}

    .graphics .vector .right .height2 {
        margin: 0 auto;
        display: block;
    }

.graphics .vector .height2 {
    height: 385px;
}

.graphics .vector .left--no-bottom {
    bottom: 0;
    width: 100%;
    position: static;
    margin-bottom: 30px;
}

    .graphics .vector .left--no-bottom svg {
        width: 100%;
    }

.graphics .line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 5;
}

    .graphics .line .color-1 {
        height: 4px;
        background-color: #56b2d2;
        width: 85%;
    }

    .graphics .line .color-1--60 {
        width: 60%;
    }

    .graphics .line .color-3 {
        height: 4px;
        background-color: #c7d50b;
    }

    .graphics .line .color-2 {
        height: 4px;
        background-color: #9db91e;
        width: 15%;
    }

    .graphics .line .color-2--40 {
        width: 40%;
    }

.graphics .line--three .color-1 {
    width: 15%;
    position: relative;
}

    .graphics .line--three .color-1:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        left: 50%;
        top: -20px;
        margin-left: -10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(/Content/img/helmet-1.svg);
    }

.graphics .line--three .color-3 {
    width: 30%;
    position: relative;
}

    .graphics .line--three .color-3:before {
        content: "";
        position: absolute;
        height: 22px;
        width: 22px;
        left: 50%;
        top: -22px;
        margin-left: -10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(/Content/img/helmet-2.svg);
    }

.graphics .line--three .color-2 {
    width: 55%;
    position: relative;
}

    .graphics .line--three .color-2:before {
        content: "";
        position: absolute;
        height: 40px;
        width: 40px;
        left: 50%;
        top: -40px;
        margin-left: -20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(/Content/img/helmet-3.svg);
    }

.graphics .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.graphics .text--center {
    text-align: center;
}

.graphics .text p {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
}

    .graphics .text p span {
        font-weight: 600;
        font-size: 20px;
    }

        .graphics .text p span.blue {
            color: #56b2d2;
            font-size: 20px;
        }

        .graphics .text p span.green {
            color: #87b718;
            font-size: 20px;
        }

.graphics .text-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .graphics .text-city h3 {
        font-size: 13px;
        font-weight: 400;
        font-family: "Heebo", sans-serif;
        text-align: center;
        width: 15%;
    }

@media (min-width: 768px) {
    .graphics .text-city h3 {
        font-size: 20px !important;
    }
}

.graphics .text-city h3 span {
    font-weight: 600;
    font-size: 18px;
}

@media (min-width: 768px) {
    .graphics .text-city h3 span {
        font-size: 20px !important;
        line-height: 24px !important;
    }
}

.graphics .text-city h3 span.blue {
    color: #56b2d2;
    font-size: 20px;
}

.graphics .text-city h3 span.green {
    color: #c7d50b;
    font-size: 20px;
}

.graphics .text-city h3 span.green-2 {
    color: #87b718;
}

.graphics .text-city h3:nth-child(2) {
    width: 30%;
}

.graphics .text-city h3:nth-child(3) {
    width: 55%;
}

.graphics .text-city p:first-child {
    width: 60%;
    font-size: 13px;
}

@media (min-width: 768px) {
    .graphics .text-city p:first-child {
        font-size: 20px !important;
        line-height: 24px !important;
    }
}

.graphics .text-city p:nth-child(2) {
    width: 40%;
    font-size: 13px;
}

@media (min-width: 768px) {
    .graphics .text-city p:nth-child(2) {
        font-size: 20px !important;
        line-height: 24px !important;
    }
}

.graphics.men-and-women p {
    text-align: center;
}

    .graphics.men-and-women p span {
        color: #56b2d2;
        display: block;
        margin-top: -8px;
    }

.graphics.men-and-women .left svg {
    margin-left: 5px;
}

.graphics.men-and-women .right svg {
    float: right;
    margin-right: 10px;
}

.graphics.men-and-women p:first-child {
    margin-left: 14px;
}

.graphics.men-and-women p:nth-child(2) {
    margin-right: 24px;
}

.titulo-graphics {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
    color: #505050;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .year span {
        font-family: "Heebo", sans-serif;
        font-weight: 500;
    }

.contact-phone {
    text-align: center;
    padding: 40px 0;
    margin: 0 23px;
}

@media (max-width: 425px) {
    .contact-phone {
        padding: 50px 0;
    }
}

.contact-phone__button {
    background-color: #0095c3;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 10px 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 23px;
}

@media (max-width: 579px) {
    .contact-phone__button {
        /*display: block;*/
        margin-bottom: 30px;
        height: 49px;
        width: 232px;
    }

        .contact-phone__button:last-child {
            margin-bottom: 0;
        }
}

.contact-phone__button:hover {
    color: #ffffff;
    text-decoration: none;
}

.contact-phone__button--green {
    background-color: #87b718;
}

.contact-phone__icon {
    margin-right: 9px;
}

    .contact-phone__icon path {
        fill: #fff;
    }

.denuncias {
    padding: 80px 0 210px;
    background-image: url(../img/denunciabg.jpg);
}

    .denuncias .generic-title {
        margin-bottom: 40px;
        color: #1a495f;
    }

.denuncias__text {
    font-family: "Heebo", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 40px;
    color: #505050;
}

.denuncias-actions__link {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    padding: 30px;
    margin-bottom: 24px;
}

    .denuncias-actions__link svg {
        display: block;
        margin: 0 auto;
        margin-bottom: 16px;
    }

        .denuncias-actions__link svg path {
            fill: #7b7b7b;
        }

    .denuncias-actions__link:hover {
        text-decoration: none;
    }

.denuncias-actions__text {
    border: 1px solid #1a495f;
    text-decoration: none;
    display: inline-block;
    font-family: "Heebo", sans-serif;
    padding: 17px 30px;
    color: #1a495f;
    font-weight: 500;
}

#map {
    width: 100%;
    height: 500px;
}

.info-map {
    background-color: #ffffff;
    max-width: 475px;
    text-align: center;
    font-weight: 500;
    font-family: "Heebo", sans-serif;
}

    .info-map p {
        margin-bottom: 0;
    }

@media (max-width: 425px) {
    .info-map {
        font-size: 11px;
    }
}

.info-map .blue a {
    color: #0093be;
    text-decoration: none;
}

.info-map .green a {
    color: #87b718;
    text-decoration: none;
}

.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
    padding: 12px !important;
}

.comunidad {
    padding: 80px 0;
}

@media (max-width: 425px) {
    .comunidad {
        padding-bottom: 0;
    }
}

.comunidad .generic-title {
    margin-bottom: 25px;
}

.comunidad__text {
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    line-height: 30px;
    color: #505050;
    margin-bottom: 24px;
}

.comunidad__number {
    font-family: "Heebo", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #87b718;
    font-weight: 300;
    margin-bottom: -30px;
    font-size: 96px;
}

    .comunidad__number span {
        font-size: 70px;
    }

@media (max-width: 768px) {
    .comunidad__number {
        font-size: 80px;
    }
}

.comunidad__number--blue {
    color: #56b2d2;
}

.comunidad__desc {
    text-align: center;
    font-size: 36px;
    font-family: "Heebo", sans-serif;
    color: 505050;
    text-transform: uppercase;
}

.comunidad__mapa {
    width: 100%;
}

.area-action {
    padding: 80px 0 240px;
}

@media (max-width: 425px) {
    .area-action {
        margin-bottom: 240px;
    }
}

@media (max-width: 425px) {
    .area-action {
        padding-top: 0;
    }
}

.action-link {
    position: relative;
    display: block;
}

.action-link__image {
    width: 100%;
}

@media (max-width: 425px) {
    .action-link__image {
        height: 182px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.action-link__text {
    font-size: 34px;
    font-size: 11px;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    z-index: 9;
    left: 15px;
    bottom: 15px;
    margin-bottom: 0;
}

@media (min-width: 425px) {
    .action-link__text {
        font-size: 16px;
        padding: 12px;
        left: 0;
        bottom: 5px;
        width: 100%;
    }
}

@media (min-width: 760px) {
    .action-link__text {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .action-link__text {
        font-size: 34px;
    }
}

.map-show {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
}

    .map-show.show {
        display: block;
    }

    .map-show img {
        width: 100%;
    }

    .map-show span {
        margin-top: 9px;
        display: block;
    }

        .map-show span img {
            width: 40px !important;
            opacity: 0.5;
        }

    .map-show button {
        border: none;
        position: absolute;
        right: 0;
        background-color: transparent;
    }

.map-area {
    position: relative;
    margin-top: 50px;
}

@media (max-width: 425px) {
    .map-area {
        display: none;
    }
}

.map-area--responsive {
    display: none;
}

    .map-area--responsive:last-child() {
        margin-bottom: 35px;
    }

@media (max-width: 425px) {
    .map-area--responsive {
        display: block;
    }
}

.comunidad-box {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.comunidades-container__center {
    width: 100%;
}

.comunidades-grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-gap: 15px;
}

.comunidad-box {
    background-color: #9fdbe7;
    padding: 36px;
    margin: 0;
    padding-bottom: 15px;
    position: absolute;
    z-index: 99;
    top: 0;
    display: none;
    overflow-y: auto;
    height: 100%;
    max-height: 100%;
    height: 100%;
}

    .comunidad-box .image-fixer img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

@media (max-width: 425px) {
    .comunidad-box {
        padding: 15px;
        left: 15px;
        right: 15px;
    }
}

.comunidad-box::-webkit-scrollbar {
    display: none;
}

.comunidad-box.show {
    display: block;
}

.comunidad-box--green {
    background-color: #d5e9ab;
}

.comunidad-box__title {
    /* Educación */
    font-family: "Heebo", sans-serif;
    color: #1d82a5;
    text-transform: uppercase;
    font-weight: 500;
    color: #1d82a5;
    margin-bottom: 24px;
}

.comunidad-box__title--green {
    color: #71981e;
}

.comunidad-box__top {
    position: relative;
}

.comunidad-box__button {
    border: transparent;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: transparent;
}

    .comunidad-box__button span {
        position: absolute;
        top: -15px;
    }

        .comunidad-box__button span img {
            width: 41px;
            opacity: 0.5;
        }

.comunidad-box .img-fluid {
    width: 100%;
}

.comunidad-box__text {
    color: #3d3d3d;
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    margin: 27px 0;
}

.comunidad-box .square-icon {
    background-color: #c6e8ef;
    padding: 25px;
    text-align: center;
}

.comunidad-box .square-icon2 {
    text-align: center;
}

.comunidad-box .arrow {
    margin-bottom: 25px;
}

.comunidad-box .square-icon3 {
    text-align: center;
    background-color: #E9F1D7;
    padding: 25px;
}

.comunidad-box .group {
    margin-bottom: 25px;
}

.comunidad-box .group2 {
    margin-bottom: 25px;
    text-align: center;
    height: 100%;
    background-color: #e9f1d7;
    padding: 24px 0;
}

.comunidad-box .group3 {
    margin-bottom: 25px;
    text-align: center;
    height: 100%;
    background-color: #c6e8ef;
    padding: 24px 0;
}

.comunidad-box__desc {
    /* entrenamientos y cap */
    font-family: "Heebo", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 24px;
    font-weight: 500;
    padding: 0 24px;
}

@media (max-width: 425px) {
    .comunidad-box__desc {
        font-size: 12px;
    }
}

.comunidad-box__long {
    color: #505050;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    text-align: left;
    padding: 0 24px;
    line-height: 24p;
}

.comunidad-box__icon {
    height: 70px;
}

@media (max-width: 425px) {
    .comunidad-box__icon {
        height: 50px;
    }
}

.content {
    position: relative;
}

area:focus {
    outline: none;
    border: none;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}

@media (min-width: 769px) {
    .hide-on-desktop {
        display: none;
    }
}

.mb--5 {
    margin-bottom: -20px !important;
}

.compromiso {
    padding: 80px 0;
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    line-height: 30px;
    color: #505050;
}

.matriz {
    padding-bottom: 80px;
}

    .matriz .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: none;
    }

        .matriz .nav-tabs .nav-link {
            border-radius: 0;
            border: none;
            font-family: "Heebo", sans-serif;
            font-weight: 300;
            font-size: 40px;
            line-height: 59px;
            text-align: center;
            color: #cccccc;
            -webkit-transition: all ease-out 0.5s;
            transition: all ease-out 0.5s;
        }

@media (max-width: 769px) {
    .matriz .nav-tabs .nav-link {
        font-size: 27px;
    }
}

.matriz .nav-tabs .nav-link:hover {
    color: #505050;
}

.matriz .nav-tabs .nav-link.active {
    border: none;
    color: #505050;
}

.central-frame {
    background-color: #b6b6b6;
    margin-bottom: 80px;
}

    .central-frame:last-child {
        margin-bottom: 240px;
    }

.breakdown {
    margin-top: 68px;
}

    .breakdown .slide-mobile .slick-prev {
        width: 21px;
        height: 46px;
        background-image: url(../img/prev-black.svg);
        z-index: 99;
        left: 15px;
        background-repeat: no-repeat;
        top: 40px;
    }

    .breakdown .slide-mobile .slick-disabled {
        opacity: 0.1;
    }

    .breakdown .slide-mobile .slick-next {
        width: 21px;
        height: 46px;
        background-image: url(../img/next-black.svg);
        z-index: 99;
        right: 15px;
        background-repeat: no-repeat;
        top: 40px;
    }

        .breakdown .slide-mobile .slick-next:before {
            content: "";
        }

    .breakdown .slide-mobile .slick-prev:before {
        content: "";
    }

.energie-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 42px;
}

    .energie-block.start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 20%;
    }

@media (max-width: 1024px) {
    .energie-block.start {
        text-align: center;
        width: 100%;
    }

        .energie-block.start img {
            margin: 0 auto;
            margin-bottom: 24px;
        }
}

.energie-block--inline {
    margin: 0;
}

.energie-block:last-child {
    margin-bottom: 0;
}

.energie-block__icon {
    margin-right: 18px;
}

.energie-block__type {
    margin: 0;
    font-family: "Heebo", sans-serif;
    color: #505050;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: -10px;
    text-transform: uppercase;
}

.energie-block__number {
    font-family: "Heebo", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 0;
    line-height: 53px;
    text-transform: uppercase;
    color: #cbcc31;
    margin-bottom: -6px;
}

.energie-block__number--mb {
    margin-bottom: 24px;
}

.energie-block__text--carbon h3 {
    color: #beac83;
}

.energie-block__text--gas h3 {
    color: #87b718;
}

.energie-block__text--viento h3 {
    color: #56b2d2;
}

.energie-block__text--sol h3 {
    color: #fbb040;
}

.energie-block__text--carbon h3 {
    color: #beac83;
}

.location {
    margin-bottom: 25px;
    width: 140px;
    padding: 0 0 0 10px;
}

@media (max-width: 1024px) {
    .location {
        width: 100%;
    }
}

.location--50 {
    width: 50%;
    float: left;
}

.location--full {
    width: 100%;
}

.location--margin {
    margin-bottom: 0;
}

    .location--margin p {
        margin-bottom: 6px;
    }

.location:last-child {
    margin-bottom: 0;
}

.location__city {
    font-family: "Heebo", sans-serif;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.421053px;
    text-transform: uppercase;
    color: #505050;
    margin-bottom: 0;
    display: block;
}

.location__number {
    font-family: "Heebo", sans-serif;
    font-size: 23px;
    line-height: 37px;
    margin-bottom: 0;
    letter-spacing: 0.657895px;
    text-transform: uppercase;
    color: #cbcc31;
    display: block;
}

.location__number--brown {
    color: #a69672;
}

.location__number--blue {
    color: #56b2d2;
}

.location__number--orange {
    color: #fbb040;
}

.location__number--green {
    color: #87b718;
}

.location__number span {
    font-weight: normal;
}

#matrizgeneracion {
    margin-top: 48px;
}

.objetivos {
    background-image: url(../img/objetivosbg.jpg);
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

    .objetivos p {
        font-size: 18px;
        font-family: "Heebo", sans-serif;
        line-height: 30px;
        color: #505050;
    }

@media (min-width: 576px) {
    .objetivos .modal-dialog {
        max-width: 600px;
    }
}

.objetivos .modal-content {
    border-radius: 0;
    border: none;
    background-color: #fcc30b;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.objetivos .modal-content--trabajo {
    background-color: #a21942;
}

    .objetivos .modal-content--trabajo p,
    .objetivos .modal-content--trabajo h5 {
        color: #ffffff;
    }

.objetivos .modal-content--producion {
    background-color: #bf8b2e;
}

    .objetivos .modal-content--producion p,
    .objetivos .modal-content--producion h5 {
        color: #ffffff;
    }

.objetivos .modal-content--accion {
    background-color: #3f7e44;
}

    .objetivos .modal-content--accion p,
    .objetivos .modal-content--accion h5 {
        color: #ffffff;
    }

.objetivos .modal-content--alianza {
    background-color: #19486a;
}

    .objetivos .modal-content--alianza p,
    .objetivos .modal-content--alianza h5 {
        color: #ffffff;
    }

.objetivos .modal-content--pobreza {
    background-color: #e5243b;
}

    .objetivos .modal-content--pobreza p,
    .objetivos .modal-content--pobreza h5 {
        color: #ffffff;
    }

.objetivos .modal-content--pobreza {
    background-color: #e5243b;
}

    .objetivos .modal-content--pobreza p,
    .objetivos .modal-content--pobreza h5 {
        color: #ffffff;
    }

.objetivos .modal-content--salud {
    background-color: #4c9f38;
}

    .objetivos .modal-content--salud p,
    .objetivos .modal-content--salud h5 {
        color: #ffffff;
    }

.objetivos .modal-content--educacion {
    background-color: #c5192d;
}

    .objetivos .modal-content--educacion p,
    .objetivos .modal-content--educacion h5 {
        color: #ffffff;
    }

.objetivos .modal-content--educacion {
    background-color: #c5192d;
}

    .objetivos .modal-content--educacion p,
    .objetivos .modal-content--educacion h5 {
        color: #ffffff;
    }

.objetivos .modal-content--genero {
    background-color: #ff3a21;
}

    .objetivos .modal-content--genero p,
    .objetivos .modal-content--genero h5 {
        color: #ffffff;
    }

.objetivos .modal-estructura {
    padding: 30px 45px;
}

    .objetivos .modal-estructura .close {
        top: 15px;
        right: 15px;
    }

.objetivos .modal-estructura__title {
    font-size: 18px;
    margin-bottom: 24px;
    color: #fff;
}

.objetivos .modal-estructura__text {
    font-size: 17px;
    color: #fff;
    text-align: left;
    line-height: 24px;
}

.objetivos .feather.icon-x {
    color: #fff;
}

.pointers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .pointers {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.pointers a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin: 25px 0;
    text-align: center;
}

@media (max-width: 576px) {
    .pointers a img {
        width: 120px;
    }
}

#white-modal .modal-backdrop {
    background-color: #ffffff;
}

.inversiones {
    padding: 80px 0;
}

    .inversiones .row-margin {
        margin-top: 100px;
    }

.inversiones__data {
    text-align: center;
    font-family: "Heebo", sans-serif;
}

.inversiones__number {
    font-size: 100px;
    font-weight: 300;
    margin-bottom: 0;
}

    .inversiones__number span {
        font-size: 50px;
        font-weight: 300;
    }

.inversiones__desc {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: -20px;
    font-weight: 300;
}

.color-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 150px;
    font-family: "Heebo", sans-serif;
}

.color-bar__central {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .color-bar__central h4 {
        display: block;
        margin: 0;
        font-family: "Heebo", sans-serif;
        width: 100%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        font-size: 16px;
        color: #0093be;
    }

        .color-bar__central h4.--orange {
            color: #fbb040;
        }

        .color-bar__central h4.--green {
            color: #87b718;
        }

        .color-bar__central h4.--brown {
            color: #beac83;
        }

    .color-bar__central p {
        display: block;
        font-family: "Heebo", sans-serif;
        margin: 0;
        width: 100%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        color: #0093be;
        font-size: 12px;
        margin-bottom: 6px;
    }

        .color-bar__central p.no-margin {
            margin: 0;
        }

        .color-bar__central p.no-margin2 {
            margin-top: -3px;
            margin-bottom: 0;
        }

        .color-bar__central p.--orange {
            color: #fbb040;
        }

        .color-bar__central p.--green {
            color: #87b718;
        }

        .color-bar__central p.--brown {
            color: #beac83;
        }

.color-bar__text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

    .color-bar__text:hover {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }

    .color-bar__text.fade-out {
        opacity: 0.3;
    }

        .color-bar__text.fade-out:hover {
            opacity: 1;
        }

.color-bar__blue {
    background-color: #56b2d2;
    width: 48%;
}

.color-bar__blue--fade {
    background-color: rgba(86, 178, 210, 0.3);
}

.color-bar__blue--fade2 {
    background-color: rgba(86, 178, 210, 0.1);
}

.color-bar__orange {
    background-color: #fbb040;
    width: 12%;
}

.color-bar__orange--fade {
    background-color: rgba(251, 176, 64, 0.3);
}

.color-bar__orange--fade2 {
    background-color: rgba(251, 176, 64, 0.1);
}

.color-bar__green {
    background-color: #87b718;
    width: 30%;
}

.color-bar__green--fade {
    background-color: rgba(135, 183, 24, 0.3);
}

.color-bar__green--fade2 {
    background-color: rgba(135, 183, 24, 0.1);
}

.color-bar__brown {
    background-color: #beac83;
    width: 10%;
}

.color-bar__brown--fade {
    background-color: rgba(190, 172, 131, 0.3);
}

.color-bar__brown--fade2 {
    background-color: rgba(190, 172, 131, 0.1);
}

.color-bar__number {
    color: #fff;
    font-weight: 500;
    margin-bottom: -10px;
    font-size: 30px;
}

.color-bar__number--blue {
    color: #0093be;
}

.color-bar__number--orange {
    color: #fbb040;
}

.color-bar__number--green {
    color: #87b718;
}

.color-bar__number--brown {
    color: #beac83;
}

.color-bar__unit {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
}

.color-bar__unit--blue {
    color: #0093be;
}

.color-bar__unit--orange {
    color: #fbb040;
}

.color-bar__unit--green {
    color: #87b718;
}

.color-bar__unit--brown {
    color: #beac83;
}

.color-bar__icon {
    -ms-flex-negative: 100%;
    flex-shrink: 100%;
    margin-bottom: 10px;
}

.color-bar__number {
    -ms-flex-negative: 100%;
    flex-shrink: 100%;
}

.color-bar__unit {
    -ms-flex-negative: 100%;
    flex-shrink: 100%;
    margin-top: 5px;
}

.vision {
    padding-bottom: 80px;
}

    .vision p {
        font-size: 18px;
        font-family: "Heebo", sans-serif;
        line-height: 30px;
        color: #505050;
    }

.total-power {
    margin-top: 40px;
    font-weight: 500;
}

.total-power__number {
    font-size: 28px;
    color: #505050;
    font-weight: 300;
    text-align: center;
    font-family: "Heebo", sans-serif;
}

@media (min-width: 576px) {
    .total-power__number {
        font-size: 180px;
    }
}

@media (max-width: 576px) {
    .total-power__number {
        font-size: 80px;
    }

        .total-power__number span {
            font-size: 43px;
        }
}

.total-power__separator {
    width: 100%;
}

.resources {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.resources__element {
    display: inline-block;
    margin: 0 25px;
}

@media (max-width: 768px) {
    .resources__element p {
        font-size: 13px;
    }
}

.resources__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Heebo", sans-serif;
}

    .resources__block img {
        height: 66px;
    }

@media (max-width: 768px) {
    .resources__block img {
        height: 24px;
    }
}

.resources__block p {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    margin-top: 6px;
}

@media (max-width: 768px) {
    .resources__block p {
        font-size: 11px !important;
    }
}

.resources__block h3 {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    font-weight: 400;
    font-family: "Heebo", sans-serif;
    font-size: 70px;
    color: #505050;
}

@media (max-width: 768px) {
    .resources__block h3 {
        font-size: 36px;
    }
}

.resources__block h3 span {
    font-size: 30px;
    margin-left: 12px;
}

@media (max-width: 768px) {
    .resources__block h3 span {
        font-size: 20px;
    }
}

.vision {
    padding-top: 80px;
    position: relative;
}

@media (max-width: 768px) {
    .vision {
        padding-top: 80px;
    }
}

.vision .viento {
    width: 140px;
    height: 100%;
    position: absolute;
    background-color: rgba(86, 178, 210, 0.1);
    left: 0;
    top: 0;
    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;
    display: none;
}

@media (min-width: 576px) {
    .vision .viento {
        display: block;
    }
}

.vision .sol {
    right: 0;
    top: 0;
    width: 140px;
    height: 100%;
    position: absolute;
    background-color: rgba(251, 176, 64, 0.1);
    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;
    display: none;
}

@media (min-width: 576px) {
    .vision .sol {
        display: block;
        bottom: 260px;
        position: absolute;
    }
}

.vision p {
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    line-height: 30px;
    color: #505050;
}

.vision__map {
    margin-top: 20px;
    width: 90vw;
}

@media (max-width: 576px) {
    .vision__map {
        margin-top: 85px;
        font-size: 260px;
    }
}

.descargas {
    padding: 80px 0 350px;
    background-color: #ffffff;
}

.descargas-slideshow__download {
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}

    .descargas-slideshow__download img {
        margin: 0 auto;
    }

.descargas-slideshow .slick-prev:before,
.descargas-slideshow .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    width: 22px;
    height: 47px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.descargas-slideshow .slick-prev {
    width: 22px;
    height: 47px;
    background-image: url(../img/prev.svg);
    z-index: 99;
    left: 25px;
    top: calc(50% - 23px);
}

.descargas-slideshow .slick-next {
    width: 22px;
    height: 47px;
    background-image: url(../img/next.svg);
    z-index: 99;
    right: 25px;
    top: calc(50% - 23px);
}

.descargas-slideshow .slick-prev:before {
    content: "";
}

.descargas-slideshow .slick-next:before {
    content: "";
}

#chart {
    height: 500px;
    width: 500px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #chart {
        width: 285px;
        height: 285px;
    }
}

#chart path {
    stroke: rgba(0, 0, 0, 0.095);
    stroke-width: 2;
    position: relative;
}

    #chart path.scale-out {
        -webkit-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
        -webkit-transform: scale(0.999);
        transform: scale(0.999);
    }

    #chart path:nth-of-type(3) {
        fill: rgba(190, 173, 131, 0.9);
    }

    #chart path:nth-of-type(5) {
        fill: rgba(216, 216, 52, 0.9);
    }

    #chart path:nth-of-type(6) {
        fill: rgba(229, 230, 115, 0.9);
    }

    #chart path:nth-of-type(7) {
        fill: rgba(220, 219, 132, 0.9);
    }

    #chart path:nth-of-type(8) {
        fill: rgba(203, 204, 49, 0.9);
    }

    #chart path:nth-of-type(9) {
        fill: rgba(229, 230, 115, 0.9);
    }

#chart2 {
    height: 500px;
    width: 500px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #chart2 {
        width: 285px;
        height: 285px;
    }
}

#chart2 path {
    stroke: rgba(0, 0, 0, 0.095);
    stroke-width: 2;
    position: relative;
}

    #chart2 path.scale-out {
        -webkit-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
        -webkit-transform: scale(0.999);
        transform: scale(0.999);
    }

    #chart2 path:nth-last-of-type(1) {
        fill: rgba(86, 178, 210, 0.9);
    }

    #chart2 path:nth-of-type(5) {
        fill: rgba(203, 204, 49, 0.9);
    }

    #chart2 path:nth-of-type(6) {
        fill: rgba(221, 220, 133, 0.9);
    }

    #chart2 path:nth-of-type(7) {
        fill: rgba(203, 204, 49, 0.9);
    }

    #chart2 path:nth-of-type(8) {
        fill: rgba(221, 220, 133, 0.9);
    }

    #chart2 path:nth-of-type(8) {
        fill: rgba(221, 220, 133, 0.9);
    }

    #chart2 path:nth-of-type(9) {
        fill: rgba(203, 204, 49, 0.9);
    }

    #chart2 path:nth-of-type(3) {
        fill: rgba(190, 172, 131, 0.9);
    }

#chart3 {
    height: 500px;
    width: 500px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #chart3 {
        width: 285px;
        height: 285px;
    }
}

#chart3 path {
    stroke: rgba(0, 0, 0, 0.095);
    stroke-width: 2;
    position: relative;
}

    #chart3 path.scale-out {
        -webkit-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
        -webkit-transform: scale(0.999);
        transform: scale(0.999);
    }

    #chart3 path:nth-of-type(3) {
        fill: rgba(190, 172, 131, 0.9);
    }

    #chart3 path:nth-of-type(5) {
        fill: rgba(251, 176, 64, 0.9);
    }

    #chart3 path:nth-of-type(6) {
        fill: rgba(228, 153, 42, 0.9);
    }

    #chart3 path:nth-of-type(15) {
        fill: rgba(203, 204, 49, 0.9);
    }

    #chart3 path:nth-of-type(16) {
        fill: rgba(235, 235, 36, 0.9);
    }

    #chart3 path:nth-of-type(17) {
        fill: rgba(203, 204, 49, 0.9);
    }

    #chart3 path:nth-of-type(18) {
        fill: rgba(235, 235, 36, 0.9);
    }

    #chart3 path:nth-of-type(13) {
        fill: rgba(135, 183, 24, 0.9);
    }

    #chart3 path:nth-of-type(8) {
        fill: rgba(52, 167, 200, 0.9);
    }

    #chart3 path:nth-of-type(9) {
        fill: rgba(141, 199, 221, 0.9);
    }

    #chart3 path:nth-of-type(10) {
        fill: rgba(52, 167, 200, 0.9);
    }

    #chart3 path:nth-of-type(11) {
        fill: rgba(141, 199, 221, 0.9);
    }

#chart4 {
    height: 500px;
    width: 500px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #chart4 {
        width: 285px;
        height: 285px;
    }
}

#chart4 .chart4QUISQUETA {
    fill: rgba(127, 172, 22, 0.8);
}

#chart4 path {
    stroke: rgba(0, 0, 0, 0.095);
    stroke-width: 2;
    position: relative;
}

    #chart4 path.scale-out {
        -webkit-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
        -webkit-transform: scale(0.999);
        transform: scale(0.999);
    }

    #chart4 path:nth-of-type(3) {
        fill: rgba(190, 172, 131, 0.8);
    }

    #chart4 path:nth-of-type(5) {
        fill: rgba(141, 199, 221, 0.8);
    }

    #chart4 path:nth-of-type(6) {
        fill: rgba(135, 189, 211, 0.8);
    }

    #chart4 path:nth-of-type(7) {
        fill: rgba(141, 199, 221, 0.8);
    }

    #chart4 path:nth-of-type(15) {
        fill: rgba(203, 204, 49, 0.8);
    }

    #chart4 path:nth-of-type(16) {
        fill: rgba(235, 235, 36, 0.8);
    }

    #chart4 path:nth-of-type(17) {
        fill: rgba(203, 204, 49, 0.8);
    }

    #chart4 path:nth-of-type(12) {
        fill: rgba(124, 168, 21, 0.8);
    }

    #chart4 path:nth-of-type(18) {
        fill: rgba(235, 235, 36, 0.8);
    }

    #chart4 path:nth-of-type(13) {
        fill: rgba(135, 183, 24, 0.8);
    }

    #chart4 path:nth-of-type(8) {
        fill: rgba(52, 167, 200, 0.8);
    }

    #chart4 path:nth-of-type(9) {
        fill: rgba(251, 176, 64, 0.8);
    }

    #chart4 path:nth-of-type(10) {
        fill: rgba(233, 164, 60, 0.8);
    }

    #chart4 path:nth-of-type(11) {
        fill: rgba(141, 199, 221, 0.8);
    }

.grafico-central {
    padding: 80px 0;
}

.iframe-sol {
    width: 100%;
    height: 1000px;
}

@media (max-width: 768px) {
    .iframe-sol {
        height: 500px;
    }
}

.iframe-sol svg {
    height: 1000px;
}

@media (max-width: 768px) {
    .iframe-sol svg {
        height: 500px !important;
    }
}

.iframe-gas {
    width: 100%;
    height: 1000px;
}

@media (max-width: 768px) {
    .iframe-gas {
        height: 500px;
    }
}

.iframe-gas svg {
    height: 1000px;
}

@media (max-width: 768px) {
    .iframe-gas svg {
        height: 500px !important;
    }
}

.iframe-carbon {
    width: 100%;
    height: 1000px;
}

@media (max-width: 768px) {
    .iframe-carbon {
        height: 500px;
    }
}

.iframe-carbon svg {
    height: 1000px;
}

@media (max-width: 768px) {
    .iframe-carbon svg {
        height: 500px !important;
    }
}

.iframe-diesel {
    width: 100%;
    height: 1000px;
}

@media (max-width: 768px) {
    .iframe-diesel {
        height: 500px;
    }
}

.iframe-diesel svg {
    height: 1000px;
}

@media (max-width: 768px) {
    .iframe-diesel svg {
        height: 500px !important;
    }
}

.band {
    text-align: center;
    padding: 16px 0;
    background-color: #56b2d2;
}

.band--sol {
    background-color: #fbb040;
}

.band--gas {
    background-color: #87b718;
}

.band--carbon {
    background-color: #beac83;
}

.band--diesel {
    background-color: #cbcc31;
}

.band h3 {
    text-align: center;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 22px;
}

@media (min-width: 768px) {
    .band h3 {
        font-size: 28px;
    }
}

#stage {
    width: 100% !important;
    height: 100% !important;
}

.date {
    max-width: 120px;
    padding: 5px 10px;
    border: 1px solid #c8ccd4;
    border-radius: 3px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 35%;
}

    .date:focus {
        outline: none;
        border-color: #5d9cf5;
    }

.ui-datepicker {
    width: 300px;
    padding: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
    opacity: 1;
    font-family: "Heebo", sans-serif;
    z-index: 999 !important;
    border: 1px solid #979797;
    display: none;
}

@media screen and (max-width: 580px) {
    .ui-datepicker {
        width: 350px;
        height: 291px;
        display: none;
        border-radius: 0px;
    }
}

.ui-datepicker.active {
    opacity: 1;
}

.ui-datepicker-header {
    height: 40px;
    padding: 3px;
    margin-bottom: 10px;
}

    .ui-datepicker-header .ui-datepicker-title {
        text-align: center;
        line-height: 34px;
    }

.ui-datepicker-month,
.ui-datepicker-year {
    -webkit-appearance: none;
    border: 0;
    background: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: #4d4d4e;
    margin: 0 1px;
    text-transform: uppercase;
}

.ui-datepicker-month {
    text-align: center;
    width: 85px;
    text-align-last: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    text-indent: 9999px;
    overflow: hidden;
    border-radius: 3px;
}

.ui-datepicker-prev {
    float: left;
}

    .ui-datepicker-prev:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 15px;
    }

.ui-datepicker-next {
    float: right;
}

    .ui-datepicker-next:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: 13px;
    }

    .ui-datepicker-prev:after,
    .ui-datepicker-next:after {
        content: "";
        position: absolute;
        display: block;
        margin-top: -10px;
        width: 6px;
        height: 6px;
        border-left: 2px solid #4d4d4e;
        border-bottom: 2px solid #4d4d4e;
        pointer-events: none;
    }

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

    .ui-datepicker-calendar thead tr th {
        width: 40px;
        padding-bottom: 6px;
    }

        .ui-datepicker-calendar thead tr th span {
            display: block;
            width: 100%;
            padding: 0;
            color: #56b2d2;
            font-size: 10px;
            font-weight: 800;
            text-transform: uppercase;
            text-align: center;
        }

    .ui-datepicker-calendar tbody tr td {
        padding-right: 3px;
        padding-bottom: 3px;
    }

        .ui-datepicker-calendar tbody tr td:first-child {
            padding-left: 3px;
        }

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #4d4d4e;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}

    .ui-state-default:hover {
        background: rgba(0, 147, 190, 0.63);
        text-decoration: none;
        color: #ffffff;
    }

.ui-state-highlight {
    background: #56b2d2;
    text-decoration: none;
    color: #ffffff;
}

.ui-state-active:not(.ui-state-highlight) {
    color: white;
    background: #5d9cf5;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #c7c7c7;
    pointer-events: none;
}

.slide-mobile1 .slick-prev,
.slide-mobile2 .slick-prev,
.slide-mobile3 .slick-prev {
    width: 21px;
    height: 46px;
    background-image: url(../img/prev-black.svg);
    z-index: 99;
    left: 15px;
    background-repeat: no-repeat;
    top: 40px;
}

.slide-mobile1 .slick-disabled,
.slide-mobile2 .slick-disabled,
.slide-mobile3 .slick-disabled {
    opacity: 0.1;
}

.slide-mobile1 .slick-next,
.slide-mobile2 .slick-next,
.slide-mobile3 .slick-next {
    width: 21px;
    height: 46px;
    background-image: url(../img/next-black.svg);
    z-index: 99;
    right: 15px;
    background-repeat: no-repeat;
    top: 40px;
}

    .slide-mobile1 .slick-next:before,
    .slide-mobile2 .slick-next:before,
    .slide-mobile3 .slick-next:before {
        content: "";
    }

.slide-mobile1 .slick-prev:before,
.slide-mobile2 .slick-prev:before,
.slide-mobile3 .slick-prev:before {
    content: "";
}

.added-slide {
    margin-top: 40px;
}

.scroll-tab {
    overflow: auto;
    white-space: nowrap;
}

    .scroll-tab .row {
        width: 100%;
        margin: 60px auto;
    }

@media (max-width: 1024px) {
    .scroll-tab .row {
        width: 1600px;
    }
}

.mobile-map {
    position: relative;
}

    .mobile-map img {
        width: 100%;
        margin: 24px auto;
        display: block;
    }

.dashline {
    z-index: 2;
    width: 70px;
    margin: 0 auto;
}

.dashline2 {
    z-index: 2;
    width: 70px;
    margin: 0 auto;
}

.smallslide .slick-prev {
    width: 21px;
    height: 46px;
    background-image: url(../img/prev-black.svg);
    z-index: 99;
    left: -30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.smallslide .slide {
    position: relative;
}

.smallslide .slick-disabled {
    opacity: 0.1;
}

.smallslide .slick-next {
    width: 21px;
    height: 46px;
    background-image: url(../img/next-black.svg);
    z-index: 99;
    background-size: contain;
    right: -30px;
    background-repeat: no-repeat;
}

    .smallslide .slick-next:before {
        content: "";
    }

.smallslide .slick-prev:before {
    content: "";
}

.smallslide .slick-list {
    width: 100%;
}

.smallslide__agua {
    background-color: rgba(86, 178, 210, 0.1);
    border-bottom: solid 3px #56b2d2;
    text-align: center;
    padding: 24px;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 3;
}

    .smallslide__agua img {
        height: 40px;
        margin: 0 auto;
    }

    .smallslide__agua p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: initial;
        font-weight: 400;
        line-height: 24px;
    }

    .smallslide__agua h3 {
        font-size: 36px;
        color: #56b2d2;
        margin-top: 12px;
        margin-bottom: 12px;
        font-weight: 400;
    }

        .smallslide__agua h3 span {
            font-size: 24px;
            color: #505050;
        }

.smallslide__sol {
    background-color: rgba(251, 176, 64, 0.1);
    border-bottom: solid 3px #fbb040;
    text-align: center;
    padding: 24px;
    font-family: "Heebo", sans-serif;
}

    .smallslide__sol img {
        height: 40px;
        margin: 0 auto;
    }

    .smallslide__sol p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: initial;
        font-weight: 400;
        line-height: 24px;
    }

    .smallslide__sol h3 {
        font-size: 36px;
        color: #fbb040;
        margin-top: 12px;
        margin-bottom: 12px;
        font-weight: 400;
    }

        .smallslide__sol h3 span {
            font-size: 24px;
            color: #505050;
        }

#vis {
    position: relative;
    width: 960px;
    height: 700px;
}

    #vis path {
        cursor: pointer;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        transform-box: fill-box;
        position: relative;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.location.fade-out.location-brown {
    opacity: 0.3;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.location.fade-out.location-green {
    opacity: 0.3;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.graphics-year {
    width: 600px;
    height: 600px;
    margin: 0 auto;
}

.energie-block.energie-block--diesel.fade-out {
    opacity: 0.3;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

.energie-block.energie-block--carbon.fade-out {
    opacity: 0.3;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

.energie-block.energie-block--viento.fade-out {
    opacity: 0.3;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

.energie-block.energie-block--gas.fade-out {
    opacity: 0.3;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

.energie-block.energie-block--sol.fade-out {
    opacity: 0.3;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

.location-BARAHONA.highlight {
    background-color: #beac83;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-BARAHONA.highlight p {
        color: #fff;
    }

.location-CAPITAL.highlight {
    background-color: #beac83;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-CAPITAL.highlight p {
        color: #fff;
    }

.location-HAINA.highlight {
    background-color: #cbcc31;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

.location.highlight > p {
    color: #fff !important;
}

.location-HAINA.highlight p {
    color: #fff;
}

.location-HAINA.highlight {
    background-color: #cbcc31 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-HAINA.highlight p {
        color: #fff !important;
    }

.location-QUISQUEYA2.highlight {
    background-color: #87b718 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-QUISQUEYA2.highlight p {
        color: #fff !important;
    }

.location-SIBA.highlight {
    background-color: #87b718 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-SIBA.highlight p {
        color: #fff !important;
    }

.location-SULTANA.highlight {
    background-color: #cbcc31 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-SULTANA.highlight p {
        color: #fff !important;
    }

    .location-SULTANA.highlight p {
        color: #fff !important;
    }

.location-PALENQUE.highlight {
    background-color: #cbcc31 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-PALENQUE.highlight p {
        color: #fff !important;
    }

.location-PUERTOPLATA.highlight {
    background-color: #cbcc31 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-PUERTOPLATA.highlight p {
        color: #fff !important;
    }

.location-SPM.highlight {
    background-color: #cbcc31 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-SPM.highlight p {
        color: #fff !important;
    }

.location-PEDERNALES.highlight {
    background-color: #cbcc31 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-PEDERNALES.highlight p {
        color: #fff !important;
    }

.location-LOSCOCOS.highlight {
    background-color: #56b2d2 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-LOSCOCOS.highlight p {
        color: #fff !important;
    }

.location-LOSCOCOS-1.highlight {
    background-color: #56b2d2 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-LOSCOCOS-1.highlight p {
        color: #fff !important;
    }

.location-LOSCOCOS-2.highlight {
    background-color: #56b2d2 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-LOSCOCOS-2.highlight p {
        color: #fff !important;
    }

.location-LARIMAR-1.highlight {
    background-color: #56b2d2 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-LARIMAR-1.highlight p {
        color: #fff !important;
    }

.location-LARIMAR-2.highlight {
    background-color: #56b2d2 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-LARIMAR-2.highlight p {
        color: #fff !important;
    }

.location-GIRASOL.highlight {
    background-color: #fbb040 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-GIRASOL.highlight p {
        color: #fff !important;
    }

.location-ESPERANZA.highlight {
    background-color: #fbb040 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-ESPERANZA.highlight p {
        color: #fff !important;
    }

.location-SAJOMA.highlight {
    background-color: #fbb040 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-SAJOMA.highlight p {
        color: #fff !important;
    }

.location-GIRASOL.highlight {
    background-color: #fbb040 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-GIRASOL.highlight p {
        color: #fff !important;
    }

.location-SOLAR.highlight {
    background-color: #fbb040 !important;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

    .location-SOLAR.highlight p {
        color: #fff !important;
    }

path.fade-out {
    opacity: 0.1 !important;
    -webkit-transition: all ease-out 0.8s;
    transition: all ease-out 0.8s;
}

path.dim {
    opacity: 0.1 !important;
    -webkit-transition: all ease-out 0.8s;
    transition: all ease-out 0.8s;
}

.location-viento {
    background-color: #56b2d2 !important;
    opacity: 1;
}

    .location-viento p {
        color: #ffffff !important;
    }

.location-sol {
    background-color: #fbb040 !important;
    opacity: 1;
}

    .location-sol p {
        color: #ffffff;
    }

.location-gas {
    background-color: #87b718;
    opacity: 1;
}

    .location-gas p {
        color: #ffffff !important;
    }

.location-diesel {
    background-color: #cbcc31 !important;
    opacity: 1;
}

    .location-diesel p {
        color: #ffffff;
    }

.location-carbon {
    background-color: #beac83 !important;
    opacity: 1;
}

    .location-carbon p {
        color: #ffffff !important;
    }

.energie-block.start {
    padding: 0 15px;
}

    .energie-block.start .energie-block__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.capacidad {
    font-family: "Heebo", sans-serif;
    padding: 40px 0;
    position: relative;
    background-image: url(../img/ccentrales-vapor.jpg);
    background-position: 91% 107%;
    background-repeat: no-repeat;
    padding-bottom: 500px;
    margin-bottom: 200px;
    background-size: 310%;
}

.capacidad--gas {
    background-image: url(../img/tuberias.jpg);
}

@media (min-width: 768px) {
    .capacidad {
        background-position: 91% 100%;
        background-repeat: no-repeat;
        background-size: 132%;
    }
}

@media (min-width: 1024px) {
    .capacidad {
        background-position: 91% 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 770px;
    }
}

.capacidad__number {
    color: #56b2d2;
    font-size: 63px;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.capacidad__number--gas {
    color: #87b718;
}

    .capacidad__number--gas span {
        color: #87b718;
    }

.capacidad__number--carbon {
    color: #beac83;
}

    .capacidad__number--carbon span {
        color: #beac83;
    }

.capacidad__number--diesel {
    color: #cbcc31;
}

    .capacidad__number--diesel span {
        color: #cbcc31;
    }

.capacidad__number--sol {
    color: #fbb040;
}

    .capacidad__number--sol span {
        color: #fbb040;
    }

@media (min-width: 1025px) {
    .capacidad__number {
        font-size: 76px;
    }
}

.capacidad__unit {
    color: #56b2d2;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
}

@media (min-width: 1025px) {
    .capacidad__unit {
        font-size: 50px;
    }
}

.capacidad__desc {
    color: #505050;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
}

@media (min-width: 1024px) {
    .capacidad__desc {
        font-size: 20px;
    }
}

.icons {
    text-align: center;
    padding: 24px 0;
}

@media (min-width: 768px) {
    .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .icons__icon {
        margin-bottom: 25px;
    }
}

.icons__block {
    margin-bottom: 48px;
}

.icons__block--more img {
    margin: 0 20px 20px 20px;
}

@media (min-width: 768px) {
    .icons__block {
        margin-bottom: 0;
        margin: 0 36px;
    }

    .icons__text {
        margin-bottom: 0px;
    }
}

.icons__block:last-child {
    margin-bottom: 0;
}

.icons__icon {
    height: 54px;
    margin-bottom: 20px;
}

.icons__text {
    text-transform: uppercase;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.ubication {
    margin-top: 24px;
}

@media (min-width: 1025px) {
    .ubication {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ubication__text {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    line-height: 36px;
    margin-top: 16px;
    color: #505050;
}

@media (min-width: 1025px) {
    .ubication__text {
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

        .ubication__text span {
            -webkit-box-flex: 80%;
            -ms-flex: 80%;
            flex: 80%;
            padding-top: 8px;
        }
}

.ubication__map {
    margin: 20px auto;
    display: block;
}

@media (min-width: 1025px) {
    .ubication__map {
        margin: 0 80px;
    }
}

.centrales-line {
    display: inline-block;
    width: 214px;
    height: 2px;
    background-color: #505050;
}

.short-line {
    display: inline-block;
    width: 75px;
    height: 4px;
    background-color: #505050;
}

.infocentral {
    margin-top: 24px;
}

.infocentral__text {
    font-family: "Heebo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #505050;
    line-height: 36px;
}

.central__bottom {
    width: 100%;
}

.info-link {
    text-align: center;
    margin-top: 66px;
}

@media (min-width: 1024px) {
    .info-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.info-link h3 {
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    color: #56b2d2;
    font-weight: 400;
    margin-bottom: 21px;
}

@media (min-width: 1024px) {
    .info-link h3 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: left;
        font-size: 32px;
        margin-bottom: 0;
    }
}

.info-link a {
    background-color: #56b2d2;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    padding: 16px 46px;
}

@media (min-width: 1024px) {
    .info-link .link-info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: left;
    }
}

.info-link--gas h3 {
    color: #87b718;
}

.info-link--gas a {
    background-color: #87b718;
}

.info-link--gas h3 {
    color: #87b718;
}

.info-link--gas a {
    background-color: #87b718;
}

.info-link--carbon h3 {
    color: #beac83;
}

.info-link--carbon a {
    background-color: #beac83;
}

.info-link--diesel h3 {
    color: #cbcc31;
}

.info-link--diesel a {
    background-color: #cbcc31;
}

.info-link--sol h3 {
    color: #fbb040;
}

.info-link--sol a {
    background-color: #fbb040;
}

.operaciones {
    margin-top: 40px;
}

@media (min-width: 1024px) {
    .operaciones {
        height: 100%;
    }

        .operaciones.d-md-flex {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
}

.operaciones__title {
    font-weight: 400;
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .operaciones__title {
        width: 100%;
    }
}

.operaciones__number {
    font-weight: 400;
    font-family: "Heebo", sans-serif;
    color: #56b2d2;
    font-size: 52px;
}

.operaciones__number--gas {
    color: #87b718;
}

.operaciones__number--carbon {
    color: #beac83;
}

.operaciones__number--diesel {
    color: #cbcc31;
}

.operaciones__number--sol {
    color: #fbb040;
}

.operaciones__unit {
    font-weight: 400;
    font-family: "Heebo", sans-serif;
    font-size: 17px;
    color: #505050;
}

.operaciones__inversion {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .operaciones__inversion {
        width: 100%;
    }

    .operaciones__inversion--viento {
        margin-top: 29px;
    }
}

.operaciones__inversion span {
    color: #56b2d2;
    font-size: 52px;
}

.operaciones__inversion--gas span {
    color: #87b718;
}

.operaciones__inversion--carbon span {
    color: #beac83;
}

.operaciones__inversion--diesel span {
    color: #cbcc31;
}

.operaciones__inversion--sol span {
    color: #fbb040;
}

.margin-fix {
    margin-top: 0px;
}

@media (min-width: 1024px) {
    .margin-fix {
        margin-top: 26px;
    }
}

.socialbox {
    background-color: #ffffff;
    position: relative;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 30px;
}

    .socialbox .preview-img {
        min-width: 130%;
        margin-left: -70px;
        margin-right: -70px;
    }

@media (min-width: 425px) {
    .socialbox .preview-img {
        min-width: 130%;
    }
}

@media (min-width: 768px) {
    .socialbox .preview-img {
        min-width: 100%;
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .socialbox--transparent {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 1024px) {
    .socialbox {
        margin-bottom: 0;
    }
}

.socialbox--noshadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.socialbox__title {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    color: #505050;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.socialbox__icon {
    height: 30px;
}

.socialbox__title2 {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 20px 0;
}

@media (min-width: 1024px) {
    .socialbox__title2 {
        margin-bottom: 24px;
        text-align: left;
        margin-top: 0;
    }
}

.socialbox__text2 {
    font-family: "Heebo", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.socialbox__header {
    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;
    margin-bottom: 20px;
}

.socialbox__phone {
    width: 100%;
    margin-bottom: 35px;
}

.socialbox__link {
    background-color: #b1349c;
    display: inline-block;
    color: #fff;
    padding: 18px 42px;
    margin: 0 auto;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    text-decoration: none;
}

    .socialbox__link:hover {
        color: #b1349c;
        background-color: #ffffff;
        text-decoration: none;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.socialbox__link--yt {
    background-color: #d90000;
}

    .socialbox__link--yt:hover {
        color: #d90000;
        background-color: #ffffff;
        text-decoration: none;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.socialbox__link--tw {
    background-color: #47b1f2;
}

    .socialbox__link--tw:hover {
        color: #47b1f2;
        background-color: #ffffff;
        text-decoration: none;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.socialbox__link--fb {
    background-color: #647bb9;
}

    .socialbox__link--fb:hover {
        color: #647bb9;
        background-color: #ffffff;
        text-decoration: none;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.socialbox__link--fb {
    background-color: #647bb9;
}

    .socialbox__link--fb:hover {
        color: #647bb9;
        background-color: #ffffff;
        text-decoration: none;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.socialbox__link--in {
    background-color: #308fc2;
}

    .socialbox__link--in:hover {
        color: #308fc2;
        background-color: #ffffff;
        text-decoration: none;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.socialbox .link-block {
    text-align: center;
}

.photo-book-page {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .photo-book-page img {
        max-width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 100%;
        margin: 15px 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
    }

.fancybox-content {
    background-color: transparent;
    padding: 30px 15px;
}

.fancybox-infobar {
    opacity: 1;
    font-family: "Heebo", sans-serif;
    visibility: visible;
    width: 100%;
    text-align: center;
    color: #ffffff;
    bottom: 0;
    top: auto;
    font-size: 18px;
}

    .fancybox-infobar .mx-auto div {
        width: 33.33%;
    }

.download-fix {
    position: relative;
    float: left;
}

    .download-fix:focus {
        outline: none;
    }

    .download-fix:after {
        opacity: 1;
        content: "";
        background-image: url(/Content/img/descargas-icono.svg);
        width: 50px;
        height: 50px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
        z-index: 99;
    }

.fancybox-navigation .fancybox-button {
    opacity: 1;
    visibility: visible;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    background-color: transparent !important;
    background: none !important;
}

    .fancybox-navigation .fancybox-button img {
        width: 10px;
    }

.fancybox-button {
    opacity: 1;
    visibility: visible;
    background-color: transparent !important;
    background: none !important;
}

.fancybox-toolbar {
    display: block;
    opacity: 1;
    visibility: hidden;
    background-color: transparent;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0 !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0 !important;
}

.descargar-galeria {
    font-family: "Heebo", sans-serif;
    font-size: 18px;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    outline: none;
    bottom: 15px;
}

@media (max-width: 768px) {
    .descargar-galeria {
        right: 36px;
        font-size: 12px;
    }
}

.descargar-galeria:hover {
    color: #ffffff;
}

.fade-out {
    opacity: 0.3 !important;
}

.hightlight {
    opacity: 1 !important;
}

.energie-block--viento .highlight.location {
    background-color: #56b2d2;
}

    .energie-block--viento .highlight.location p {
        color: #ffffff;
    }

.energie-block--sol .highlight.location {
    background-color: #fbb040;
}

    .energie-block--sol .highlight.location p {
        color: #ffffff;
    }

.energie-block--gas .highlight.location {
    background-color: #87b718;
}

    .energie-block--gas .highlight.location p {
        color: #ffffff;
    }

.energie-block--diesel .highlight.location {
    background-color: #cbcc31;
}

    .energie-block--diesel .highlight.location p {
        color: #ffffff;
    }

.energie-block--carbon .highlight.location {
    background-color: #beac83;
}

    .energie-block--carbon .highlight.location p {
        color: #ffffff;
    }

.access__mobile {
    display: none;
}

.header__link {
    visibility: hidden;
}

.slick-dots li button:before {
    content: "" !important;
}

@media (max-width: 1024px) {
    .uwy.userway_p1 .uai {
        top: auto !important;
        right: 13px !important;
        left: auto !important;
        bottom: 100px !important;
    }
}

.slider-container-fotos .slick-slide a {
    width: 80% !important;
    display: inline-block;
    margin: 0 auto;
}

.photo-book-page .container {
    position: relative;
}

.photo-book-page .container {
    position: relative;
}

.photo-book-page .text-right {
    text-align: right !important;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
}

@media (max-width: 768px) {
    .photo-book-page .text-right {
        bottom: -23px;
    }
}

.revistas .slick-prev {
    left: -47px;
    z-index: 9;
}

.scrolled .navlist-desktop__item .dropdown_menu {
    display: none;
}

.none {
    display: none !important;
}

.gallery-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 6px;
    height: 255px;
    object-fit: cover;
}

.location a:hover {
    text-decoration: none;
}

#chart4,
#chart3,
#chart2,
#chart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-box-shadow {
    position: absolute;
    width: 400px;
    height: 400px;
    box-shadow: 1px 2px 27px 5px rgba(0, 0, 0, 0.66);
    border-radius: 100%;
    background-color: transparent;
    pointer-events: none;
    border: none;
}

@media (max-width: 768px) {
    .circle-box-shadow {
        width: 230px;
        height: 230px;
    }
}

.header__link {
    visibility: hidden;
}

.slick-dots li button:before {
    content: "" !important;
}

@media (max-width: 1024px) {
    .uwy.userway_p1 .uai {
        top: auto !important;
        right: 13px !important;
        left: auto !important;
        bottom: 100px !important;
    }
}

.slider-container-fotos .slick-slide a {
    width: 80% !important;
    display: inline-block;
    margin: 0 auto;
}

.photo-book-page .container {
    position: relative;
}

.photo-book-page .container {
    position: relative;
}

.photo-book-page .text-right {
    text-align: right !important;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
}

@media (max-width: 768px) {
    .photo-book-page .text-right {
        bottom: -23px;
    }
}

.revistas .slick-prev {
    left: -47px;
    z-index: 9;
}

.scrolled .navlist-desktop__item .dropdown_menu {
    display: none;
}

.none {
    display: none !important;
}

.gallery-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 6px;
    height: 255px;
    object-fit: cover;
}

.location a:hover {
    text-decoration: none;
}

#chart4,
#chart3,
#chart2,
#chart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-box-shadow {
    position: absolute;
    width: 400px;
    height: 400px;
    box-shadow: 1px 2px 27px 5px rgba(0, 0, 0, 0.66);
    border-radius: 100%;
    background-color: transparent;
    pointer-events: none;
    border: none;
}

@media (max-width: 768px) {
    .circle-box-shadow {
        width: 230px;
        height: 230px;
    }
}

.line-prev {
    left: 0;
}

.line-next {
    right: 0;
}

.line-prev,
.line-next {
    position: absolute;
    top: calc(50% - 12px);
    z-index: 997;
}

@media (max-width: 1024px) {
    .line-prev,
    .line-next {
        display: none;
    }
}

.line-prev button,
.line-next button {
    background: transparent;
    border: none;
    padding: 0;
}

.dot-nav {
    position: relative;
    height: 60px;
    overflow: hidden;
    padding: 0 30px;
}

@media (max-width: 1024px) {
    .dot-nav {
        padding: 0;
        overflow-x: scroll;
    }
}

.dot-nav .filling-line {
    position: absolute;
    width: calc(100% - 60px) !important;
    top: 50%;
    border: 1px dashed #505050;
    height: 1px;
}

@media (max-width: 1024px) {
    .dot-nav .filling-line {
        width: 100% !important;
        min-width: 1500px !important;
    }
}

.dot-nav__navigation {
    padding: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 100%;
    z-index: 990;
    top: 1px;
}

    .dot-nav__navigation button {
        display: inline-block;
        width: 12px;
        padding: 0;
        border: none;
        height: 12px;
        background-color: #505050;
        border-radius: 50%;
        position: relative;
    }

@media (max-width: 1024px) {
    .dot-nav__navigation button {
        margin-right: 15px;
    }
}

.dot-nav__navigation button:hover .yeartip {
    display: block;
}

.dot-nav__navigation button.is-selected .yeartip {
    display: block;
}

.dot-nav__navigation .yeartip {
    border: 1px solid #f1f1f1;
    background-color: #fff;
    padding: 2px;
    position: absolute;
    width: 60px;
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    top: -24px;
    font-size: 11px;
    left: calc(50% - 30px);
    display: none;
}

.event-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 53px 53px 53px;
}

.left-0 {
    left: 0 !important;
}

.opacity-01 {
    opacity: 0.1
}

.input-search {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    padding: 0 45px;
}

    .input-search input {
        border-right: none;
        padding: 6px;
        border-color: #505050;
        color: #505050;
        width: 100%;
    }

@media (min-width: 768px) {
    .input-search input {
        max-width: 400px;
    }
}

.input-search input:focus {
    outline: none;
}

.input-search button {
    background-color: #fff;
    padding: 6px;
    border: 2px solid #505050;
    border-left: none;
    color: #505050;
    height: 40px;
}
/*# sourceMappingURL=main.css.map */