@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-sans-v15-latin-regular.eot');
    src: url('../fonts/nunito-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-sans-v15-latin-regular.woff2') format('woff2'), url('../fonts/nunito-sans-v15-latin-regular.woff') format('woff'), url('../fonts/nunito-sans-v15-latin-regular.ttf') format('truetype'), url('../fonts/nunito-sans-v15-latin-regular.svg#NunitoSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-sans-v15-latin-700.eot');
    src: url('../fonts/nunito-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-sans-v15-latin-700.woff2') format('woff2'), url('../fonts/nunito-sans-v15-latin-700.woff') format('woff'), url('../fonts/nunito-sans-v15-latin-700.ttf') format('truetype'), url('../fonts/nunito-sans-v15-latin-700.svg#NunitoSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Caveat Brush';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/caveat-brush-v11-latin-regular.eot');
    src: url('../fonts/caveat-brush-v11-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/caveat-brush-v11-latin-regular.woff2') format('woff2'), url('../fonts/caveat-brush-v11-latin-regular.woff') format('woff'), url('../fonts/caveat-brush-v11-latin-regular.ttf') format('truetype'), url('../fonts/caveat-brush-v11-latin-regular.svg#CaveatBrush') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    font-size: 16px;
}

body {
    color: #13294B;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 62.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.web {
    color: #a7d500
}

a.web:hover {
    color: #ea7600
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.2rem;
    color: #a7d500;
}

h4 {
    font-size: 1rem;
    color: #fff;
}

h5 {
    text-align: center;
    color: #fff;
    font-family: 'Caveat Brush', Arial;
    font-size: 2rem;
}

h6 {
    text-align: center;
    font-family: 'Caveat Brush', Arial;
    font-size: 2rem;
    line-height: 1.3;
    margin: 1rem 0;
}

p {
    margin-bottom: 1rem;
}

ul {
    margin: 8px 0 5rem 0;
    list-style-type: none;
}

ul li {
    background: url(../images/pfeil.jpg) no-repeat left top 2px;
    padding: 0 0 0 2rem;
    margin-bottom: 0.75rem;
}

.margin-top {
    margin-top: 2rem;
}

header {
    display: flex;
    justify-content: center;
}

.width {
    width: 35rem;
}

.info {
    display: flex;
    gap: 1rem;
}

.info p {
    background: #fef5d9;
    color: #EA7600;
    font-weight: 700;
    padding: 0.5rem 0.75rem;
    border-radius: 2rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    gap: 2rem
}

.flex section {
    width: 50%;
}

.benefits {
    display: flex;
    justify-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.benefits div {
    width: 14rem;
    height: 13.8rem;
}

.benefits div:hover > img {
    display: none;
}

.benefits div:nth-of-type(1) {
    background: url(../images/flexible-dientes-hover.png) no-repeat center;
    background-size: 100%;
    z-index: 100;
}

.benefits div:nth-of-type(2) {
    background: url(../images/extras-hover.png) no-repeat center;
    background-size: 100%;
    z-index: 100;
}

.benefits div:nth-of-type(3) {
    background: url(../images/teamwork-hover.png) no-repeat center;
    background-size: 100%;
    z-index: 100;
}

.benefits div:nth-of-type(4) {
    background: url(../images/work-life-balance-hover.png) no-repeat center;
    background-size: 100%;
    z-index: 100;
}

.button {
    display: flex;
}

a.apply {
    color: #fff;
    font-weight: 700;
    background-color: #EA7600;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
}

a.apply:hover {
    background-color: #f6be00;
}

a.apply-2 {
    color: #fff;
    font-weight: 700;
    background-color: #a7d500;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
}

a.apply-2:hover {
    background-color: #7fb62c;
}

.bottom {
    margin: 3rem 0 0;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.yellow {
    background-color: #f6be00;
    padding: 1rem;
}

footer p {
    text-align: center;
}

footer span {
    display: inline-block;
    color: #fff;
    background-color:  #a7d500;;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    margin-right: 1rem;
}

footer .fa-solid {
    font-size: 0.8rem;
}

footer .button {
    justify-content: center;
    margin: 2rem 0;
}

@media only screen and (max-width: 62.437rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    ul li {
        margin-bottom: 3px;
    }

    article {
        padding: 0 1rem;
    }

    .width {
        width: 100%;
    }

    .info {
        flex-direction: column;
        gap: 0;
    }

    .info p {
        width: fit-content;
    }

    footer {
        padding: 1rem;
    }

    .benefits {
        flex-wrap: wrap
    }

    .benefits div:hover > img {
        display: none;
    }

    .benefits div {
        gap: 1rem
    }

}

@media only screen and (max-width: 48rem) {
    h1 {
        text-align: center;
        font-size: 1.5rem
    }

    h2 br {
        display: none;
    }

    h2 {
        font-size: 1.4rem;
    }

    .flex {
        flex-direction: column;
        gap: 0;
    }

    .flex section {
        width: 100%;
    }

    ul {
        margin: 0.5rem 0 2rem 0;
        list-style-type: none;
    }

    .benefits {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .bottom img {
        display: none;
    }
}

@media only screen and (max-width: 32rem) {
    .benefits {
        justify-content: center
    }

    .button {
        justify-content: center;
    }
}
