/* Christmas css 2016 
   colectivosvip 2016
*/
 @import url('https://fonts.googleapis.com/css?family=Grand+Hotel&subset=latin-ext');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* SNOW */

#snow{
	background: none;
	background-image: url('images/s1.png'), url('images/s2.png'), url('images/s3.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
	box-shadow: 0 0 90px 10px #000000 inset;
}

@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}	

body{
	background: #000014;
}
.container{
	position: absolute;
	width: 650px;
	left: 50%;
	margin-left: -325px;
	top: 20px;
}
.header{
    background: transparent url("images/header.png") no-repeat scroll center top;
    background-size:  auto 100%;
    height: 230px;
    position: relative;
    width: 650px;
}
.container-video{
    background: white;
    border: 4px solid #4b7832;
    border-radius: 7px;
    box-sizing: border-box;
    height: 300px;
    margin: 0 auto;
    padding: 7px;
    position: relative;
    width: 520px;
    z-index: 2;
}
.container-video:before {
    background: transparent url("images/adorno1.png") no-repeat scroll left top;
    background-size: 70% auto;
    content: "";
    height: 183px;
    position: absolute;
    right: -90px;
    top: -22px;
    width: 195px;
}
.container-video:after {
    background: transparent url("images/adorno2.png") no-repeat scroll left top;
    background-size: 70% auto;
    bottom: -87px;
    content: "";
    height: 155px;
    left: -31px;
    position: absolute;
    width: 145px;
    z-index: -1;
}
.container-video button {
background: transparent;
    border: medium none;
    box-sizing: border-box;
    cursor: pointer;
    height: 79%;
    position: absolute;
    width: 99%;
}
.houses{
    background: transparent url("images/houses.png") repeat-x scroll center top;
    background-size: auto 100%;
    bottom: 0;
    height: 140px;
    position: absolute;
    width: 100%
}
.felicidad{
    color: white;
    font-family: "Grand Hotel",cursive;
    font-size: 30px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px #000000;
    z-index: 10;
}
/* Footer bar*/

#footerbar {
    background: #cc1f10 none repeat scroll 0 0;
    bottom: 0;
    height: 40px;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
#footerbar .textofeliz {
    color: #ffffff;
    display: block;
    font-family: "albermedium";
    font-size: 12px;
    margin: 14px;
}

#logocv {
    bottom: 5px;
    display: block;
    position: absolute;
    right: 11px;
    z-index: 4;
}
.hastag {
    color: white;
    font-family: helvetica,arial;
    font-weight: bold;
    text-align: center;
}
.button-back{display: none;}
@media only screen and (max-width: 926px) {
    #snow{
        -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    }
    .header{
        width: 100%;
        height: 140px;
        background-size: 50% auto;
    }
    .container{
        width: 100%;
        left: 0;
        margin-left: 0;
        top:10px;
        overflow: hidden;
    }
	.container-video{
		width: 70%;
        margin: 0 auto;
        left: 0;
        height: 130px;
	}
.container-video:before{
        background-size: 40% auto;
        content: "";
        height: 183px;
        position: absolute;
        right: -140px;
        top: -15px;
    }
.container-video:after{
        background: transparent url("images/adorno2.png") no-repeat scroll left top;
        background-size: 40% auto;
        bottom: -110px;
        content: "";
        height: 155px;
        left: -21px;
        position: absolute;
        width: 145px;
        z-index: -1;
    }
    .felicidad{
        font-size: 20px;
    }
}
