
.container{
    display: block;
    height: 100vh;
    margin-bottom: 77px;
}
.alertas,
.principal:not(.principal--fijo) .elpais-menu,
.principal:not(.principal--fijo) .cabecera,
.principal:not(.principal--fijo) .cabecera .elpais {
  display: none;
}


  .articulo__interior {
    padding-top: 100vh;
    max-width: 100%;
  }

  .apertura {
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 25px;
    width: calc(100% + 1.25rem);
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  } 


.apertura .elpais-logo a {
    z-index: 9999!important;
    position: absolute!important;
}

.apertura_nota {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.apertura_cabecera {
  position: relative;
  z-index: 1;
}

.apertura_titulo {
  color: white;
  font-family: 'Majerit';
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  line-height: 110%;
  letter-spacing: -0.1rem;
  display: inline-block;
}

.apertura_titulo:before {
  content: '';
  width: 50%;
  height: 0.0625rem;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  margin: 1rem 0 0.875rem;
}

.apertura_subtitulo {
  color: white;
  font-family: 'MarcinAntB', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  display: block;
}

.apertura_subtitulo strong {
  display: block;
}

.apertura .elpais-logo {
  float: none;
  display: block;
  margin-left: 0;
  text-align: left;
}

.apertura .elpais-logo a span {
  background: url('https://ep01.epimg.net/iconos/v2.x/v2.0/logos/el_pais_blanco.svg') no-repeat 0 center;
  background-size: contain;
  width: 6rem;
  height: 1.75rem;
}


#articulo-titulo {
  /* display: none; */
}

.book {
    background-image: linear-gradient(192deg, #0b66c182 0%, #0a4580c4 63%), url("/estaticos/2019/07/diplomado-periodistas/img/banner-nota.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
}

.book2 {
    background-image: linear-gradient(192deg, #0b66c182 0%, #0a4580c4 63%), url("/estaticos/2019/07/diplomado-periodistas/img/banner-nota2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
}

.premio {
    max-width: 330px;
    min-width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
}

.diplomado img{
  margin-top: 25%;
}

.logo-pratrocinio{
    width: 7rem;
    height: 2rem;
    margin: 1rem;
    margin-left: 3rem;
}

.ligth{
  font-weight: 100;
  line-height: inherit;
}


@media screen and (min-width: 22.5625rem){ /* 361PX */
  .apertura {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}

@media screen and (min-width: 48rem){ /* 768PX */
  .apertura {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 64rem){ /* 1024PX */
  .apertura .elpais-logo a span {
    width: 7.8125rem;
    height: 1.8125rem;
  }

  .premio {
    max-width: 330px;
    min-width: 250px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
  }


  .book {
    background-image:url(/estaticos/2019/07/diplomado-periodistas/img/banner-nota.jpg);
    background-size: cover;
    background-position: center right -170px;
    background-repeat: no-repeat;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
  }

  .book2 {
    background-image:url(/estaticos/2019/07/diplomado-periodistas/img/banner-nota2.jpg);
    background-size: cover;
    background-position: center right -170px;
    background-repeat: no-repeat;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
  }

  .bg-white:before {
    background: linear-gradient(192deg, #0B66C1 0%, #0A4580 63%);
    display: block;
    content: '';
    transform: skewX(11deg);
    background-color: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 690px;
    left: -20vw;
    z-index: -1;
  }

  .articulo__interior {
    padding-top: 85vh;
    max-width: 100%;
  }

  .apertura {
    height: 85vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 25px;
    width: calc(100% + 1.25rem);
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  } 


}

