@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);

* {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Roboto', sans-serif !important;
  font-weight: normal !important;  
  color: white !important;
  padding: 0 !important;
}

body, html {
  min-height: 650px;
}

body, html, section {
  height: 100%;
}

body, header {
  background-color: #595959 !important;
}

a {
  color: white !important;
}

header {
  height: 60px;
}

header, section, footer {
  display: table-row !important;
}

footer {
  height: 140px;
}

header .nav {
  margin-top: 40px;
}

header .nav .nav-link {
  line-height: 40px;
}

header .nav .nav-link.active,
header .nav .nav-link:hover,
footer h5,
.menu-link-projeto a:hover,
.menu-link-projeto a.active,
.menu-legenda i {
  color: #E6B320 !important;
}

section {
  display: table;
}

.bg1 {
  background-color: white;
  min-height: 600px !important;
}

.bg1, .bg1 a {
  color: #595959 !important;
}

.bg1.auto {
  min-height: auto !important;
}

.bg2 {
  background-color: #E6B320;
  font-size: 0.98em;
}

.bg2, .bg2 a {
  color: #595959 !important;
}

.bg-expand {
  background-size: contain;
}

.bg-expand,
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
}

.text-color-transition.in {
  color: #E6B320 !important;
  -webkit-transition: color 1.5s ease-out;
  -moz-transition: color 1.5s ease-out;
  -o-transition: color 1.5s ease-out;
  transition: color 1.5s ease-out;
}

.col-menu-local-projeto {
  padding-right: 3rem !important;
}

.container {
  max-width: 1040px !important;
}

.container-logo .col {
  flex: 0 0 20% !important;
  max-width: 20% !important;
  height: 168px;
  padding: 0 !important;
}

.container-logo .col-lg-20 {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

.container-logo .col-lg-15 {
  flex: 0 0 15% !important;
  max-width: 15% !important;
}

.container-logo img {
  text-align: center;
  max-width: 220px;
}

.cx-back a {
  text-align: center;
}

.cx-back a:hover i {
  background-color:rgba(255, 255, 255, 0.75);
}

.cx-back i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: white;
  color: #595959 !important;
}

#cx-contato {
  margin-right: 20px;
  margin-left: 20px;
}

#cx-contato .col.dados-contato .d-table {
  height: 158px;
}

#cx-contato .col.logo {
  max-width: 180px;
}

#cx-contato .col.dados-contato {
  max-width: 280px;
}

#cx-imagem-expand {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#cx-imagem-expand:hover {
  cursor: pointer;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

#cx-imagem-expand:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#cx-foto {
  height: 150px; 
  width: 150px;
}

.cx-proj {
  height: 350px;
  max-width: 400px;
  margin: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.foto {
  z-index: 1;
  right: 0;
}

.foto-fundo {
  z-index: 0;
  left: 0;
}

.foto,
.foto-fundo {
  height: 150px;
  width: 150px;
}

#home .container {
  max-width: 600px !important;
}

#link-menu-header {
  display: none;
}

.linha-dados-contato {
  width: 420px;
}

.linha-dados-contato .col {
  padding: 0;
}

.menu-header .nav-item:first-child .nav-link, 
.menu-header .nav-item:last-child .nav-link{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.menu-header .nav-item:first-child .nav-link {
  text-align: left;
}

.menu-header .nav-item:last-child .nav-link {
  text-align: right;
}

.menu-legenda {
  font-size: 0.90em;
  font-weight: 300;
}

.menu-legenda i {
  font-size: 0.60em !important;
}

.menu-link-local a:hover,
.menu-link-local a.active {
  font-weight: bold;
}

#menu-local-projeto-bloco .cx-back {
  right: 0;
  display: none;
}

.modal-backdrop.show {
  opacity: 1 !important;
  background-color: #595959 !important;
}

@media (max-width: 1069px) {
  .container-logo .col {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

@media (max-width: 991px) { /*Corrigir tamanho das colunas - Projeto (O que Realizamos)*/

}

@media (max-width: 960px) {
  .container-logo .col {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }
}

@media (min-width: 850px) {
  .container-proj {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  header ul {
    display: flex;
  }
}

@media (max-width: 850px) { /*Esconder menu cabeçalho*/
  .col-menu-local-projeto {
    padding-right: 1rem !important;
  }
  
  .container-logo .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  #cx-contato {
    margin: auto !important;
  }

  #cx-contato .col.dados-download {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  footer .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  footer .float-right {
    float: none !important;
    text-align: center;
  }

  footer img {
    margin: 25px 0;
  }

  header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    height: auto;
    padding: 15px;
    width: 45px;
  }

  header.expand {
    bottom: 0;
    width: 275px;
    -webkit-box-shadow: 10px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    10px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         10px 1px 5px 0px rgba(50, 50, 50, 0.75);
  }

  header.expand .div-menu-header {
    display: block !important;
  }

  header ul {
    margin-top: 0 !important;
  }

  header .div-menu-header {
    display: none;
  }

  #link-menu-header {
    display: block;
  }

  .menu-header .nav-item {
    width: 100%;
  }
  
  .menu-header .nav-item .nav-link {
    text-align: left !important;
    padding-left: initial !important;
  }

  section > div > div {
    margin-top: 60px !important;
  }
}

@media (max-width: 768px) {
  .col-menu-local-projeto {
    position: absolute !important;
    top: 0;
    bottom: 0;
  }

  #home .container {
    max-width: 80% !important;
  }

  #menu-local-projeto-bloco .cx-back {
    display: block;
  }
}

@media (max-width: 575px) {
  .container-logo .col,
  #cx-contato .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #home * {
    text-align: center !important;
  }

  .linha-dados-contato {
    width: 100%;
  }
}

@media (max-height: 650px) {
  body, html {
    min-height: auto !important;
  }
} 