@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
}

:root {
    --text-color: #FFFFFF;
    --bg-color: #000;
    --main-color: #1E1E1E;
    --buttom-color-green: #2B9643;
    --buttom-color-yellow: #FFDB26;
    --size-p: 20px;
    --size-home-paragraph: 20px;
    --size-h2: 58px;
    --size-home-h1: 80px;
    --size-span: 80px;
    --size-line: 330px;
    --size-span-adverts: 25px;
    --size-i-adverts: 40px;
    --size-img-logos: 300px;

    --line-height-home: 95px;
}



body {
    color: var(--text-color);
    background: var(--bg-color);
}

header a img {
    width: 180px;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    padding: 15px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .50s ease;
}

header.stick {
    /* padding: 26px 10%; */
    background-color: black;

}

.navbar {
    display: flex;
    margin-left: auto;
}

.navbar a {
    color: var(--text-color);
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 15px 22px;
    transition: all .50s ease;
}

.navbar a:hover {
    color: var(--buttom-color-yellow);
}

.h-right {
    display: flex;
    align-items: center;

}

.h-right a:first-child {
    color: var(--text-color);
    font-size: 14px;
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
    margin-right: 11px;
}

.h-right a {
    vertical-align: middle;
    font-size: 20px;
    color: var(--text-color);
    margin-right: 5px;
    margin-left: 1px;
    transition: all .50s ease;
}

.h-right a:hover {
    color: var(--buttom-color-yellow);
    transform: translateY(-3px);
}

#menu-icon {
    color: var(--text-color);
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
    display: none;
}


section {
    padding: 50px 5% 5px;
}

.home {
    position: relative;
    height: auto;
    min-height: 80vh;
    width: 100%;
    background-image: url("../image/Hero1.webp");
    background-size: cover;
    background-position: bottom center;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}


