/*
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
*/

* {
	font-family: 'Open Sans', sans-serif;
}

button, button:focus, a, a:hover, div, input, textarea, select {
    outline: none;
    text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

img#img-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 55vh;
}

img#img-right {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50vh;
}

#banner {
    background-image: url(../images/banner.jpg);
    background-position: center 0;
    background-size: cover;
    height: 55vh;
}

#banner .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.content-banner {
    width: 100%;
    max-width: 620px;
}

.content-banner img {
    width: 100%;
    max-width: 370px;
}

.content-banner p {
    color: #FFF;
    font-size: 26.27px;
    line-height: 39.41px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 40px;
}

.content-banner p strong {
    font-weight: 700;
}

.content-banner button {
    width: 174px;
    height: 39px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    color: #1a1a1a;
    background: #ffc700;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    letter-spacing: 1px;
    padding-top: 5px;
}

section#pos-banner {
    padding: 80px 0;
}

.title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #1a1a1a;
}

.box-center {
    margin-top: 20px;
}

.box-center p {
    color: #1a1a1a;
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
}

.box-border {
    background: #ffc700;
    box-shadow: 10px 10px 0px #1a1a1a;
}

.box-border h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 33.36px;
    font-weight: bold;
    margin-bottom: 25px;
}

.box-border p {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 27.5px;
}

div#box-shadow {
    box-shadow: 10px 10px 13px rgb(0 0 0 / 32%);
    padding: 30px 44px 40px;
}

section#bg-gradient {
    background: rgb(240,240,240);
    background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
    padding: 80px 0;
}

section#bg-gradient .title {
    text-align: center;
}

.box-step {
    text-align: center;
    margin-bottom: 25px;
}

.box-step img {
    margin-top: 80px;
    margin-bottom: 35px;
    height: 206px;
    object-fit: cover;
}

.box-step p {
    font-size: 20px;
    line-height: 34.35px;
    color: #1a1a1a;
    width: 100%;
    max-width: 420px;
    margin: auto;
}

.box-step p strong {
    font-weight: 800;
}

footer {
    position: relative;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 150px;
}

footer .box-logo span {
    display: block;
    font-size: 12px;
    color: #1a1a1a;
}

footer .box-contact {
    text-align: center;
}

footer .box-contact span {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
}

footer .box-contact p {
    color: #1a1a1a;
    margin-top: 5px;
}

footer .box-contact p a {
    color: #1a1a1a;
}

footer .box-medias {
    display: flex;
}

footer .box-medias a {
    display: flex;
    margin-left: 20px;
}

.credits {
    background: #ffc700;    
}

.credits .container {
    min-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credits .container p {
    font-family: 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-size: 15px;
}

.credits .container p a {
    font-family: 'Josefin Sans', sans-serif;
    color: #1a1a1a;
}

@media only screen and (max-width: 991px){
    img#img-right, img#img-left {
        display: none;
    }
    div#box-shadow {
        padding: 20px;
    }
    .box-step img {
        height: 140px;
    }
    footer .box-contact p a {
        display: flex;
    }
}

@media only screen and (max-width: 767px){
    #banner {
        height: auto;
        padding: 70px 0;
    }
    .box-center h1 {
        text-align: center;
    }
    .box-border {
        margin-top: 55px;
    }
    #bg-gradient .title {
        margin-bottom: 25px;
    }
    .box-step img {        
        margin-top: 40px;
        margin-bottom: 15px;
    }
    footer {
        padding: 40px 0;
    }
    footer .container {
        flex-direction: column;
    }
    footer .box-contact {
        margin: 45px 0;
    }
    footer .box-medias a {
        margin: 0 12px;
    }
    .credits .container {
        min-height: 65px;
    }
}

/* @media only screen and (max-width: 375px) {
    #banner {
        height: 75vh;
    }
}

@media only screen and (max-width: 320px) {
    #banner {
        height: 95vh;
    }
} */