.col-solucoes:nth-child(odd), .fundo-textos:nth-child(odd) h3 {
  background-color: #eeeeee;
}

.col-solucoes:nth-child(even), .fundo-textos:nth-child(even) h3 {
  background-color: #e0e0e0;
}

.bg-cinza-claro {
  background-color: #eeeeee;
}

.bg-cinza-escuro {
  background-color: #e0e0e0;
}

.titulo-textos {
  text-align: justify;
}

#frase-menu {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
  text-align: justify;
}

#frase-menu-mobile {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
  font-size: 0.875rem;
  text-align: justify;
}

.img-necessidades {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.navbar {
  flex-wrap: wrap !important;
}

.navbar-nav .nav-item {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.navbar-nav .nav-item .nav-link {
  line-height: 20px;
  font-weight: bold;
}

.navbar-brand img {
  width: 200px;
}

#container-esq .conteudo-cv p,
#container-esq .conteudo-cv li {
  line-height: 14px;
  text-align: justify;
}

.font-22 {
  font-size: 22px !important;
}

.font-20 {
  font-size: 20px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

#espacador-menu {
  display: block;
  height: 0px;
}

.row-necessidades .textos {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 80px;
}

#container-menu {
  width: 100vw !important;
  z-index: 1000;
}

@media screen and (max-width: 991px) {
  .navbar-brand img {
    width: 293px;
  }
  #foto {
    width: 50% !important;
  }
  .navbar.navbar-expand-lg {
    display: none !important;
  }
  #frase-menu-mobile {
    width: 293px;
    line-height: 1rem;
  }
}
@media screen and (min-width: 576px) {
  #container-menu {
    right: calc(var(--bs-gutter-x) * 0.5);
    left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (min-width: 992px) {
  #conteudo-coluna-esq {
    width: 300px;
  }
  #conteudo-principal {
    width: calc(100% - 300px);
  }
  #menu-coluna-esq {
    width: 300px;
  }
  #menu-principal {
    width: calc(100% - 300px);
  }
  .navbar-brand img {
    margin-top: 45px;
  }
  .row-necessidades .textos {
    min-height: 170px !important;
  }
  #espacador-menu {
    height: 239px;
  }
}
@media screen and (min-width: 1200px) {
  .row-necessidades .textos {
    min-height: 120px !important;
  }
  #espacador-menu {
    height: 192px;
  }
}
@media screen and (min-width: 1400px) {
  .row-necessidades .textos {
    min-height: 105px !important;
  }
  #espacador-menu {
    height: 165px;
  }
}