body {
  visibility: hidden;
}

/* banner */
.banner-wrap {
  height: 80vh;
  margin-bottom: 50px;
  width: 100%;
}

.banner-wrap__img {
  background-image: linear-gradient(rgba(11, 10, 10, 0.5), rgba(10, 9, 9, 0.5)),
    url("./../../../img/encabezados/Noticias.1.png");
  background-size: cover;
}

.banner-properties {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  height: 100%;
}

.banner-wrap__title {
  align-items: center;
  display: flex;
  justify-content: center;
}

.banner-wrap__title p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.uppercase-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.news-row {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  padding: 15px 0;
}

.news-title {
  display: flex;
  flex-direction: column;
  padding: 20px;
  max-width: 400px;
  width: 100%;
}

.border-right {
  border-right: 5px solid #4a4a4a;
  margin-right: 20px;
}

.news-title p {
  color: #0cc0df;
  font-weight: 500;
  text-transform: uppercase;
}

.news-text-color {
  color: #4a4a4a;
}

.link-color {
  color: #0cc0df;
}

.news-img {
  display: block;
  max-width: 200px;
  height: 100px;
  object-fit: cover;
}

.news-img img {
  width: 100%;
}

.news-separator svg {
  width: 100px;
  height: 100px;
}

/* por separado */
.img-box {
  aspect-ratio: 3/4;
}

.img-box img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Merida */
.new-header {
  align-items: center;
  display: flex;
  max-width: 600px;
}

.new-header h2 {
  color: #4a4a4a;
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 35px;
}

.header-border-right {
  border-right: 7px solid #d9d9d8;
  width: 70%;
}

.new-header__svg {
  display: flex;
  gap: 20px;
  padding-left: 35px;
}

.new-header__svg svg {
  cursor: pointer;
}

.paragraph-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

.small-hr {
  background-color: #07acf2;
  height: 5px;
}

/* footer */
.footer-container {
  margin: 20px 0;
  padding: 20px 0;
}

.footer-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 30px;
}

.title-footer {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
}

.footer-text {
  color: #ffffff;
}

.footer-info-contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.footer-info-icons {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.office-icons {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.office-icons img {
  height: 100%;
  width: 10%;
}

.mbq-icon {
  max-width: 150px;
  margin-bottom: 15px;
}

.mbq-icon img {
  width: 100%;
}

.mbq-slogan {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .footer-header {
    border-bottom: solid 1px #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-info-contact {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
  }
}
