html{
    font-size: 62.5%;
}
* {
    outline: none;
}
i {
  font-style: italic;
}
strong{
    font-weight: bold;
}
a{
    text-decoration: none;
}
body{
    font-family: 'Noto Serif';
    word-wrap: break-word;
}
.internal{
    width: 100%;
    height: 100%;
    background-color: #471B48;
}
.central{
    width: 162.1rem;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.central_int{
    width: 110rem;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.top_menu{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
}
.top_menu .menu_top{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    height: 10rem;
}
.top_menu .menu_top .logo{
    position: absolute;
    top: 0.5rem;
    z-index: 2;
}
.top_menu .menu_top .logo a{
    display: flex;
    position: relative;
}
.top_menu .menu_top .logo a svg{
    position: absolute;
    left: 1.5rem;
    top: 0;
    z-index: 2;
}
.top_menu .menu_top .logo a h1{
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 3.4rem;
    text-align: left;
    color: #df2820;
    text-transform: uppercase;
    left: 12.3rem; 
    top: 0;
    position: absolute; 
}
.top_menu .menu_top .menu_donativo{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 3rem;
}
.top_menu .menu_top .menu_donativo a{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.6rem;
    text-align: center;
    color: #FFFFFF;
    background-color: #DF2820;
    padding: 0.8rem 5.6rem 1.5rem;
    border-radius: 0.7rem;
}
.top_menu .menu_top .search{
    position: absolute;
    right: 0;
}
.top_menu .menu_top .search a{
    display: flex;
    align-items: center;
}
.top_menu .menu_top .search a p{
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 2.6rem;
    text-align: left;
    color: #707070;
    margin-left: 1.5rem;  
}
.main_menu{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #161616;
}
.main_menu .search_area{
    display: flex;
    justify-content: center;
    position: relative;
    padding: 1.7rem 0;
    align-items: center;
}
.main_menu .search_area .menu_list{
    display: flex;
    justify-content: space-between;
}
.main_menu .search_area .menu_list .barra{
    width: 0.2rem;
    height: 2.5rem;
    background-color: #FFFFFF;
    display: block;
    margin: 0 4rem;
}
.main_menu .search_area .menu_list li{
    display: flex;
    align-items: center;
}
.main_menu .search_area .menu_list li a{
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.6rem;
    text-align: left;
    color: #fff;    
}
.main_menu .search_area .social_media{
    display: flex;
    position: absolute;
    right: 0;
}
.main_menu .search_area .social_media li{
    margin-left: 1.7rem;
}
.bottom_menu{
    width: 100%;
    height: 100%;
    background-color: #DF2820;
}
.bottom_menu .donativo_area{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_menu .donativo_area p{
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 2.6rem;
    text-align: left;
    color: #fff;    
}
.bottom_menu .donativo_area a{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.6rem;
    text-align: center;
    color: #DF2820;
    background-color: #FFFFFF;
    padding: 0.8rem 5.6rem 1.5rem;
    border-radius: 0.7rem;
    margin: 1.6rem 0 1.6rem 5rem;
}
.footer{
    width: 100%;
    height: 100%;
    background-color: #707070;
}
.footer .menu_top{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2.5rem 3.5rem;
}
.footer .menu_top .logo a{
    display: flex;
    position: relative;
}
.footer .menu_top .logo a svg{
    width: 7.5rem;
    margin-right: 1.3rem;
    position: relative;
    top: -1rem;
}
.footer .menu_top .logo a p{
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 2.7rem;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
}
.footer .menu_top .social_media{
    display: flex;
    flex-direction: column;
}
.footer .menu_top .social_media h3{
    font-weight: bold;
    font-size: 2.9rem;
    line-height: 3.4rem;
    text-align: left;
    color: #fff;
    padding-bottom: 1.7rem;  
}
.footer .menu_top .social_media ul{
    display: flex;
}
.footer .menu_top .social_media ul li{
    margin-right: 1.1rem;
}
.footer .menu_top .donativo{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.6rem;
    text-align: center;
    color: #DF2820;
    background-color: #FFFFFF;
    padding: 0.8rem 5.6rem 1.5rem;
    border-radius: 0.7rem;
    margin: 1.6rem 0 1.6rem 5rem;
    max-height: 4.5rem;
}
.footer .newsletter{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2rem 3.5rem 0;
}
.footer .newsletter p{
    width: 35%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-align: left;
    color: #fff;
}
.footer .newsletter .form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.footer .newsletter .form .fd{
    width: 27%;
    position: relative;
}
.footer .newsletter .form .fd .message_error{
    position: absolute;
    right: 1rem;
    top: 1.6rem;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #ED1C24;
}
.footer .newsletter .form .fd input{
    width: 100%;
    padding: 1.2rem 1rem;
    margin-bottom: 2.4rem;
    transition: all 0.3s linear;
    border-bottom: 0.1rem solid #FFFFFF;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2.2rem;
    text-align: left;
    color: #FFFFFF;
}
.footer .newsletter .form .fd input:focus,
.footer .newsletter .form .fd input:hover{
    border-bottom: 0.1rem solid #151519;
}
.footer .newsletter .form .fd input.erro{
    border-bottom: 0.1rem solid #ED1C24;
}
.footer .newsletter .form .fd input.erro::placeholder{
    color: #ED1C24;
}
.footer .newsletter .form .fd input::placeholder{
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2.2rem;
    text-align: left;
    color: #FFFFFF;
}
.footer .newsletter .form .bt_send{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.6rem;
    text-align: center;
    color: #DF2820;
    background-color: #FFFFFF;
    padding: 0.8rem 5.6rem 1.5rem;
    border-radius: 0.7rem;
    margin: 1.6rem 0 1.6rem 5rem;
    max-height: 4.5rem;
}
.credits{
    width: 100%;
    height: 100%;
    padding: 2.5rem 0;
    background-color: #5A5959;
}
.credits .credits_newsletter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.credits .credits_newsletter p{
    max-width: 80%;
    margin: 0 auto;
    font-family: Inter;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;        
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
  }
  .grecaptcha-badge:hover {
    width: 256px !important;
  }
