/* ----- Reset ----- */
:root {
    --primary: #6abf69;
    --secondary: #00600f;
    --light: #F0F6FF;
    --dark: #262B47;
}

* {
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    align-items: center;
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
}


/* ----- Header ----- */
.header-container {
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    filter: drop-shadow(1px 2px 8px #eee);
    margin: 0 0 85px;
    padding: 10px 25px;
    position: sticky;
    position: -webkit-sticky;
    top: 27px;
    z-index: 100;
    margin-top: 20px;
}

.header-box {
    display: flex;
}

.header-mobile-icon {
    display: none;
}

.header-logo {
    align-items: center;
    display: flex;
    margin-right: 50px;
}

.header-logo-mobile {
    display: none;
}

.header-logo-img {
    height: 45px;
}

.header-logo-name {
    font-size: 20px;
    font-weight: 700;
}

.header-categories {
    margin-right: 160px;
}

.header-categories-items {
    align-items: center;
    display: flex;
    gap: 20px;
    height: 100%;
    list-style-type: none;
}

.header-category {
    cursor: pointer;
    font-weight: 600;
}

.header-category-link {
    color: #000;
    text-decoration: none;
}

.header-btn-item {
    background-color: var(--primary);
    border: none;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    padding: 15px 25px;
}


/* ----- Home ----- */
.home-container {
    margin: 0 80px 175px;
    max-width: 1200px;
}

.home-box {
    display: flex;
    justify-content: space-between;
}

.home-presentation {
    width: 60%;
}

.home-presentation-texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 55px;
}

.home-text-main {
    color: #0B0B0B;
    font-size: 40px;
    font-weight: 700;
    margin-top: 38px;
}

.home-highlight {
    color: var(--primary);
}

.home-text-secundary {
    color: #7B8798;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 170px;
}

