.navbar__left .sections .places {
  border-left: 1px solid var(--color-base-light, #fff);
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  transition: width 0.2s linear;
}
.navbar__left .sections .places .options {
  background-color: #ededed;
  color: var(--color-base-dark, #000);
  line-height: 28px;
  padding: 32px 28px 29px;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.navbar__left .sections .places .options .label {
  font-weight: 400;
  text-transform: none;
}
.navbar__left .sections .places .options ul {
  padding: 0;
}
.navbar__left .sections .places .options li {
  list-style: none;
}
.navbar__left .sections .places .options a:hover {
  color: var(--color-primary, var(--color-milenio, #000));
  text-decoration: none;
}
.navbar__left .sections .places.dropdown-open {
  background-color: #ededed;
  border: 0;
  height: 100%;
}
.navbar__left .sections .places.dropdown-open .options {
  display: block;
}
.navbar__left .sections .places.dropdown-open .selected .toggle-icon {
  fill: var(--color-primary, var(--color-milenio, #000));
  transform: rotate(180deg);
}
.navbar__left .sections .places.dropdown-open .selected .label .section {
  display: none;
}
.navbar__left .sections .places.dropdown-open .selected .label .close {
  display: block;
}
.printed-menu * {
  white-space: normal;
}
.printed-menu img {
  height: 100%;
  width: 100%;
}
.printed-menu__grid {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-areas: "head" "cover" "foot";
  max-width: 375px;
  padding: 22px 16px 27px;
}
.printed-menu__heading {
  grid-area: head;
}
.printed-menu__heading__title {
  display: block;
  font-family: var(--font-source-serif-pro);
  font-size: 24px;
  font-weight: 900;
  line-height: 26px;
}
.printed-menu__heading span {
  font-size: 18px;
  line-height: 26px;
}
.printed-menu__cover {
  cursor: pointer;
  display: flex;
  grid-area: cover;
  justify-content: center;
  position: relative;
}
.printed-menu__cover a {
  display: block;
  height: 438px;
  max-width: 309px;
}
.printed-menu__read {
  align-items: center;
  background-color: #555;
  border-radius: 50px;
  color: var(--color-base-light, #fff);
  display: flex;
  height: 40px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.printed-menu__more-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  grid-area: foot;
  line-height: 24px;
}
.printed-menu__more-info * {
  font-size: 18px;
}
.printed-menu__more-info__title {
  font-weight: 600;
  margin-bottom: 0;
}
.printed-menu__more-info a {
  align-items: center;
  background-color: var(--color-primary, var(--color-milenio, #000));
  border-radius: 50px;
  color: var(--color-base-light, #fff);
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  line-height: 17px;
  white-space: nowrap;
  width: 248px;
}
header#main-header nav.nav-sections.printed-dropdown-open {
  position: relative;
}
header#main-header nav.nav-sections.printed-dropdown-open .printed-toggle {
  background-color: #ededed;
}
header#main-header nav.nav-sections.printed-dropdown-open .printed-toggle-icon {
  transform: rotate(180deg);
}
header#main-header nav.nav-sections.printed-dropdown-open .printed-menu {
  display: flex;
}
.sections-menu .closePianoMenu {
  fill: var(--color-base-light, #fff);
  stroke: var(--color-base-light, #fff);
  stroke-width: 1px;
  display: none;
  position: absolute;
  right: 30px;
  top: 28px;
}
.sections-menu .content {
  fill: #555;
  align-items: center;
  align-self: center;
  color: #555;
  flex-direction: column;
  font-size: 22px;
  height: 100%;
  line-height: 17px;
  width: 100%;
}
.sections-menu .content-top {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 65px;
  justify-content: space-around;
  line-height: 17px;
  width: 100%;
}
.sections-menu .content-top > * {
  align-items: center;
  cursor: pointer;
  display: inherit;
  gap: 14px;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.sections-menu .content-top > .alerts {
  align-self: flex-end;
}
.sections-menu .content-top > .newsletter {
  align-self: flex-start;
}
.sections-menu .content-top > :not(:last-child) {
  border-right: 1px solid #d1d1d1;
}
.sections-menu .menu-search-bar {
  display: flex;
  flex-direction: column;
  height: 84px;
  justify-content: center;
  padding: 0 15px;
  width: 100%;
}
.sections-menu .menu-search-bar form .search-bar {
  align-items: center;
  background-color: var(--color-base-light, #fff);
  display: flex;
  height: 55px;
  padding-right: 10px;
}
.sections-menu .menu-search-bar form .search-bar__icon {
  display: none;
  height: 55px;
  order: 1;
}
.sections-menu .menu-search-bar form .search-bar__input {
  background: none;
  border: 0;
  flex-grow: 1;
  margin-left: 16px;
  order: 2;
  padding: 0;
}
.sections-menu .menu-search-bar form .search-bar__input:focus {
  outline: none;
}
.sections-menu .menu-search-bar form .search-bar__search-btn {
  background-color: #555;
  border: none;
  border-radius: 50px;
  color: var(--color-base-light, #fff);
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  order: 3;
  text-transform: uppercase;
  width: 80px;
}
.sections-menu .menu-search-bar form:valid .search-bar__icon {
  fill: var(--color-primary, var(--color-milenio, #000));
}
.sections-menu .menu-search-bar form:valid .search-bar__input {
  color: var(--color-primary, var(--color-milenio, #000));
}
.sections-menu .menu-search-bar form:valid .search-bar__search-btn {
  background-color: var(--color-primary, var(--color-milenio, #000));
}
.sections-menu .options {
  flex-direction: column;
  width: 100%;
}
.sections-menu .options a:hover {
  color: var(--color-primary, var(--color-milenio, #000));
  text-decoration: none;
}
.sections-menu .options > ul > li .item,
.sections-menu .options > ul > li:not(.father) {
  text-transform: uppercase;
}
.sections-menu .options ul {
  padding-left: 0;
  width: 100%;
}
.sections-menu .options li,
.sections-menu .options ul {
  list-style: none;
}
.sections-menu .options .item {
  flex-grow: 1;
}
header#main-header .social-media {
  border-top: 1px solid #d1d1d1;
  padding: 20px 20px 29px 15px;
}
header#main-header .social-media-header {
  color: var(--color-primary, var(--color-milenio, #000));
  font-size: 20px;
  line-height: 17px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
header#main-header .social-media-links {
  display: flex;
  justify-content: space-around;
}
header#main-header .social-media-links a {
  fill: #888;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 100px;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}
header#main-header .social-media-links a svg {
  scale: 1.5;
}
header#main-header .social-media-links a:hover {
  fill: var(--color-base-light, #fff);
  background-color: var(--color-primary, var(--color-milenio, #000));
}
header#main-header.ham-menu-open {
  height: 100vh;
  position: relative;
}
header#main-header.ham-menu-open .header-wrapper {
  overflow-y: auto;
}
header#main-header.ham-menu-open .sections-menu,
header#main-header.ham-menu-open nav {
  display: flex;
}
header#main-header.ham-menu-open .navbar__left .menu-button .open-menu-icon {
  display: none;
}
header#main-header.ham-menu-open .navbar__left .menu-button .close-menu-icon {
  display: block;
}
header#main-header.ham-menu-open .navbar__left .menu-button .label-sections {
  display: none;
}
header#main-header.ham-menu-open .navbar__left .menu-button .label-close {
  display: initial;
}
header#main-header.ham-menu-open ~ footer,
header#main-header.ham-menu-open ~ main {
  display: none;
}
@media (max-width: 968px) {
  .sections-menu .content .options .item,
  .sections-menu .content .options li {
    min-height: 65px;
  }
  .sections-menu .content .options .item:not(.father),
  .sections-menu .content .options li:not(.father) {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .sections-menu .content .options .item button,
  .sections-menu .content .options li button {
    background: none;
    border: none;
  }
  .sections-menu .content .options li {
    border-top: 1px solid #d1d1d1;
    padding: 0 15px;
    width: auto;
  }
  .sections-menu .content .options li.father .children {
    display: none;
  }
  .sections-menu .content .options li.father.item-open {
    background-color: #e9e9e9;
  }
  .sections-menu .content .options li.father.item-open .toggle-icon {
    transform: rotateX(180deg);
  }
  .sections-menu .content .options li.father.item-open .children {
    display: initial;
  }
  .sections-menu .content .options li.father ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sections-menu .content .options li.father ul li {
    border-top: 1px dotted #555;
    padding: 0;
  }
  header#main-header.scrollable:not(.mini) {
    position: relative;
  }
}
@media (min-width: 425px) {
  header#main-header .social-media-links a {
    height: 64px;
    width: 64px;
  }
  header#main-header .social-media-links a svg {
    scale: 2;
  }
}
@media (min-width: 968px) {
  header#main-header nav.nav-sections {
    font-size: 14px;
    line-height: 17px;
    overflow: initial;
  }
  header#main-header nav.nav-sections ul {
    overflow: auto;
  }
  .nav-sections-links {
    justify-content: space-between;
  }
  .nav-sections-links .printed-toggle {
    font-weight: 400;
  }
  .nav-sections-links .printed-toggle:hover {
    color: var(--color-primary, var(--color-milenio, #000));
  }
  .printed-menu {
    height: 328px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: 505px;
  }
  .printed-menu__grid {
    align-items: start;
    gap: 8px;
    grid-template-areas: "head cover" "foot cover";
    max-width: none;
    padding: 15px 15px 20px 26px;
  }
  .printed-menu__heading {
    grid-area: head;
    width: 258px;
  }
  .printed-menu__heading span {
    font-size: 16px;
    line-height: 28px;
  }
  .printed-menu__heading span:first-child {
    font-size: 26px;
    line-height: 28px;
  }
  .printed-menu__cover a {
    height: 278px;
    width: 196px;
  }
  .printed-menu__read {
    font-size: 12px;
    height: 30px;
    width: 62px;
  }
  .printed-menu__more-info {
    align-items: flex-start;
    align-self: end;
    gap: 7px;
    line-height: 24px;
  }
  .printed-menu__more-info * {
    font-size: 16px;
  }
  .printed-menu__more-info a {
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    width: 199px;
  }
  header#main-header .sections-menu .content {
    padding: 0 55px;
  }
  header#main-header .sections-menu .content-top {
    display: none;
  }
  header#main-header .sections-menu .menu-search-bar {
    height: 133px;
    padding: 0;
  }
  header#main-header .sections-menu .menu-search-bar form .search-bar__icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    width: 55px;
  }
  header#main-header .sections-menu .menu-search-bar form .search-bar__input {
    margin-left: 0;
  }
  header#main-header
    .sections-menu
    .menu-search-bar
    form
    .search-bar__search-btn {
    height: 30px;
    width: 96px;
  }
  header#main-header .sections-menu nav.options > ul {
    color: var(--color-base-dark, #000);
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -moz-column-rule: 1px solid #666;
    column-rule: 1px solid #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }
  header#main-header .sections-menu nav.options > ul .father .item button {
    display: none;
  }
  header#main-header .sections-menu nav.options > ul .father .children {
    color: #666;
    font-size: 17px;
    font-weight: 400;
  }
  header#main-header .sections-menu nav.options > ul .father .children li {
    list-style: disc inside;
  }
  header#main-header .sections-menu nav.options > ul .father .children li span {
    position: relative;
  }
  header#main-header
    .sections-menu
    nav.options
    > ul
    .father
    .children
    li::marker {
    font-size: 10px;
  }
}
@media (min-width: 1440px) {
  .navbar__left .sections .places .options {
    padding-right: 72px;
  }
}
div.camus-news-signature {
  align-items: center;
  display: flex;
  flex-direction: row;
}
div.camus-news-signature div.info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  order: 2;
  overflow: hidden;
}
div.camus-news-signature div.info .title {
  color: #333;
  font-family: var(--font-source-serif-pro);
  font-size: 16px;
  font-weight: 700;
  order: 1;
}
div.camus-news-signature div.info .subtitle {
  color: #878787;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: var(--font-source-serif-pro);
  font-size: 12px;
  font-weight: 600;
  order: 2;
}
div.camus-news-signature div.info .subtitle .location {
  margin-right: 12px;
  z-index: 1;
}
div.camus-news-signature div.info .subtitle .date {
  margin-left: -8px;
  overflow-x: hidden;
}
div.camus-news-signature div.info .subtitle .date:before {
  content: "/";
}
div.camus-news-signature img.thumbnail {
  border-radius: 100px;
  flex-shrink: 1;
  height: 56px;
  order: 1;
}
div.camus-news-signature img.thumbnail ~ div.info {
  margin-left: 6px;
}
.camus-checkbox {
  align-items: center;
  color: #666;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  font-size: 16px;
  height: 40px;
  justify-content: flex-end;
}
.camus-checkbox > * {
  margin: 0;
  padding: 0;
}
.camus-checkbox input {
  height: 20px;
  opacity: 0;
  position: absolute;
  width: 20px;
  z-index: 1;
}
.camus-checkbox input:checked + div {
  background-color: var(--color-primary, var(--color-milenio, #000));
}
.camus-checkbox__checkmark {
  background-color: var(--color-base-light, #fff);
  border: 4px solid var(--color-base-light, #fff);
  height: 20px;
  margin-right: 8px;
  order: 1;
  width: 20px;
}
.camus-paginator {
  fill: #999;
  color: #999;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
  margin: 4px;
  width: 100%;
}
.camus-paginator__urls {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}
.camus-paginator__urls li {
  align-items: center;
  display: inherit;
  height: 35px;
  justify-content: center;
  min-width: 35px;
  padding: 7px 12px;
}
.camus-paginator__urls li a {
  text-decoration: none;
}
.camus-paginator__urls__link,
.camus-paginator__urls__next,
.camus-paginator__urls__previous {
  border: 1px solid #999;
  position: relative;
}
.camus-paginator__urls__link:hover,
.camus-paginator__urls__next:hover,
.camus-paginator__urls__previous:hover {
  border-color: var(--color-primary, var(--color-milenio, #000));
  color: var(--color-primary, var(--color-milenio, #000));
}
.camus-paginator__urls__link .label,
.camus-paginator__urls__next .label,
.camus-paginator__urls__previous .label {
  display: none;
}
.camus-paginator__urls__current {
  background-color: var(--color-primary, var(--color-milenio, #000));
  border: 1px solid var(--color-primary, var(--color-milenio, #000));
  color: var(--color-base-light, #fff);
}
@media (min-width: 968px) {
  .camus-paginator__urls__link .label,
  .camus-paginator__urls__next .label,
  .camus-paginator__urls__previous .label {
    display: initial;
  }
  .camus-paginator__urls__link .icon,
  .camus-paginator__urls__next .icon,
  .camus-paginator__urls__previous .icon {
    display: none;
  }
}
footer#main-footer {
  background-color: var(--color-background, #000);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow-y: hidden;
  z-index: 10;
}
footer#main-footer > * {
  max-width: 100vw;
  width: 100%;
}
footer#main-footer .head {
  background-color: var(--color-milenio, #000);
  display: flex;
  height: 55px;
  justify-content: space-between;
  order: 1;
}
footer#main-footer .head .left {
  display: flex;
  flex-grow: 1;
  height: 44px;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 15px;
  margin-top: 5px;
}
footer#main-footer .head .left .logos > * {
  height: 100%;
  width: auto;
}
footer#main-footer .head .left nav.sections {
  display: none;
}
footer#main-footer .head .right {
  align-items: center;
  border-left: 1px solid var(--color-secondary, #000);
  border-right: 1px solid var(--color-secondary, #000);
  display: flex;
  height: 55px;
  justify-content: center;
  margin-right: 8px;
  width: 55px;
}
footer#main-footer .head .right .to-top {
  background: none;
  border: none;
  height: 55px;
  width: 55px;
}
footer#main-footer .head .right .to-top svg {
  fill: var(--color-secondary, #000);
}
footer#main-footer .content {
  align-items: center;
  color: #888;
  display: flex;
  flex-direction: column;
  font-family: var(--font-source-serif-pro);
  font-size: 12px;
  font-weight: 500;
  order: 2;
  text-transform: uppercase;
}
footer#main-footer
  .content
  > :not(:only-child):not(.eo-free):not(:first-child) {
  border-top: 1px solid #e9e9e9;
  margin-top: 9.5px;
  padding-top: 9.5px;
}
footer#main-footer .content > * {
  align-items: center;
  justify-content: center;
  width: 100%;
}
footer#main-footer .content .rights-reserved {
  line-height: 17px;
  padding: 15px 0 5px;
  text-align: center;
}
footer#main-footer .content .sections {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 42px;
  column-gap: 42px;
  -moz-column-rule: 2px dotted var(--color-accent, #000);
  column-rule: 2px dotted var(--color-accent, #000);
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 41px;
  padding-right: 32px;
  text-decoration: none;
  text-transform: none;
}
footer#main-footer .content .sections .item-sec {
  list-style: none;
  margin-bottom: 8px;
}
footer#main-footer .content .sections .item-sec:before {
  content: "-";
}
footer#main-footer .content .sections .item-sec > a {
  padding: 15px 4px;
}
footer#main-footer .content .sections a:hover {
  text-decoration: none;
}
footer#main-footer .content .external-logos {
  display: flex;
  height: 55px;
  padding-left: 19px;
  padding-right: 15px;
}
footer#main-footer .content .external-logos img {
  height: 35px;
  width: auto;
}
footer#main-footer .content .social-media {
  display: flex;
  flex-direction: column;
  margin: 8px 0 20px;
}
footer#main-footer .content .social-media-header {
  line-height: 13px;
  margin-bottom: 16px;
}
footer#main-footer .content .social-media-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  width: 100%;
}
footer#main-footer .content .social-media-links a {
  align-items: center;
  background-color: #888;
  border-radius: 100px;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}