.home-text h1 {
    font-size: var(--size-home-h1);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: var(--line-height-home);
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.home-text .home-paragraph {
    margin-top: 20px;
    color: var(--text-color);
    font-size: var(--size-home-paragraph);
    font-family: "Merriweather", sans-serif;
    line-height: 40px;
    letter-spacing: -0.2px;
    font-weight: 200;
    font-style: normal;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: all .50s ease;
}

.who {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.who-text h2 {
    color: var(--text-color);
    font-size: var(--size-h2);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.who-text p {
    color: var(--text-color);
    font-size: var(--size-p);
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
    line-height: 40px;
    letter-spacing: -0.2px;
    margin-bottom: 5px;
    transition: all .50s ease;
}

/* 
.logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
} */


.companies {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

/* .logos img {
    width: var(--size-img-logos);
    height: 115.36px;
} */

.logos img {
    width: var(--size-img-logos);
    height: 115.36px;
}

/* .companies {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.companies-text h4 {
    color: var(--text-color);
    font-size: var(--size-h4);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
} */


.line {
    width: var(--size-line);
    height: 2px;
    background: var(--buttom-color-yellow);
    margin-top: 5px;
    margin-bottom: 25px;
    transition: all .50s ease;
}

.lineSocial {
    width: var(--size-line);
    height: 2px;
    background: var(--buttom-color-yellow);
    margin-top: 5px;
    margin-bottom: 15px;
    transition: all .50s ease;
}

/* .companies-text p {
    color: var(--text-color);
    font-size: var(--size-p);
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 40px;
    transition: all .50s ease;
} */

.centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 400px;
}


@media (max-width: 600px) {
    .logos {
        grid-template-columns: 1fr;
    }
}

.adverts {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.adverts-text h4 {
    color: var(--text-color);
    font-size: var(--size-h4);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.adverts-text p {
    color: var(--text-color);
    font-size: var(--size-p);
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: justify;
    white-space: normal;
    word-break: break-word;
    transition: all .50s ease;

}

.adverts-icons {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.adverts-icon-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}


.adverts-icon-item i {
    font-size: var(--size-i-adverts);
    margin-right: 10px;
    color: var(--text-color);
}

.adverts-icon-item span {
    color: var(--text-color);
    font-size: var(--size-span-adverts);
    font-family: "Merriweather", serif;
    font-weight: 300;
}


.adverts-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--buttom-color-green);
    color: white;
    text-decoration: none;
    border: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.4s ease;
    border-radius: 11px;
    width: fit-content;
    text-align: center;
}

.adverts-button:hover {
    background-color: var(--buttom-color-yellow);
    color: #000;
}


.contact {
    margin-top: 50px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.contact-text h2 {
    color: var(--text-color);
    font-size: var(--size-h2);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.contact-text p {
    color: var(--text-color);
    font-size: var(--size-p);
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
    line-height: 40px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
    transition: all .50s ease;
}

.form-container {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
}

form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

form input, form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: var(--bg-color);
    font-family: "Merriweather", sans-serif;
    font-size: 16px;
    font-weight: 300;

}

form input {
    flex: 1;
}

form textarea {
    height: 115px;
    resize: none;
    margin-bottom: 10px;
}

form button {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--buttom-color-green);
    color: white;
    text-decoration: none;
    border: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.4s ease;
    border-radius: 11px;
    width: 257px;
    text-align: center;
}

form button:hover {
    background-color: var(--buttom-color-yellow);
    color: #000;
}




.social {
    margin-top: 50px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.social-text h2 {
    color: var(--text-color);
    font-size: var(--size-h2);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.h-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.h-left a {
    vertical-align: middle;
    font-size: 60px;
    color: var(--text-color);
    margin: auto;
    /* margin: 0 5px; */
    /* margin-right: 50px;*/
    /* margin-left: 4px;  */
    transition: all .50s ease;
}

.h-left a:hover {
    color: var(--buttom-color-yellow);
    transform: translateY(-3px);
}



footer {
    color: var(--text-color);
    padding: 20px 10%;
    text-align: center;
    margin-top: 80px;
}

.footer-links {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--text-color);
    margin: 0 15px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--buttom-color-yellow);
}

.footer-bottom {
    font-family: "Roboto", serif;
    font-weight: 300;
}


@media (max-width: 1050px) {
    .home {
        gap: 1.5rem;
    }

    .companies {
        gap: 1.5rem;
    }

    .adverts {
        gap: 3rem;
    }

    .contact {
        gap: 3rem;
    }

    .social {
        gap: 1rem;
    }

    #menu-icon {
        display: block;
    }

    .navbar {
        position: absolute;
        width: 100%;
        height: 100vh;
        padding: 40px 60px;
        top: 0;
        bottom: 0;
        left: 100%;
        right: 0;
        display: flex;
        margin-left: 0;
        flex-direction: column;
        background: var(--bg-color);
        transition: all .50s ease;
    }

    .navbar a {
        display: block;
        color: var(--text-color);
        padding: 0;
        margin: 0px 0px 40px 0px;
        font-size: 18px;
        font-weight: 400;
    }

    .navbar.open {
        left: 0;
    }
}


@media (max-width: 1000px) {
    .lineSocial {
        margin-bottom: 0px
    }

}


@media (max-width: 700px) {
    :root {
        --size-home-paragraph: 20px;
        --size-h2: 58px;
        --size-home-h1: 75px;
        --size-p: 20px;

        --size-img-logos: 277px;

    }

    .home-text .home-paragraph {
        font-size: calc(var(--size-home-paragraph) - 10%);
        font-weight: 400;
    }

    .who-text p {
        font-size: calc(var(--size-home-paragraph) - 10%);
        font-weight: 400;
    }

    .contact-text p {
        font-size: calc(var(--size-home-paragraph) - 10%);
        font-weight: 400;
    }

    .home-text h1 {
        margin-top: 30px;
        line-height: 80px;
        letter-spacing: -0.2px;
    }
}

@media (min-width: 670px) and (max-width: 700px) {


    section.home {
        padding: 45px 3% 35px;
    }

    section.who {
        padding: 20px 3% 35px;
    }

    section.companies {
        padding: 20px 3% 35px;
    }

    section.contact {
        padding: 20px 3% 35px;
    }

    section.social {
        padding: 20px 3% 35px;
    }



}

@media (min-width: 650px) and (max-width: 670px) {
    section.home {
        padding: 45px 2% 35px;
    }

    section.who {
        padding: 20px 2% 35px;
    }

    section.companies {
        padding: 20px 2% 35px;
    }

    section.contact {
        padding: 20px 2% 35px;
    }

    section.social {
        padding: 20px 2% 35px;
    }

}





/* DISPOSITIVOS MOBILE */
@media (max-width: 500px) {

    :root {
        --size-home-paragraph: 20px;
        --size-h2: 34px;
        --size-home-h1: 44px;
        --size-p: 20px;
        --size-line: 240px;

        --size-i-adverts: 30px;
        --size-span-adverts: 20px;

        --size-img-logos: 277px;

    }

    header a img {
        width: 124px;
        height: 26px;
    }

    .home {
        height: auto;
        min-height: 60vh;
    }

    .home-text {
        margin-top: 30px;
    }

    .home-text h1 {
        line-height: 50px;
        letter-spacing: -0.2px;
    }

    .home-text .home-paragraph {
        margin-top: 20px;
        line-height: 30px;
        letter-spacing: -0.2px;
    }

    .who-text p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.2px;
    }

    .contact-text p {
        line-height: 30px;
        letter-spacing: -0.2px;
        margin-bottom: 20px;
    }

    form input {
        width: 319px;
        height: 93px;
        font-size: 16px;
        font-weight: 500;
    }

    form textarea {
        width: 319px;
        height: 115px;
        font-size: 16px;
        font-weight: 500;
    }

    form button {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.4s ease;
        border-radius: 15px;
        width: 265px;
        height: 40px;
        text-align: center;
    }


    .form-group {
        flex-direction: column;
    }


}


/* SE BASEIA NESSE AQUI */
@media (min-width: 500px) and (max-width: 600px) {
    :root {
        --size-home-paragraph: 20px;
        --size-h2: 34px;
        --size-home-h1: 44px;
        --size-p: 20px;
        --size-line: 240px;

        --size-i-adverts: 30px;
        --size-span-adverts: 20px;

        --size-img-logos: 277px;

    }

    .logos img {
        width: var(--size-img-logos);
        height: auto;
    }

    .home-text {
        margin-top: 30px;
    }

    section.home {
        padding: 35px 8% 35px;
    }

    section.who {
        padding: 20px 8% 35px;
    }

    section.companies {
        padding: 20px 8% 35px;
    }

    section.contact {
        padding: 20px 8% 35px;
    }

    section.social {
        padding: 20px 8% 35px;
    }

    .home-text h1 {
        line-height: 50px;
        letter-spacing: -0.2px;
    }

    .home-text .home-paragraph {
        margin-top: 20px;
        line-height: 30px;
        letter-spacing: -0.2px;
    }

    .home {
        height: auto;
        min-height: 60vh;
    }

    .who-text p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.2px;
    }

    .contact {
        font-size: 20px;
        margin-top: 0px;
        gap: 0px;
    }

    .contact-text p {
        line-height: 30px;
        letter-spacing: -0.2px;
        margin-bottom: 20px;
    }

    .social {
        margin-top: 0px;
    }

    .lineSocial {
        margin-bottom: 0px
    }

    header {
        padding: 14px 8%;
    }

    header a img {
        width: 124px;
        height: 26px;
    }


    form input {
        width: 319px;
        height: 93px;
        font-size: 16px;
        font-weight: 500;
    }

    form textarea {
        width: 319px;
        height: 115px;
        font-size: 16px;
        font-weight: 500;
    }

    form button {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.4s ease;
        border-radius: 15px;
        width: 265px;
        height: 40px;
        text-align: center;
    }

    .form-group {
        flex-direction: column;
    }

    .line {
        margin-bottom: 15px;
    }

}


