/* Mobile first */

/* hero styles
--------------------------------------------- */
.list__test {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero--landing.hero {
    position: relative;
    margin-top: 120px;
    padding: 8px;
    min-height: auto;
    height: auto;
}

.hero--landing.hero::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    border-radius: 32px;
}

.hero--landing.hero:first-child {
    margin-top: 0;
}

.hero--landing.hero .section__title {
    color: #fff0f0;
    font-size: 66px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 24px;
    max-width: 710px;
}

.hero--landing.hero .title__description {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    letter-spacing: 0.195px;
    max-width: 390px;
    opacity: 0.8;
}

.hero--landing .hero__logos-center {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero--landing .hero__logos-center img {
    display: block;
    height: 118px;
    width: auto;
}

.hero--landing .hero__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 32px;
    object-fit: cover;
}

.hero--landing .hero__top {
    position: absolute;
    z-index: 3;
    top: 8px;
    left: 8px;
    right: 8px;
    color: #F7F6F6;
    padding-top: 30px;
}

.hero--landing .hero__bottom {
    display: block;
    position: absolute;
    z-index: 0;
    left: 8px;
    right: 8px;
    bottom: 8px;
    text-align: center;
    padding-bottom: 16px;
}

.hero--landing .hero__bottom .float__buton {
    position: absolute;
    z-index: 3;
    right: 50px;
    bottom: 16px;
    z-index: 0;
}

.hero--landing .hero__bottom .float__buton {
    position: absolute;
    z-index: 3;
    right: 50px;
    bottom: 16px;
    /*top: -10px;*/
}

.hero--landing .hero__bottom .float__buton .button__circle {
    margin-top: 5px;
}

/*
.float__buton:not(.open) .button__circle {
    display: none;
}

.float__buton:not(.open) .button__circle:nth-last-child(1), .float__buton:not(.open) .button__circle:nth-last-child(2) {
    display: block;
}

.float__buton:not(.open) .toggle_float_buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.toggle_float_buttons {
    cursor: pointer;
}
*/

.hero--landing .hero__distance {
    text-align: right;
    margin-bottom: 48px;
}

.hero--landing .hero__distance-text {
    display: inline-block;
    text-align: left;
    font-size: 27px;
    line-height: 1.06;
    font-weight: 500;
    color: #F7F6F6;
    letter-spacing: -0.274px;
    min-width: 325px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /**/
}

@media only screen and (max-width: 1199px) {
    .hero--landing.hero .section__title {
        font-size: 45px;
        margin-bottom: 16px;
    }
    .hero--landing .hero__top {
        padding-top: 24px;
    }
    .hero--landing .hero__distance-text {
        min-width: 280px;
    }
}

@media screen and (max-width: 991px) {
    .hero--landing.hero .section__title {
        max-width: 450px;
        margin-bottom: 12px;
    }
    .hero--landing.hero .title__description {
        max-width: 300px;
    }
    .hero--landing .hero__top .button__custom {
        display: none;
    }
    .hero--landing .hero__bottom .float__buton {
        right: 20px;
        bottom: 81px;
    }
    .hero--landing .hero__logos-center {
        display: none;
    }
    .hero--landing .hero__image {
        aspect-ratio: 728/637;
        object-fit: cover;
    }
    .hero--landing .hero__distance {
        text-align: left;
        margin-bottom: 24px;
    }
    .hero--landing .hero__distance-text {
        max-width: none;
        min-width: 0;
        font-size: 12px;
    }
    .hero--landing .hero__distance-text br {
        display: none;
    }
    .hero--landing .hero__distance-text img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px 2px;
    }
    .hero--landing .hero__distance-line {
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #F7F6F6;
        font-family: Bergamasco;
    }
    .hero--landing .hero__distance-line img {
        display: block;
        width: 210px;
        height: auto;
        margin: 0 6px;
    }
    /*
    .main-navigation .language {
        margin: 0;
        position: fixed;
        z-index: 501;
        left: 30px;
        top: 30px;
        display: none;
    }
    .main-navigation .language .language__toggle {
        bottom: auto;
        top: 100%;
        padding-bottom: 0;
        padding-top: 10px;
    }
    .main-navigation .menu-toggle {
        margin: 0;
    }
    .main-navigation .logo__mobile {
        margin-left: 10px;
        margin-right: 16px;
        display: block;
        height: 26px;
        width: auto;
    }
    .main-navigation .button__custom {
        margin-left: 22px;
    }
    .main-navigation.toggled .language {
        display: inline-flex;
    }
    .main-navigation.toggled .menu-toggle {
        position: fixed;
        z-index: 501;
        right: 30px;
        top: 30px;
    }
    .main-navigation.toggled #primary-menu {
        display: block;
    }
    #primary-menu {
        position: fixed;
        z-index: 500;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #F7F6F6;
        height: 100vh;
        padding-top: 100px;
        display: none;
    }
    #primary-menu .nav-menu {
        display: block !important;
    }
    #primary-menu.nav-menu,
    #primary-menu .nav-menu {
        text-align: center;
    }
    #primary-menu.nav-menu a,
    #primary-menu .nav-menu a {
        font-size: 22px;
        font-weight: 600;
    }
    body.admin-bar .main-navigation .language {
        top: calc(46px + 30px);
    }
    body.admin-bar .main-navigation.toggled .menu-toggle {
        top: calc(46px + 30px);
    }
    body.admin-bar #primary-menu {
        top: 46px;
        height: calc(100vh - 46px);
    }
     */
}

