/* line 1, ../scss/news.scss */
* {
  box-sizing: border-box;
}

/* line 3, ../scss/news.scss */
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #1fa6de !important;
  color: #a0276e;
}

/* line 10, ../scss/news.scss */
.new .tipo-de-noticia {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 4px;
}
/* line 15, ../scss/news.scss */
.new .fecha {
  display: inline-block;
}
/* line 18, ../scss/news.scss */
.new .field--label {
  display: none;
}
/* line 23, ../scss/news.scss */
.new .field--name-field-imagen .field--item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 197px;
  margin: 22px 0 22px;
}

/* ---- view ---- */
/* line 36, ../scss/news.scss */
.views-infinite-scroll-content-wrapper {
  padding-bottom: 72px;
}

/* ---- grid ---- */
/* line 42, ../scss/news.scss */
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  height: fit-content !important;
}
@media (max-width: 768px) {
  /* line 42, ../scss/news.scss */
  .grid {
    grid-template-columns: 1fr;
  }
}
/* line 50, ../scss/news.scss */
.grid .grid-item {
  width: 100%;
  position: initial !important;
  height: min-content;
}

/* clearfix */
/* line 58, ../scss/news.scss */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */
/* line 67, ../scss/news.scss */
.sharethis-footer {
  background-color: #1fa6de;
  height: 135px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 74, ../scss/news.scss */
.sharethis-footer .title-share {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}
/* line 80, ../scss/news.scss */
.sharethis-footer .sharethis-wrapper .st_twitter_custom {
  display: inline-block;
  background-image: url("../../../sites/default/files/social-icons/twitter50x50.svg");
}
/* line 84, ../scss/news.scss */
.sharethis-footer .sharethis-wrapper .st_facebook_custom {
  display: inline-block;
  background-image: url("../../../sites/default/files/social-icons/facebook50x50.svg");
}
/* line 88, ../scss/news.scss */
.sharethis-footer .sharethis-wrapper .st_whatsapp_custom {
  background-image: url("../../../sites/default/files/social-icons/whatsapp50x50.svg");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
}
/* line 95, ../scss/news.scss */
.sharethis-footer .sharethis-wrapper span {
  background-repeat: no-repeat;
  font-size: 11px;
  height: 50px;
  line-height: 16px;
  padding-left: 23px;
  padding-right: 23px;
  background-size: cover;
  white-space: nowrap;
  cursor: pointer;
}
/* line 105, ../scss/news.scss */
.sharethis-footer .sharethis-wrapper span:hover {
  opacity: 0.8;
}

/* line 113, ../scss/news.scss */
.grid-item {
  height: auto;
  float: left;
}
/* line 117, ../scss/news.scss */
.grid-item:hover > .item-content > .item-imagen > img {
  opacity: 1;
}
/* line 121, ../scss/news.scss */
.grid-item:hover > .item-content {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
/* line 129, ../scss/news.scss */
.grid-item .item-content {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 15px;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
/* line 140, ../scss/news.scss */
.grid-item .item-content .item-title h3 {
  color: #0d4371;
  line-height: 1.2;
  font-size: 19px;
}
/* line 146, ../scss/news.scss */
.grid-item .item-content .item-title a:hover {
  text-decoration: none;
}
/* line 150, ../scss/news.scss */
.grid-item .item-content .item-cabecera {
  border-bottom: 1px solid #f6f6f6;
  font-size: 13px;
  margin: 3px 0;
}
/* line 154, ../scss/news.scss */
.grid-item .item-content .item-cabecera .item-categoria {
  display: inline-block;
  padding-left: 13px;
  text-transform: uppercase;
}
/* line 159, ../scss/news.scss */
.grid-item .item-content .item-cabecera .item-date {
  display: inline-block;
  padding-right: 13px;
  margin: 5px;
  color: #bcbcbc;
}
/* line 167, ../scss/news.scss */
.grid-item .item-content .item-body {
  padding: 0 24px 24px;
}
/* line 169, ../scss/news.scss */
.grid-item .item-content .item-body .item-share {
  display: inline-block;
  float: left;
}
/* line 173, ../scss/news.scss */
.grid-item .item-content .item-body .item-enlace {
  text-align: right;
  margin-top: 5px;
}
/* line 176, ../scss/news.scss */
.grid-item .item-content .item-body .item-enlace a {
  vertical-align: sub;
  margin: 0 0 24px;
  background-color: #1aa6e0;
  color: white;
  border-color: #1aa6e0;
  border-radius: 8px;
  padding: 5px 26px;
  outline: none !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
/* line 189, ../scss/news.scss */
.grid-item .item-content .item-body .item-enlace a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
/* line 197, ../scss/news.scss */
.grid-item img {
  width: 100%;
  display: block;
  transition: all .8s;
  height: 124px;
  object-fit: cover;
  object-position: center;
  opacity: .7;
}
/* line 206, ../scss/news.scss */
.grid-item .title {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  padding: 0 3%;
  font-size: 30px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.42);
}
/* line 216, ../scss/news.scss */
.grid-item .sharethis-wrapper .st_twitter_custom {
  background-image: url("../../../sites/default/files/social-icons/twitter50x50.svg");
}
/* line 219, ../scss/news.scss */
.grid-item .sharethis-wrapper .st_facebook_custom {
  background-image: url("../../../sites/default/files/social-icons/facebook50x50.svg");
}
/* line 222, ../scss/news.scss */
.grid-item .sharethis-wrapper .st_whatsapp_custom {
  background-image: url("../../../sites/default/files/social-icons/whatsapp50x50.svg");
}
/* line 225, ../scss/news.scss */
.grid-item .sharethis-wrapper span {
  display: inline-block;
  background-repeat: no-repeat;
  font-size: 11px;
  height: 30px;
  line-height: 16px;
  padding-left: 15px;
  padding-right: 15px;
  background-size: cover;
  white-space: nowrap;
  cursor: pointer;
}
/* line 236, ../scss/news.scss */
.grid-item .sharethis-wrapper span:hover {
  opacity: 0.8;
}

/* line 244, ../scss/news.scss */
.form--inline.form-inline.clearfix {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  margin-top: 3rem;
  padding-bottom: 5rem;
  background-color: white;
  justify-content: flex-end !important;
  margin-top: 3rem !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
}

/* line 258, ../scss/news.scss */
.title-news-global {
  font-size: 29px;
  font-weight: 500;
  margin: 50px 0px 20px;
  text-transform: uppercase;
  color: #00A6D7;
  line-height: 1.5;
  margin-top: 3rem;
  margin-left: 1rem;
  padding-bottom: 0;
  background-color: transparent;
}

/* line 271, ../scss/news.scss */
.grid-item--width2 {
  width: 320px;
}

/* line 272, ../scss/news.scss */
.grid-item--width3 {
  width: 480px;
}

/* line 273, ../scss/news.scss */
.grid-item--width4 {
  width: 720px;
}

/* line 275, ../scss/news.scss */
.grid-item--height2 {
  height: 200px;
}

/* line 276, ../scss/news.scss */
.grid-item--height3 {
  height: 260px;
}

/* line 277, ../scss/news.scss */
.grid-item--height4 {
  height: 360px;
}

@media (max-width: 990px) {
  /* line 280, ../scss/news.scss */
  .grid-item {
    width: 50%;
  }
}
@media (max-width: 720px) {
  /* line 286, ../scss/news.scss */
  .grid-item {
    width: 100%;
  }
}
/* line 291, ../scss/news.scss */
#views-exposed-form-noticias-block-1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 1rem;
}
/* line 296, ../scss/news.scss */
#views-exposed-form-noticias-block-1 .form-actions {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 6px 30px;
  font-size: 11px;
  font-weight: 600;
  margin-right: 0px;
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
}
/* line 310, ../scss/news.scss */
#views-exposed-form-noticias-block-1 .form-actions input {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-right: 0px;
  width: fit-content;
  padding: 0;
  height: fit-content;
  border: none;
}
/* line 324, ../scss/news.scss */
#views-exposed-form-noticias-block-1 .form-actions::before {
  content: "";
  position: relative;
  background-image: url(../images/icons/search.svg);
  height: 14px;
  width: 14px;
  margin: auto;
}
