@font-face {
  font-family: 'Benton Sans';
  src: url('/fonts/v2.x/v2.0/benton/bentonsans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Benton Sans';
  src: url('/fonts/v2.x/v2.0/benton/bentonsans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Abril Fatface';
  src: url('/fonts/especiales/abril_fatface/abrilfatface-regular-webfont.woff2') format('woff2'),
       url('/fonts/especiales/abril_fatface/abrilfatface-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  background: url('../img/fondo.jpg') no-repeat center #DD002F;
  background-size: cover;
  font-family: 'Benton Sans';
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  text-align: center;
  min-height: 100vh;
}

.contenedor {
  width: 100%;
  max-width: 87rem;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  animation: mostrarTodo .1s forwards;
  animation-delay: .1s;
  box-sizing: border-box;
}


@keyframes mostrarTodo {
  100% {
    opacity: 1;
  }
}

.header {
  margin-bottom: 2rem;
}

h2 {
  font-family: 'Abril Fatface';
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: 1.85rem;
  line-height: 120%;
}

h2 strong {
  display: block;
  font-weight: normal;
}

.logo {
  display: block;
  margin-bottom: .5rem;
}

.logo a {
	background: url('/verne/iconos/v1.x/v1.0/logos/verne.svg') no-repeat scroll center;
  background-size: contain;
	display: inline-block;
  text-align: left;
	text-indent: -9999px;
  overflow: hidden;
	width: 9rem;
	height: 2rem;
}

p {
  font-size: 18px;
	line-height: 120%;
	color: white;
	text-align: center;
  margin-bottom: 20px;
}

.compartir {
  display: block;
  margin-bottom: 1rem;
}

.compartir li {
  display: inline-block;
}

.compartir li a {
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0;
  transition: opacity .3s;
  background-size: auto 1rem;
  background-position: center;
  background-repeat: no-repeat;
}

.compartir li a.facebook {
  background-image: url('../img/facebook.svg');
}

.compartir li a.twitter {
  background-image: url('../img/twitter.svg');
}

.compartir li a.whatsapp {
  background-image: url('../img/whatsapp.svg');
}

.acciones {
  color: white;
  text-align: center;
}

.acciones strong {
  display: block;
  color: white;
  font-size: 0.875rem;
  line-height: 120%;
  font-weight: 200;
  font-family: 'Benton Sans';
  text-align: center;
}

.boton {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: opacity .3s;
  background: url('../img/boton-verde.png') no-repeat center;
  background-size: contain;
  width: 10rem;
  height: 10.25rem;
  text-align: left;
  text-indent: -999rem;
  margin-bottom: 1rem;
}

.boton:hover {
  opacity: 1;
}

.boton:active {
  background-image: url('../img/boton-verde-pulsado.png');
}

.frases {
  background: white;
  padding: 1rem;
  color: #e01237;
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 120%;
  position: relative;
  margin: 0 2rem 1rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.frases:before {
  content: '';
  border-bottom: 1rem solid white;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  margin: 0 auto;
  position: absolute;
  top: -1rem;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


p.nota a {
  color: white;
  font-weight: bold;
}


@media screen and (min-width:48rem){

  .contenedor {
    padding-top: 5rem;
  }

  .header {
    margin-bottom: 5rem;
  }

  .logo {
    margin-bottom: 1.25rem;
  }

  .compartir {
    margin-bottom: 3rem;
  }

  h2 {
    font-size: 5.625rem;
    line-height: 100%;
  }

  .frases {
    font-size: 2rem;
    line-height: 120%;
    padding: 2.25rem 1rem;
    margin-bottom: 2rem;
  }

  .boton {
    width: 15.375rem;
    height: 15.75rem;
    margin-bottom: 3.125rem;
  }
  
}
