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

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

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

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

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

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

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

/* line 104, ../../../scss/pages/news/news.scss */
.grid-item {
  width: 33.33%;
  height: auto;
}
/* line 108, ../../../scss/pages/news/news.scss */
.grid-item:hover > .item-content > .item-imagen > img {
  opacity: 1;
}
/* line 112, ../../../scss/pages/news/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/pages/news/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/pages/news/news.scss */
.grid-item .item-content .item-title h3 {
  line-height: 1.2;
  font-size: 19px;
  font-family: 'Raleway', sans-serif;
}
/* line 135, ../../../scss/pages/news/news.scss */
.grid-item .item-content .item-title h3 a {
  color: #00A6D7;
}
/* line 137, ../../../scss/pages/news/news.scss */
.grid-item .item-content .item-title h3 a:focus {
  outline: none;
}
/* line 143, ../../../scss/pages/news/news.scss */
.grid-item .item-content .item-title a:hover {
  text-decoration: none;
}
/* line 147, ../../../scss/pages/news/news.scss */
.grid-item .item-content .item-cabecera {
  border-bottom: 1px solid #f6f6f6;
  font-size: 13px;
  margin: 3px 0;
}
/* line 151, ../../../scss/pages/news/news.scss */
.grid-item .item-content .item-cabecera .item-categoria {
  display: inline-block;
  padding-left: 13px;
  text-transform: uppercase;
}
/* line 156, ../../../scss/pages/news/news.scss */
.grid-item .item-content .item-cabecera .item-date {
  display: inline-block;
  padding-right: 13px;
  margin: 5px;
  color: #bcbcbc;
}
/* line 164, ../../../scss/pages/news/news.scss */
.grid-item .item-content .item-body {
  padding: 0 24px 24px;
  font-family: 'Raleway', sans-serif !important;
}
/* line 167, ../../../scss/pages/news/news.scss */
.grid-item .item-content .item-body .item-share {
  display: inline-block;
  float: left;
}
/* line 171, ../../../scss/pages/news/news.scss */
.grid-item .item-content .item-body .item-enlace {
  text-align: right;
  margin-top: 5px;
}
/* line 174, ../../../scss/pages/news/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 186, ../../../scss/pages/news/news.scss */
.grid-item .item-content .item-body .item-enlace a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
/* line 194, ../../../scss/pages/news/news.scss */
.grid-item img {
  width: 100%;
  display: block;
  transition: all .8s;
  height: 124px;
  object-fit: cover;
  object-position: center;
  opacity: .7;
}
/* line 203, ../../../scss/pages/news/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 213, ../../../scss/pages/news/news.scss */
.grid-item .sharethis-wrapper .st_twitter_custom {
  background-image: url("../../../sites/default/files/social-icons/twitter50x50.svg");
}
/* line 216, ../../../scss/pages/news/news.scss */
.grid-item .sharethis-wrapper .st_facebook_custom {
  background-image: url("../../../sites/default/files/social-icons/facebook50x50.svg");
}
/* line 219, ../../../scss/pages/news/news.scss */
.grid-item .sharethis-wrapper .st_whatsapp_custom {
  background-image: url("../../../sites/default/files/social-icons/whatsapp50x50.svg");
}
/* line 222, ../../../scss/pages/news/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 233, ../../../scss/pages/news/news.scss */
.grid-item .sharethis-wrapper span:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

/* line 276, ../../../scss/pages/news/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 294, ../../../scss/pages/news/news.scss */
#views-exposed-form-noticias-block-1 .form-actions {
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  gap: .5rem;
  background-color: #337ab7;
  color: #fff;
  padding-inline: 12px;
  border-radius: 4px;
}
/* line 303, ../../../scss/pages/news/news.scss */
#views-exposed-form-noticias-block-1 .form-actions::before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: relative;
  background-image: url("../images/icons/search-icon.svg");
  margin: auto;
}
/* line 311, ../../../scss/pages/news/news.scss */
#views-exposed-form-noticias-block-1 .form-actions input {
  background-color: #337ab7;
  width: fit-content;
  border: none;
  color: #fff;
  margin: 0;
}

/* line 321, ../../../scss/pages/news/news.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 326, ../../../scss/pages/news/news.scss */
.pager li {
  display: inline;
}
/* line 328, ../../../scss/pages/news/news.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 337, ../../../scss/pages/news/news.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
/* line 345, ../../../scss/pages/news/news.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 352, ../../../scss/pages/news/news.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 359, ../../../scss/pages/news/news.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 371, ../../../scss/pages/news/news.scss */
#views-exposed-form-noticias-block-1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 2rem;
}
/* line 377, ../../../scss/pages/news/news.scss */
#views-exposed-form-noticias-block-1 .js-form-item-keys input {
  /* width: ; */
}
/* line 381, ../../../scss/pages/news/news.scss */
#views-exposed-form-noticias-block-1 .form-actions {
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  gap: .5rem;
  background-color: #337ab7;
  color: #fff;
  padding-inline: 12px;
  border-radius: 4px;
}
/* line 390, ../../../scss/pages/news/news.scss */
#views-exposed-form-noticias-block-1 .form-actions::before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: relative;
  background-image: url("../images/icons/search-icon.svg");
  margin: auto;
}
/* line 398, ../../../scss/pages/news/news.scss */
#views-exposed-form-noticias-block-1 .form-actions input {
  background-color: #337ab7;
  width: fit-content;
  border: none;
  color: #fff;
  margin: 0;
}
