.fotos {
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  background-image: url("../../assets/img/diversas/bg_galpao.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}

@media (min-width: 300px) and (max-width: 991px) {
  .fotos {
    padding-top: 60px;
  }
}

.fotos::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.fotos::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 50%;
  transform: rotate(0deg);
  background-color: #002b61;
  clip-path: polygon(50% 50%, 0% 0, 100% 0);
  z-index: -1;
}

@media (min-width: 300px) and (max-width: 768px) {
  .fotos::after {
    height: 12%;
  }
}

.fotos h1 {
  padding-top: 10px;
  font-weight: 700;
  padding-bottom: 40px;
}

.entregas-mb {
  padding-bottom: 120px;
}

.entregas-mb h1 {
  font-weight: 700;
}

/* Section Entregas */

.bg-blue {
  opacity: 1;
  background-color: #002b61;
}

.entregas-mb {
  padding-bottom: 120px;
}

.entregas-mb h1 {
  font-weight: 700;
}

.entregas {
  background-image: url("../../assets/img/diversas/bg_boxes.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.entregas::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.entregas::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  transform: rotate(180deg);
  background-color: #002b61;
  clip-path: polygon(50% 50%, 0% 0, 100% 0);
  z-index: -1;
}

@media (max-width: 767px) {
  .entregas::after {
    height: 26%;
  }
}

/* Área Central Home */

#showroom {
  padding: 0;
  background-color: #f4f4f4;
}

.esquerda {
  box-shadow: 10px 0px 50px 0px rgb(30 30 30 / 40%);
}

.direita {
  box-shadow: -10px 0px 50px 0px rgb(30 30 30 / 40%);
}

.div-destaque {
  padding: 30px;
}

@media (min-width: 768px) {
  .div-destaque {
    padding: 15px;
  }
}

.div-destaque h2 {
  font-weight: 800;
  line-height: 1em;
  font-size: 24px;
  color: #002b61;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .div-destaque h2 {
    font-size: 20px;
  }
}

.div-destaque ol, ul {
  padding-left: 0rem;
}

.div-destaque li {
  list-style: none;
  font-size: 1.2rem;
  color: #717171;
  padding-bottom: 3px;
}

@media (max-width: 768px) {
  .div-destaque li {
    list-style: none;
    font-size: 0.9rem;
    color: #717171;
    padding-bottom: 3px;
  }
}

@media (max-width: 992px) {
  .div-destaque li {
    list-style: none;
    font-size: 1rem;
    color: #717171;
    padding-bottom: 3px;
  }
}

/* Auxílio */

.hack_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* Páginas Internas - Cabeçalho */

.header_empresa {
  background-image: url(/assets/img/diversas/parallax_empresa.jpg);
  min-height: 270px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.header_empresa::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.header_empresa h1 {
  font-weight: 900;
  font-size: 1.5rem;
  z-index: 2;
  color: white;
  text-transform: uppercase;
}

.header_empresa h1:after {
  content: "";
  position: relative;
  width: 100px;
  border-bottom: 3px solid #002b61;
  display: block;
  padding-top: 5px;
}

/* Textos Dinâmios */

.conteudo_dinamico {
  font-size: 1rem;
  color: black;
}

.conteudo_dinamico h2 {
  font-weight: 800;
  line-height: 1em;
  font-size: 1.2rem;
  color: #002b61;
  text-align: start;
  margin-bottom: 15px;
}

.conteudo_dinamico p {
  text-align: justify;
  
}

.texto_contato {
  color: #000;
  font-size: 1.05rem;
}

@media (min-width: 320px) and (max-width:991px) {
  .texto_contato {
    color: #000;
    font-size: 1rem;
  }
}

/* Cards Notícias */

:root {
  --primary-color: #18457b;
  --secondary-color: #002b61;
}

.cartao h1 {
  padding: 07px 0px 0px 0px;
}
.cartao h1::after {
  content: "";
  display: none !important;
}

.cartao a {
  text-decoration: none;
}

.cartao {
  margin: 20px 0;
}

.cartao__header {
  height: 300px;
}

.cartao__image-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.cartao:hover .cartao__image-background {
  filter: brightness(75%);
  transition: 1s;
}

.cartao__body {
  background: var(--bg-card);
  background: -moz-linear-gradient(
    90deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%,
    var(--primary-color) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%,
    var(--primary-color) 100%
  );
  background: linear-gradient(
    90deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%,
    var(--primary-color) 100%
  );
  padding: 1rem;
  border-radius: 0 0 10px 10px;
  position: relative;
  height: 100px;
}

.cartao__title,
.cartao__text {
  color: #ccc !important;
}

.cartao:hover .cartao__text {
  color: #ccc !important;
  transition: 1s;
}

.cartao__title {
  font-size: 1.2rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cartao__text {
  text-align: justify;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cartao__date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  right: 25px;
}

.cartao__date--position-initial {
  position: initial;
}

.cartao__date--alternative {
  background-color: var(--secondary-color);
}

.cartao__day,
.cartao__month {
  display: block;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1rem;
}

.cartao__day--alternative,
.cartao__month--alternative {
  color: white;
}

.cartao__day {
  font-weight: 900;
}

.cartao__month {
  font-weight: 300;
}

@media (min-width: 300px) and (max-width: 575px) {
  .cartao__header {
    height: 250px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .cartao__title {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .cartao__body {
    height: 130px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cartao__header {
    height: 250px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cartao__title {
    font-size: 1rem !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cartao__body {
    height: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cartao__header {
    height: 230px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cartao__title {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cartao__body {
    height: 140px;
  }
}

/* Fim Card Notícias */

.news__img {
  width: auto;
  height: 550px;
}

.noticias {
  padding-top: 20px;
  padding-bottom: 60px;
}

.noticias h1 {
  font-weight: 700;
  text-align: center;
}

.noticias h2 {
  font-weight: 800;
  line-height: 1em;
  font-size: 24px;
  color: #002b61;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
}