@media (min-width: 450px) and (max-width: 500px) {

    :root {
        --size-home-paragraph: 20px;
        --size-h2: 34px;
        --size-home-h1: 44px;
        --size-p: 20px;
        --size-line: 240px;

        --size-i-adverts: 30px;
        --size-span-adverts: 20px;

        --size-img-logos: 277px;

    }


    section.home {
        padding: 35px 6% 60px;
    }

    section.who {
        padding: 20px 6% 35px;
    }


    section.companies {
        padding: 20px 6% 35px;
    }

    section.contact {
        padding: 20px 6% 35px;
    }

    section.social {
        padding: 20px 6% 35px;
    }

    header {
        padding: 26px 6%;
    }

    .home-text .home-paragraph {
        margin-top: 20px;
    }

    .home {
        height: auto;
        min-height: 60vh;
    }

    .contact {
        font-size: 20px;
        margin-top: 0px;
        gap: 0px;
    }

    .social {
        margin-top: 0px;
    }

}


@media (min-width: 400px) and (max-width: 450px) {
    :root {
        --size-home-paragraph: 20px;
        --size-h2: 34px;
        --size-home-h1: 44px;
        --size-p: 20px;
        --size-line: 240px;

        --size-i-adverts: 30px;
        --size-span-adverts: 20px;

        --size-img-logos: 277px;

    }

    .home {
        height: auto;
        min-height: 60vh;
    }

    section.home {
        padding: 40px 5% 60px;
    }

    section.who {
        padding: 20px 5% 35px;
    }

    section.contact {
        padding: 20px 5% 35px;
    }

    section.companies {
        padding: 20px 5% 35px;
    }


    section.social {
        padding: 20px 5% 35px;
    }

    header {
        padding: 26px 5%;
    }

    .home-text .home-paragraph {
        margin-top: 20px;
    }

    .contact {
        font-size: 20px;
        margin-top: 0px;
        gap: 0px;
    }

    .social {
        margin-top: 0px;
    }


    .form-group {
        flex-direction: column;
    }

}


