/*
  NORMALIZADOS
  */

  * {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }

  *:before, *:after {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }

  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
      display: block;
  }

  audio, canvas, video {
      display: inline-block;
  }

  html {
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  }

  body {
      margin: 0;
      padding: 0;
      text-align: center;
      font-family: 'Benton Sans', sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #FFFCF4;
      font-size: 16px;
      overflow-x: hidden;
  }

  a {
      text-decoration: none;
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }

  a:hover, a:focus, a:active {
      text-decoration: none;
      outline: none;
  }

  b, strong {
      font-weight: bold;
  }

  code, kbd, pre, samp {
      font-family: monospace, serif;
      font-size: 1em;
  }

  pre {
      white-space: pre;
      white-space: pre-wrap;
      word-wrap: break-word;
  }

  small {
      font-size: 80%;
  }

  img {
      border: 0;
      display: inline-block;
      max-width: 100%;
      height: auto;
  }

  figure {
      margin: 0;
  }

  ul, ol {
      padding: 0;
      margin: 0;
  }

  ul, li {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 0;
      margin-top: 0;
  }

  ol li {
      list-style-type: decimal;
  }

  p {
      line-height: 1em;
      margin-bottom: 0;
      margin-top: 0;
  }

  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
      margin-top: 0;
      margin-bottom: 0;
  }

  blockquote {
      margin: 0;
      padding: 0;
  }

  * {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }

