:root {
  --blue: #0b419b;
  --texto: #000;
}
.c-detail__embed {
  overflow: unset !important;
}
.c-detail__top,
.c-detail__data {
  display: none !important;
}
.c-detail--special .c-detail__content {
  background: #fff !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.content-title-h1{
  font-family: "Source-Serif", serif !important;
  font-size: 3.3rem !important;
  line-height: 3.7rem !important;
  font-weight: 650 !important;
  text-align: center !important;
}
.content-title-h2 {
  margin-bottom: 5rem !important;
  font-family: "Source-Serif", serif !important;
  font-size: 2.4rem !important;
  line-height: 2.8rem !important;
  font-weight: 400 !important;
  font-style: italic !important;
  text-align: center !important;
}
.c-paragraph__title {
  font-family: "Source-Serif", serif !important;
  font-size: 2.2rem !important;
  line-height: 2.6rem !important;
  font-weight: 650 !important;
  text-align: left !important;
  text-transform: none !important;
  animation-name: zoom;
  animation-timeline: --block;
  animation-duration: auto;
  view-timeline-name: --block;
  animation-range: entry 0% cover 30%;
}
.c-paragraph {
  font-size: 1.8rem !important;
  line-height: 2.7rem !important;
  font-weight: 400 !important;
  color: var(--texto) !important;
  animation-name: zoom;
  animation-timeline: --block;
  animation-duration: auto;
  view-timeline-name: --block;
  animation-range: entry 0% cover 30%;
}
.c-paragraph b {
  font-weight: 700 !important;
}
.c-paragraph a {
  color: var(--texto) !important;
  text-decoration: underline solid !important;
}
.c-paragraph a:hover {
  color: var(--blue) !important;
}
.composite-richtext {
  max-width: 65rem !important;
  padding: 0 1rem !important;
}
.composite-richtext .column-richtext.special-bgr-no {
  padding: 0 !important;
}
.composite-richtext .column-richtext.special-bgr-no:after {
  background-color: transparent !important;
}
.composite-richtext p {
  font-family: "Source-Serif", serif !important;
  font-size: 1.8rem !important;
  line-height: 2.7rem !important;
  font-weight: 400 !important;
  color: var(--texto) !important;
}
.composite-richtext .column-richtext.cap-big p:first-of-type:first-letter {
  font-size: 9.8rem !important;
  line-height: 7.8rem !important;
  float: left !important;
  color: var(--blue) !important;
}
.c-phrase__blockquote {
  display: flex !important;
  align-items: center !important;
  max-width: 99rem !important;
  margin: 3.5rem auto !important;
  padding: 0 1rem !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 2.4rem !important;
  line-height: 3rem !important;
  font-weight: 700 !important;
  color: var(--texto) !important;
  font-style: normal !important;
  text-align: center !important;
  background: none !important;
}
.dots {
  display: flex;
  justify-content: center;
  margin: 3rem auto 0;
}
.dots img {
  width: .8rem;
  height: 2.4rem;
}
.colaboracion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto 3rem;
}
.colaboracion span {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 300;
  color: var(--texto);
}
.colaboracion img {
  max-width: 24rem;
  height: auto;
}

.imagen-omoda {
  margin: 3rem auto 5rem;
  max-width: 140rem;
}
.imagen-omoda picture {
  margin-bottom: .5rem;
}
.img-txt {
  display: inline-block;
  padding: 0 1.5rem;
}
.img-title {
  margin-right: .5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--texto);
}
.img-credit {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  color: var(--texto);
  text-transform: uppercase;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.swiper-pagination-bullet {
  background: transparent !important;
  opacity: 1 !important;
  border: .1rem solid #fff !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
  border: .1rem solid #fff !important;
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {
  .content-title-h1{
    font-size: 4.2rem !important;
    line-height: 4.2rem !important;
  }
  .content-title-h2 {
    font-size: 3rem !important;
    line-height: 3.2rem !important;
  }
  .c-paragraph__title {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
  .c-paragraph {
    font-size: 1.9rem !important;
    line-height: 2.9rem !important;
  }
  .c-phrase__blockquote {
    font-size: 2.5rem !important;
    line-height: 3.2rem !important;
  }
  .img-txt {
    padding: 0 5rem;
  }
  .img-title {
    font-size: 1.5rem;
  }
  .img-credit {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .content-title-h1{
    font-size: 5.2rem !important;
    line-height: 5.2rem !important;
  }
  .content-title-h2 {
    font-size: 3.4rem !important;
    line-height: 4rem !important;
  }
  .c-paragraph__title {
    font-size: 2.8rem !important;
    line-height: 3.3rem !important;
  }
  .c-paragraph {
    font-size: 1.9rem !important;
    line-height: 2.9rem !important;
  }
  .c-phrase__blockquote {
    font-size: 2.8rem !important;
    line-height: 3.6rem !important;
  }
  .img-title {
    font-size: 1.6rem;
  }
  .img-credit {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1420px) {}