@media (min-width: 380px) and (max-width: 400px) {

    .home {
        height: auto;
        min-height: 60vh;
    }

    section.home {
        padding: 40px 4% 60px;
    }

    section.who {
        padding: 20px 4% 35px;
    }

    section.contact {
        padding: 20px 4% 35px;
    }

    section.companies {
        padding: 20px 4% 35px;
    }


    section.social {
        padding: 20px 4% 35px;
    }

    header {
        padding: 26px 4%;
    }

    .home-text .home-paragraph {
        margin-top: 20px;
    }

    .contact {
        font-size: 20px;
        margin-top: 0px;
        gap: 0px;
    }

    .social {
        margin-top: 0px;
    }


    .form-group {
        flex-direction: column;
    }
}


@media (min-width: 360px) and (max-width: 380px) {


    section.home {
        padding: 40px 5% 60px;
    }

    section.who {
        padding: 20px 5% 35px;
    }

    section.contact {
        padding: 20px 5% 35px;
    }

    section.companies {
        padding: 20px 5% 35px;
    }


    section.social {
        padding: 20px 5% 35px;
    }

    header {
        padding: 26px 5%;
    }

    .home-text .home-paragraph {
        font-size: calc(20px - 8%);
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 8%);
        font-weight: 400;
    }

    .contact p {
        font-size: calc(20px - 8%);
        font-weight: 400;
    }


    .contact {
        font-size: 20px;
        margin-top: 0px;
        gap: 0px;
    }

    .social {
        margin-top: 0px;
    }

}

@media (min-width: 330px) and (max-width: 360px) {
    section.home {
        padding: 40px 4% 60px;
    }

    section.who {
        padding: 20px 4% 35px;
    }

    section.contact {
        padding: 20px 4% 35px;
    }

    section.companies {
        padding: 20px 4% 35px;
    }


    section.social {
        padding: 20px 4% 35px;
    }

    header {
        padding: 26px 4%;
    }

    .home-text .home-paragraph {
        font-size: calc(20px - 13%);
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 13%);
        font-weight: 400;
    }

    .contact p {
        font-size: calc(20px - 13%);
        font-weight: 400;
    }


    .contact {
        font-size: 20px;
        margin-top: 0px;
        gap: 0px;
    }

    .social {
        margin-top: 0px;
    }


    form input {
        width: 290px;
        height: 93px;
        font-size: 16px;
        font-weight: 500;
    }

    form textarea {
        width: 290px;
        height: 115px;
        font-size: 16px;
        font-weight: 500;
    }

}


