/* 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;
}

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

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

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

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

/* line 103, ../scss/news.scss */
.grid-item {
  width: 33.33%;
  height: auto;
  float: left;
}
/* line 108, ../scss/news.scss */
.grid-item:hover > .item-content > .item-imagen > img {
  opacity: 1;
}
/* line 112, ../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 120, ../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: 12px;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
/* line 131, ../scss/news.scss */
.grid-item .item-content .item-title h3 {
  color: #0d4371;
  line-height: 1.2;
  font-size: 19px;
}
/* line 137, ../scss/news.scss */
.grid-item .item-content .item-title a:hover {
  text-decoration: none;
}
/* line 141, ../scss/news.scss */
.grid-item .item-content .item-cabecera {
  border-bottom: 1px solid #f6f6f6;
  font-size: 13px;
  margin: 3px 0;
}
/* line 145, ../scss/news.scss */
.grid-item .item-content .item-cabecera .item-categoria {
  display: inline-block;
  padding-left: 13px;
  text-transform: uppercase;
}
/* line 150, ../scss/news.scss */
.grid-item .item-content .item-cabecera .item-date {
  display: inline-block;
  padding-right: 13px;
  margin: 5px;
  color: #bcbcbc;
}
/* line 158, ../scss/news.scss */
.grid-item .item-content .item-body {
  padding: 0 24px 24px;
}
/* line 160, ../scss/news.scss */
.grid-item .item-content .item-body .item-share {
  display: inline-block;
  float: left;
}
/* line 164, ../scss/news.scss */
.grid-item .item-content .item-body .item-enlace {
  text-align: right;
  margin-top: 5px;
}
/* line 167, ../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;
}
/* line 179, ../scss/news.scss */
.grid-item .item-content .item-body .item-enlace a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
/* line 187, ../scss/news.scss */
.grid-item img {
  width: 100%;
  display: block;
  transition: all .8s;
  height: 124px;
  object-fit: cover;
  object-position: center;
  opacity: .7;
}
/* line 196, ../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 206, ../scss/news.scss */
.grid-item .sharethis-wrapper .st_twitter_custom {
  background-image: url("../../../sites/default/files/social-icons/twitter50x50.svg");
}
/* line 209, ../scss/news.scss */
.grid-item .sharethis-wrapper .st_facebook_custom {
  background-image: url("../../../sites/default/files/social-icons/facebook50x50.svg");
}
/* line 212, ../scss/news.scss */
.grid-item .sharethis-wrapper .st_whatsapp_custom {
  background-image: url("../../../sites/default/files/social-icons/whatsapp50x50.svg");
}
/* line 215, ../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 226, ../scss/news.scss */
.grid-item .sharethis-wrapper span:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

@media (max-width: 990px) {
  /* line 243, ../scss/news.scss */
  .grid-item {
    width: 50%;
  }
}
@media (max-width: 720px) {
  /* line 249, ../scss/news.scss */
  .grid-item {
    width: 100%;
  }
}
/* line 254, ../scss/news.scss */
.form--inline.form-inline.clearfix {
  display: flex;
  flex-direction: row;
  margin-left: 1rem !important;
  justify-content: flex-end !important;
  margin-top: 3rem !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
}

/* line 264, ../scss/news.scss */
.form-inline .form-control {
  margin-right: 10px;
  width: 17rem;
}

/* line 269, ../scss/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;
}
