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

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

/* line 11, ../../scss/page/news.scss */
figure.align-center {
  text-align: center;
}

/* line 14, ../../scss/page/news.scss */
figure.align-center > img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* line 19, ../../scss/page/news.scss */
  .new {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 26, ../../scss/page/news.scss */
  .new .news-body img {
    width: 100%;
    height: auto;
  }
}
/* line 34, ../../scss/page/news.scss */
.new .tipo-de-noticia {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 4px;
}
/* line 39, ../../scss/page/news.scss */
.new .fecha {
  display: inline-block;
}
/* line 42, ../../scss/page/news.scss */
.new .field--label {
  display: none;
}
/* line 47, ../../scss/page/news.scss */
.new .field--name-field-imagen .field--item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 197px;
}

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

/* ---- grid ---- */
/* line 65, ../../scss/page/news.scss */
.grid {
  max-width: 1200px;
  counter-reset: grid-item;
  margin: 0 auto;
}

/* clearfix */
/* line 72, ../../scss/page/news.scss */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- grid-item ---- */
/* line 80, ../../scss/page/news.scss */
.sharethis-footer {
  background-color: #1fa6de;
  height: 135px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 87, ../../scss/page/news.scss */
.sharethis-footer .title-share {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}
/* line 93, ../../scss/page/news.scss */
.sharethis-footer .sharethis-wrapper .st_twitter_custom {
  display: inline-block;
  background-image: url("../../../sites/default/files/social-icons/twitter50x50.svg");
}
/* line 97, ../../scss/page/news.scss */
.sharethis-footer .sharethis-wrapper .st_facebook_custom {
  display: inline-block;
  background-image: url("../../../sites/default/files/social-icons/facebook50x50.svg");
}
/* line 101, ../../scss/page/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 108, ../../scss/page/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 118, ../../scss/page/news.scss */
.sharethis-footer .sharethis-wrapper span:hover {
  opacity: 0.8;
}

/* line 125, ../../scss/page/news.scss */
.grid-item {
  width: 33.33%;
  height: 520px;
  margin-bottom: 1rem;
  float: left;
}
/* line 131, ../../scss/page/news.scss */
.grid-item:hover > .item-content > .item-imagen > img {
  opacity: 1;
}
/* line 135, ../../scss/page/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 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* line 143, ../../scss/page/news.scss */
.grid-item .item-content {
  height: 100%;
  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 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* line 152, ../../scss/page/news.scss */
.grid-item .item-content .item-noticia {
  height: 190px;
  overflow: hidden;
}
/* line 157, ../../scss/page/news.scss */
.grid-item .item-content .item-title h3 {
  color: #1aa6e0 !important;
  text-decoration: none !important;
  line-height: 1.2;
  font-size: 19px;
}
/* line 162, ../../scss/page/news.scss */
.grid-item .item-content .item-title h3 a {
  color: #1aa6e0 !important;
  text-decoration: none !important;
}
/* line 168, ../../scss/page/news.scss */
.grid-item .item-content .item-title a:hover {
  text-decoration: none;
}
/* line 172, ../../scss/page/news.scss */
.grid-item .item-content .item-cabecera {
  border-bottom: 1px solid #f6f6f6;
  font-size: 13px;
  margin: 3px 0;
  padding: 0px 1rem;
}
/* line 177, ../../scss/page/news.scss */
.grid-item .item-content .item-cabecera .item-categoria {
  display: inline-block;
  padding-left: 13px;
  text-transform: uppercase;
}
/* line 182, ../../scss/page/news.scss */
.grid-item .item-content .item-cabecera .item-date {
  display: inline-block;
  padding-right: 13px;
  margin: 5px;
  color: #bcbcbc;
}
/* line 189, ../../scss/page/news.scss */
.grid-item .item-content .item-body {
  padding: 0 24px 24px;
}
/* line 191, ../../scss/page/news.scss */
.grid-item .item-content .item-body .item-share {
  display: inline-block;
  float: left;
}
/* line 195, ../../scss/page/news.scss */
.grid-item .item-content .item-body .item-enlace {
  text-align: right;
  margin-top: 5px;
}
/* line 198, ../../scss/page/news.scss */
.grid-item .item-content .item-body .item-enlace a {
  text-decoration: none;
  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;
}
/* line 211, ../../scss/page/news.scss */
.grid-item .item-content .item-body .item-enlace a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
/* line 219, ../../scss/page/news.scss */
.grid-item img {
  width: 100%;
  display: block;
  transition: all 0.8s;
  height: 124px;
  object-fit: cover;
  object-position: center;
  opacity: 0.7;
}
/* line 228, ../../scss/page/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 239, ../../scss/page/news.scss */
.grid-item .social-media-sharing span .share {
  text-decoration: none;
}
/* line 245, ../../scss/page/news.scss */
.grid-item .sharethis-wrapper .st_twitter_custom {
  background-image: url("../../../sites/default/files/social-icons/twitter50x50.svg");
}
/* line 248, ../../scss/page/news.scss */
.grid-item .sharethis-wrapper .st_facebook_custom {
  background-image: url("../../../sites/default/files/social-icons/facebook50x50.svg");
}
/* line 251, ../../scss/page/news.scss */
.grid-item .sharethis-wrapper .st_whatsapp_custom {
  background-image: url("../../../sites/default/files/social-icons/whatsapp50x50.svg");
}
/* line 254, ../../scss/page/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 265, ../../scss/page/news.scss */
.grid-item .sharethis-wrapper span:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

@media (max-width: 990px) {
  /* line 293, ../../scss/page/news.scss */
  .grid-item {
    width: 50%;
  }
}
@media (max-width: 720px) {
  /* line 299, ../../scss/page/news.scss */
  .grid-item {
    width: 100%;
  }
}
/* line 304, ../../scss/page/news.scss */
.button.js-form-submit.form-submit.btn-default.btn {
  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;
}

/* line 316, ../../scss/page/news.scss */
.form--inline.form-inline.clearfix {
  display: flex;
  flex-direction: row;
  margin-left: 1rem;
  justify-content: flex-end;
  margin-top: 3rem;
}

/* line 324, ../../scss/page/news.scss */
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-title.js-form-item-title.form-group {
  margin-right: 0.5rem;
  border-radius: 10px;
}

/* line 329, ../../scss/page/news.scss */
.input-searchbox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 4rem;
}
/* line 330, ../../scss/page/news.scss */
.input-searchbox p {
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
/* line 340, ../../scss/page/news.scss */
.input-searchbox input {
  height: 37px;
  width: 50%;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
}

/* line 349, ../../scss/page/news.scss */
.title h1 {
  color: #1aa6e0;
}
