@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

#newCustomPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 25px);

    .img-logos-container__p {
        font-family: 'Lato', sans-serif;
    }
}

@media (max-width:1000px) {
    #newCustomPage {
        width: 100%;
        margin: 0 auto;
        .registration-iframe {
            width: 50%;
            height: 140vh;
            transform: scale(1.8);
            margin-top: 29vh;
        }

        .img-logos-container {
            z-index: 5;
            padding-top: 18vh;
        }
    }
}

.map-container svg {
    width: 100%;
    max-height: 550px;
    height: auto;
}

.map-container svg path {
    transition: all .1s;
}

.map-container svg path:hover {
    fill: #f2a034;
    opacity: .2;
    cursor: pointer;
}

.map-container svg path.active,
.map-container svg path.active:hover {
    fill: #f2a034;
    opacity: 1;
    cursor: pointer;
//    filter: url(#dropshadow);
}

.coordinator-container {
    /* border: 1px solid blue !important; */
    padding: 20px 40px 20px 5vw !important;
}

.coordinator-container .coordinator {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.coordinator-container .coordinator img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: contain;
    position: relative;
}

.coordinator-container .coordinator .text {
    margin-left: 25px;
}

.coordinator-container .coordinator .text h2 {
    font-family: "Lato";
    font-size: 19px;
    color: rgba(0, 0, 0, 0.8);
    line-height: .5em;
    font-weight: 700;
    /* margin-bottom: 3px; */
    line-height: 1.35em;
}

.coordinator-container .coordinator .text p {
    font-family: "Lato";
    font-weight: 500;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    line-height: normal;
    margin-top: 0;
}

.coordinator-container p {
    margin-top: 30px;
    font-family: "Lato";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6em;
    color: rgba(0, 0, 0, 0.8);
}

.coordinator-container p b {
    font-size: 17px;
}

.coordinator-container p a {
    position: relative;
    color: #41a6ad;
    transition: all .2s;
}

.coordinator-container p a:hover {
    /* color: #388b91; */
}

.coordinator-container p a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -7px;
    left: 0;
    background-color: #41a6ad;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    transition: all .4s;
}

.coordinator-container p a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media all and (min-width: 951px) and (max-width: 1100px) {
    .coordinator-container .coordinator img {
        border-radius: 50%;
        width: 75px;
        height: 75px;
        object-fit: cover;
    }
    .coordinator-container .coordinator .text {
        margin-left: 25px;
    }
    .coordinator-container .coordinator .text h2 {
        font-size: 19px;
        margin-bottom: 3px;
    }
    .coordinator-container .coordinator .text p {
        font-size: 12px;
    }
    .coordinator-container p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.8em;
    }
}

@media all and (max-width: 950px) {
    .map-section .wrap {
        flex-wrap: wrap;
    }
    .coordinator-container {
        padding: 20px !important;
    }
    .coordinator-container,
    .map-container {
        width: 100% !important;
        max-width: 800px !important;
        margin: 10px auto;
    }
    .coordinator-container .coordinator {
        justify-content: flex-start;
    }
    .map-container svg {
        width: 100%;
        max-height: 500px;
    }
}

@media all and (max-width: 800px) {
    .coordinator-container .coordinator {
        justify-content: center;
        flex-wrap: wrap;
    }
    .coordinator-container .coordinator .text {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .coordinator-container .coordinator img {
        width: 140px;
        height: 140px;
        margin-bottom: 30px;
        border: 1px solid #a5d5d8;
    }
}

.vc_row .one-page-anchor {
    top: -200px;
}

.stp-counters .md-counter {
    margin-bottom: 50px !important;
}

.stp-counters .md-counter .counter .text h2 {
    margin-top: 10px;
}

@media all and (max-width: 768px) {
    .stp-counters .md-counter .timer.count-number {
        margin-top: 15px;
        margin-bottom: 20px !important;
    }
}

@media all and (max-width: 480px) {
    .stp-counters .md-counter {
        margin-bottom: 0px !important;
    }
    .stp-counters .md-counter .timer.count-number {
        margin-top: -22px;
    }
}

@media all and (min-width: 769px) {
    .stp-counters .md-counter .counter .icon {
        margin-right: 20px;
    }
}

.stp-slider .double-slider-container h3 {
    font-size: 46px !important;
}

.stp-slider .double-slider-container p {
    font-size: 18px !important;
    line-height: 1.65em !important;
    opacity: .85 !important;
}

@media all and (max-width: 1200px) {
    .stp-slider .double-slider-container h3 {
        font-size: 36px !important;
    }
    .stp-slider .double-slider-container p {
        font-size: 16px !important;
    }
}

@media all and (max-width: 440px) {
    .stp-slider .double-slider-container h3 {
        font-size: 32px !important;
    }
    .stp-slider .double-slider-container p {
        font-size: 15px !important;
    }
}

/* @media all and (max-width: 580px) {
    .stp-slider .double-slider-container h3 {
        font-size: 2px !important;
    }
    .stp-slider .double-slider-container p {
        font-size: 14px !important;
    }
} */

/*MENUUUUUUUUUUUUUUUUUUUUUUUUUUUU*/

header {
    padding-left: 0 !important;
}

#fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all .2s, height .5s;
    overflow: hidden;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #ffffff;
    box-shadow: 0 5px 15px 0 rgba(123, 123, 123, 0.22);
    /*
       * Just a quick hamburger
       */
    /* 
       * Transform all the slices of hamburger
       * into a crossmark.
       */
    /*
       * But let's hide the middle one.
       */
    /*
       * Ohyeah and the last one should go the other direction
       */
}

