*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body, .body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    position: relative;
    font-family: 'Flexo', san-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

strong, h1, h2, h3, h4, h5, h6 {
    font-family: 'Flexo', san-serif;
    font-weight: 700;
}

.fs-3 {
    font-size: 1.5rem
}

.fs-3 + p {
    margin-top: .5rem;
}

section {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.container-01 {
    min-height: 520px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    color: white;
    max-width: 1440px;
    margin: 0 auto;
}

.logo {
    max-width: 100%;
    width: 250px;
}

.container-01 div {
    padding: 2rem;
    flex: 1;
    position: relative;
}

.container-01 div > * {
    position: relative;
    z-index: 16;
}

.container-01 div::before {
    content: "";
    position: absolute;
    width: 144%;
    height: 100%;
    inset: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    background-color: #08576e;
    z-index: 15;
}

.container-01 p {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.container-01 h1 {
    font-size: 3.5rem;
    margin-top: 1rem;
    line-height: 4rem;
}

.container-01 figure {
    width: 60%;
    position: relative;
    margin: 0;
    z-index: 10;
}

.container-01 figure img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.container-02 {
    background-color: #c8c8c8;
    max-width: 1440px;
    margin: 0 auto;
    padding: 3rem;
    padding-bottom: 12rem;
}

.container-02 div {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 1rem;
}

.container-02 img {
    max-width: 100%;
    height: auto;
}


.container-03 {
    background-color: #08576e;
    max-width: 1440px;
    margin: 0 auto;

    padding: 3rem 3rem 0;
    color: white;
}

.container-03 div figure {
    margin: 0;
    margin-bottom: 3rem;
}

.container-03 div figure img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
    display: block;
    margin-top: -10rem;
}

.container-03 div h2 {
    text-align: center;
    font-size: 2rem;
}

.container-03 div .flex {
    display: flex;
    width: 100%;
    align-items: center;
}

.container-03 div .flex .left-img {
    flex: 1;
    display: block;
    margin-bottom: -10rem;
    max-width: 800px;
    z-index: 10;
}

.container-03 div .flex .right-content {
    flex: 0 0 auto;
    row-gap: 1.5rem;
    display: flex;
    flex-direction: column;
}

.container-03 div .flex .right-content .icone {
    min-width: 77px;
    text-align: center;
}

.container-03 div .flex .right-content .flex {
    column-gap: 2rem;
}


.container-04 {
    max-width: 1440px;
    margin: 0 auto;

    padding: 13rem 3rem 3rem;
    background-color: #c8c8c8;
    color: #08576e;
}

.container-04 div {
    display: flex;
    width: 100%;
}

.container-04 .border-divide {
    border-right: 2px solid #08576e;
    margin-right: 5rem;
}

.container-04 .left-side {
    width: 45%;
}

.container-04 .right-side {
    width: 55%;
}

.container-04 .left-side img {
    width: 300px;
}

.container-04 .right-side figure {
    width: 160px;
    min-height: 196px;
    display: flex;
    margin: 0;
    align-items: end;
}

.container-04 .versus {
    justify-content: center;
    font-size: 5rem;
}

.container-04 .flex-column {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-04 .flex-row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.container-04 .right-side p {
    font-size: 1.5rem;
}


.container-05 {
    max-width: 1440px;
    margin: 0 auto;

    padding: 3rem 0 0 0;
    background-color: #c8c8c8;
}

.container-05 .item img {
    width: 90%;
    display: block;
    margin-left: auto;
    right: 0;
}

.container-05 .owl-carousel.owl-loaded.owl-drag {
    display: flex;
    flex-direction: column;
}

.container-05 .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    align-items: end;
}

.container-05 .owl-stage-outer {
    order: 2;
}

.container-05 .owl-dots {
    order: 1;
    width: 65%;
}

.container-05 .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 30px;
    border: 3px solid #D6D6D6;
}

.container-05 .owl-theme .owl-dots .owl-dot.active span,
.container-05 .owl-theme .owl-dots .owl-dot:hover span {
    background: #08576e;
}



.container-06 {
    max-width: 1440px;
    margin: 0 auto;

    padding: 3rem;
}

.container-06 .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.container-06 .flex .left-side img {
    width: 100%;
    max-width: 800px
}

.container-06 .flex .left-side,
.container-06 .flex .right-side {
    flex: 0 0 auto;
}

.container-06 .right-side .cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.container-06 .right-side .cards .card {
    border: 1px solid #777;
    width: 380px;
    max-width: 500px;
    padding: 1rem;
}

.container-06 .right-side .cards .card .card-head {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-bottom: 1.3rem;
}

.container-06 .right-side .cards .card .card-head img {
    width: auto;
    height: 20px;
    filter: brightness(0);
}

.container-06 .right-side .cards .card .card-head strong {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
}

.container-06 .right-side .cards .card div {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.container-06 .right-side .cards .card div div {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: bold;
    flex: 1;
    flex-direction: row;
}

.container-06 .right-side .cards .card div div:not(:last-child) {
    border-bottom: 1px solid #777;
    padding-bottom: .5rem;
}


footer {
    max-width: 1440px;
    margin: 0 auto;

    padding: 2rem 3rem;
    background-color: #08576e;
}

footer div {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    color: #fff;
    gap: 4rem;
    align-items: center;
}

footer img {
    width: 250px;
}

footer p {
    font-size: 1rem;
    line-height: 1.5
}


@media only screen and (max-width: 1010px) {
    .container-03 div .flex {
        flex-direction: column;
    }

    .container-03 div .flex .left-img {
        order: 2;
    }

    .container-03 div .flex .right-content {
        text-align: center;
    }

    .container-03 div .flex .right-content .icone {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .container-02 div {
        flex-direction: column;
    }

    .container-04 div {
        flex-direction: column;
        align-items: center;
    }

    .container-04 .border-divide {
        border: 0;
        margin: 0;
    }

    .container-04 .left-side, .container-04 .right-side {
        width: 100%;
    }

    .container-05 {
        padding: 3rem 0 0 0;
    }

    .container-06 .flex .left-side, .container-06 .flex .right-side {
        width: 100%;
    }

    .container-06 .right-side .cards {
        align-items: center;
    }

    footer div {
        flex-direction: column;
        gap: 0;
    }
}


@media only screen and (max-width: 425px) {
    .container-01 {
        overflow: hidden;
    }

    .container-01 figure {
        display: none;
    }

    .container-04 .flex-row {
        flex-direction: column;
    }

    .container-04 .versus {
        margin-bottom: 1rem;
    }
}
