@font-face {
  font-family: "Equinor";
  src: url("../fonts/Equinor-Regular.eot");
  src: local("☺"), url("../fonts/Equinor-Regular.woff") format("woff"),
    url("../fonts/Equinor-Regular.ttf") format("truetype"),
    url("../fonts/Equinor-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Equinor Bold";
  src: url("../fonts/Equinor-Bold.eot");
  src: local("☺"), url("../fonts/Equinor-Bold.woff") format("woff"),
    url("../fonts/Equinor-Bold.ttf") format("truetype"),
    url("../fonts/Equinor-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  outline: none !important;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Equinor", sans-serif;
  font-size: 16px;
  color: #666666;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a {
  transition: 0.2s;
}
a:hover {
  color: #666666;
}

::placeholder {
  opacity: 1;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #666;
  border-color: #666;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(185 185 185 / 50%);
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}
.btn {
  border-radius: 10px;
  border: 0;
  font-family: "Equinor";
  font-size: 16px;
  font-weight: normal;
}

.btn-default {
  background: #fff;
}
.btn-primary {
  color: #fff;
}
.btn-outline-primary {
  border-width: 3px;
  border-style: solid;
}

.radios label input {
  display: none;
}
.radios label {
  position: relative;
  padding-left: 24px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-right: 8px;
}
.radios label:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.radios label:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}
.swal2-container {
  z-index: 9999999;
}

.form-control option {
  color: #666;
  font-family: "Equinor", sans-serif;
}

.row20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row20 > [class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.entry-text ul li {
  list-style: none;
}

.menu_aberto .site-wrapper {
  right: 300px;
}
.site-wrapper {
  position: relative;
  transition: all 0.3s ease-in;
  right: 0;
  overflow-x: hidden;
  max-width: 100%;
  padding-top: 114px;
}
#menuCompleto {
  width: 300px;
  min-height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  background: #f0f2f4;
  z-index: 9999999;
  transition: all 0.3s ease-in;
  padding: 20px 20px 80px;
  overflow: hidden;
}
.menu_aberto #menuCompleto {
  right: 0;
}

#menuCompleto .logo {
  margin-bottom: 20px;
}

#menuCompleto .lista-menu {
  margin-left: -20px;
  margin-right: -20px;
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
}
#menuCompleto .nav-item {
  border-top: 1px solid #e0e0e0;
}
#menuCompleto .nav-item .nav-link {
  padding: 10px 20px;
  color: #6f6f6f;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
#menuCompleto .nav-item.active .nav-link:hover,
#menuCompleto .nav-item.active .nav-link {
  color: #e85d10;
}
#menuCompleto .nav-item.active .nav-link:after {
  display: none;
}
#menuCompleto .nav-item.topbar {
  display: none;
}

#menuCompleto .nav-item .btn {
  width: 100%;
  display: block;
  border-radius: 0;
}
#menuCompleto .nav-item.nav-item-imagem-cabecalho .inside {
  text-align: center;
}
#menuCompleto .nav-item.nav-item-imagem-cabecalho .inside img {
  max-height: 120px;
}
.navbar-brand {
  margin: 0;
  padding: 0;
}

.titulo_pagina {
  position: relative;
  padding: 55px 0;
}
.titulo_pagina:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url("../images/titulo_bg.png");
}

.titulo_pagina:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 93px;
  background-image: url("../images/banner_after.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.titulo_pagina h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 72px;
  font-family: "Equinor";
  font-weight: 700;
  position: relative;
  z-index: 5;
}

.page-content {
  padding: 120px 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
#header .navbar {
  padding: 0;
}
#header .header-nav {
  background: url(../images/header_bg.png) no-repeat top center;
  position: relative;
  height: 114px;
}
#header .header-nav .logo {
  flex-basis: 350px;
  max-height: 80px;
}
#header .header-nav .logo img {
  max-height: 80px;
}

#header .header-nav .menu {
  padding: 34px 0 20px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  min-height: 114px;
}
#header .header-nav .navbar-nav {
  display: flex;
  align-items: center;
}
#header .header-nav .navbar-nav .nav-item + .nav-item {
  margin-left: 30px;
}
#header .header-nav .navbar-nav .nav-btn + .nav-btn {
  margin-left: 15px;
}

#header .header-nav .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: "Equinor";
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  white-space: nowrap;
}

#header .header-nav .navbar-nav .btn {
  width: 174px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0px 5px 7.44px 0.56px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

#header .header-nav .navbar-nav .nav-item-imagem-cabecalho .inside {
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  height: 57px;
}
#header .header-nav .navbar-nav .nav-item-imagem-cabecalho .inside img {
  height: 100%;
  max-height: 50px;
}

#header .header-nav .navbar-nav .nav-user {
  display: flex;
  align-items: center;
}
#header .header-nav .navbar-nav .nav-user p {
  white-space: nowrap;
  color: #fff;
  margin: 0;
}
#header .header-nav .navbar-nav .nav-user .btn {
  width: 88px;
  margin-left: 20px;
}

#footer .copyright_criacao {
  background: #eeeeee;
  text-align: center;
  padding: 35px 0;
}
#footer .copyright_criacao img {
  margin-right: 26px;
}

.cookies_lgpd {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}

.cookies_lgpd .in {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #d9dbdd;
  padding: 10px;
  font-size: 13px;
  color: #3a3b3c;
  box-shadow: 0px 0px 21px 0px rgb(25 24 28 / 30%);
  width: 100%;
  display: flex;
  text-align: left;
  align-items: center;
}

.cookies_lgpd .in a {
  font-weight: 700;
  color: #858585;
}
.cookies_lgpd .in .texto {
  flex: 1;
}
.cookies_lgpd .in .texto p {
  margin-bottom: 0;
}
.cookies_lgpd .in .texto * {
  font-size: 13px !important;
  line-height: 1.4 !important;
}
.cookies_lgpd .in .botao {
  flex-basis: 150px;
  text-align: right;
}
.cookies_lgpd .in .btn {
  font-family: "Equinor", sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  color: #fff;
  background: #858585;
  font-size: 13px;
  font-weight: bold;
  height: 34px;
  padding: 0 15px;
}

.modal-backdrop {
  z-index: 9999998;
}
.modal-open .modal {
  z-index: 9999999;
}
