:root {
  --blue: #005aa4;
  --light-blue: #b3f1ff;
  --texto: #333;  
}
@font-face {
  font-family: "Caveat";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/turismo-madrid/fonts/caveat-VF.woff2")
    format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/turismo-madrid/fonts/Inter-VF.woff2")
    format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.c-header {
  border-bottom: .1rem solid var(--blue) !important;
}
.c-header__brand__logo {
  filter: invert(1);
}
.c-header__options {
  opacity: 0 !important;
}
.c-header__custom {
  justify-content: flex-end !important;
}
.c-header__custom__text {
  margin: 0 0 .5rem 0 !important;
  font-family: "Inter" !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  text-transform: none !important;
  color: #000 !important;
}
.c-header__nav-btn .hamburger-inner,
.c-header__nav-btn .hamburger-inner:before,
.c-header__nav-btn .hamburger-inner:after {
  background-color: #000 !important;
}
.c-detail--special .c-detail__content {
  margin: 0 auto !important;
  padding: 0 !important;
}
.c-detail__top,
.c-detail__data,
footer {
  display: none !important;
}
.c-detail__embed {
  overflow: visible !important;
}

.composite-richtext p {
  max-width: 99rem !important;
  margin: 0 auto 2rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 2rem !important;
  line-height: 2.8rem !important;
  font-weight: 400 !important;
  color: var(--texto) !important;
}
.composite-richtext p b {
  font-weight: 600 !important;
  color: var(--blue) !important;
}

.c-paragraph {
  font-family: "Inter", sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 2.6rem !important;
  font-weight: 300 !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: 500 !important;
}
.c-paragraph a {
  font-family: "Inter", sans-serif !important;
  font-size: 1.6rem !important;
  color: var(--text) !important;
  text-decoration: underline !important;
  position: relative;
  transition: all .35s;
  z-index: 2;
}
.c-paragraph a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--light-blue);
  transition: all .35s;
  opacity: .5;
}
.c-paragraph a:hover:after{
  width: 100%;
}

.c-paragraph a i {
  position: relative;
  font-style: normal;
  z-index: 2;
}
.content-title-h2 {
  margin-top: 5rem !important;
  padding: 1rem 2rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 2rem !important;
  line-height: 2.2rem !important;
  font-weight: 600 !important;
  color: var(--blue) !important;
  background-color: var(--light-blue);
  text-align: center !important;
}
.c-phrase__blockquote {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1rem !important;
  margin: 3.5rem auto !important;
  padding: 0 3rem !important;
  max-width: 70rem !important;
  font-family: "Caveat", serif !important;
  font-size: 3rem !important;
  line-height: 2.8rem !important;
  font-weight: 400 !important;
  color: var(--blue) !important;
  text-align: center !important;
  background: none !important;
}
.c-phrase__blockquote:before {
  content: "" !important;
  width: 20rem !important;
  height: 2.5rem !important;
  background: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/turismo-madrid/img/linea-azul.svg")
    no-repeat center center !important;
  background-size: 25rem !important;
}

@keyframes zoom {
  0% {
    scale: 5;
    opacity: 0;
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    scale: 1;
    transform: translateY(0);
  }
}
@keyframes down {
  from {
    transform: translateY(-200px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes right {
  from {
    transform: translateX(-200px);
  }

  to {
    transform: translateX(0);
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.apertura-madrid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 60vh;
  padding: 5vw 2rem 0;
  margin-bottom: 2rem;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/turismo-madrid/img/turismo-madrid-1_apertura_mobile.jpg)
    no-repeat bottom left;
  background-size: cover;
}
.titulares {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 70vw;
  max-width: 70vw;
  text-align: center;
}
.title-madrid {
  margin: 0 0 1rem;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 700;
  /* text-transform: uppercase; */
  text-shadow: 0 0 1.5rem #000;
  animation: down 1.5s both ease;
}
.subtitle-madrid {
  font-family: "Caveat";
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-style: italic;
  text-shadow: 0 0 1.5rem #000;
  animation: right 1.5s both ease;
}
.imagen-madrid picture {
  margin-bottom: .5rem;
  animation-name: opacity;
  animation-timeline: --block;
  animation-duration: auto;
  view-timeline-name: --block;
  animation-range: entry 0% cover 60%;
}
.imagen-madrid .img-txt {
  padding: 0 1rem;
}
.imagen-madrid .img-title {
  display: inline;
  margin-right: .5rem;
  font-family: "Caveat";
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--blue);
}
.imagen-madrid .img-credit {
  font-family: "Inter";
  font-size: .8rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--texto);
  text-transform: uppercase;
}


.pie {
  width: 100%;
  color: var(--texto);
  background-color: #fff;
  margin: 0 auto -5rem;
  padding: 5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pie h2 {
  margin: 2rem 0;
  text-align: center;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 800;
  color: var(--texto);
  font-family: "Inter", sans-serif;
}
.pie p {
  width: 80%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-family: "Open-sans", sans-serif;
}
.pie p strong {
  font-family: "Open-sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.pie img {
  width: 23rem !important;
  margin-top: 2rem;
  filter: invert(1);
}




@media only screen and (min-width: 768px) {
  .c-header__custom__text {
    margin: 0 .5rem 0 0 !important;
  }
  .composite-richtext p {
    font-size: 2.2rem !important;
    line-height: 3.1rem !important;
  }
  .c-paragraph,
  .c-paragraph a,
  .c-paragraph b {
    font-size: 1.8rem !important;
    line-height: 3rem !important;
  }
  .content-title-h2 {
    margin-top: 8rem !important;
    font-size: 2.4rem !important;
    line-height: 2.6rem !important;
  }
  .c-phrase__blockquote {
    font-size: 4rem !important;
    line-height: 1 !important;
  }  
  .apertura-madrid {
    max-width: 100%;
    height: 60vh;
    background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/turismo-madrid/img/turismo-madrid-1_apertura_desktop.jpg)
      no-repeat center bottom;
    background-size: cover;
  }
  .titulares {
    width: 70vw;
    max-width: 70vw;
  }
  .title-madrid {
    font-size: 3.6rem;
    line-height: 1.2;
  }
  .subtitle-madrid {
    font-size: 5rem;
    line-height: 1.2;
  }
  .imagen-madrid .img-txt {
    padding: 0 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .composite-richtext p {
    font-size: 2.4rem !important;
    line-height: 3.6rem !important;
  }
  .c-phrase__blockquote:before {
    width: 35rem !important;
    height: 3.5rem !important;
    background-size: 35rem !important;
  }
  .apertura-madrid {
    height: 70vh;
  }
  .titulares {
    width: 60vw;
    max-width: 60vw;
  }
  .title-madrid {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .subtitle-madrid {
    font-size: 5.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .apertura-madrid {
    height: 75vh;
  }
  .titulares {
    width: 60vw;
    max-width: 60vw;
  }
  .title-madrid {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .subtitle-madrid {
    font-size: 6rem;
  }
}

@media only screen and (min-width: 1420px) {
  .apertura-madrid {
    height: 95vh;
    padding: 2.5vw 2rem 0;
  }
  .titulares {
    width: 50vw;
    max-width: 50vw;
  }
  .title-madrid {
    font-size: 4.6rem;
    line-height: 5rem;
  }
  .subtitle-madrid {
    font-size: 6rem;
  }
}