/* Lora */
@font-face {
  font-family: "Lora";
  src: url(/fonts/Lora-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Lora";
  src: url(/fonts/Lora-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Lora";
  src: url(/fonts/Lora-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: "Lora";
  src: url(/fonts/Lora-Bold.ttf);
  font-weight: 700;
}

#boletin-informativo-form a {
  color: #666666 !important;
}
#destacado {
  /* position: relative;
  overflow: hidden;
  max-height: 350px; */
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 35px;
  margin-bottom: 15px;
}
#destacado > .zocalo {
  /* background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  padding: 15px;
  bottom: 0;
  z-index: 500; */
}
#lista #imagen {
  /* position: relative;
  overflow: hidden; */
  max-height: 170px;
}

#destacado > .zocalo > #titulo {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
#otros #lista #titulo {
  font-weight: bold;
  padding: 20px 0 10px 0;
}
#block-boletin-informativo-boletines-informativos-fecha h2.block-title,
#block-boletin-informativo-boletines-informativos h2.block-title {
  font-size: 1em;
}
#boletin-informativo-form label, 
#block-boletin-informativo-boletines-informativos-fecha h2.block-title, 
#block-boletin-informativo-boletines-informativos h2.block-title {
  font-weight: bold;
  color: var(--background-dark);
  /* border-bottom: 1px solid #00a5df; */
  /* margin-bottom: 10px; */
  /* padding-bottom: 10px; */
  border-bottom: none;
  width: 100%;
}

#boletin-informativo-form label:before,
#block-boletin-informativo-boletines-informativos-fecha h2.block-title:before,
#block-boletin-informativo-boletines-informativos h2.block-title:before {
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 1.7em;
}
#block-boletin-informativo-boletines-informativos-fecha h2.block-title:before {
  /* content: "\f0a6"; */
}
#block-boletin-informativo-boletines-informativos h2.block-title:before,
#boletin-informativo-form label:before {
  /* content: "\f2b7"; */
}
.newsle .form-control {
  width: 50% !important;
  border-right: none;
  padding-top: 11px;
  padding-bottom: 11px;
  padding: 0;
}
.newsle .input-group-btn .btn {
  /* border-bottom: 2px solid #00a5e0; */
}
#boletin-informativo-form > div > .form-item-email #edit-email {
  /* float: left;
  width: 50%;
  margin-right: 10px; */
}
#boletin-informativo-form > div > button {
  /* margin-top: -16px; */
}
ul.social-share {
  margin-bottom: 0;
  text-align: right;
}
ul.social-share li {
  display: inline-block;
}
.node-type-boletin .social-share {
  /* float: right; */
  padding-bottom: 5px;
}
.field-name-field-copete-boletin {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-newsletter #image img {
  min-width: 100% !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-newsletter #boletin-fecha-form {
  margin-bottom: 45px;
}

.page-newsletter #block-system-main-menu {
}