@media screen and (max-width: 767px) {
    /**/
}

@media screen and (max-width: 576px) {
    .hero--landing.hero {
        padding: 4px;
        margin-top: 0;
    }
    .hero--landing.hero::after {
        top: 4px;
        right: 4px;
        bottom: 4px;
        left: 4px;
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
    }
    .hero--landing.hero .section__title {
        font-size: 30px;
        letter-spacing: -0.3px;
    }
    .hero--landing.hero .title__description {
        font-size: 10px;
        opacity: 1;
        max-width: 200px;
    }
    .hero--landing.hero .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero--landing .hero__image {
        aspect-ratio: auto;
        min-height: 600px;
    }
    .hero--landing .hero__image-box {
        min-height: calc(100vh - 16px);
        display: flex;
        justify-content: flex-end;
        width: 100%;
        maxw-width: 100vw;
        overflow: hidden;
        border-radius: 32px;
    }
    .home .hero__image-box {
        justify-content: center;
    }
    .hero--landing .hero__image-box .hero__image {
        position: relative;
        right: -50px;
        width: auto;
        max-width: none;
    }
    .page-id-8 .hero--landing .hero__image-box .hero__image {
        position: relative;
        right: 150px;
        width: auto;
        max-width: none;
    }
    .page-id-8 .hero--landing .hero__image-box {

        justify-content: center;

    }
    body.admin-bar .hero--landing .hero__image-box {
        min-height: calc(100vh - 56px);
    }
    .hero--landing .hero__top {
        top: 4px;
        right: 4px;
        left: 4px;
        padding-top: 16px;
    }
    .hero--landing .hero__bottom {
        left: 4px;
        right: 4px;
        bottom: 84px;
    }

    /*.hero__bottom .float__buton {
        right: 16px;
    }
    .main-navigation {
        justify-content: space-between;
    }
    .main-navigation .logo__mobile {
        margin: 0 6px 0 0;
    }
    .main-navigation .button__custom {
        margin-left: 16px;
        font-size: 12px;
        padding-top: 7px;
    }
    .hero__distance-text span.hidden-mobile {
        display: none;
    }
    .main-navigation .language {
        left: 16px;
        top: 16px;
    }
    .main-navigation.toggled .menu-toggle {
        right: 16px;
        top: 16px;
    }
    #primary-menu {
        padding-top: 80px;
    }
    #primary-menu.nav-menu a,
    #primary-menu .nav-menu a {
        font-size: 18px;
        line-height: 1.25;
    }
    body.admin-bar .main-navigation .language {
        top: calc(46px + 16px);
    }
    body.admin-bar .main-navigation.toggled .menu-toggle {
        top: calc(46px + 16px);
    }
    */
}



@media (min-width: 577px) {
    .hero--landing.hero .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 992px) {
    .hero--landing .hero__bottom .hero__distance-line,
    .hero--landing .hero__bottom .logo__mobile,
    .hero--landing .hero__bottom .mobile__button,
    .hero--landing .hero__bottom .hero__distance-text img {
        display: none;
    }
}


.popuper form input,
.wpcf7-form input {
    display: block;
    width: 100%;
    height: 49px;
    border-radius: 10em;
    font-size: 14px;
    line-height: 1;
    padding: 0 30px;
    background-color: #F7F6F6;
    border: 1px solid #E8E8E8;
    margin-bottom: 10px;
}