/* Fonts */


@font-face {
    font-display: swap;
    font-family: "Geomanist";
    font-style: normal;
    font-weight: normal;
    src: local("Geomanist"), url(fonts/geomanist-regular-webfont.c77609a0d.woff2) format("woff2"), url(fonts/geomanist-regular-webfont.f55ce2de1.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: "Geomanist";
    font-style: normal;
    font-weight: 700;
    src: local("Geomanist"), url(fonts/geomanist-medium-webfont.29927b8df.woff2) format("woff2"), url(fonts/geomanist-medium-webfont.2a1ec21e5.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: "Geomanist";
    font-style: normal;
    font-weight: 500;
    src: local("Geomanist"), url(fonts/geomanist-book-webfont.d5d4a23a5.woff2) format("woff2"), url(fonts/geomanist-book-webfont.dd5857a8e.woff) format("woff");
}
* {
    box-sizing: border-box;
    font-family: Geomanist, Arial, sans-serif;
}
textarea:focus, input:focus, button:focus{
    outline: none;
}
*:focus {
    outline: none;
}



body{
    font-family: Geomanist !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #002F34;
    padding-top: 75px;
}
header{
    position: fixed;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    left: 0;
    background-color: #002F34;
    z-index: 8;
}
.wrapper-logo{
    max-width: 1200px;
    margin: 0px auto;
    padding: 15px;
    width: 100%;
}
h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}
h1 span{
    font-weight: normal;
}
.content p{
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}
.wrapper-2sides{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}
.side-left,
.side-right{
    position: relative;
    min-height: 1px;
    display: flex;
}
.side-left .content{
    align-content: center;
    align-items: center;
    background-color: #3A77FF;
    color: #C7DCFF;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    width: 100%;
}
.side-right .content{
    align-content: center;
    align-items: center;
    background-color: #C7DCFF;
    color:#3A77FF;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    width: 100%;
}
.btn{
    font-size: 20px;
    font-weight: 500;
    background-color: #000000;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 60px 15px 60px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.content-text{
    max-width: 800px;
    margin: 50px auto 10px;
    width: 100%;
    padding: 15px;
}
.content-text ul,
.content-text ol{
    margin-top: 20px;
}
.content-text li{
    margin-bottom: 20px;
}

.contact-top{
    float: right; color: #fff; display: inline-block; padding-top: 10px;
}

footer{
    text-align: center;
    padding: 20px;
    background-color: #F2F4F5;
}


@media (min-width: 768px) {
    .wrapper-2sides{
            height: calc(100vh - 75px);
    }
    .side-left,
    .side-right{
        width: 50%;
    }
}