@media(min-width: 300px) and (max-width: 330px) {

    :root {
        --size-h2: 30px;
    }

    section.home {
        padding: 40px 3% 60px;
    }

    section.who {
        padding: 20px 3% 35px;
    }

    section.contact {
        padding: 20px 3% 35px;
    }

    section.companies {
        padding: 20px 3% 35px;
    }


    section.social {
        padding: 20px 3% 35px;
    }

    header {
        padding: 26px 3%;
    }

    .home-text .home-paragraph {
        font-size: calc(20px - 15%);
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 15%);
        font-weight: 400;
    }

    .contact p {
        font-size: calc(20px - 15%);
        font-weight: 400;
    }


    .contact {
        font-size: 20px;
        margin-top: 0px;
        gap: 0px;
    }

    .social {
        margin-top: 0px;
    }


    form input {
        width: 290px;
        height: 93px;
        font-size: 16px;
        font-weight: 500;
    }

    form textarea {
        width: 290px;
        height: 115px;
        font-size: 16px;
        font-weight: 500;
    }
}

@media (orientation: landscape) and (max-width: 1000px){

    section.who {
        padding: 20px 4% 35px;
    }

    section.contact {
        padding: 20px 4% 35px;
    }

    section.companies {
        padding: 20px 4% 35px;
    }


    section.social {
        padding: 20px 4% 35px;
    }

    header {
        padding: 26px 4%;
    }
}


@media (orientation: landscape) and (min-width: 900px) and (max-width: 1024px) {
    :root {
        --size-home-h1: calc(80px - 10%);
    }


    .home-text .home-paragraph {
        font-size: calc(20px - 5%);
        line-height: 30px;
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 5%);
        line-height: 30px;
        font-weight: 400;
    }

    .contact-text p {
        font-size: calc(20px - 5%);
        line-height: 30px;
        font-weight: 400;
    }



    .home-text h1 {
        line-height: 85px;
        letter-spacing: -0.2px;
    }


    section.home {
        padding: 80px 4% 60px;
    }

}

@media (orientation: landscape) and (min-width: 800px) and (max-width: 900px) {
    :root {
        --size-home-h1: calc(80px - 15%);
    }


    .home-text h1 {
        line-height: 85px;
        letter-spacing: -0.2px;
    }

    .home-text .home-paragraph {
        font-size: calc(20px - 5%);
        line-height: 30px;
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 5%);
        line-height: 30px;
        font-weight: 400;
    }

    .contact-text p {
        font-size: calc(20px - 5%);
        line-height: 30px;
        font-weight: 400;
    }



    section.home {
        padding: 85px 4% 60px;
    }

}


@media (orientation: landscape) and (min-width: 725px) and (max-width: 800px) {
    :root {
        --size-home-h1: calc(80px - 25%);
        --size-h2: calc(58px - 50%);
    }
    
    .home-text .home-paragraph {
        font-size: calc(20px - 15%);
        line-height: 30px;
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 15%);
        line-height: 30px;
        font-weight: 400;
    }

    .contact-text p {
        font-size: calc(20px - 15%);
        line-height: 30px;
        font-weight: 400;
    }


    .home-text h1 {
        line-height: 75px;
        letter-spacing: -0.2px;
    }


    section.home {
        padding: 85px 4% 60px;
    }
}


@media (orientation: landscape) and (min-width: 600px) and (max-width: 725px) {
    :root {
        --size-home-h1: calc(80px - 25%);
        --size-h2: calc(58px - 45%);
    }

    .home-text .home-paragraph {
        font-size: calc(20px - 18%);
        line-height: 30px;
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 18%);
        line-height: 30px;
        font-weight: 400;
    }

    .contact-text p {
        font-size: calc(20px - 18%);
        line-height: 30px;
        font-weight: 400;
    }

    .home-text h1 {
        line-height: 70px;
        letter-spacing: -0.2px;
    }


    section.home {
        padding: 85px 4% 60px;
    }
}


