/*
colors:
    green: #7bbfa6;
 */

* {
    color: #000;
    font-family: "Work Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    outline: none;
}

a {
    color: #f1856c;
    text-decoration: none;
}

a:hover {
    color: #000;
}

h2, h2 span {
    font-size: 54px;
    font-weight: 900;
}

h2 span:first-child {
    color: #acd373;
}

h2 span:last-child {
    color: #1cbbb4;
}

p {
    line-height: 28px;
    margin-bottom: 28px;
}

#memberModal .modal-button {
    margin-top: -10px;
    z-index: 1;
}

#memberModal .modal-button .btn-close {
    padding: 0;
    padding-right: 30px;
    opacity: 0.8;
}

#memberModal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

#memberModal .modal-body {
    padding-top: 15px;
}

#memberModal .modal-body::before {
    background-color: #ebebeb;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    transform: rotate(-2deg);
    width: 100%;
}

#memberModal .modal-body .ratio {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

#memberModal .modal-body .ratio img {
    padding: 0 15%;
    position: relative;
}

#memberModal .modal-body h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

#memberModal .modal-body h3 {
    font-size: 20px;
    font-weight: 700;
}

#memberModal .ongoing {
    background-color: #C3DE9C;
    padding: 20px;
}

#memberModal .finished {
    background-color: #DFDFDF;
    padding: 20px;
}

#memberModal .modal-body ul {
    margin-bottom: 0;
    margin-left: 18px;
    padding-left: 0;
}

#memberModal .modal-body ul li {
    font-size: 16px;
    line-height: 20px;
}

#memberModal .modal-body ul li .fa-li {
    left: -1.25em;
    top: -1px;
    width: 1.25em;
}

#memberModal .modal-body ul li .fa-chevron-right {
    color: #F1856C;
    font-size: 16px;
}

.asymmetric {
    position: relative;
}

.asymetric-before-01::before {
    background-color: #b0d2d1;
}

.asymetric-before-02::before {
    background-color: #bd8cbf;
}

.asymetric-before-03::before {
    background-color: #f1856c;
}

.asymetric-before-04::before {
    background-color: #f26d7d;
}

.asymetric-before-05::before {
    background-color: #fff;
}

.asymetric-before-06::before {
    background-color: #85afd8;
}

.asymetric-before-07::before {
    background-color: #efffff;
}

.asymetric-before-08::before {
    background-color: #dfdbb9;
}

.asymetric-before-09::before {
    background-color: #BFB97B;
}

.asymetric-before-10::before {
    background-color: #F0F0F0;
}

.asymetric-after-01::after {
    background-color: #ebebeb;
}

.asymetric-after-03::after {
    background-color: #b0d2d1;
}

.asymetric-after-05::after {
    background-color: #bce4e2;
}

.asymetric-after-04::after {
    background-color: #efffff;
}

.asymmetric-bl-br::before {
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    transform: skewY(-2.6deg);
    transform-origin: top left;
    width: 100%;
    z-index: -10;
}

.asymmetric-bl-br::after {
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -11;
}

.asymmetric-tl-tr::before {
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    transform: skewY(2.6deg);
    transform-origin: top left;
    width: 100%;
    z-index: -10;
}

.asymmetric-tl-tr::after {
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -11;
}

.asymmetric-tl-tr-minus::before {
    transform: skewY(-2.6deg);
}

.bg-color-01 {
    background-color: #85afd8;
}

.bg-color-02 {
    background-color: #b0d2d1;
}

.btn-back {
    background-image: url("/img/icon-back.png");
    background-position: left 25px center;
    background-repeat: no-repeat;
    border: 2px solid #000;
    border-radius: 0;
    font-size: 28px;
    font-weight: 700;
    padding: 5px 75px;
}

.btn-back:hover {
    border: 2px solid #f1856c;
}

.btn-black {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 5px 35px;
}

.btn-black:hover {
    background-color: #f1856c;
}

.btn-transparent {
    border: 2px solid #000;
    border-radius: 0;
    font-size: 28px;
    font-weight: 700;
    padding: 5px 25px;
}

.btn-transparent:hover {
    background-color: #f1856c;
    color: #fff;
}

.card-community::before, .card-members::before, .card-measure::before {
    background-color: #ebebeb;
    border: 2px solid #fff;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    transform: rotate(-3deg);
    width: 100%;
}

