body{
    background-color: #00aeff;
}
.subNav{
    background-color: #00a0e3;
}
.navas{
    background-color: white;
}
.subNav .content{
    display: flex;
    justify-content: space-between;
}
.section{
    text-align: center;
    background-color: transparent;
    padding: 2rem 0rem;
    border: none;
    border-right: 1px solid #05547648;
    font-size: 1.8rem;
    font-weight: 400;
    color: white;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    cursor: pointer;
}
.section:last-child{
    border-right: none;
}
.activeSection{
    background-color: #16baff;
}
.section:hover{
    background-color: #04638b;
}
.section:nth-child(1){
    width: 25%;
}
.section:nth-child(2){
    width: 25%;
}
.section:nth-child(3){
    width: 25%;
}
.section:nth-child(4){
    width: 25%;
}
@media only screen and (max-width: 691px) {
    .section{
        border-right: none;
        border-bottom: 1px solid #05547648;
    }
    .section:nth-child(1){
        width: 100%;
    }
    .section:nth-child(2){
        width: 100%;
    }
    .section:nth-child(3){
        width: 100%;
    }
    .section:nth-child(4){
        width: 100%;
    }
    .subNav .content{
        flex-wrap: wrap;
    }
    .section:last-child{
        border-bottom: none;
    }
}
.informations{
    background-color: #00aeff;
    padding-top: 3.6rem;
}
.info-header{
    color: white;
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 3rem;
}
.informationPage.activeContent{
    display: block;
    opacity: 1;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
}
.informationPage{
    display: none;
    opacity: 0;
    position: relative;
    transform: translate(50px);
    -webkit-transform: translate(50px);
    -moz-transform: translate(50px);
    -ms-transform: translate(50px);
    -o-transform: translate(50px);
}

.info-text{
    font-size: 1.8rem;
    line-height: 1.5;
    color: white;
    display: inline-block;
    width: 49%;
}
.white-list{
    font-size: 1.6rem;
    list-style: none;
    margin: 1rem 2rem 0rem 1rem;
    color: white;
}
.white-list li::before{
    display: inline-block;
    content: "\2022";
    font-weight: 700;
    line-height: 2;
    margin-right: 1rem;
    color: white;
}

.images{
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
}
.imgRightSide{
    width: 40%;
    position: absolute;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, .2);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, .2);
}
.anchorPoint{
    position: relative;
}
.imgRightSide:nth-child(1){
    z-index: 3;
    right: 22rem;
    top: 4rem;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}
.imgRightSide:nth-child(2){
    z-index: 2;
    right: 7rem;
    top: 9rem;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}
.imgRightSide:nth-child(3){
    z-index: 1;
    right: 20rem;
    top: 15rem;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}
.imgRightSide:hover{
    z-index: 5;
    transform: scale(1.5) translateY(-5px);
    -webkit-transform: scale(1.5) translateY(-5px);
    -moz-transform: scale(1.5) translateY(-5px);
    -ms-transform: scale(1.5) translateY(-5px);
    -o-transform: scale(1.5) translateY(-5px);
}

.scrollImages{
    display: none;

}
.imgScroll{
    width: 100%;
    background-color: black;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin: 1rem 1rem;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, .2);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 850px) {
    .images{
        display: none;
    }
    .scrollImages{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .imgScroll{
        width: 45%;
    }
    .info-text{
        width: 100%;
    }
    
}
@media only screen and (max-width: 850px) {
    .images{
        display: none;
    }
    .scrollImages{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .imgScroll{
        width: 45%;
    }
}
@media only screen and (max-width: 537px) {

    .imgScroll{
        width: 100%;
    }
}
.informations .content{
    overflow: hidden;
}
/**
content: "+";
**/