@font-face {
  font-family: 'Lato';
  src: url('/fonts/v1.x/v1.0/lato/lato-regular-webfont.eot');
  src: url('/fonts/v1.x/v1.0/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/v1.x/v1.0/lato/lato-regular-webfont.woff') format('woff'),
       url('/fonts/v1.x/v1.0/lato/lato-regular-webfont.ttf') format('truetype'),
       url('/fonts/v1.x/v1.0/lato/lato-regular-webfont.svg#latoregular-') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
	background: url('/especial/frases-si-tienes-que-trabajar-en-agosto/images/fondo.jpg') no-repeat center top #03b282;
  background-size: cover;
  height: 100%;
}

.contenido {
  width: 380px;
	height: 680px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -190px;
}

.frases {
	text-align: center;
  font-family: 'Lato';
  font-weight: normal;
  line-height: 1.3em;
	font-size: 20px;
	color: #FFF;
  padding-bottom: 40px;
	background: url('/especial/frases-si-tienes-que-trabajar-en-agosto/images/globo.png') no-repeat bottom center;
}

.logo {
	clear: both;
	margin: 0 auto 15px;
	text-align: center
}

.logo a {
	background: rgba(0,0,0,0) url(/verne/iconos/v1.x/v1.0/logos/verne.svg) no-repeat scroll center center / 208px 42px;
	color: #fff;
	display: inline-block;
	height: 44px;
	text-indent: -9999px;
	width: 214px;
}

.boton {
	margin: 0 auto;
  text-align: center;
}

.boton img {
  margin: 0 auto;
}

.boton .image {
  display: block;
  width: 246px;
  height: 252px;
  background: url('/especial/frases-si-tienes-que-trabajar-en-agosto/images/boton_verne_off_hover.png') no-repeat bottom center;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
}

.boton .image:active,
.boton .image:focus,
.boton .image:hover {
  opacity: 1;
}

.boton .image:active,
.boton .image:focus {
  background: url('/especial/frases-si-tienes-que-trabajar-en-agosto/images/boton_verne_hover.png') no-repeat bottom center;
}

@keyframes dancing {
  0% { top: -30px; }
  50% { top: -40px; }
  100% { top: -30px; }
}

.boton strong {
  display: block;
	text-align: center;
  font-family: 'Lato';
  font-weight: normal;
  line-height: 1.3em;
	font-size: 17px;
	color: #FFF;
  position: relative;
  margin-top: 30px;
}

.boton strong:before {
  content: '';
  border-bottom: 18px solid white;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  animation: dancing 2s infinite;
  margin-left: -18px;
}

h1 {
  line-height: 1.3em;
	font-size: 30px;
	color: #FFF;
	text-align: center;
  margin-bottom: 50px;
}
.siguenos_en_ {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.siguenos_en_ li {
  display: inline-block;
  margin: 0 2px;
}

.siguenos_en_ li a {
  background-color: #fff;
  background-image: url("/verne/iconos/v1.x/v1.0/varios/iconos.svg");
  background-repeat: no-repeat;
  border-radius: 100%;
  display: block;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  width: 30px;
}

.siguenos_en_ .facebook a {
  background-position: center -315px;
}

.siguenos_en_ .twitter a {
  background-position: center -264px;
}
.siguenos_en_ .whatsapp a {
  background-image: url("/especial/frases-si-tienes-que-trabajar-en-agosto/images/whatsapp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
}


@media (max-width:999px){
  .contenido {
  	top: 15%;
  }
}

@media (max-width:599px){
  body {
    background-size: initial;
  }
  .contenido {
    width: 90%;
    left: auto;
    top: auto;
    position: relative;
    margin: 30px auto;
  }
}

@media (max-width:360px){
  .logo a {
  	background-size: 180px auto;
  	width: 180px;
  }
  h1 {
    line-height: 1.2em;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .frases {
    font-size: 18px;
  }
}