* {
    font-family: "anteb semiLight";
    list-style: none;
}

.line_height0 {
    line-height: 0;
}

body {
    background: url("../img/bg.webp") no-repeat top center;
}

p {
    font-family: "anteb semiLight";
    font-size: 19px;
}

a {
    transition: 0.1s ease-in-out;
    font-family: "anteb semiLight"!important;
}

a:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

header {
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

header .navbar {
    height: 93px;
    display: block;
}

header .navbar .claro .nav-link,
header .navbar .claro .nav-link:focus {
    color: #ffffff;
    font-family: "anteb semiLight"!important
}

header .navbar .claro .nav-link:hover {
    color: #ffffff;
}

header .navbar .escuro .nav-link {
    color: #3e3e3e;
}

header .navbar .escuro .nav-link:hover,
header .navbar .escuro .nav-link:focus {
    color: #3e3e3e;
}

.bg-dark, .navbar, .navbar-dark {
    background-color: transparent!important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:#fff;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin: 0 5px;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #0060ff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-light .navbar-nav .active .nav-link::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0060ff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dropdown-toggle::after {
    border-top: 0 !important;
    border-right: inherit !important;
    border-bottom: 0 !important;
    border-left: inherit !important;
}

.container-fluid.mobile {
    position: absolute;
    top: 10px;
}

.dropdown-menu[data-bs-popper] {
    margin-top: -2px !important;
}

.dropdown-menu.show {
    display: block;
    border-top: 4px solid #0060ff;
}

.navbar-light .navbar-nav .nav-link.show::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0060ff;
    position: absolute;
    bottom: 0;
    left: 0;
}

header h1 {
    padding-top: 10px;
}

header h1 a {
    background: url("../img/logo.webp") no-repeat center #0060ff;
    width: 72px;
    height: 72px;
    display: block;
    text-indent: -9999em;
    overflow: hidden;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 105px;
    right: 12px;
    z-index: 999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #00000087;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

body{
	top: 0 !important;
}
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd{
	display: none;
}

.botoes_tra {
    padding: 10px 0;
    margin: 0 auto;
    float: left;
}

.botoes_tra .goog-te-banner-frame {
  display: none !important;
}

.botoes_tra .goog-te-menu-value span {
  color: #333;
}

.botoes_tra .goog-te-menu-value:hover {
  background-color: #EEE;
}

.botoes_tra #google_translate_element {
    display: none;
}
.botoes_tra .goog-te-banner-frame {
    display: none !important;
}
.botoes_tra #goog-gt-{
	display: none !importatn;
}
.botoes_tra a.btn_tra {
    border: 1px solid #000;
    padding: 5px 10px;
    margin-right: 10px;
    color: #000;
    text-decoration: none;
}

.botoes_tra a.btn_tra:hover {
    color: initial;
}

/*.mobile a.btn_tra {
    font-size: 12px;
    padding: 4px;
}*/