.home-presentation-stores {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-store {
    width: 170px;
}

.home-imgs {
    position: relative;
    width: 30%;
}

.home-img-phone {
    width: 260px;
}

.home-img-circle {
    height: 180px;
    left: 150px;
    position: absolute;
    top: -20px;
    z-index: -1;
}

.home-img-ladder {
    height: 43px;
    left: 265px;
    position: absolute;
    top: 270px;
}

.home-retangulo {
    background-color: #F8CE1A;
    bottom: 145px;
    height: 50px;
    left: -32px;
    position: absolute;
    transform: rotate(-45deg);
    width: 50px;
}


/* ----- Features ----- */
.feature-events {
    background-color: var(--primary)05;
    border-radius: 42px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
    max-width: 1200px;
    padding: 35px 45px;
}

.feature-texts {
    display: flex;
    flex-direction: column;
    margin-top: 110px;
    width: 55%;
}

.feature-highlight {
    background-color: #C9FFE9;
    border-radius: 100px;
    color: #027848;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

.feature-text {
    color: #0B0B0B;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.feature-about {
    color: #7B8798;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 35px;
}

.feature-btn {
    background-color: var(--primary);
    border: none;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    padding: 18px 40px;
}

.feature-btn:hover,
.feature-interests-btn:hover,
.header-btn-item:hover {
    background-color: #00a060;
}

.feature-events-imgs {
    position: relative;
    width: 39%;
}

.feature-events-img-phone {
    position: relative;
    top: 4px;
    width: 275px;
}

.feature-events-img-profile {
    border-bottom-right-radius: 42px;
    bottom: -34px;
    height: 290px;
    position: absolute;
    right: -43px;
    z-index: -1;
}

.feature-map {
    background-color: var(--primary)05;
    border-radius: 42px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 75px 165px;
    max-width: 1200px;
    padding: 35px 0;
}

.feature-map-texts {
    margin-top: 80px;
    padding-right: 100px;
    width: 48%;
}

.feature-map-imgs {
    position: relative;
    width: 39%;
}

.feature-map-img-people {
    border-bottom-left-radius: 42px;
    bottom: -35px;
    height: 310px;
    position: absolute;
    z-index: -1;
}

.feature-map-img-phone {
    position: relative;
    left: 192px;
    width: 275px;
}

.features-others {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px auto 170px;
    max-width: 1200px;
}

.features-others-title {
    color: #0B0B0B;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
}

.feature-interests {
    background-color: #7B879805;
    border: 3px solid rgba(123, 135, 152, 0.12);
    border-radius: 42px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 45px 0;
    width: 1000px;
}

.feature-interests-texts {
    margin-top: 10px;
    width: 45%;
}

.feature-interests-img-contact {
    background-color: var(--primary);
    border-radius: 5px;
    height: 54px;
    margin-bottom: 20px;
    padding: 10px;
}

.feature-interests-text {
    color: #0B0B0B;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-interests-about {
    color: #7B8798;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 105px;
}

.feature-interests-btn {
    background-color: var(--primary);
    border: none;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    padding: 18px 40px;
}

.feature-interests-img {
    position: relative;
}

.feature-interests-img-phone {
    bottom: -4px;
    position: relative;
    width: 330px;
}

.feature-interests-img-user {
    border-radius: 50%;
    height: 50px;
    position: absolute;
    right: -30px;
    top: 170px;
}

.feature-interests-img-user2 {
    height: 50px;
    left: -30px;
    position: absolute;
    top: 285px;
}

.feature-interests-img-cursor-blue {
    height: 27px;
    position: absolute;
    right: 12px;
    top: 157px;
}

.feature-interests-img-cursor-pink {
    height: 27px;
    left: 8px;
    position: absolute;
    top: 273px;
}

.features-find-sale-box {
    display: flex;
    gap: 40px;
    margin: 40px auto 0;
    width: 1000px;
}

.feature-find-people {
    background-color: #7B879805;
    border: 3px solid rgba(123, 135, 152, 0.12);
    border-radius: 42px;
    display: flex;
    flex-direction: column;
    padding: 40px 45px 0;
    width: 50%;
}

.feature-find-people-message {
    align-self: center;
    background-color: var(--primary);
    border-radius: 5px;
    height: 54px;
    margin-bottom: 30px;
    padding: 10px;
}

.feature-find-people-text {
    color: #0B0B0B;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.feature-find-people-about {
    color: #7B8798;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 35px;
    text-align: center;
}

.feature-find-people-iphone {
    align-self: center;
    width: 310px;
}

.feature-sale {
    background-color: #7B879805;
    border: 3px solid rgba(123, 135, 152, 0.12);
    border-radius: 42px;
    position: relative;
    width: 50%;
}

.feature-sale-texts {
    display: flex;
    flex-direction: column;
    margin-bottom: 65px;
    padding: 40px 45px 0;
}

.feature-sale-ticket {
    align-self: center;
    background-color: var(--primary);
    border-radius: 5px;
    height: 54px;
    margin-bottom: 30px;
    padding: 10px;
}

.feature-sale-text {
    color: #0B0B0B;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.feature-sale-about {
    color: #7B8798;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.feature-sale-graphic-items {
    height: 240px;
    position: relative;
}

.feature-sale-graphic {
    position: absolute;
    width: 100%;
}

.feature-sale-months {
    border-top: 1px solid rgba(123, 135, 152, 0.12);
    ;
    font-size: 10px;
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 15px;
    width: 100%;
}

.feature-sale-month {
    align-self: center;
    color: rgba(123, 135, 152);
}

.feature-sale-month-active {
    background-color: var(--primary);
    border-radius: 20px;
    color: #fff;
    padding: 7px 14px;
    position: relative;
}

.feature-sale-precentage-items {
    position: absolute;
    right: -10px;
    bottom: 39px;
}

.feature-sale-graphic-number {
    bottom: 245px;
    height: 20px;
    position: absolute;
    right: 15px;
}

.feature-sale-graphic-circle {
    bottom: 170px;
    position: absolute;
    right: -10px;
    width: 80px;
}

.feature-sale-graphic-percentage {
    height: 290px;
}


/* ----- Testimonials ----- */
.testimonials-container {
    margin: 0 auto 180px;
    max-width: 1200px;
}

.testimonials-box {
    padding: 0 20px;
}

.testimonials-title {
    color: #0B0B0B;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 106px;
    text-align: center;
}

.testimonials-items {
    display: flex;
    gap: 30px;
}

.testimonial-item {
    background-color: #F6F6F6;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    gap: 20px;
    padding: 50px 25px;
    position: relative;
}

.testimonial-user {
    background-color: var(--primary);
    border-radius: 62px;
    color: #fff;
    font-weight: 800;
    left: 50%;
    padding: 17px 30px;
    position: absolute;
    transform: translateX(-50%);
    top: -30px;
}

.testimonial-user-info {
    color: #0B0B0B;
    font-size: 18px;
    font-weight: 700;
}

.testimonial-about {
    color: #0B0B0B;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.testimonial-location {
    display: flex;
    gap: 7px;
}

.testimonial-location-img {
    height: 20px;
}

.testimonial-location-city {
    color: #434343;
    font-size: 15px;
    font-weight: 600;
}


/* ----- Download ----- */
.download-container {
    margin: 0 auto 130px;
    max-width: 1200px;
}

.download-box {
    display: flex;
    justify-content: space-between;
    margin: 0 50px;
}

.download-texts {
    margin-top: 55px;
    width: 60%;
}

.download-title {
    color: #0B0B0B;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.download-about {
    color: #7B8798;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 45px;
    padding-right: 100px;
}

.download-stores {
    display: flex;
    gap: 10px;
}

.download-store {
    width: 170px;
}

.download-img-communication {
    width: 380px;
}


/* ----- Footer ----- */
.footer-container {
    background-color: #051C2C;
    color: #fff;
    padding: 70px 30px 70px;
    width: 100%;
}

.footer-box {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.footer-logo {
    display: flex;
    margin-right: 80px;
}

.footer-logo-img {
    height: 50px;
}

.footer-logo-name {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}

.footer-links {
    position: relative;
    width: 630px;
}

.MadeBy {
    display: flex;
    justify-self: start;
    padding-top: 20px;
    margin-left: auto;
    margin-right: 0;
    float: right;
    align-items: center;
    font-size: .88rem;
}

@media (max-width: 1000px) {
    .MadeBy {
        display: block;
        justify-content: center;
        text-align: center;
        float: none;
    }

    .featherflow-logo {
        align-content: center;
        margin-top: 20px;
    }

}

.footer-links-items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-right: 50px;
}

.footer-link-item {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.footer-link-category-item:nth-child(1) {
    margin-right: 100px;
}

.footer-link-category-item:nth-child(2),
.footer-link-category-item:nth-child(4) {
    margin-right: 60px;
}


.footer-link-category-item:nth-child(4),
.footer-link-category-item:nth-child(5) {
    margin-top: 30px;
}


.footer-socials {
    display: flex;
    gap: 25px;
    justify-self: start;
    margin-left: auto;
}

.footer-social-img {
    height: 30px;
}

.featherflow-logo {
    height: 30px;
    margin-left: 7px;
}

.featherflow-logo:hover {
    filter: brightness(50%);
}

.footer-social-img:hover {
    filter: brightness(50%);
}

/* ----- Data protection ----- */
.dataprotection-container {
    margin: 0 80px 175px;
    max-width: 1200px;
}

.dataprotection-box {
    display: flex;
    justify-content: space-between;
}

.dataprotection-presentation {
    width: 100%;
}

.dataprotection-presentation-texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 55px;
}

.dataprotection-text-main {
    color: #0B0B0B;
    font-size: 40px;
    font-weight: 700;
    margin-top: 38px;
}

.dataprotection-text-secundary {
    color: #7B8798;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 170px;
}

/* ----- General Terms & Conditions ----- */
.gtc-container {
    margin: 0 80px 175px;
    max-width: 1200px;
}

.gtc-box {
    display: flex;
    justify-content: space-between;
}

.gtc-presentation {
    width: 100%;
}

.gtc-presentation-texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 55px;
}

.gtc-text-main {
    color: #0B0B0B;
    font-size: 40px;
    font-weight: 700;
    margin-top: 38px;
}

.gtc-text-secundary {
    color: #7B8798;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 170px;
}

/* ----- Imprint ----- */
.imprint-container {
    margin: 0 80px 175px;
    max-width: 1200px;
}

.imprint-box {
    display: flex;
    justify-content: space-between;
}

.imprint-presentation {
    width: 100%;
}

.imprint-presentation-texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 55px;
}