@media all and (min-width: 1201px) {
    #fixed-menu {
        height: 115px !important;
    }
}

@media all and (max-width: 1200px) {
    #fixed-menu {
        height: 75px;
        overflow: hidden;
    }
}

#fixed-menu.logged {
    top: 32px;
}

#fixed-menu.collapsed {
    height: 500px;
}

#fixed-menu .links {
    margin: 0 auto;
    display: flex;
    align-items: center;
    line-height: 0px;
    justify-content: space-between;
    height: 100%;
    text-align: right;
}

#fixed-menu .links ul {
    list-style-type: none;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#fixed-menu .links li {
    white-space: nowrap;
}

#fixed-menu .links li:last-child a {
    margin-right: 0;
}

#fixed-menu .links li.active a {
    cursor: pointer;
}

#fixed-menu .links li.active a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#fixed-menu .links li.active a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#fixed-menu .links li a {
    margin: 0 20px;
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: .8px;
}

#fixed-menu .links li a:before {
    content: "";
    position: absolute;
    width: calc(100% + 0px);
    height: 2px;
    bottom: -10px;
    left: 0;
    background-color: #333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    transition: all .4s;
}

#fixed-menu .links li a:hover {
    cursor: pointer;
}

#fixed-menu .links li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#fixed-menu .links li a.link-button:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

#fixed-menu .links .logo {
    position: relative;
    top: -1px;
    left: -11px;
    display: block;
}

#fixed-menu .links .logo img {
    height: 55px;
}

#fixed-menu .links .logo .text {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-weight: 400;
    font-size: 11px;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: -.2px;
    margin-top: 15px;
}

@media all and (max-width: 1200px) {
    #fixed-menu .links {
        display: none;
    }
}

#fixed-menu .logo {
    position: absolute;
    top: 19px;
    left: 20px;
    display: none;
}

#fixed-menu .logo img {
    height: 40px;
    transform: none !important;
}

#fixed-menu .logo .text {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-weight: 400;
    font-size: 9px;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: -.2px;
    margin-top: 3px;
}

@media all and (max-width: 1200px) {
    #fixed-menu .logo {
        display: block;
    }
}

#fixed-menu #menuToggle {
    display: block;
    position: absolute;
    top: 27px;
    right: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

@media all and (min-width: 1201px) {
    #fixed-menu #menuToggle {
        display: none;
    }
}

#fixed-menu #menuToggle input {
    display: block;
    width: 39px;
    height: 27px;
    position: absolute;
    top: -9px;
    left: -10px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

#fixed-menu #menuToggle span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: black;
    border-radius: 10px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#fixed-menu #menuToggle span.second {
    width: 20px;
}

#fixed-menu #menuToggle span.third {
    width: 26px;
}

#fixed-menu #menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#fixed-menu #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#fixed-menu #menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(6px, -2px) scale(1, 1);
    background: black;
}

#fixed-menu #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#fixed-menu #menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(1px, 7px) scale(1.153, 1);
}

#fixed-menu .list {
    width: 100%;
    line-height: 50px;
    text-align: left;
    margin-top: 5px;
}

#fixed-menu #menu-menu-1 {
    position: absolute;
    width: 100vw;
    margin-left: calc(-100vw + 15px);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
}

#fixed-menu #menu-menu-1 .menu-item:first-of-type {
    margin-top: 22px;
}

#fixed-menu #menu-menu-1 .menu-item.active li {
    font-weight: 700;
}

#fixed-menu #menu-menu-1 a {
    color: rgba(0, 0, 0, 0.8);
}

#fixed-menu #menu-menu-1 a:last-of-type li {
    border-bottom: none;
}

#fixed-menu #menu-menu-1 button {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
}

#fixed-menu #menu-menu-1 li {
    padding: 10px 0;
    font-size: 20px;
    font-family: "Montserrat";
    border-bottom: 1px solid #f4f4f4;
    padding-left: 60px;
    font-weight: 600;
    line-height: 2.45em;
    font-weight: 500;
    font-size: 18px;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #313155;
}

#fixed-menu #menu-menu-1 li.active {
    font-weight: 600;
}

.grid {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}

@media all and (max-width: 1700px) {
    .grid {
        width: 100%;
        padding: 0 40px;
    }
}

@media all and (max-width: 580px) {
    .grid {
        width: 100%;
        padding: 0 25px;
    }
}

@media all and (max-width: 360px) {
    .grid {
        width: 100%;
        padding: 0 10px;
    }
}