/*
  FUENTES
  */

  @font-face {
      font-family: 'Droid Serif';
      src: url('//verne.elpais.com/fonts/droid_serif/droidserif-bold-webfont.eot');
      src: url('//verne.elpais.com/fonts/droid_serif/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
      url('//verne.elpais.com/fonts/droid_serif/droidserif-bold-webfont.woff') format('woff'),
      url('//verne.elpais.com/fonts/droid_serif/droidserif-bold-webfont.svg#droid_serifbold') format('svg');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
  }

    @font-face {
      font-family: 'Amatic SC';
      src: url('//verne.elpais.com/especial/san-valentin/fuente/AmaticSC-Regular.eot?#iefix') format('//verne.elpais.com/especial/san-valentin/fuente/embedded-opentype'),  url('//verne.elpais.com/especial/san-valentin/fuente/AmaticSC-Regular.woff') format('woff'), url('//verne.elpais.com/especial/san-valentin/fuente/AmaticSC-Regular.ttf')  format('truetype'), url('//verne.elpais.com/especial/san-valentin/fuente/AmaticSC-Regular.svg#AmaticSC-Regular') format('svg');
      font-weight: normal;
      font-style: normal;
    }

  @font-face {
      font-family: 'Benton Sans';
      src: url('//verne.elpais.com/fonts/v2.x/v2.0/benton/bentonsans-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Iconos Pais';
      src: url('//verne.elpais.com/iconos/v1.x/v1.0/iconos-pais.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

/*
  MOVIL
  */

  .cabecera {
      background-color: #03b282;
      padding: 0.625rem;
      text-align: center;
      height: 55px;
  }

.cabecera_contenedor {

}

.logo {
  float: left;
}

.logo a {
    background: url('https://verne.elpais.com/verne/iconos/v1.x/v1.0/logos/verne.svg') no-repeat scroll center;
    background-size: contain;
    display: inline-block;
    text-align: left;
    text-indent: -6666rem;
    overflow: hidden;
    width: 6.5625rem;
    height: 2rem;
}

.compartir {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.compartir li {

}

.compartir li a {
    display: block;
    width: 2rem;
    height: auto;
    text-indent: -6666rem;
    font-size: 2rem;
    line-height: 2rem;
    height: 2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.compartir li a:before {
    text-indent: 0;
    color: white;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: inherit;
    line-height: 1;
    font-family: 'Iconos Pais';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.compartir li a.facebook:before {
  content: "\e902";
}

.compartir li a.twitter:before {
  content: "\e90a";
}

.compartir li a.whatsapp:before {
  content: "\e90b";
}



.relacionadas {
  width: calc(100% - 2.5rem);
  max-width: 39.375rem;
  margin: 0 auto 3rem;
}

.relacionadas ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.relacionadas li {
  width: calc(50% - 1.25rem);    
}

.relacionadas a {
  display: block;
  background: #03B282;
  color: white;
  width: 100%;
  height: 22rem;
  padding: 10%;
  font-family: 'Droid Serif',serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: opacity 0.5s;
  opacity: 1;
}

.relacionadas a:hover {
  opacity: 0.8;
}

.relacionadas a:before {
  content: '';
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  bottom: 2.625rem;
  left: 50%;
  transform: translateX(-50%);
  background: url('https://verne.elpais.com//verne/iconos/v1.x/v1.0/varios/iconos.png') -0.0625rem -47.0625rem no-repeat white;
  border-radius: 100%;
  pointer-events: none;
}

.vineta_compartir {
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
    text-align: center;
}

.vineta_facebook,
.vineta_twitter,
.vineta_whatsapp {
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('https://verne.elpais.com/especial/ansiedad/img/facebook.png');
    text-indent: -6666rem;
    overflow: hidden; 
}

.vineta_twitter {
    background-image: url('https://verne.elpais.com/especial/ansiedad/img/twitter.png');
}

.vineta_whatsapp {
    background-image: url('https://verne.elpais.com/especial/ansiedad/img/whatsapp.png');
}

.contenido {
    position: relative;
}

.title {
    font-family: 'Amatic SC', cursive;
    font-size: 95px;
    position: relative;
    line-height: 5rem;
    margin-top: 6rem;
    font-weight: 500;
}

.container {
    display: flex;
    flex-direction: row;
}
.contenido img {
    position: fixed;
    width: 35%;
    z-index: -1;
}

div#portada {
    height: 55vh;
}

div#portada .second {
    background-image: url();
    background-repeat: no-repeat;
}

.item {
    font-size: 95px;
}
.first{
    width: 60%;
}

.red {
    color: #E02020;
}

.black {
    color: #000;
}

.container .red {
    font-size: 150px;
}

.container .first .black {
      font-size: 64px;
    line-height: 2rem;
    letter-spacing: 1.9rem;
}

span.medio-titulo{
    position: absolute;
    font-size: 150px;
    transform: translateX(-2%);
    left: 10%;
    line-height: 9rem;
    font-weight: 500;
    letter-spacing: 5px;
}

article {
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.vertical{
    font-size: 150px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.introduction {
      margin: 5rem;
      display: flex;
      flex-direction: column;
}



.introduction .first{
    width: 70%;
}


.cuadro_texto {
    background-color: #fff;
    font-size: 16px;
    border: solid 5px #000;
    margin: 2.5rem 1rem;
    padding: 1.5rem;
    line-height: 1.7rem;
    text-align: left;
}

.second {
   /*  background-image: url(//verne.elpais.com/especial/san-valentin/img/sombra-img.svg);
    background-repeat: no-repeat;
    background-size: 98% 99% , cover;
    background-position: -1px -132px; */
}

.uno .second {
    width: 40%;
    margin: 1rem 0rem 0rem 6.7rem;
}

.uno .first {
    width: 55%;
}

.uno .second img {
    width: 100%;
    background-position: left center;
    border: 5px solid #000;
   box-shadow:
      -1px 1px #000,
      -2px 2px #000,
      -3px 3px #000,
      -4px 4px #000,
      -5px 5px #000,
      -6px 6px #000,
      -7px 7px #000,
      -8px 8px #000,
      -9px 9px #000,
      -10px 10px #000;
}

article#ocho {
    margin-top: 20%;
}

#ocho img {
    width: 100%;
}

.titulo{
    font-family: 'Amatic SC', cursive;
    font-size: 117px;
    text-align: right;
    position: relative;
    margin-bottom: 2rem;
    padding-right: 15%;
}

.titulo__img{
    background-image: url(//verne.elpais.com/especial/san-valentin/img/linea1-e.svg);
    background-size: 46%;
    width: 50%;
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -18px;
    z-index: 1;
    right: -36px;
    height: 58px;
}

.acordeon p {
    font-size: 16px;
    margin: 1rem 1.5rem 1.5rem 2rem;
    text-align: left;
    line-height: 1.7rem;
}
.acordeon p:last-child{
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
}

.square {
    background-color: #fff;
    border: 5px solid #000;
    transform: translateX(-6%);
    width: 88%;
    margin-top: 6%;
    padding-bottom: 1.5rem;
}

.ocultar {
    display: none;
}

.autor{
    text-align: left;
    font-size: 25px;
    margin: 2rem 0rem 0rem 2rem;
    font-style: italic;
}

.btn {
    font-family: 'Amatic SC', cursive;
    font-size: 50px;
    border: 5px solid #000;
    transform: translate( 4rem, -1.5rem);
    position: absolute;
    background-color: #fff;
    padding: 0.2rem 2rem;
    box-shadow:
      -1px 1px #000,
      -2px 2px #000,
      -3px 3px #000,
      -4px 4px #000,
      -5px 5px #000,
      -6px 6px #000,
      -7px 7px #000,
      -8px 8px #000,
      -9px 9px #000,
      -10px 10px #000;
}
.animate {
    display: inline-block;
}

.cita {
    width: 95%;
    margin: 15% 0px 10% 0%;
    padding: 1.5rem;
    font-family: 'Amatic SC', cursive;
    background-color: #FCCFCF;
    font-size: 30px;
    border: 5px solid #000;
    letter-spacing: 1px;
    transform: translateX(-50%);
    text-align: left;
    box-shadow: -1px 1px #000, -2px 2px #000, -3px 3px #000, -4px 4px #000, -5px 5px #000, -6px 6px #000, -7px 7px #000, -8px 8px #000, -9px 9px #000, -10px 10px #000;
}

.cita p:last-child {
    font-size: 15px;
    font-family: 'Benton Sans', sans-serif;
    text-align: right;
    margin: 0rem;
    font-weight: bold;
    font-style: italic;
    margin-top: 15px;
}

.dos .second {
    width: 40%;
    margin: 1rem;
}

.dos .first {
    width: 52%;
}

.dos .second img {
    width: 100%;
    background-position: left center;
    border: 5px solid #000;
    box-shadow:
      -1px 1px #000,
      -2px 2px #000,
      -3px 3px #000,
      -4px 4px #000,
      -5px 5px #000,
      -6px 6px #000,
      -7px 7px #000,
      -8px 8px #000,
      -9px 9px #000,
      -10px 10px #000;
}

#uno .square{
    margin-top: 0%;
}

.dos .square {
    transform: translateX(20%);
}

#dos .square {
    transform: translateX(20%);
    margin-top: 3%;
}
.dos .btn {
    transform: translate( -15rem, -1.5rem);
    box-shadow:
      -1px 1px #000,
      -2px 2px #000,
      -3px 3px #000,
      -4px 4px #000,
      -5px 5px #000,
      -6px 6px #000,
      -7px 7px #000,
      -8px 8px #000,
      -9px 9px #000,
      -10px 10px #000;
}

.dos .cita {
    transform: translateX(50%);
    margin-top: 9rem;
}

.dos .titulo {
    margin-bottom: 2rem;
    padding-left: 18%;
    text-align: left;
    padding-right: 0;
}

.dos .titulo__img {
    background-image: url(//verne.elpais.com/especial/san-valentin/img/linea2.svg);
    clear: both;
    width: 30%;
    height: 50px;
    left: -9%;
    bottom: 0%;
    top: 88%;
    background-size: 100%;
}

#cuatro .square{
     margin-top: 20%;
}

#cuatro .titulo__img {
    top: 75%;
}

#cinco .titulo__img {
    right: 5px;
}
article#cinco {
    margin-top: 20%;
}

#siete .square{
     margin-top: 20%;
}

