body {
  font-family: "Helvetica Neue", sans-serif;
}
header {
  background: #fff;
  padding: 6px 0;
}
header .nav-link {
  color: #000;
  font-size: 14px;
}
header .nav-link:hover {
  color: #000;
}
header button.navbar-toggler {
  color: #000;
}
p {
  font-size: 14px;
  line-height: 24px;
}
.btn.btn-light {
  font-size: 14px;
  border-radius: 0;
}
.btn.btn-dark {
  font-size: 14px;
  border-radius: 0;
  background: #000;
}
.btn.btn-dark i {
  margin-left: 20px;
}
.btn.btn-primary {
  background: #CBB392;
  color: #000;
  font-size: 14px;
  border-radius: 0;
  border: 0;
}
.btn.btn-primary i {
  margin-left: 20px;
}
.btn.btn-link {
  color: #fff;
  padding: 0;
}
.btn.btn-link i {
  font-size: 20px;
}
.btn.btn-link:hover {
  color: #CBB392;
}
.box-breadcrumb {
  background: #5D5D5D;
  padding: 10px;
}
.box-breadcrumb .breadcrumb {
  margin: 0;
  --bs-breadcrumb-divider-color: #fff;
}
.box-breadcrumb .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 2px;
}
.hero {
  background: url(../themes/cosal/assets/images/bg-hero.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 150px 0 80px;
}
.hero h1 {
  color: #CBB392;
  font-size: 60px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -2px;
}
.hero h2 {
  font-size: 20px;
  margin-top: 30px;
}
.grupo-cosal {
  background: #272727;
  color: #fff;
  padding: 60px 0;
}
.grupo-cosal h2 {
  font-size: 24px;
}
.grupo-cosal p {
  opacity: 0.5;
}
.grupo-cosal ._obj {
  margin-top: -440px;
  max-width: 90%;
}
.grupo-cosal .item {
  padding: 25px;
}
.grupo-cosal .item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.grupo-cosal .item h3 {
  font-size: 18px;
  max-width: 250px;
  margin: 20px auto;
}
.atuacao {
  padding: 80px 0 10px;
  background: #272727;
  color: #fff;
}
.atuacao h2 {
  color: #CBB392;
  font-size: 60px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -2px;
}
.atuacao h3 {
  font-size: 18px;
  margin-top: 20px;
}
.atuacao .areas {
  margin-top: 40px;
}
.atuacao .areas .item {
  padding: 20px 40px 30px 16.666666%;
  height: 100%;
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.atuacao .areas .item .info {
  position: relative;
  z-index: 9;
}
.atuacao .areas .item .info img {
  max-width: 30px;
  margin-bottom: 10px;
}
.atuacao .areas .item .info h4 {
  font-size: 30px;
  max-width: 339px;
}
.atuacao .areas .item .info p {
  max-width: 300px;
}
.atuacao .areas .item .degrade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.3) 100%);
}
.atuacao .areas .item._bg-1 {
  background: url(../themes/cosal/assets/images/area-bg-1.jpg) center;
  background-size: cover;
}
.atuacao .areas .item._bg-2 {
  background: url(../themes/cosal/assets/images/area-bg-2.jpg) center;
  background-size: cover;
}
.atuacao .areas .item._bg-3 {
  background: url(../themes/cosal/assets/images/area-bg-3.jpg) center;
  background-size: cover;
}
.atuacao .areas .item._bg-4 {
  background: url(../themes/cosal/assets/images/area-bg-4.jpg) center;
  background-size: cover;
}
.linha-tempo {
  padding: 80px 0;
  background: url(../themes/cosal/assets/images/bg-time.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.linha-tempo ._c {
  z-index: 9;
  position: relative;
}
.linha-tempo .degrade {
  background: #FFFFFF;
  background: linear-gradient(321deg, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.linha-tempo .logo {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}
.linha-tempo h2 {
  color: #CBB392;
  font-size: 60px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -2px;
}
.linha-tempo h3 {
  font-size: 18px;
  margin-top: 20px;
}
.linha-tempo .item {
  padding-right: 60px;
  margin: 0 auto;
  position: relative;
}
.linha-tempo .item::before {
  content: "";
  height: 2px;
  width: 40%;
  top: 5px;
  left: 0;
  position: absolute;
  background: url(../themes/cosal/assets/images/line.svg) top repeat-x;
}
.linha-tempo .item::after {
  content: "";
  height: 2px;
  width: 60%;
  top: 5px;
  right: 0;
  position: absolute;
  background: url(../themes/cosal/assets/images/line.svg) top repeat-x;
}
.linha-tempo .item.first::before {
  display: none;
}
.linha-tempo .item.last::after {
  display: none;
}
.linha-tempo .item .dot {
  height: 12px;
  width: 12px;
  margin: 0 auto;
  background: #000;
  border-radius: 50%;
}
.linha-tempo .item .info {
  padding-left: 20%;
}
.linha-tempo .item .info .ano {
  font-size: 65px;
  color: #87A4AF;
  font-weight: bold;
  text-align: left;
}
.linha-tempo .item .info h6 {
  font-weight: bold;
  font-size: 20px;
  max-width: 180px;
  text-align: left;
}
.linha-tempo .item .info p {
  max-width: 220px;
  text-align: left;
}
.noticias {
  background: #272727;
  color: #fff;
  padding: 80px 0;
}
.noticias h2 {
  color: #CBB392;
  font-size: 60px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -2px;
}
.noticias h3 {
  font-size: 18px;
  margin-top: 20px;
}
.noticias .item h4 {
  font-size: 20px;
}
.noticias .item img {
  height: 350px;
  object-fit: cover;
}
.noticias .item .info {
  background: #000;
  padding: 20px;
}
.noticias .item .info .title {
  display: flex;
}
.detalhe-noticia .item img {
  max-height: 500px;
  object-fit: cover;
}
.detalhe-noticia .fotos img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.page-header {
  background: url(../themes/cosal/assets/images/bg-hero.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}
.page-header h1 {
  color: #CBB392;
  font-size: 60px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -2px;
}
.page-header h2 {
  font-size: 20px;
  margin-top: 30px;
}
.page-content {
  background: #F5F5F5;
  padding: 60px 0;
}
.page-content h2 {
  font-size: 24px;
}
.page-content p {
  opacity: 0.5;
}
.page-content ._obj {
  margin-top: -300px;
  max-width: 90%;
}
.valores {
  background: #272727;
  color: #fff;
  padding: 80px 0;
}
.valores p {
  opacity: 0.5;
  margin: 0;
}
.valores .item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}
.presenca-nacional {
  background: #000;
  color: #fff;
}
.presenca-nacional h2 {
  color: #B89A75;
}
.presenca-nacional h3 {
  font-weight: 200;
  font-size: 22px;
  margin: 30px 0;
}
.presenca-nacional .col-lg-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.presenca-nacional ._bg {
  background: url(../themes/cosal/assets/images/presenca-img.jpg) center no-repeat;
  background-size: cover;
}
.transformacao {
  padding: 60px 0;
  background: #F5F5F5;
}
.transformacao h2 {
  color: #B79B75;
  font-size: 42px;
  max-width: 450px;
  margin: 0 auto 30px;
  font-weight: bold;
  line-height: 38px;
}
.transformacao h6 {
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
  font-weight: normal;
  line-height: 24px;
}
.transformacao .linha-do-tempo {
  margin-top: 80px;
}
.transformacao .linha-do-tempo .item {
  margin-bottom: 30px;
}
.transformacao .linha-do-tempo .ano {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 70px;
  color: #87A4AF;
  font-weight: 400;
  line-height: 60px;
}
.transformacao .linha-do-tempo .ano span {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  display: block;
  margin-left: 10px;
}
.transformacao .linha-do-tempo .titulo {
  font-weight: bold;
  font-size: 20px;
  max-width: 200px;
  line-height: 24px;
  margin-bottom: 15px;
}
.transformacao .linha-do-tempo p {
  font-size: 16px;
  opacity: 0.5;
  max-width: 300px;
}
.mobilidade ._obj {
  max-width: 100%;
  margin-top: -300px;
}
.marcas {
  padding: 100px;
}
.marcas h2 {
  color: #B79B75;
  font-size: 42px;
  max-width: 450px;
  margin: 0 auto 30px;
  font-weight: bold;
  line-height: 38px;
}
.marcas p {
  opacity: 0.5;
  max-width: 740px;
  margin: 0 auto;
}
.marcas img {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
}
.grupo {
  padding: 100px 0;
  background: #000;
}
.grupo h3 {
  color: #CBB392;
  font-size: 24px;
  min-height: 58px;
}
.grupo p {
  color: #fff;
  opacity: 0.5;
  min-height: 150px;
}
.grupo .item img {
  max-height: 30px;
  margin-bottom: 20px;
}
.grupo.unidades {
  background: #272727;
}
.grupo.unidades h2 {
  font-weight: bold;
  color: #CBB392;
  margin-bottom: 20px;
}
.tecnologia hr {
  opacity: 1;
}
.tecnologia h2 {
  font-weight: bold;
  max-width: 400px;
  line-height: 30px;
}
.tecnologia p {
  opacity: 0.5;
  max-width: 460px;
}
.tecnologia .eletrico {
  background: #F5F5F5;
  padding: 80px 0;
}
.tecnologia .castrol {
  padding: 80px 0;
}
.tecnologia .castrol img {
  width: 100%;
  max-width: 500px;
}
.tecnologia .castrol h2 {
  max-width: 450px;
}
.tecnologia .castrol p {
  max-width: 450px;
}
.construcao.page-content ._obj {
  margin-top: -200px;
  max-width: 80%;
}
.empresa-grupos {
  background: #000;
  color: #fff;
  padding: 80px 0;
}
.empresa-grupos h2 {
  margin-bottom: 40px;
  font-size: 40px;
}
.empresa-grupos .item h3 {
  color: #CBB392;
  font-size: 24px;
}
.empresa-grupos .item p {
  opacity: 0.5;
  min-height: 180px;
}
.empresa-areas {
  padding: 80px 0;
}
.empresa-areas .item img {
  max-width: 80px;
  object-fit: contain;
}
.empresa-areas .item h3 {
  max-width: 240px;
  font-size: 24px;
  margin: 20px 0;
}
.empresa-areas .item p {
  font-size: 16px;
  opacity: 0.5;
  margin: 0;
}
.seguros ._obj {
  margin-top: -200px;
}
.atendimento-personalizado {
  padding: 80px 0;
  background: #000;
  color: #fff;
}
.atendimento-personalizado h2 {
  font-size: 50px;
  margin-bottom: 40px;
  max-width: 900px;
}
.atendimento-personalizado p {
  opacity: 0.5;
}
.hotelaria ._obj {
  margin-top: -300px;
  max-width: 80%;
}
.turismo-proposito {
  padding: 80px 0;
  background: #000;
  color: #fff;
}
.turismo-proposito h2 {
  font-size: 50px;
  margin-bottom: 40px;
  max-width: 900px;
}
.turismo-proposito p {
  opacity: 0.5;
}
.turismo-proposito ul {
  font-size: 14px;
}
.turismo-proposito ul li {
  margin-bottom: 15px;
}
.hoteis {
  background: #F5F5F5;
  padding: 80px 0;
}
.hoteis .item h3 {
  margin-bottom: 20px;
}
.hoteis .item p {
  opacity: 0.5;
  margin-bottom: 20px;
}
.hoteis ._bg-1 {
  background: url(../themes/cosal/assets/images/hoteis/pululukwa.jpg) center no-repeat;
  background-size: cover;
  min-height: 400px;
}
.hoteis ._bg-2 {
  background: url(../themes/cosal/assets/images/hoteis/samba.jpg) center no-repeat;
  background-size: cover;
  min-height: 400px;
}
.hoteis ._bg-3 {
  background: url(../themes/cosal/assets/images/hoteis/roca-das-mangueiras.jpg) center no-repeat;
  background-size: cover;
  min-height: 400px;
}
.hoteis ._bg-4 {
  background: url(../themes/cosal/assets/images/hoteis/la-rochelle-lodge.jpg) center no-repeat;
  background-size: cover;
  min-height: 400px;
}
.hoteis ._bg-5 {
  background: url(../themes/cosal/assets/images/hoteis/terminus.jpg) center no-repeat;
  background-size: cover;
  min-height: 400px;
}
footer {
  background: #000;
  color: #fff;
  padding: 60px 0;
}
footer .logo {
  filter: invert(1);
}
footer p {
  line-height: 26px;
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
footer .midias a {
  font-size: 20px;
  margin: 0 5px;
}
.privacidade h2 {
  font-size: 20px;
}
.privacidade h3 {
  font-size: 18px;
}
.privacidade a {
  color: #000;
  font-weight: bold;
}
@media (max-width: 992px) {
  header .logo {
    max-width: 130px;
  }
  ._obj {
    display: none;
  }
  .atuacao .areas .item {
    padding: 20px 40px 30px 8.333333%;
  }
  .linha-tempo .item::after, .linha-tempo .item::before {
    display: none;
  }
  .hero {
    padding: 80px 0;
  }
  .hero h1 {
    color: #CBB392;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0;
  }
  .linha-tempo h2, .noticias h2, .page-header h1, .atuacao h2, .transformacao h2 {
    color: #CBB392;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0;
  }
  .turismo-proposito h2, .atendimento-personalizado h2 {
    font-size: 30px;
  }
  .linha-tempo .logo {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
  }
  .transformacao .linha-do-tempo .ano {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 30px;
    line-height: 30px;
  }
  .transformacao .linha-do-tempo .ano span {
    width: 6px;
    height: 6px;
  }
  .marcas {
    padding: 80px 0;
  }
  .grupo p {
    min-height: auto;
  }
}