.imprint-text-main {
    color: #0B0B0B;
    font-size: 40px;
    font-weight: 700;
    margin-top: 38px;
}

.imprint-text-secundary {
    color: #7B8798;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 170px;
}

/* ----- Fee table ----- */
.feetable-container {
    margin: 0 80px 175px;
    max-width: 1200px;
}

.feetable-box {
    display: flex;
    justify-content: space-between;
}

.feetable-presentation {
    width: 100%;
}

.feetable-presentation-texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 55px;
}

.feetable-highlight {
    color: var(--primary);
}

.feetable-text-main {
    color: #0B0B0B;
    font-size: 40px;
    font-weight: 700;
    margin-top: 38px;
}

.feetable-text-sub-main {
    color: #0B0B0B;
    font-size: 26px;
    font-weight: 600;
    margin-top: 38px;
}

.feetable-text-secundary {
    color: #7B8798;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 170px;
}

/* ----- Responsive ----- */
/* ----- Features, Footer ----- */
@media (max-width:370px) {

    .feature-interests-img-user,
    .feature-interests-img-user2,
    .feature-interests-img-cursor-blue,
    .feature-interests-img-cursor-pink {
        display: none;
    }

    .footer-container {
        padding: 30px !important;
    }
}

/* ----- Home, Features, Testimonials, Download ----- */
@media (max-width:500px) {

    .home-img-circle,
    .home-img-ladder,
    .home-retangulo {
        display: none;
    }

    .feature-map-imgs {
        padding: 0 45px;
    }

    .features-others-title {
        margin-right: 30px;
        margin-left: 30px;
    }

    .feature-events,
    .feature-map,
    .feature-interests,
    .feature-find-people,
    .feature-sale {
        border-radius: 0;
        border-left: none;
        border-right: none;
        width: 100% !important;
    }

    .testimonials-container {
        margin: 0px 0px 120px !important;
    }

    .download-container {
        margin: 0 0px 50px !important;
    }
}

