h1{
    color: #393939;
    font-size: 25pt;
    font-weight: 700;
}
.bar{
    height: 10vh;
}
.bar img{
    height: 8vh;
}
.burguer{
    width: auto;
    margin-right: 5%;
    display: block;

}
.burguer button{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-style: none;
    background-color: #fff;

}
.burguer i{
    font-size: 25pt;
    color: #5A9BD3;

}
.backImage{
    height: 90vh;   
}
.links{
    display: none;
}
.links_burguer{
    position: absolute;
    height: auto;
    width: 100%;
    background-color: #fff;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2vh;
}
.links_burguer a{
    text-decoration: none;
    color: #393939;
    font-weight: 450;
    margin-block: 10px;

}
.mainText{
    height: auto;
    width: 100%;
    margin-left: 10px;
}
.mainText h1{
    font-size: 40pt;
    color: #fff;
}
.mainText h3{
    margin-top: 20px;
    font-size: 15pt;
    color: #fff;
    font-weight: 500;
}
.aboutUs{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 5%;
}
.aboutUs h1{
    font-size: 40pt;
    color: #393939;
    text-align: center;
}
.aboutUs h2{
    font-size: 15pt;
    font-weight: 300;
    margin-block: 20px;
    text-align: justify;
    color: #393939;

}
.services{
    text-align: center;
    padding: 5%;
    width: 100%;
    height: auto;
    background-color: #E8E8E8;
}
.services h1{
    margin-bottom: 5%;
}
.service{
    display: flex;
    justify-content: start;
    align-items: center;
}
.service h2{
    color: #393939;
    font-weight: 450;
    font-size: 15pt;
}
.circle{
    width: 40px;
    height: 40px;
    background-color: #393939;
    border-radius: 50%;
    margin-right: 10px;
    margin-block: 25px;
}
.circle i{
    color: #D0D0D0;
    font-size: 15pt;
}

.adventages{
    padding: 5%;
    width: 100%;
    text-align: center;
}


.adventage{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 10px;
}
.adventage h1{
    font-size: 40pt;
    color: #5A9BD3;
    margin-right: 10px;
}
.adventage h2{
    font-size: 18pt;
    font-weight: 300;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.footer{
    padding: 1%;
    width: 100%;
    height: auto;
    background-color: #5A9BD3;
    margin: 0;
}
.requirements{
    padding: 5%;
    height: auto;
    width: 100%;
    background-color: #393939;
}
.requirements h1{
    color: #fff;
    text-align: center;
    margin-bottom: 5%;
}
.requirements li{
    font-size: 15pt;
    color: #fff;
    font-weight: 300;
    margin-block: 12px;
}

.footer h2{
    color: #fff;
    font-size: 12pt;
    font-weight: 300;

}
.footer h3{
    color: #fff;
    font-size: 12pt;
}
.footer a{
    color: #fff;
    font-size: 12pt;

}
.privacy{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}