@keyframes move {
  from {
     transform: translate(0em, 1em);
  }
  to {
     transform: translate(0em,0em);
  }
}


.creditos {
    width: calc(100% - 2.5rem);
    max-width: 39.375rem;
    margin: 0 auto 4rem;
    margin-bottom: 50px;
        font-family: 'Benton Sans', sans-serif;
}

.creditos p {
    line-height: 130%;
    margin-bottom: 3rem;
}
.creditos li{
  margin: 10px 0px;
  display: block;
}

.creditos li, .creditos p {
        font-family: 'Benton Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 120%;
    margin-bottom: 0.375rem;
    margin: 10px;
}

.creditos li a {
    color: black;
    
}

img.mobile {
    height: 80px;
}


#uno span.titulo__img {
        right: -29px;
    top: -5px;
}

#dos span.titulo__img {
    left: -61px;
}

#cuatro .titulo__img {
    top: 80%;
    left: -61px;
}


#seis span.titulo__img {
    left: -64px;
}

#siete span.titulo__img {
    right: -40px;
    top: -13px;
}

#ocho span.titulo__img {
    left: -64px;
}

.vineta_compartir {
position: absolute;
    left: 32%;
    transform: translateX(-50%);
    display: table;
    top: 38px;
    text-align: center;
    width: 220px;
}

.vineta_facebook, .vineta_twitter, .vineta_whatsapp {
    width: 3rem;
    height: 2rem;
}