footer#main-footer .content .social-media-links a svg {
  fill: var(--color-base-light, #fff);
  scale: 1.4;
}
@media screen and (min-width: 1390px) {
  footer#main-footer .content,
  footer#main-footer .head {
    padding-left: calc(50% - 683px);
    padding-right: calc(50% - 683px);
  }
}
@media (min-width: 968px) {
  footer#main-footer .head .left {
    color: var(--color-base-light, #fff);
    font-family: var(--font-source-sans-pro);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-right: 29px;
  }
  footer#main-footer .head .left nav.sections {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: 12px;
    max-width: 70vw;
    white-space: nowrap;
  }
  footer#main-footer .head .left nav.sections ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer#main-footer .head .left nav.sections ul li {
    display: inline;
  }
  footer#main-footer .head .left nav.sections ul li:not(:last-child) {
    padding-right: 12px;
  }
  footer#main-footer .head .left nav.sections ul li * {
    text-decoration: none;
  }
  footer#main-footer .content {
    flex-direction: row;
    height: 55px;
  }
  footer#main-footer
    .content
    > :not(:only-child):not(.eo-free):not(:first-child) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  footer#main-footer .content .rights-reserved {
    font-family: var(--font-source-sans-pro);
    font-size: 14px;
    padding: 0;
  }
  footer#main-footer .content .sections {
    display: none;
  }
  footer#main-footer .content .external-logos {
    height: 39px;
    justify-content: flex-end;
    padding: 0 6px 0 0;
  }
  footer#main-footer .content .social-media {
    border-left: 1px solid var(--color-accent, #000);
    flex-direction: row;
    font-family: var(--font-source-sans-pro);
    font-size: 11px;
    gap: 12px;
    justify-content: flex-end;
    margin: 0;
    max-height: 55px;
    padding-left: 12px;
    padding-right: 9px;
    width: auto;
  }
  footer#main-footer .content .social-media-header {
    font-size: 10px;
    margin: 0;
  }
  footer#main-footer .content .social-media-links {
    flex-wrap: nowrap;
    gap: 11px;
    justify-content: normal;
  }
  footer#main-footer .content .social-media-links a {
    height: 35px;
    width: 35px;
  }
  footer#main-footer .content .social-media-links a svg {
    scale: 1;
  }
}
.front-modal .container-modal.newsletterModal {
  display: table;
  font-family: var(--font-source-sans-pro);
  margin: 4% auto;
  padding: 20px;
  position: relative;
}
.front-modal .container-modal.newsletterModal .wrapper {
  background: #fafafa;
  padding: 20px;
}
.front-modal .container-modal.newsletterModal .wrapper .card {
  height: auto;
  margin-bottom: 10px;
  min-height: 45px;
  overflow: hidden;
  position: relative;
}
.front-modal .container-modal.newsletterModal .close {
  background-color: #fff;
  border-radius: 50%;
  color: #959595;
  font-weight: 400;
  opacity: 1;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.front-modal .container-modal.newsletterModal .headline {
  font-family: var(--font-source-sans-pro);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
.front-modal .container-modal.newsletterModal .card-grid {
  display: flex;
}
.front-modal .container-modal.newsletterModal .checkbox {
  display: inline-block;
  margin: 0 0 0 10px;
  position: relative;
  vertical-align: top;
}
.front-modal .container-modal.newsletterModal .checkbox label {
  padding-left: 0 !important;
}
.front-modal .container-modal.newsletterModal .checkbox label:after {
  clear: both;
  content: "";
  display: table;
}
.front-modal .container-modal.newsletterModal .checkbox .list-info {
  color: #777;
  font-size: 12px;
  line-height: 15px;
  margin-right: 15px;
  padding-right: 40px;
  position: relative;
  width: 235px;
}
.front-modal .container-modal.newsletterModal .checkbox .list-info .message,
.front-modal .container-modal.newsletterModal .checkbox .list-info .title {
  color: #000;
  font-family: var(--font-source-sans-pro);
  font-weight: 600;
}
.front-modal .container-modal.newsletterModal .checkbox .list-info .message,
.front-modal
  .container-modal.newsletterModal
  .checkbox
  .list-info
  .periodicity {
  font-size: 10px;
}
.front-modal
  .container-modal.newsletterModal
  .checkbox
  .list-info
  .periodicity {
  color: #969696;
  font-family: var(--font-source-sans-pro);
  font-weight: 600;
}
.front-modal .container-modal.newsletterModal .checkbox .list-checkbox {
  border-radius: 50%;
  height: 25px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.front-modal
  .container-modal.newsletterModal
  .checkbox
  label
  input[type="checkbox"],
.front-modal
  .container-modal.newsletterModal
  input[type="checkbox"]
  + .list-checkbox
  img.check {
  display: none;
}
.front-modal
  .container-modal.newsletterModal
  input[type="checkbox"]
  + .list-checkbox
  img.uncheck,
.front-modal
  .container-modal.newsletterModal
  input[type="checkbox"]:checked
  + .list-checkbox
  img.check {
  display: inline-block;
}
.front-modal
  .container-modal.newsletterModal
  input[type="checkbox"]:checked
  + .list-checkbox
  img.uncheck {
  display: none;
}
.front-modal .container-modal.newsletterModal .subscribe-list {
  border: 1px solid #888;
  border-radius: 40px;
  color: #888;
  display: flex;
  font-family: var(--font-source-sans-pro);
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  line-height: 17px;
  margin: 15px auto 0;
  width: 160px;
}
.front-modal .container-modal.newsletterModal .subscribe-list.active {
  background-color: var(--color-milenio, #000);
  border: 0;
  color: #fff;
}
.front-modal .container-modal.newsletterModal .modal-message {
  background-color: #dff0d8;
  display: none;
  font-size: 14px;
  margin: 15px 0 0;
  padding: 10px;
  text-align: center;
}
.front-modal .container-modal.newsletterModal .modal-message p {
  margin: 0;
}
@media only screen and (max-width: 719px) {
  .front-modal .container-modal.newsletterModal .wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .front-modal .container-modal.newsletterModal .card-grid {
    display: block;
    height: 61vh;
    overflow: scroll;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .front-modal .container-modal.newsletterModal .checkbox .list-info {
    width: 210px;
  }
}
@media only screen and (max-width: 344px) {
  .front-modal .container-modal.newsletterModal .card-grid {
    height: 56vh;
  }
  .front-modal .container-modal.newsletterModal .checkbox .list-info {
    width: 180px;
  }
}
