/*** RESET START ***/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Open Sans' !important;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*** RESET END ***/

body nav>div {
    position: relative;
    float: left;
}

main {
    width: 100%;
    height: 100vh;
    margin: 0;
    background: url("./assets/img_back_landing_web.jpg");
    background-size: cover;
    float: left;
}

nav {
    width: 100%;
}

nav>div {
    width: 35%;
    padding: 15vh 0;
    text-align: center;
}

nav>div:first-child {
    padding-left: 15%;
}

nav>div>div>div {
    width: calc(100% - 100px);
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

nav>div>div {
    display: inline-block;
    float: none;
    width: 444px;
    height: 65vh;
    box-sizing: border-box;
    padding: 60px 50px 80px 50px;
    position: relative;
}

nav>div:first-child>div {
    /* background: rgba(0, 0, 0, 0.471); */
    background: rgba(255, 255, 255, 0.23);
    ;
}

nav>div:last-child>div {
    /* background: rgba(0, 0, 0, 0.471);  */
    background: rgba(255, 255, 255, 0.23);
}

nav>div>div>* {
    position: absolute;
}

nav>div>div img {
    width: calc(100% - 100px);
    left: 50px;
}

nav>div>div>div:nth-child(2) {
    top: 50%;
}

nav>div>div>div:last-child {
    top: 70%;
    left: 100px;
}

nav>div:first-child>div img {
    top: 25%;
}

nav>div:last-child>div img {
    top: 10%;
}

nav>div:first-child>div>div:nth-child(2) {
    background: #ec008c;
}

nav>div:last-child>div>div:nth-child(2) {
    background: #00aeef;
}

nav>div>div>div>p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    width: 270px;
}

nav>div>div>div:nth-child(2) {
    transition: transform .3s ease-in-out;
    transition-delay: .1s;
    cursor: pointer;
}

nav>div>div>div:nth-child(2):hover {
    transform: scale(1.1);
}

nav>div>div>div>a {
    width: 100%;
    font-size: 20px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
}

@media screen and (max-width:1325px) {
    nav>div>div {
        width: 100%;
    }
    nav>div:first-child {
        padding-left: 13%;
        padding-right: 2%;
    }
    nav>div:last-child {
        padding-right: 13%;
        padding-left: 2%;
    }
	
	nav>div>div>div:last-child {
    left: 70px;
}
}

@media screen and (max-width:925px) {
    nav>div>div {
        padding: 60px 25px 80px 25px;
    }
    nav>div>div>div {
        width: calc(100% - 50px);
    }
    nav>div>div>div>p {
        font-size: 16px;
    }
    nav>div>div>div>a {
        font-size: 18px;
    }
    nav>div>div>div:last-child {
        left: 70px;
    }
}

@media screen and (max-width:767px) {
    main {
        background: url("./assets/img_back_mobile.jpg");
        background-size: cover;
    }
    nav>div {
        width: 100%;
        height: 50vh;
        padding: 0 !important;
        float: none;
    }
    nav>div:first-child {
        padding-left: 0;
    }
    nav>div:last-child {
        padding-top: 4% !important;
        box-sizing: border-box;
    }
    nav>div>div {
        width: calc(100% - 16%);
        max-width: calc(100% - 26%);
        height: 88%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    nav>div:first-child>div {
        margin-top: 8%;
    }
    nav>div:last-child>div {
        margin-bottom: 8%;
    }
    nav>div>div img {
        position: relative;
        display: block;
        float: none;
        width: 200px;
        margin: auto;
        top: 6% !important;
        left: auto !important;
        bottom: auto !important;
    }
    nav>div:first-child>div img {
        top: 20% !important;
    }
    nav>div>div div {
        top: auto;
        bottom: 10px;
        width: 200px;
        left: 50%;
        margin: 0 0 0 -100px;
    }
    nav>div>div>div:last-child {
        width: 100%;
        top: 65%;
        left: 100px;
    }
    nav>div>div>div p {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        width: 200px;
        padding-left: 22%;
    }
    nav>div>div div a {
        padding: 20px 0;
        font-size: 16px;
    }
    nav>div>div>div:nth-child(2) {
        top: 44%;
        height: 42px;
        line-height: 42px;
    }
}