html{
    font-size: 62.5%;
}
* {
    outline: none;
}
a{
    text-decoration: none;
}
ul, li{
    list-style: none;
}
body{
    font-family: 'Anek Latin';

}
.background_image_menu{
    width: 100%;
    height: 108rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.internal .background_image_menu{
    display: none;
}
.background_image_menu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.internal .background_image_menu img{
    display: none;
}
.internal{
    width: 100%;
    height: 100%;
    padding-bottom: 1.5rem;
    background-color: #F3F3F3;
}
.central{
    width: 128.6rem;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.central_int{
    width: 110.3rem;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.main_menu{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.main_menu .logo{
    display: flex;
    justify-content: center;
    padding: 7rem 0 3rem;
}
.footer{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-bottom: 0.1rem solid #000000;
}
.footer .main_footer_top{
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 5rem;
    padding-bottom: 3rem;
    justify-content: space-around;
    margin: auto;
}
.footer .main_footer_top h4{
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #00c8c7;    
}
.footer .main_footer_top .menu_footer{
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
}
.footer .main_footer_top .menu_footer li{
    height: 50%;
    margin-right: 5rem;
}
.footer .main_footer_top .menu_footer li a{
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: left;
    color: #00c8c7;
}
.main_footer_top .cetification{
    display: flex;
    justify-content: end;
    height: 100%;
}
.main_footer_top .cetification img{
    width: 10rem;
    height: 14rem;
    margin-top: -2rem;
}
.developer{
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFFFFF;
}
.developer p{
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: center;
    color: #00c8c7;
    text-transform: uppercase;
    padding: 1.5rem;
}
.developer a{
    color: #00c8c7;
}    
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0px !important;
  }
  .grecaptcha-badge:hover {
    width: 256px !important;
  }