.card-measure::before {
    background-color: #b0d2d1;
}

.card-community:hover::before, .card-members:hover::before, .card-measure:hover::before {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.row-slick-members .card-members:hover {
    cursor: default;
}

.row-slick-members .card-members:hover::before {
    box-shadow: none;
}

.card-community, .card-members, .card-measure, .card-news {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.card-community h3, .card-members h3, .card-measure h3 {
    font-size: 28px;
    font-weight: 700;
}

.card-measure h4 {
    font-size: 16px;
    font-weight: 700;
}

.card-members h3 {
    font-size: 16px;
}

.col-bootstrap {
    padding-left: 15px;
    padding-right: 15px;
}

div.card-community a {
    font-size: 20px;
    font-weight: 600;
}

.card-community:hover h3 {
    color: #f1856c;
}

.card-measure:hover h3 {
    color: #fff;
}

.card-community .card-body, .card-members .card-body, .card-measure .card-body {
    padding: 35px 35px 1.75vw 35px;
    z-index: 1;
}

.card-community .card-header, .card-members .card-header, .card-measure .card-header, .card-news .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
    position: relative;
}

.card-community .card-header, .card-members .card-header, .card-measure .card-header {
    padding: 45px 35px 0 35px;
}

.card-community .card-img-top, .card-members .card-img-top, .card-measure .card-img-top, .card-news .card-img-top {
    border-radius: 0;
    object-fit: cover;
}

.card-measure .card-img-top {
    max-height: 100%;
}

.card-members .card-img-top, .card-measure .card-img-logo {
    max-height: 200px;
    object-fit: contain;
}

.card-members {
    cursor: pointer;
}

.card-members .ratio, .card-measure .ratio {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.card-members .ratio img, .card-measure .ratio .card-img-logo {
    padding: 25px;
    position: relative;
}

.card-news h3 {
    font-size: 38px;
    font-weight: 700;
}

.card-news:hover h3 {
    color: #f1856c;
}

.card-news .card-body {
    padding: 20px 0;
}

.card-news .category {
    bottom: 0;
    color: #fff;
    font-weight: 700;
    padding: 2px 20px;
    position: absolute;
}

.category_news {
    background-color: #00bff3;
}

.category_newsletter {
    background-color: #4493a8;
}

.category_preview {
    background-color: #eeb314;
}

.category_past {
    background-color: #8c62c5;
}

.category_new {
    background-color: #ad6200;
}

.category_update {
    background-color: #87a84d;
}

.category_workshops {
    background-color: #c862e2;
}

.category_group {
    background-color: #c2bd3e;
}

.category_jury {
    background-color: #686868;
}

.category_consortium {
    background-color: #404ad1;
}

.category_lighthouse {
    background-color: #ea4949;
}

.category_direction {
    background-color: #686868;
}

.container {
    max-width: 1470px;
}

.container-cta {
    padding: 60px 115px 60px 0;
}

.container-cta::before {
    background-color: #acd373;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-2deg);
    width: 86%;
    z-index: -10;
}

.container-cta-1 {
    padding: 60px 0 60px 115px;
}

.container-cta-1::before {
    background-color: #1cbbb4;
    left: 0;
    right: auto;
}

.container-large {
    max-width: 1920px;
}

.container-medium {
    max-width: 1560px;
}

.container-numbers {
    background-image: url("/img/px-black.gif");
    background-repeat: repeat-y;
    background-position: right;
    display: none;
    height: 670px;
}

.container-numbers > .row > .col {
    border-left: 1px solid #000;
    height: 100%;
}

.container-numbers .numbers-electro {
    background:
        linear-gradient(to bottom right, transparent calc(50% - 2px),#acd373 calc(50%) calc(50% - 1px), #acd373 50%)
        bottom var(--p1_start) left 0/100% calc(var(--p1_end) - var(--p1_start)),
        linear-gradient(#acd373 0 0)
        bottom/100% var(--p1_start),
            /**/
            /**/
        linear-gradient(to bottom right,transparent calc(50% - 2px),#1cbbb4 calc(50%) calc(50% - 1px), #1cbbb4 50%)
        bottom var(--p2_start) left 0/100% calc(var(--p2_end) - var(--p2_start)),
        linear-gradient(#1cbbb4 0 0)
        bottom/100% var(--p2_start);
    background-repeat: no-repeat;
    height: 468px;
}

.container-numbers .numbers-electro-falling {
    background:
            linear-gradient(to bottom left, transparent calc(50% - 2px),#acd373 calc(50%) calc(50% - 1px), #acd373 50%)
            bottom var(--p1_end) right 0/100% calc(var(--p1_start) - var(--p1_end)),
            linear-gradient(#acd373 0 0)
            bottom/100% var(--p1_end),
                /**/
                /**/
            linear-gradient(to bottom left,transparent calc(50% - 2px),#1cbbb4 calc(50%) calc(50% - 1px), #1cbbb4 50%)
            bottom var(--p2_end) right 0/100% calc(var(--p2_start) - var(--p2_end)),
            linear-gradient(#1cbbb4 0 0)
            bottom/100% var(--p2_end);
    background-repeat: no-repeat;
    height: 468px;
}

.container-numbers .numbers-electro-falling-bev {
    background:
            linear-gradient(to bottom left, transparent calc(50% - 2px),#acd373 calc(50%) calc(50% - 1px), #acd373 50%)
            bottom var(--p1_end) right 0/100% calc(var(--p1_start) - var(--p1_end)),
            linear-gradient(#acd373 0 0)
            bottom/100% var(--p1_end),
                /**/
                /**/
            linear-gradient(to bottom right,transparent calc(50% - 2px),#1cbbb4 calc(50%) calc(50% - 1px), #1cbbb4 50%)
            bottom var(--p2_start) left 0/100% calc(var(--p2_end) - var(--p2_start)),
            linear-gradient(#1cbbb4 0 0)
            bottom/100% var(--p2_start);
    background-repeat: no-repeat;
    height: 468px;
}

.container-numbers .numbers-electro-last {
    background:
        /**/
            linear-gradient(to bottom right, transparent calc(50% - 2px),transparent calc(50% - 4px) calc(50% - 1px), #000 50%)
            bottom var(--p1_start) left 0/100% calc(var(--p1_end) - var(--p1_start)),
            linear-gradient(#000 0 0)
            bottom/100% var(--p1_start),
                /**/
                /**/
            linear-gradient(to bottom right,transparent calc(50% - 2px),transparent calc(50% - 4px) calc(50% - 1px), #000 50%)
            bottom var(--p2_start) left 0/100% calc(var(--p2_end) - var(--p2_start)),
            linear-gradient(#000 0 0)
            bottom/100% var(--p2_start);
    /**/
    background-repeat: no-repeat;
    height: 468px;
}

.container-numbers .numbers-electro-last-falling {
    background:
        /**/
            linear-gradient(to bottom left, transparent calc(50% - 2px),transparent calc(50% - 4px) calc(50% - 1px), #000 50%)
            bottom var(--p1_end) left 0/100% calc(var(--p1_start) - var(--p1_end)),
            linear-gradient(#000 0 0)
            bottom/100% var(--p1_end),
                /**/
                /**/
            linear-gradient(to bottom left,transparent calc(50% - 2px),transparent calc(50% - 4px) calc(50% - 1px), #000 50%)
            bottom var(--p2_end) left 0/100% calc(var(--p2_start) - var(--p2_end)),
            linear-gradient(#000 0 0)
            bottom/100% var(--p2_end);
    /**/
    background-repeat: no-repeat;
    height: 468px;
}

.container-numbers .numbers-black div {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.container-numbers .numbers {
    font-size: 20px;
    font-weight: 500;
}

.container-numbers .row-numbers {
    align-items: center;
    height: 85px;
}

.container-numbers .row-numbers-black {
    background-color: #000;
}

.container-numbers .numbers-total, .container-numbers .numbers-total span {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

span.phev {
    color: #1cbbb4;
}

span.bev {
    color: #acd373;
}

span.plugins {
    color: #f1856c;
}

.container-preloader {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.container-registrations-percentages {
    border-right: 2px solid #000;
}

.container-registrations-percentages-right {
    border-left: 2px solid #000;
    border-right: none;
}

.container-registrations-percentages .row-registrations-arrow {
    height: 85px;
}

.container-registrations-percentages .row-registrations-arrow .arrow {
    background-color: #f1856c;
    background-repeat: no-repeat;
    background-position: center top 32px;
    display: block;
    height: 85px;
    width: 45px;
}

.container-registrations-percentages .row-registrations-arrow .arrow.inactive {
    background-color: #b1b1b1;
    cursor: default;
}

.container-registrations-percentages .row-registrations-arrow .arrow-left {
    background-image: url("/img/icon-left-white.png");
    cursor: pointer;
}

.container-registrations-percentages .row-registrations-arrow .arrow-right {
    background-image: url("/img/icon-right-white.png");
    cursor: pointer;
}

.container-registrations-percentages .row-registrations-percentage {
    height: 117px;
}

.container-registrations-percentages .row-registrations-percentage .col-12 {
    font-size: 20px;
    margin-top: -8px;
    margin-right: 4px;
}

.container-registrations-wrapper {
    border-bottom: 8px solid #f1856c;
}

.container-small {
    max-width: 1220px;
}

.container-fluid-color-1 {
    background-color: #b0d2d1;
}

.container-fluid-community p {
    font-style: italic;
    font-weight: 700;
}

.container-fluid-communities {
    background-color: #b0d2d1;
}

.container-fluid-content h3, .container-fluid-search h3, .container-fluid-search h3 span {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 30px;
}

.container-fluid-search h3 span {
    color: #f1856c;
}

.container-fluid-search .highlightedtext {
    font-size: 18px;
}

.container-fluid-search .url {
    font-size: 16px;
}

.container-fluid-contact {
    background-color: #bce4e2;
}

.container-fluid-content p {
    line-height: 36px;
}

.container-fluid-cta {
    padding-top: 4.75vw;
}

.container-fluid-cta h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 800;
}

.container-fluid-cta p {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

.container-fluid-footer {
    background-color: #e4e6e9;
}

.container-fluid-footer p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
    max-width: 400px;
}

.container-fluid-footer .support {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.container-fluid-footer .support li a {
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    font-weight: 500;
    padding-left: 45px;
}

.container-fluid-footer .support .email {
    background-image: url("/img/icon-email.png");
}

.container-fluid-footer .support .phone {
    background-image: url("/img/icon-phone.png");
}

.container-fluid-footer .support .persons {
    background-image: url("/img/icon-persons.png");
    background-size: 33px;
}

.container-fluid-footer .title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.container-fluid-measure .responsible, .container-fluid-measure .responsible a {
    font-size: 28px;
    font-weight: 500;
}

.container-fluid-measure .responsible-limiter {
    color: #a7a7a7;
    font-size: 28px;
}

.container-fluid-measures {
    background-color: #ebebeb;
}

.container-fluid-measures .filter, .container-fluid-contact .filter, .container-fluid-members .filter, .container-fluid-news .filter {
    color: #98619a;
    font-size: 32px;
    font-weight: 600;
}

.container-fluid-contact .filter, .container-fluid-news .filter {
    color: #000;
}

.container-fluid-members .filter {
    color: #BFB97B;
}

.container-fluid-members .filter-dropdown {
    background-color: #F7F7F7;
}

.container-fluid-members .form-check-input, .container-fluid-measures .form-check-input {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}

.container-fluid-members .form-check-input[type=checkbox], .container-fluid-measures .form-check-input[type=checkbox] {
    border-radius: 0;
}

.container-fluid-members .form-check-input, .container-fluid-measures .form-check-input {
    height: 1.25em;
    width: 1.25em;
}

.container-fluid-members .form-check-label, .container-fluid-measures .form-check-label {
    margin-top: 3px;
}

.container-fluid-members .form-check-input:checked[type=checkbox], .container-fluid-measures .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23f1856c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.container-fluid-navbar {
    background-color: #e4e6e9;
    position: relative;
}

.container-fluid-navbar::after {
    background-color: #e4e6e9;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    transform: skewY(0.5deg);
    transform-origin: top left;
    top: 0;
    width: 100%;
    z-index: 1;
}

.container-fluid-newsletter {
    background-color: #000;
}

.container-fluid-newsletter p {
    color: #fff;
    margin-bottom: 0;
}

.container-fluid-newsletter .btn-newsletter {
    background-color: #85c8d5;
    border-radius: 0;
    font-weight: 600;
}

.container-fluid-newsletter .btn-newsletter:hover {
    background-color: #f1856c;
}

.container-fluid-newsletter .form-control {
    background-color: #000;
    border: 1px solid #85c8d5;
    border-radius: 0;
    color: #85c8d5;
}

.container-fluid-newsletter .title {
    color: #85c8d5;
    font-size: 46px;
    font-weight: 700;
}

.container-fluid-registrations {
    padding-bottom: 4.75vw;
}

.container-fluid-teaser {
    padding-bottom: 4.75vw;
}

.container-fluid-teaser h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    text-align: center;
}

.container-fluid-teaser h2 {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.container-fluid-teaser-home h2 {
    font-size: 70px;
    font-weight: 900;
    text-align: center;
}

.container-fluid-teaser p {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
}

.fa-ul li a {
    color: #000;
    font-size: 18px;
}

.fa-ul li a:hover {
    color: #f1856c !important;
}

.filter-dropdown {
    background-image: url("/img/icon-down.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 24px;
    font-weight: 600;
    padding-right: 55px;
}

.img-max {
    min-width: 100%;
}

.jssocials-share-link {
    background-color: #f1856c !important;
}

.jssocials-share-link:hover {
    background-color: #000 !important;
}

.jssocials-share-logo {
    color: #fff;
    font-size: 22px !important;
}

.line-a-0, .line-a-1, .line-a-2, .line-a-3, .line-a-4, .line-a-5, .line-a-6, .line-a-7, .line-a-8, .line-a-9, .line-a-10, .line-a-11, .line-b-0, .line-b-1, .line-b-2, .line-b-3, .line-b-4, .line-b-5, .line-b-6, .line-b-7, .line-b-8, .line-b-9, .line-b-10, .line-b-11 {
    width: 100%;
    color: black;
    height: 1px;
    background-color: black;
}

.navbar-brand img {
    height: 117px;
}

.navbar {
    z-index: 2;
    padding-bottom: .9rem;
    padding-top: .9rem;
}

.navbar-toggler {
    border: none !important;
    padding: 0 !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span i {
    font-size: 32px;
    font-weight: 700;
}

.nav-subnav .nav-link {
    color: #000;
    font-size: 20px;
    font-weight: 800;
}

.nav-subnav .nav-item.active .nav-link, .nav-subnav .nav-item .nav-link:hover {
    color: #f1856c;
}

.nav-subnav .dropdown .nav-link {
    background-image: url("/img/icon-down-small.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.numbers-current-year {
    font-size: 44px;
    font-weight: 700;
}

.numbers-next-year {
    background-image: url("/img/icon-right.png");
    cursor: pointer;
    display: block;
    height: 32px;
    width: 18px;
}

.numbers-next-year.inactive {
    background-image: url("/img/icon-right-inactive.png");
    cursor: default;
}

.numbers-previous-year {
    background-image: url("/img/icon-back.png");
    cursor: pointer;
    display: block;
    height: 32px;
    width: 18px;
}

.numbers-previous-year.inactive {
    background-image: url("/img/icon-left-inactive.png");
    cursor: default;
}

.numbers-year-total, .numbers-year-total span {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.registrations-percentage {
    font-size: 20px;
}

.row-slick-members {
    padding-left: 65px;
    padding-right: 65px;
}

.row-slick-members .slick-list {
    padding-bottom: 25px;
    padding-top: 25px;
}

.search {
    position: relative;
}

.search .form-control {
    border: none;
    border-radius: 0;
    color: #f1856c;
    font-size: 20px;
    padding-right: 45px;
    padding-bottom: 3px;
    padding-top: 2px;
}

.search .submit-image {
    position: absolute;
    right: 15px;
    top: 6px;
}

.slick .slick-list {
    display: flex;
}

.slick .slick-track {
    display: flex;
    flex-basis: auto;
}

.slick .slick-track .slick-slide {
    display: flex;
    justify-content: center;
}

.slick-prev, .slick-prev:hover, .slick-next, .slick-next:hover {
    background-color: #f1856c !important;
    background-image: url(/img/icon-left-white.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: block !important;
    height: 85px;
    left: 15px;
    z-index: 1;
    width: 45px;
}

.slick-next, .slick-next:hover {
    background-image: url(/img/icon-right-white.png) !important;
    left: auto;
    right: 15px;
}

.slick-prev:before, .slick-next:before {
    content: none;
}

.slick-prev:hover, .slick-next:hover {
    background-color: #b1b1b1 !important;
}

.social .title {
    font-size: 28px;
    font-weight: 500;
}

.success-subscription {
    color: #28a745;
    display: none;
    font-size: .875em;
}

.meassures-logo {
    max-width: 320px;
}

@media (min-width: 1200px) {
    .container-subnav {
        padding-right: 0;
        position: absolute;
        right: 0;
        top: -79px;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar-nav .dropdown-menu, .nav-subnav .dropdown-menu {
        background-color: #f1856c;
        border: none;
        border-radius: 0;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
        padding-bottom: 20px;
    }

    .navbar-nav .dropdown-item, .nav-subnav .dropdown-item {
        font-weight: 600;
        padding: 2px 26px;
    }

    .navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:hover, .nav-subnav .dropdown-item:hover {
        background-color: transparent;
        color: #fff;
    }

    .navbar-nav .dropdown-toggle::after, .nav-subnav .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav li.dropdown:hover > ul.dropdown-menu, .nav-subnav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    .navbar-nav .nav-item:not(:nth-child(4)) {
        padding-right: 25px;
    }

    .navbar-nav .nav-link {
        background-image: url("/img/arrow.png");
        background-repeat: no-repeat;
        background-size: 14px 25px;
        background-position: right center;
        color: #000 !important;
        font-size: 26px;
        font-weight: 900;
        padding-right: 30px !important;
    }

    .navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item.active .nav-link {
        color: #f1856c !important;
    }
}

@media (max-width: 1199px) {
    .container-fluid-teaser h1 {
        font-size: 5.75vw;
    }

    .container-fluid-teaser h2 {
        font-size: 5.75vw;
    }

    .container-subnav {
        margin-bottom: 20px;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-brand img {
        max-height: 60px;
    }

    .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: none;
        border-radius: 0;
        margin-top: -15px;
    }

    .navbar-nav .dropdown-item {
        font-size: 20px;
        font-weight: 600;
        padding: 0 0;
    }

    .navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:hover {
        background-color: transparent;
        color: #f1856c;
    }

    .navbar-nav .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav li.dropdown > ul.dropdown-menu {
        display: block;
    }

    .navbar-nav .nav-link {
        background-image: url("/img/icon-right.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 12px 22px;
        color: #000 !important;
        font-size: 22px;
        font-weight: 900;
        padding: 8px 0;
    }

    .navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item.active .nav-link {
        color: #f1856c !important;
    }

    .navbar-nav .subnav-item .nav-link {
        background-image: none;
        font-size: 20px;
        font-weight: 600;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .container-numbers .numbers {
        font-size: 17px;
    }

    .container-numbers .numbers-black div {
        font-size: 18px;
    }

    .container-numbers .numbers-total, .container-numbers .numbers-total span {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .container-cta::before {
        width: 100%;
    }

    .container-cta, .container-cta-1 {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    * {
        font-size: 18px;
    }

    h2, h2 span {
        font-size: 26px;
    }

    p {
        line-height: 24px;
        margin-bottom: 24px;
    }

    .btn-back {
        background-position: left 20px center;
        background-size: 12px 21px;
        font-size: 20px;
        padding: 5px 50px;
    }

    .btn-black {
        font-size: 18px;
    }

    .btn-transparent {
        font-size: 20px;
    }

    .card-community .card-header, .card-members .card-header, .card-measure .card-header {
        padding: 20px 15px 0 15px;
    }

    .card-community .card-body, .card-members .card-body, .card-measure .card-body {
        padding: 15px 15px 1.75vw 15px;
    }

    .card-community h3, .card-measure h3 {
        font-size: 18px;
    }

    .card-measure h4 {
        font-size: 16px;
    }

    div.card-community a {
        font-size: 18px;
    }

    .card-news h3 {
        font-size: 20px;
    }

    .container-cta, .container-cta-1 {
        padding: 30px;
    }

    .container-fluid-content h3, .container-fluid-search h3, .container-fluid-search h3 span {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .container-fluid-content p {
        line-height: 26px;
    }

    .container-fluid-cta h2 {
        font-size: 22px;
    }

    .container-fluid-cta p {
        font-size: 20px;
        line-height: 24px;
    }

    .container-fluid-footer p {
        font-size: 16px;
    }

    .container-fluid-footer .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .container-fluid-footer .support li a {
        background-size: 28px;
        font-size: 20px;
        padding-left: 40px;
    }

    .container-fluid-measures .filter, .container-fluid-contact .filter, .container-fluid-members .filter, .container-fluid-news .filter {
        font-size: 20px;
    }

    .container-fluid-measure .responsible, .container-fluid-measure .responsible a {
        font-size: 20px;
    }

    .container-fluid-newsletter .title {
        font-size: 32px;
    }

    .container-fluid-search .highlightedtext {
        font-size: 16px;
    }

    .container-fluid-search .url {
        font-size: 14px;
    }

    .container-fluid-teaser h1 {
        font-size: 24px;
    }

    .container-fluid-teaser, .container-fluid-teaser-home h2 {
        font-size: 24px;
    }

    .container-fluid-teaser p {
        font-size: 20px;
        line-height: 24px;
    }

    .container-numbers .numbers {
        font-size: 15px;
    }

    .container-numbers .numbers-black div {
        font-size: 16px;
    }

    .container-registrations-percentages .row-registrations-arrow .arrow {
        width: 35px;
    }

    .container-numbers .numbers-total, .container-numbers .numbers-total span {
        font-size: 16px;
        line-height: 20px;
    }

    .filter-dropdown {
        background-size: 21px 12px;
        font-size: 18px;
        padding-right: 45px;
    }

    .numbers-current-year {
        font-size: 36px;
    }

    .numbers-year-total, .numbers-year-total span {
        font-size: 22px;
        line-height: 30px;
    }

    .registrations-percentage {
        font-size: 14px;
    }

    .social .title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .container-cta, .container-cta-1 {
        padding: 20px;
    }
}

@media (max-width: 350px) {
    .meassures-logo {
        max-width: 100%;
    }
}

.modal.fade{
    opacity:1;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.module-18 .card-information {
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.module-18 .card-information:hover {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
}

.module-18 .card-information .card-body {
    background-color: #b0d2d1;
    padding: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
}

.fancybox__container * {
    color: #fff;
}

.fancybox__caption {
    max-width: 1520px;
    text-align: center;
}

.module-19 {
    max-width: 720px;
}

.module-19 .pdfs {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 60px 45px 60px;
}

@media (max-width: 767px) {
    .module-19 .pdfs {
        padding: 30px 15px 15px 15px;
    }
}

.module-19 .pdfs .nav-item a {
    background-image: url("/img/icon-download-pdf.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    font-weight: 600;
    margin-bottom: 15px ;
    padding: 10px 0 10px 65px;
}

.module-3-fix {
    padding-bottom: 11rem;
}

.module-3-fix::before {
    height: 80%;
}

.module-3 {
    margin-bottom: -11rem !important;
}

@media (max-width: 991px) {
    .module-3 {
        margin-bottom: -12rem !important;
    }
}

.module-3 h3 {
    font-size: 70px;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 767px) {
    .module-3 h3 {
        font-size: 50px;
    }
}

.module-3 p {
    font-weight: 900;
    text-align: center;
}

.module-3 .asymetric-before-01::before {
    background-color: #acd373;
}

.module-3 .asymetric-before-03::before {
    background-color: #f1856c;
}

.module-3 .asymetric-before-02::before {
    background-color: #b488d5;
}

.module-3 .slick-dots li.slick-active button:before {
    color: #f1836a;
    opacity: 1;
}

.module-3 .slick-dots li button:before {
    font-size: 18px;
}

.module-3 .slick-list {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .module-3 .slick-list {
        padding-top: 35px;
    }
}

@media (max-width: 575px) {
    .module-3 .slick-list {
        padding-top: 25px;
    }
}

.cta-measure {
    background-color: #f1856c;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    padding: 10px 25px;
}

@media (max-width: 1399px) {
    .cta-measure {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .cta-measure {
        font-size: 22px;
        padding: 10px 15px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav li:hover > .dropdown-menu {
        display: block !important;
    }

    .navbar-nav .nav-item:hover .dropdown-toggle {
        background-image: url("/img/arrow-down.png");
        background-size: 25px 14px;
    }
}

@media (max-width: 1199px) {
    .dropdown-menu {
        display: block;
    }

    .nav-item .dropdown-toggle {
        background-image: url("/img/arrow-down.png");
        background-size: 22px 12px;
    }
}

.template-6 h1 {
    color: #000;
}