@media screen and (max-width: 1200px) {
    .titulo {
        font-size: 85px;
    }
    span.medio-titulo {
        font-size: 100px;
    }
    .container .red {
        font-size: 115px;
    }
    .container .first .black {
        font-size: 50px;
        letter-spacing: 1rem;
    }
    div#portada {
        height: 60vh;
    }
    .introduction {
        margin: 1rem;
    }
    .square {
        width: 100%;
        padding-bottom: 2rem;
    }

    .acordeon p {
        font-size: 14px;
        margin: 1rem 0.5rem 0.5rem 1rem;
    }

    .btn {
        transform: translate( 0rem, -1.5rem);
        font-size: 25px;
    }
    .cita {
        width: 100%;
        transform: translateX(-45%);
    }
    .dos .cita {
        transform: inherit;
        margin-top: inherit;
        margin-top: 50px;
    }
    .dos .btn {
        font-size: 25px;
        box-shadow: -1px 1px #000, -2px 2px #000, -3px 3px #000;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .dos .square {
        transform: translateX(10%);
    }
    #dos .square {
        transform: translateX(10%);
    }
    .titulo__img {
      top: -10px;
      right: 1px;
      height: 58px;
    }
    article#ocho {
        margin-top: 15%;
    }

    article#cinco {
        margin-top: 15%;
    }

}

@media screen and (max-width: 900px) {

  .first {
      width: 60%;
  }
  .uno .second {
      width: 40%;
      margin: 1rem 0rem 0rem 2.7rem;
  }

  .container .red, span.medio-titulo {
      font-size: 70px;
  }
  .container .first .black {
      font-size: 40px;
      letter-spacing: 0.5rem;
  }
  div#portada {
      margin-bottom: 6rem;
      height: inherit;
  }
  .introduction .first {
      width: 100%;
  }
  .dos .titulo__img {
    background-image: url(//verne.elpais.com/especial/san-valentin/img/linea2-e.svg);
    clear: both;
    width: 30%;
    height: 50px;
    left: -11%;
    top: 85%;
  }
}

@media screen and (max-width: 700px) {

  .container {
    display: block;
    flex-direction: inherit;
  }

    .titulo__img {
       display: none;
    }

    .first {
          width: 90%;
      margin: 0px auto;
    }

  
  .dos .first {
    width: 100%;
  }

  .dos .titulo {
    margin-bottom: 30px;
    padding-left: 0%;
    padding-right: 0;
  }

  #dos .square {
    transform: inherit;
    margin: 0px;
    width: 100%;
  }

   .titulo, .title  {
        font-size: 60px;
        line-height: 3rem;
    }
    .title  {
      margin-top: 10px;
    }
   .container .red, span.medio-titulo {
        font-size: 65px;
        line-height: 4rem;
        position: relative;
        text-align: center;
        left: auto;
    }

    span.medio-titulo {
      font-size: 50px;
    }

    .contenido img {
        position: relative;
        width: 39%;
        z-index: 0;
      }
    
    .container {
      width: 90%;
      margin: 0px auto;
    }
    article {
        margin-top: 0px;
        margin-bottom: 1rem;
    }
    .uno .second {
        width: 100%;
        margin: 0px auto;
        margin-top: 25px;
    }
    .uno .first {
        width: 100%;
        margin: 0px auto;
    }

    #uno .square {
        margin-top: 0px;
        transform: inherit;
        padding-bottom: 0px;
        width: 100%;
    }
    .square {
        width: 100%;
    transform: inherit;
    }
    .cita {
      width: 100%;
      transform: inherit;
      box-shadow: -1px 1px #000, -2px 2px #000, -3px 3px #000;
      margin: 0px;
      margin-top: 50px;
    }
    .titulo {
        font-size: 60px;
        text-align: left;
        margin-left: 0%;
        padding: 0px;
        margin-top: 70px;
    }

    div#portada {
      margin-bottom: 0rem;
    }

    div#portada .second {
      margin-top: 30px;
    }

    .introduction {
      margin: inherit;
      display: block;
      flex-direction: inherit;
    }

    .autor {
      margin-left: 1rem;
      margin-bottom: 1rem;
    }

    .cuadro_texto {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .uno .second img {
        box-shadow: -1px 1px #000, -2px 2px #000, -3px 3px #000;
    }

    .acordeon p {
      font-size: 16px;
      margin: 0px;
      padding: 0px 1.5rem;
      padding-bottom: 1.5rem;
    }

    .acordeon p:last-child {
      margin-bottom: 20px;
    }

    .btn {
        font-size: 25px;
        box-shadow: -1px 1px #000, -2px 2px #000, -3px 3px #000;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }


    .dos .second {
    width: 100%;
    margin-top: 25px!important;
    margin: 0px;
  }


  .dos .second img {
    box-shadow: -1px 1px #000, -2px 2px #000, -3px 3px #000;
  }

  .dos .square {
    transform: inherit;
}

#cuatro .square {
    margin-top: 0px;
}

.margenMobile{
  margin-top: 80px;
}

#siete .square {
     margin-top:0%; 
}

.creditos {
    margin-top: 50px;
}

.vineta_compartir {
   
    left: 10%;
    top: 45%;
    width: 80px;
}

}

