/* Contenedor principal */
.module--boletines > .inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}

.module--boletines > .inner .tab-content {
  margin: 30px auto 0;
  max-width: 1232px;
}

/* Contenedor de cards */
.module--boletines > .inner .tab-content .fx {
  display: flex;
  flex-wrap: wrap;
}

/* fx--boletines (equivalente a fx--press) */
.module--boletines > .inner .tab-content .fx.fx--boletines .card {
  background: white;
  border: none;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 40px 0px rgba(10, 45, 76, 0.15);
  padding: 20px;
  min-height: 250px;
  position: relative;
}

.module--boletines > .inner .tab-content .fx.fx--boletines .card .card-footer {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.module--boletines > .inner .tab-content .fx.fx--boletines .card:nth-child(3n-3) {
  margin-right: 0;
}

/* Card header: badge + fecha */
.module--boletines > .inner .tab-content .fx.fx--boletines .card .card--header {
  display: flex;
  align-items: center;
}

.module--boletines > .inner .tab-content .fx.fx--boletines .card .card--footer {
	position: absolute;
    right: 20px;
    bottom: 20px;
}

.module--boletines > .inner .tab-content .fx.fx--boletines .card .card--header .category {
  display: block;
  background-color: #AFD746;
  font-size: 0.875em;
  font-weight: bold;
  color: #00336E;
  padding: 8px;
  height: 30px;
  line-height: 1em;
}

.module--boletines > .inner .tab-content .fx.fx--boletines .card .card--header .category + .date {
  margin-left: 8px;
}

/* Fecha */
.module--boletines > .inner .tab-content .fx .card .date {
  display: flex;
}

.module--boletines > .inner .tab-content .fx .card .date span {
  display: inline-flex;
  font-size: 0.875em;
  font-weight: normal;
  color: #00336E;
  line-height: 1em;
  align-items: center;
  padding: 5px 8px;
  background: #ECF5FF;
}

.module--boletines > .inner .tab-content .fx .card .date span:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.89062 1.22217V3.5555' stroke='%2300336E' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.1094 1.22217V3.5555' stroke='%2300336E' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.39062 6.73694H14.6128' stroke='%2300336E' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 6.2778V12.8889C15 15.2222 13.8333 16.7778 11.1111 16.7778H4.88889C2.16667 16.7778 1 15.2222 1 12.8889V6.2778C1 3.94447 2.16667 2.38892 4.88889 2.38892H11.1111C13.8333 2.38892 15 3.94447 15 6.2778Z' stroke='%2300336E' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='4.64687' cy='11.9501' r='0.85' fill='%2300336E'/%3E%3Ccircle cx='7.99844' cy='11.9501' r='0.85' fill='%2300336E'/%3E%3Ccircle cx='11.35' cy='11.9501' r='0.85' fill='%2300336E'/%3E%3C/svg%3E");
  margin-right: 10px;
  display: block;
}

.module--boletines > .inner .tab-content .fx .card .date + .name {
  margin-top: 16px;
}

/* Título / enlace principal */
.module--boletines > .inner .tab-content .fx .card a.name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #00336E;
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: bold;
  text-decoration: none;
}

.module--boletines > .inner .tab-content .fx.fx--boletines .card .name {
  margin-top: 30px;
}

/* Enlace ver boletín */
.module--boletines > .inner .tab-content .fx .card .btn {
  display: flex;
  align-items: center;
  justify-content: end;
	position: relative;
}

.module--boletines > .inner .tab-content .fx .card .btn.btn--goto {
  height: 45px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 54px 10px 34px;
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
	color: #00336E;
  background-color: #D1E2F6;
	text-decoration: none;
}

.module--boletines > .inner .tab-content .fx .card .btn span {
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
}

.module--boletines > .inner .tab-content .fx .card .btn.btn--goto::after {
  content: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.44218L16 5.44214M16 5.44214L11.4519 0.942139M16 5.44214L11.4519 9.94214' stroke='%2300336E' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  position: absolute;
	right: 25px;
	top: 50%;
	transform: translatey(-50%);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.module--boletines > .inner .tab-content .fx .card .btn.btn--goto:hover::after {right: 10px;}

/* Paginación */
.module--boletines > .inner .tab-content .container--pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0;
}

.module--boletines > .inner .tab-content .container--pagination .page-prev,
.module--boletines > .inner .tab-content .container--pagination .page-next {
  width: 44px;
  height: 44px;
  background-color: #0082CA;
  border-radius: 10px;
  display: block;
  padding: 10px;
}

.module--boletines > .inner .tab-content .container--pagination .page-prev svg path,
.module--boletines > .inner .tab-content .container--pagination .page-next svg path {
  fill: white;
}

.module--boletines > .inner .tab-content .container--pagination .pagination {
  display: flex;
  align-items: center;
  list-style: none;
}

.module--boletines > .inner .tab-content .container--pagination .pagination li {
  padding: 0;
  margin: 0;
}

.module--boletines > .inner .tab-content .container--pagination .pagination li + li {
  margin-left: 17px;
}

.module--boletines > .inner .tab-content .container--pagination .pagination li a {
  background-color: rgba(0, 51, 110, 0.15);
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813em;
  font-weight: normal;
  color: #00336E;
  text-decoration: none;
}

.module--boletines > .inner .tab-content .container--pagination .pagination li.current a {
  background-color: #FDCA00;
  width: 40px;
  height: 40px;
  font-size: 1.375em;
  font-weight: bold;
}

/* Responsive */
@media screen and (max-width: 970px) {
  .module--boletines > .inner .tab-content .fx {
    display: block;
  }

  .module--boletines > .inner .tab-content .fx.fx--boletines .card {
    width: 100%;
    min-height: inherit;
    margin-right: 0;
  }

  .module--boletines > .inner .tab-content .fx .card .btn {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 30px;
  }
}