
 @font-face {
	font-family: 'Conv_TragicMarker';
	src: url('fonts/TragicMarker.eot');
	src: local('☺'), url('fonts/TragicMarker.woff') format('woff'), url('fonts/TragicMarker.ttf') format('truetype'), url('fonts/TragicMarker.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}  
@font-face {
	font-family: 'Conv_Gagalin-Regular';
	src: url('fonts/Gagalin-Regular.eot');
	src: local('☺'), url('fonts/Gagalin-Regular.woff') format('woff'), url('fonts/Gagalin-Regular.ttf') format('truetype'), url('fonts/Gagalin-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*----------------------------
GENÃ‰RICOS
---------------------------- */
* {
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
}

body {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Conv_TragicMarker';
	background:#fff;
	background-size:100% auto;
	font-size: 16px;
 	color: #000000;
	overflow-x:hidden;
} 
h1, h2, h3, h4 , h5, h6{

		font-family: 'Conv_TragicMarker';

  }
	
 img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a, a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect * {
	user-select: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.container {
    max-width: 1800px;
}
.container.full {
    max-width: 1820px;
 }
 
/*
-------------------------	TEXTO
*/
h1 {
	font-weight:700;
	font-size:38px;
	line-height:1.3;
	color:#606a70;
	position:relative;
 } 
h1 span {
	color:#ff552d;
	line-height:1.3;
}

h2 {
	font-weight:300;
	font-size:42px;
	padding:5px 10px;
	background:black;
	color:#fff;
	position:relative;
	text-align:center;
	margin-bottom:30px;
	display:inline-block;
		font-family: 'Conv_Gagalin-Regular';

} 

h3 {
	font-size:32px;
	color:#000;	
	line-height:1.4;
	position:relative;
	font-weight:300;
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}
 
h4 {
font-size: 30px;
    color: #000;
	line-height:1.4;
	position:relative;
 	text-align: center;
	margin-bottom:10px;
} 
h5 {
	font-size:16px;
	color:#000;	
	line-height:1.4;
	position:relative;
 	text-align: center;
	margin-bottom:20px;
	font-weight:700;
}
 
p {
		font-family: 'Conv_TragicMarker';

	font-size:21px;
	color:#000;	
	line-height:1.4;
 	text-align:center;
 }
strong {
	font-weight:700;
}
 
 sup {
	 font-size:50%;
	     top: -1em;
 }

 
/*------------------
header
--------------------*/

header {
	position:absolute;
	z-index:10;
	width:100%;
text-align:right;
	padding:10px 20px;
background:transparent;
-webkit-transition: all .15ms;
  -o-transition: all .15ms;
  transition: all .15ms;
} 

 

 .social {
	margin-top:20px;
}
.social a{
	font-weight:normal;
	background:#fcd303;
	color:#000;
	border-radius:100%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align:center;
	display:inline-block;
	font-size: 18px;
	margin:0 5px
	-webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
 .social a:hover{
	background:#212121;	
	color:#ffffff;

 }
/*
-------------------------	TEXTO
*/
 #main {
	 width:100%;
	 min-height:100vh;
	 position:relative;
	 	background:url("../img/bg-anti.svg") center top no-repeat #fcd303;
	background-size:100% auto;
 }
 #main.ganadores {
 	background:url("../img/sifones.svg") center top repeat #fff;
	display:flex;
	align-items:center;
	justify-content:center;
 }
.cheibon {
	width:100%;
}
 .brand{
	width:600px;
	padding-top:30px;  
	margin:0px auto 40px;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
 #main.ganadores .brand {
	 width:350px;
	 	padding-top:0px;  
 }
 .box-ganador {
	 background:#fcd303;
	 padding:30px;
	 width:100%;
	     text-align: center;
 }
 
.cheibon .mensaje{
	padding:50px 30px 70px;
	text-align:center;
	background:url("../img/burbuja.svg") no-repeat center transparent;
	background-size:contain;
	font-size:32px;
	color:#fbcf0a;
	text-transform:uppercase;
}
.cheibon .mensaje a {
	color:#fbcf0a;
}
 

input.form-control {
		font-family: 'Conv_TragicMarker';
    border: 0;
    border-radius: 0;
		background:transparent;
    outline: 0;
		 border:none;
    border-bottom: 2px solid #000;
    padding: 5px 10px;
    outline: none;
		font-size:28px;
}
input.form-control:focus{
		background:transparent;
		box-shadow:none;
    border-bottom: 2px solid #000;

 }
 
 .box-premio {
 
}
 .box-premio .premio {
	 width:100%;
	 max-width:350px;
	 padding:30px;
	 background:url("../img/marco-premio.svg") no-repeat center transparent;
	 background-size:contain;
	text-align: center;
	margin:10px auto;
 }
  .box-premio  h4,
  .box-premio  h3 {
		position:relative;
		text-align:center;
		color:black;
		margin:5px auto;
 	}
  .box-premio  h3 {
		font-family: 'Conv_Gagalin-Regular';
	}
	
  .box-ganador  a ,
  .box-premio  a {
		position:relative;
		text-align:center;
		color:black;
		margin:5px auto;
		font-size:32px;
		display:block;
		text-decoration:none;
		font-family: 'Conv_Gagalin-Regular';
 	}
 
 hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 0;
    background: url(../img/divi.svg) no-repeat center transparent;
    height: 20px;
    background-size: contain;

}
/*
-------------------------	home
*/



.formulario {
	padding-top:40px;
	padding-bottom:40px;
	padding:40px 0;
}
form {
	padding-left:0px;
	padding-right:0px;
}
 
 
 
button.butt{
	width: 100%;
	border: 0;
	background: url("../img/boton.svg") center no-repeat transparent;
	background-size:contain;
 	font-size: 32px;
	letter-spacing:1px;
	margin: auto;
	display: block;
	text-align: center;
	font-family: 'Conv_TragicMarker';
	text-transform:uppercase;
	padding: 20px 15px;
	color: #000;
	text-decoration: none;
	position: relative;
	outline:none;
	transition: all 0.3s;
}
 
button.butt:hover{
  	font-size: 38px;


} 
 
  
/*
-------------------------	home
*/
ul.timer{
	text-align:center;
}

ul.timer li {
  display: inline-block;
  font-size: 24px;
  list-style-type: none;
  padding: 15px;
	text-align:center;
  text-transform: uppercase;
}

ul.timer li span {
  display: block;
  font-size: 62px;
}