@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

html{}

*{
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #d64241;
}

html > body {
    font-size: 16px;
    font-size: 1em;
}

body.is--fixed {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

p, a {
    font-family: 'Roboto', sans-serif;
    font-display:auto; font-style:normal;  
    line-height: 1.2;
    color: #fff;
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
}

h1 {
    font-size: 1.25rem;
}

main,
.wrapper--header {
    max-width: 100rem;
    margin: 4.5rem 1rem 0;
    position: relative;
    padding: 0 1rem;
}

main {
    min-height: calc(100vH - 12rem);
    display: block;
}

@media screen and (min-width: 48rem) {
    h1 {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 64rem) {
    h1 {
        font-size: 3.5rem;
    }

    main,
    .wrapper--header {
        padding: 0;
    }
}

@media screen and (min-width: 86.25rem) {
    .wrapper--header {
        margin: 7.5rem 1rem 0;
    }

    main {
        min-height: calc(100vH - 19rem);
    }
}

@media screen and (min-width: 102rem) {
    main,
    .wrapper--header {
        margin: 7.5rem auto 0;
    }
}

/* -------------------------------------------------------------------------------------------------------------- header */

.wrapper--header {
    display: none;
}

.logo {
    max-width: 30%;
    position: absolute;
    left: 0;
    top: 0;
}

.header-mobile {
    border-bottom: 1px solid #fff;
}

.header-mobile,
.footer-mobile {
    padding: 0.5rem 0;
}

.header-mobile h2,
.footer-mobile h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
}

@media screen and (min-width: 64rem) {
    .header-mobile {
        display: none;
    }

    .wrapper--header {
        display: block;
    }
}

/* -------------------------------------------------------------------------------------------------------------- header */

/* -------------------------------------------------------------------------------------------------------------- content */

.main-container-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-container-contact > * {
    flex: 0 0 48%;
}

.main-container-contact > *:nth-child(1n+3) {
    margin-top: 1.5rem;
}

.background-image-circle {
    display: none;
}

.background-image {
    margin-top: 8rem;
}

.background-image,
.background-image svg {
    max-height: calc(100vH - 16rem);
    height: 100%;
}

.background-image svg path,
.background-image svg polygon {
    fill: #fff;
}

.content-header {
    padding-top: 5rem;
}

@media screen and (min-width: 48rem) {
    .main-container-contact > * {
        flex: 0 0 34%;
    }
}

@media screen and (min-width: 64rem) {

    .main-container-contact {
        display: none;
    }

    .background-image {
        margin-top: 0;
    }

    .background-image,
    .background-image-circle {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
    }

    .background-image {
        width: 100%;
    }

    .background-image svg {
        max-width: 68rem;
        width: 100%;
        margin-left: auto;
        display: block;
    }
    

    .background-image svg path,
    .background-image svg polygon {
    fill: none;
    }

    .content-header {
        padding-top: 0;
        position: absolute;
        left: 0;
        bottom: 5rem;
    }
}

@media screen and (min-width: 86.25rem) {
    .background-image,
    .background-image svg {
        max-height: calc(100vH - 19rem);
    }
    
}

a {
    text-decoration-skip-ink: none;
}

a:visited {
    color:#fff;
}

/* -------------------------------------------------------------------------------------------------------------- content */

/* -------------------------------------------------------------------------------------------------------------- footer */

footer[role="contentinfo"] {
    max-width: 100rem;
    margin: 5rem auto 0;
    padding: 0 1rem;
    border-top: 1px solid #fff;
}

@media screen and (min-width: 64rem) {
    footer[role="contentinfo"] {
        border-top: 0;
        margin-top: 0;
    }
}

@media screen and (min-width: 102rem) {
    footer[role="contentinfo"] {
        padding: 0;
    }
}

footer[role="contentinfo"] .frame__inner {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;

}

.container-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 50%;
    width: 100%;
}

span {
    min-width: 1rem;
    display: inline-block;
    margin-right: 0.5rem;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 64rem) {
    .footer-mobile {
        display: none;
    }

    footer[role="contentinfo"] .frame__inner {
        display: flex;
    }
}

/* -------------------------------------------------------------------------------------------------------------- footer */

/* -------------------------------------------------------------------------------------------------------------- service */

.page--slideup {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vH;
    background-color: #d64241;
    transform: translate( 0, 0);
    overflow-y: auto;
    -webkit-transition: transform 500ms ease-out;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: transform 500ms ease-out;
    -o-transition: transform 500ms ease-out;
    transition: transform 500ms ease-out;
}

.page--slideup.is--active {
    transform: translate( 0, -100%);
}

.page--slideup h2,
.page--slideup h3 {
    color: #fff;
}

.page--slideup h2 {
    font-size: 2rem;
    padding-bottom: 2rem;
}

.closepage {
    max-width: 2rem;
    width: 100%;
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.closepage path {
    fill: #fff;
}

.info {
    padding-bottom: 3rem;
}

@media screen and (min-width: 64rem) {
    .closepage {
        top: 5rem;
        right: 10rem;
    }
}

/* -------------------------------------------------------------------------------------------------------------- service */