/* ----- Header ----- */
@media (max-width:700px) {
    .header-container {
        border-radius: 0px;
        height: 70px;
        margin: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }

    .header-box {
        background-color: #fff;
        display: none !important;
        gap: 0 !important;
        height: 100vh;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0px;
        width: 100%;
    }

    .header-mobile-show {
        display: flex !important;
        z-index: -1;
    }

    .header-mobile-icon {
        cursor: pointer;
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        width: 50px;
    }

    .header-logo-mobile {
        align-items: center;
        display: flex;
        position: absolute;
        top: 12px;
    }

    .header-logo {
        display: none;
    }

    .header-btn-item {
        display: none;
    }

    .header-categories-items {
        flex-direction: column;
        justify-content: center;
    }

    .header-category {
        font-size: 20px;
    }
}

/* ----- Footer ----- */
@media (max-width:730px) {
    .footer-box {
        flex-direction: column;
        gap: 30px !important;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-socials {
        justify-content: center;
    }
}

/* ----- Features ----- */
@media (max-width:750px) {

    .feature-events-img-profile,
    .feature-map-img-people {
        display: none;
    }
}

/* ----- Testimonials -----*/
@media (min-width:800px) and (max-width:1000px) {
    .testimonials-items {
        align-items: center;
        flex-wrap: wrap;
    }

    .testimonial-item {
        width: 80%;
    }
}

/* ----- Header, Home, Features, Testimonials, Download, Footer ----- */
@media (max-width:1000px) {

    /* ----- Header ----- */
    .header-box {
        display: flex;
        gap: 55px;
    }

    .header-logo {
        margin-right: 0;
    }

    .header-categories {
        margin: 0;
    }


    /* ----- Home ----- */
    .home-container {
        margin: 0 10px 70px;
    }

    .home-box {
        flex-direction: column;
    }

    .home-presentation {
        margin-bottom: 60px;
        width: 100%;
    }

    .home-presentation-texts {
        margin-bottom: 35px;
    }

    .home-text-main {
        font-size: 35px;
        text-align: center;
    }

    .home-text-secundary {
        padding-right: 0;
        text-align: center;
    }

    .home-presentation-stores {
        justify-content: center;
    }

    .home-imgs {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .home-imgs-items {
        position: relative;
    }

    .home-img-phone {
        width: 100%;
    }


    /* ----- Features ----- */
    .features-box {
        display: flex;
        flex-direction: column;
        gap: 50px;
        justify-content: center;
    }

    .feature-events {
        flex-direction: column;
        margin: 0 auto;
        position: relative;
        width: 80%;
    }

    .feature-texts {
        margin: 0 0 40px;
        text-align: center;
        width: 100%;
    }

    .feature-highlight {
        margin: 0 auto 20px;
    }

    .feature-events-imgs {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        position: static;
        width: auto;
    }

    .feature-events-img-phone {
        width: 100%;
    }

    .feature-events-img-profile {
        bottom: 0;
        max-width: 250px;
        right: 0;
        width: 100%;
    }

    .feature-map {
        flex-direction: column;
        margin: 0 auto;
        width: 80%;
    }

    .feature-map-texts {
        margin: 0 0px 40px;
        padding: 0 45px;
        text-align: center;
        width: 100%;
    }

    .feature-map-imgs {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        width: 100%;
    }

    .feature-map-img-phone {
        left: 0;
        margin-top: 10px;
        max-width: 350px;
        width: 100%;
    }

    .feature-map-img-people {
        bottom: 0;
        height: auto;
        left: 0px;
        max-width: 250px;
        width: 100%;
    }

    .features-others {
        margin: 20px 0 80px;
    }

    .feature-interests {
        flex-direction: column;
        width: 500px;
    }

    .feature-interests-texts {
        margin-bottom: 40px;
        text-align: center;
        width: 100%;
    }

    .feature-interests-about {
        margin-bottom: 40px;
    }

    .feature-interests-img {
        margin: 0 auto;
    }

    .feature-interests-img-phone {
        max-width: 330px;
        width: 100%;
    }

    .features-find-sale-box {
        flex-direction: column;
        width: auto;
    }

    .feature-find-people-iphone {
        max-width: 310px;
        width: 100%;
    }

    .feature-find-people,
    .feature-sale {
        margin: 0 auto;
        width: 500px;
    }

    .feature-sale-months {
        position: relative;
    }


    /* ----- Testimonials ----- */
    .testimonials-container {
        margin: 0px 50px 120px;
    }

    .testimonials-title {
        margin-bottom: 80px;
    }

    .testimonials-items {
        flex-direction: column;
        gap: 80px;
    }

    .testimonial-item {
        text-align: center;
    }

    .testimonial-location {
        justify-content: center;
    }


    /* ----- Download ----- */
    .download-container {
        margin: 0 50px 50px;
    }

    .download-box {
        align-items: center;
        flex-direction: column;
    }

    .download-texts {
        margin-top: 0;
        text-align: center;
        width: 100%;
    }

    .download-title {
        font-size: 35px;
    }

    .download-about {
        padding-right: 0;
    }

    .download-stores {
        flex-wrap: wrap;
        justify-content: center;
    }

    .download-img-communication {
        width: 100%;
        max-width: 380px;
    }


    /* ----- Footer ----- */
    .footer-box {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }

    .footer-logo {
        margin-right: 0;
    }

    .footer-links {
        left: 0;
        width: auto;
    }

    .footer-links-items {
        flex-direction: column;
        gap: 20px;
        margin-right: 0;
    }

    .footer-link-category-item {
        text-align: center;
        margin-right: 0 !important;
    }

    .footer-link-category-item:nth-child(4),
    .footer-link-category-item:nth-child(5) {
        margin-top: 0;
    }

    .footer-logo {
        align-items: center;
    }

    .footer-logo-name {
        margin-top: 0;
    }

    .footer-socials {
        align-items: center;
        margin-left: 0;
    }

    /* ----- Data protection ----- */
    .dataprotection-container {
        margin: 0 10px 70px;
    }

    .dataprotection-box {
        flex-direction: column;
    }

    .dataprotection-presentation {
        margin-bottom: 60px;
        width: 100%;
    }

    .dataprotection-presentation-texts {
        margin-bottom: 35px;
    }

    .dataprotection-text-main {
        font-size: 35px;
        text-align: center;
    }

    .dataprotection-text-secundary {
        padding-right: 0;
        text-align: center;
    }

    /* ----- General Terms & Conditions ----- */
    .gtc-container {
        margin: 0 10px 70px;
    }

    .gtc-box {
        flex-direction: column;
    }

    .gtc-presentation {
        margin-bottom: 60px;
        width: 100%;
    }

    .gtc-presentation-texts {
        margin-bottom: 35px;
    }

    .gtc-text-main {
        font-size: 35px;
        text-align: center;
    }

    .gtc-text-secundary {
        padding-right: 0;
        text-align: center;
    }

    /* ----- Imprint ----- */
    .imprint-container {
        margin: 0 10px 70px;
    }

    .imprint-box {
        flex-direction: column;
    }

    .imprint-presentation {
        margin-bottom: 60px;
        width: 100%;
    }

    .imprint-presentation-texts {
        margin-bottom: 35px;
    }

    .imprint-text-main {
        font-size: 35px;
        text-align: center;
    }

    .imprint-text-secundary {
        padding-right: 0;
        text-align: center;
    }

    /* ----- Fee table ----- */
    .feetable-container {
        margin: 0 10px 70px;
    }

    .feetable-box {
        flex-direction: column;
    }

    .feetable-presentation {
        margin-bottom: 60px;
        width: 100%;
    }

    .feetable-presentation-texts {
        margin-bottom: 35px;
    }

    .feetable-text-main {
        font-size: 35px;
        text-align: center;
    }

    .feetable-text-sub-main {
        font-size: 21px;
        text-align: center;
    }

    .feetable-text-secundary {
        padding-right: 0;
        text-align: center;
    }
}

/* ----- Footer ----- */
@media (min-width:1001px) and (max-width:1080px) {
    .footer-link-category-item:nth-child(3) {
        margin: 30px 60px 0 0;
    }
}

/* ----- Features -----*/
@media (min-width:1001px) and (max-width:1100px) {
    .feature-map-texts {
        margin-top: 10px;
        width: 40%;
    }

    .feature-map-imgs {
        width: 60%;
    }

    .feature-map-img-phone {
        position: absolute;
        bottom: 7px;
    }

    .feature-map-img-people {
        position: absolute;
    }



}