@media (orientation: landscape) and (min-width: 650px) and (max-width: 680px) {
    :root {
        --size-home-h1: calc(80px - 30%);
        --size-h2: calc(58px - 40%);
    }

    .home-text .home-paragraph {
        font-size: calc(20px - 20%);
        line-height: 30px;
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 20%);
        line-height: 30px;
        font-weight: 400;
    }

    .contact-text p {
        font-size: calc(20px - 20%);
        line-height: 30px;
        font-weight: 400;
    }

    .home-text h1 {
        line-height: 70px;
        letter-spacing: -0.2px;
    }


    section.home {
        padding: 85px 4% 60px;
    }

}


@media (orientation: landscape) and (min-width: 600px) and (max-width: 650px) {
    :root {
        --size-home-h1: calc(80px - 38%);
        --size-h2: calc(40px - 20%);
        --size-line: 240px;
    }

    .home-text .home-paragraph {
        font-size: calc(20px - 30%);
        line-height: 30px;
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 30%);
        line-height: 30px;
        font-weight: 400;
    }

    .contact-text p {
        font-size: calc(20px - 30%);
        line-height: 30px;
        font-weight: 400;
    }

    .home-text h1 {
        line-height: 60px;
        letter-spacing: -0.2px;
    }


    section.home {
        padding: 85px 4% 60px;
    }

}


@media (orientation: landscape) and (min-width: 550px) and (max-width: 600px) {
    :root {
        --size-home-h1: calc(80px - 40%);
        --size-h2: calc(40px - 25%);
    }

    .home-text .home-paragraph {
        font-size: calc(20px - 35%);
        line-height: 30px;
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 35%);
        line-height: 30px;
        font-weight: 400;
    }

    .contact-text p {
        font-size: calc(20px - 45%);
        line-height: 30px;
        font-weight: 400;
    }

    .home-text h1 {
        line-height: 55px;
        letter-spacing: -0.2px;
    }


    section.home {
        padding: 40px 4% 60px;
    }

}

@media (orientation: landscape) and (min-width: 500px) and (max-width: 550px) {
    :root {
        --size-home-h1: calc(80px - 40%);
        --size-h2: calc(40px - 30%);
    }

    .home-text .home-paragraph {
        font-size: calc(20px - 10%);
        line-height: 30px;
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 10%);
        line-height: 30px;
        font-weight: 400;
    }

    .contact-text p {
        font-size: calc(20px - 10%);
        line-height: 30px;
        font-weight: 400;
    }

    .home-text h1 {
        line-height: 50px;
        letter-spacing: -0.2px;
    }


    section.home {
        padding: 35px 4% 60px;
    }

}



@media (orientation: landscape) and (min-width: 450px) and (max-width: 500px) {
    :root {
        --size-home-h1: calc(80px - 40%);
        --size-h2: 40px;
    }

    .home-text .home-paragraph {
        font-size: calc(20px - 10%);
        line-height: 30px;
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 10%);
        line-height: 30px;
        font-weight: 400;
    }

    .contact-text p {
        font-size: calc(20px - 10%);
        line-height: 30px;
        font-weight: 400;
    }

    .home-text h1 {
        line-height: 50px;
        letter-spacing: -0.2px;
    }


    section.home {
        padding: 35px 4% 60px;
    }

}


@media (orientation: landscape) and (min-width: 400px) and (max-width: 450px) {
    :root {
        --size-home-h1: calc(80px - 40%);
        --size-h2: 40px;
    }

    .home-text .home-paragraph {
        font-size: calc(20px - 10%);
        line-height: 30px;
        font-weight: 400;
        margin-top: 20px;
    }

    .who-text p {
        font-size: calc(20px - 10%);
        line-height: 30px;
        font-weight: 400;
    }

    .contact-text p {
        font-size: calc(20px - 10%);
        line-height: 30px;
        font-weight: 400;
    }

    .home-text h1 {
        line-height: 50px;
        letter-spacing: -0.2px;
    }
}