#header, section {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
}

section {
  padding: 150px 0;
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: 25px;
}

.figure-caption {
  font-size: 17px;
  text-align: center;
  /*display: none;*/
}

.glass {
  background: rgba(255,255,255,0);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,0.11);
}

#mainNav {
  top: 0;
  left: 5%;
  /*width: 100px;*/
  height: 100vh;
}

.btnMenu {
  margin: 0 !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: #fa7900 !important;
}

.btn-warning {
  color: #ffffff;
  background-color: #fa7900;
  border-color: transparent;
}

.btn-action {
  padding: 15px 30px;
}

.btn {
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 50px;
  border: none;
  outline: none;
}

.btn:hover, .btn:focus, .btn:active {
  border: none;
  outline: none;
  box-shadow: none;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #ea7100;
  border-color: transparent;
}

@media (min-width: 360px) {
  .h2, h2 {
    font-size: 2.1rem;
  }
}

@media (min-width: 576px) {
  .h2, h2 {
    font-size: 2.9rem;
  }
}

@media (min-width: 768px) {
  .h2, h2 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .h2, h2 {
    font-size: calc(3rem * 1);
  }
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: calc(3rem * 1);
  }
}

@media (min-width: 1400px) {
  .h2, h2 {
    font-size: calc(3rem * 1.09);
  }
}

@media (min-width: 1900px) {
  .h2, h2 {
    font-size: calc(3rem * 1.40);
  }
}

.box-equipe {
  padding: 50px 30px;
  border-radius: 30px;
  background-color: white;
}

.info-carreira p {
  font-size: 15px;
}

@media (min-width:1200px) {
  .h4, h4 {
    font-size: 2rem;
    font-weight: 300;
  }
}

.bg-blue2 {
  position: relative;
  background-color: #060f17;
  color: #1b2145 !important;
}

.bg-dark-blue {
  background-color: #04090e !important;
  color: #d7d7d7 !important;
}

body {
  font-family: 'Alegreya Sans';
  font-weight: 100 !important;
  color: #2f2f2f;
}

.text-blue {
  color: #0e76a3;
}

.text-blue-3 {
  color: #314352 !important;
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fa7900;
  border-color: #fa7900;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #fa7900;
  border-color: #ffc720;
  box-shadow: none;
}

.det-orange2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  min-height: 300px;
  height: 100%;
  background-color: rgba(120,58,0,0.35);
}

.det-orange {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  min-height: 300px;
  height: 100%;
  background-color: rgba(120,58,0,0.35);
}

.det-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background-color: rgb(12,16,42);
  z-index: 1;
}

.icon-rss {
  font-size: 20px;
  margin-top: 5px;
  margin-right: 10px;
}

.fixNav {
  display: flex !important;
  opacity: 1 !important;
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: opacity 1s !important;
}

p {
  font-weight: 300;
  font-size: 25px !important;
  line-height: 1.1;
  letter-spacing: 1.5px;
}

#ecta {
  background-image: url('../../assets/img/bgs/bg3.jpg');
  background-size: initial;
}

@media (min-width: 992px) {
  #ecta {
    background-position: -350px;
  }
}

@media (min-width: 1200px) {
  #ecta {
    background-size: cover;
    background-position: -300px;
  }
}

@media (min-width: 1400px) {
  #ecta {
    background-position: center;
  }
}

.link-funcionario:hover {
  color: #d3d3d3;
}

.link-funcionario {
  display: flex;
  justify-content: end;
  font-size: 40px !important;
  color: white;
  font-weight: 200;
  text-decoration: none !important;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .font-equipe {
    font-size: 1.2rem !important;
  }
}

@media (min-width: 1400px) {
  .font-equipe {
    font-size: 1.3rem !important;
  }
}

@media (min-width: 1700px) {
  .font-equipe {
    font-size: 25px !important;
  }
}

@media (min-width: 300px) {
  .content-principal {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  .content-principal {
    max-width: 65%;
    margin: 0 auto;
  }
}

.tawk-branding {
  display: none !important;
}

.container {
  padding: 0 50px;
}

@media (min-width: 576px) {
  .container {
    padding: 0 15px;
  }
}

.logo {
  height: 48px;
}

@media (min-width: 992px) {
  .logo {
    height: 35px;
  }
}

