html{
    font-size: 62.5%;
}
* {
    outline: none;
}
a{
    text-decoration: none;
}
ul, li{
    list-style: none;
}
body{
    font-family: 'Inter';
    background-color: #F6F6F6;
}
video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
}
video::-webkit-media-controls-start-playback-button {
    display: none !important;
}
.background_image_menu{
    width: 100%;
    height: calc(100vh - 6.9rem);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.background_image_menu::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    content: "";
    background: linear-gradient(0deg, rgba(23,113,186,0.5) 0%,  rgba(23,113,186,1) 80%);
}
.internal .background_image_menu{
    display: none;
}
.background_image_menu video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.95;
}
.internal .background_image_menu video{
    display: none;
}
.internal{
    width: 100%;
    height: 9.2rem;
    background-color: #1771BA;
    padding-bottom: 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
}
.central{
    width: 151.6rem;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.top_menu{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.top_menu .social_media{
    display: flex;
    justify-content: end;
    padding-top: 5.4rem;
}
.top_menu .social_media li{
    margin-left: 1.5rem;
    display: flex;
    align-items: center;
}
.top_menu .social_media li a,
.top_menu .social_media li a svg{
    width: 2rem;
    display: block;
}
.main_menu{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding-top: 1rem;
}
.main_menu .search_area{
    display: flex;
    justify-content: space-between;
}
.main_menu .search_area .logo{
    width: 12.5rem;
    height: 6.6rem;
    display: flex;
    align-items: center;
}
.main_menu .search_area .logo svg{
    width: 100%;
}
.main_menu .search_area .menu_list{
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    width: 50rem;
}
.main_menu .search_area .menu_list li{
    display: flex;
    align-items: center;
}
.main_menu .search_area .menu_list li a{
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: left;
    color: #E5E5E5;
}
.main_menu .search_area .menu_list .bold a{
    font-weight: 500;
}
.main_menu .search_area #search_image svg{
    width: 3.5rem;
}
footer{
    width: 100%;
    height: 7.1rem;
    background-color: #F6F6F6;
    position: absolute;
    bottom: 0;
}
.internal_footer{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999999999;
}
.internal_footer.quem_somos{
    position: relative;
}
footer .content_footer{
    display: flex;
    justify-content: space-between;
    height: 7.1rem;
    align-items: center;
}
.developer{
    width: 100%;
    max-width: 29rem;
}
.developer p{
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: left;
    color: #006BAF;
}
.developer a{
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: left;
    color: #006BAF;
}
footer .content_footer .social_media{
    display: flex;
    height: 100%;
    align-items: center;
}
footer .content_footer .social_media li{
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .content_footer .social_media li:first-child svg{
    margin: 0.1rem 0 0 0.1rem;
}
footer .content_footer .social_media li svg{
    width: 3rem;
    height: 3rem;
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    bottom: 80px !important;
  }
  .grecaptcha-badge:hover {
    width: 256px !important;
  }