#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180px;
	height: 180px;
	margin: -90px 0 0 -90px;
	-webkit-animation: rotateY 1.2s infinite ease-in-out;
	animation: rotateY 1.2s infinite ease-in-out;
}
#spinner img {
	width: 100%;
}

#spinner .img-loader {
	display: block;
	width: 100%;
	height: 100%;
}
#spinner .logo-loader {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
}

.huincha{
	width:100%;
	background-color:#000;
	margin:0 auto;
	position: relative;
	text-align: left;
	height: 30px;
	z-index: 10;
}
.huincha img{
	margin-left: 10px;
}

@font-face {
    font-family: 'kiaotfmedium';
    src: url('../fonts/kiaotfm-webfont.eot');
    src: url('../fonts/kiaotfm-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kiaotfm-webfont.woff2') format('woff2'),
         url('../fonts/kiaotfm-webfont.woff') format('woff'),
         url('../fonts/kiaotfm-webfont.ttf') format('truetype'),
         url('../fonts/kiaotfm-webfont.svg#kiaotfmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  overflow-x: hidden;
}

html {
  width: 100%;
  height: 100%;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
.kia {
	margin: 0 0 35px;
	letter-spacing: 1px;
	font-family: 'kiaotfmedium', Arial, Helvetica, sans-serif;
}

img {
	max-width: 100%;
}

a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
}

a:focus, a:hover {
	text-decoration: none;
	color: #fff;
	outline: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

h1 {
	position: relative;
	display: block;
	margin: 15% auto 0;
	z-index: 99999;
}
h1 img {
	position: absolute;
	top: 0;
	left: 35%;
	width: 135%;
	max-width: none;
	transform: translateX(-50%) !important;
}

.morning {
	position: relative;
	display: block;
	margin: 10px auto -20px;
	z-index: 1;
}

.frame {
    padding: 0;
	margin: 0;
	table-layout: fixed;
}

.bg1 {
	background: url("../img/bg1.jpg") no-repeat center center scroll;
	background-color: #044b4a;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg2 {
	background: url("../img/bg2.jpg") no-repeat top center scroll;
	background-color: #960c10;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg3 {
	background: url("../img/bg3.jpg") no-repeat top center scroll;
	background-color: #004a8a;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg2 .ivan {
	position: relative;
	margin: 20px auto;
	display: block;
	z-index: 2;
}

.punta {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: none;
	width: 100%;
	z-index: 1;
}

.logo-fifa {
	position: absolute;
	top: 45px;
	left: 15px;
	width: 80px;
	z-index: 10;
}

.decor-rusia {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 30%;
	z-index: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: .65rem .75rem;
	height: 50px;
    font-size: 1rem;
    line-height: 1.5;
    color: #646464;
    background-color: rgba(255,255,255,.7);
    background-clip: padding-box;
    border-radius: 1px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 1.5px solid rgba(255,255,255,.7);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-align: center;
}
::-moz-placeholder { /* Firefox 19+ */
	text-align: center;
}
:-moz-placeholder { /* Firefox 18- */
	text-align: center;
}
:-ms-input-placeholder { /* IE 10+ */
	text-align: center;
}
::placeholder {
	text-align: center;
}

.btn-enviar {
	background-color: #bb162b;
	width: 100%;
	color: #fff;
	font-weight: 700;
	border-radius: 1px;
	line-height: 40px;	
	outline: none;
    box-shadow: none !important;
	border: 1.5px solid transparent;
}
.btn-enviar:hover {
	background-color: #fff;
	color: #bb162b;
}

.formulario {
	margin: 10px 0;
}

/* ERROR */
.error {
	 border: 1.5px solid #FF0000 !important;
	 background-color: rgba(224,0,29,.7) !important;
}
.error .selectric {
    background-color: rgba(224,0,29,.7) !important;
}
.error .label {
	color: #fff !important;
}
#gracias, #error_form {
	text-align: center;
	text-shadow: 0 0 20px rgba(0,0,0,1);
}

.error::-webkit-input-placeholder {
	color:    #fff;
}
.error:-moz-placeholder {
	color:    #fff;
	opacity:  1;
}
.error::-moz-placeholder {
	color:    #fff;
	opacity:  1;
}
.error:-ms-input-placeholder {
	color:    #fff;
}
.error::-ms-input-placeholder {
	color:    #fff;
}
.error::placeholder {
	color: #fff !important;
}


.selectric-selectric .ico {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	height: 30px;
	width: 30px;
	margin: 0 6px 0 0;
	background: url('img/sprite-paises.png') no-repeat;
}

.selectric-selectric .ico-Alemania  { background-position: 0 0; }
.selectric-selectric .ico-Arabia-Saudi { background-position: -37px 0; }
.selectric-selectric .ico-Argentina  { background-position: -74px 0; }
.selectric-selectric .ico-Australia { background-position: -111px 0; }
.selectric-selectric .ico-Belgica { background-position: -148px 0; }
.selectric-selectric .ico-Brasil { background-position: -185px 0; }
.selectric-selectric .ico-Colombia  { background-position: -222px 0; }
.selectric-selectric .ico-Costa-Rica { background-position: -259px 0; }
.selectric-selectric .ico-Croacia  { background-position: -296px 0; }
.selectric-selectric .ico-Dinamarca { background-position: -333px 0; }
.selectric-selectric .ico-Egipto  { background-position: -370px 0; }
.selectric-selectric .ico-Espana { background-position: -407px 0; }
.selectric-selectric .ico-Francia  { background-position: -444px 0; }
.selectric-selectric .ico-Inglaterra { background-position: -481px 0; }
.selectric-selectric .ico-Islandia { background-position: -518px 0; }
.selectric-selectric .ico-Japon { background-position: -555px 0; }
.selectric-selectric .ico-Marruecos { background-position: -592px 0; }
.selectric-selectric .ico-Mexico { background-position: -629px 0; }
.selectric-selectric .ico-Nigeria { background-position: -666px 0; }
.selectric-selectric .ico-Panama { background-position: -703px 0; }
.selectric-selectric .ico-Peru { background-position: -740px 0; }
.selectric-selectric .ico-Polonia { background-position: -777px 0; }
.selectric-selectric .ico-Portugal { background-position: -814px 0; }
.selectric-selectric .ico-Republica-de-Corea { background-position: -851px 0; }
.selectric-selectric .ico-RI-de-Iran { background-position: -888px 0; }
.selectric-selectric .ico-Rusia { background-position: -925px 0; }
.selectric-selectric .ico-Senegal { background-position: -962px 0; }
.selectric-selectric .ico-Serbia { background-position: -999px 0; }
.selectric-selectric .ico-Suecia { background-position: -1036px 0; }
.selectric-selectric .ico-Suiza { background-position: -1073px 0; }
.selectric-selectric .ico-Tunez { background-position: -1110px 0; }
.selectric-selectric .ico-Uruguay { background-position: -1147px 0; }

.hover-effect a {
	position: relative;
	display: inline-block;
	margin: 20px 0;
	outline: none;
	color: #fff;
	text-shadow: none;
	padding: 2.5px 0;
	text-decoration: none;
	font-size: 1em;
}
.hover-effect .fixture {
	margin: 30px 0 0;
}
.margin-negative {
	position: relative;
	margin-top: -80px;
	z-index: 4;
}
.hover-effect .bases {
	font-size: .85em;
	margin: 5px 0 65px;
}
.hover-effect a::before {
	color: #fff;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.hover-effect a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #bb162b;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.hover-effect a:hover::before,
.hover-effect a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.hover-effect a:hover::after,
.hover-effect a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.ivan-block {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	z-index: 2;
}
.ivan-block figure {
	display: inline-block;
	margin: 0;
}
.ivan-block figure figcaption {
	padding-right: 30%;
	margin: -35px 0 0;
	letter-spacing: .05em;
	font-size: 1.1em;
}
.ivan-block figure img {
	width: 100%;
	margin: 10px 0 0;
}
.burbuja {
	background: url(../img/bubble.png) no-repeat center center scroll;
	background-size: 100% 100%;
	color: #393737;
	position: relative;
	margin: 10% 0 8% 0;
	top: 0;
	left: -8%;
	font-size: .9em;
	width: 230px;
    padding: 40px 35px 40px;
}
.llamado-burbuja {
	background-color: #fff;
	color: #393737;
	padding: 20px;
	margin: 20px 0 10px;
	border-radius: 10px;
	box-shadow: inset 0 0 40px rgba(227,227,227,1);
	font-size: .95em;
}

.section-title {
	margin: 40px 0 30px;
	font-size: 2.2em;
	letter-spacing: .05em;
	text-shadow: 0 3px 10px rgba(0,0,0,.7);
}

/* SLIDER AUTOS */
.bx-pager .bx-pager-item:first-child a {
	background-color: #be1e1f;
}
.bx-pager .bx-pager-item:nth-child(2) a {
	background-color: #000;
}
.bx-pager .bx-pager-item:nth-child(3) a {
	background-color: #88a3b8;
}
.bx-pager .bx-pager-item:nth-child(4) a {
	background-color: #eeeeee;
}
.bx-pager .bx-pager-item:nth-child(5) a {
	background-color: #e3ce61;
}
.bx-pager .bx-pager-item:nth-child(6) a {
	background-color: #aeb653;
}
.bx-pager .bx-pager-item:nth-child(7) a {
	background-color: #c34b37;
}
.bx-pager .bx-pager-item:nth-child(8) a {
	background-color: #a9aaac;
}
.bx-pager .bx-pager-item:last-child a {
	background-color: #73716e;
}


.btn-mas-info {
	font-size: 1.25em;
	text-shadow: 0 0 3px rgba(0,0,0,.2);
	border-radius: 13px;
	background: #930e1e;
	background: -moz-linear-gradient(left, #930e1e 0%, #bb162b 100%);
	background: -webkit-linear-gradient(left, #930e1e 0%, #bb162b 100%);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#930e1e), to(#bb162b));
	background: -o-linear-gradient(left, #930e1e 0%, #bb162b 100%);
	background: linear-gradient(left, #930e1e 0%, #bb162b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930e1e', endColorstr='#bb162b',GradientType=1 );
	padding: .9rem .5rem .9rem .75rem;
	display: inline-block;
}

.btn-mas-info:hover,
.btn-mas-info:active,
.btn-mas-info:focus {
	background: #930e1e;
	background: -moz-linear-gradient(left, #930e1e 0%, #bb162b 100%);
	background: -webkit-linear-gradient(left, #930e1e 0%, #bb162b 100%);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#930e1e), to(#bb162b));
	background: -o-linear-gradient(left, #930e1e 0%, #bb162b 100%);
	background: linear-gradient(left, #930e1e 0%, #bb162b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930e1e', endColorstr='#bb162b',GradientType=1 );
}

.btn-mas-info span {
	background-color: #fff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	padding: 8px;
	color: #bb162b;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-mas-info:hover span {
	color: #fff;
	background: #930e1e;
	background: -moz-linear-gradient(left, #930e1e 0%, #bb162b 100%);
	background: -webkit-linear-gradient(left, #930e1e 0%, #bb162b 100%);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#930e1e), to(#bb162b));
	background: -o-linear-gradient(left, #930e1e 0%, #bb162b 100%);
	background: linear-gradient(left, #930e1e 0%, #bb162b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930e1e', endColorstr='#bb162b',GradientType=1 );
}
.btn-mas-info:hover {
	background: #fff;
	color: #930e1e;
}


/* SLIDER FOTOS */
.jssorl-009-spin {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-top: -19px;
  position: relative;
  top: 50%;
  width: 38px;
  height: 38px;
}
@keyframes jssorl-009-spin {
  from {
	  transform: rotate(0deg);
  }
  to {
	  transform: rotate(360deg);
  }
}
.jssora106 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora106 .c {
  fill: #fff;
  opacity: .3;
}
.jssora106 .a {
  fill: none;
  stroke: #000;
  stroke-width: 350;
  stroke-miterlimit: 10;
}
.jssora106:hover .c {
  opacity: .5;
}
.jssora106:hover .a {
  opacity: .8;
}
.jssora106.jssora106dn .c {
  opacity: .2;
}
.jssora106.jssora106dn .a {
  opacity: 1;
}
.jssora106.jssora106ds {
  opacity: .3;
  pointer-events: none;
}
/*jssor slider thumbnail skin 101 css*/

.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000;
}
.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 1;
}
.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden;
}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}
.jssort101 .p:hover {
  padding: 2px;
}
.jssort101 .p:hover .cv {
  background-color: rgba(0, 0, 0, 6);
  opacity: .35;
}
.jssort101 .p:hover.pdn {
  padding: 0;
}
.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: .35;
}
.jssort101 .pav .cv {
  border-color: #fff;
  opacity: .35;
}
.jssort101 .pav .a, .jssort101 .p:hover .a {
  visibility: visible;
}
.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: .6;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.jssort101 .pav .t, .jssort101 .p:hover .t {
  opacity: 1;
}

#fixture-open {
	background: none !important;
	text-align: center;
}
.mensaje-voltear {
	display: inline-block;
	background-color: #bb162b;
	border-radius: 1.5px;
	padding: 5px 10px;
	font-weight: 700;
	font-size: .8em;
	margin-bottom: 10px;
}
.mensaje-voltear img {
	width: 35px
}

.estrellas {
    width: 45px;
    display: block;
    margin: 0 auto;
}

.confetti {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.ganador {
    margin-top: -40%;
    padding: 40px 0 0 100px;
}

@media (max-width: 991.5px) {
	h1 {
		padding: 0 100px;
	}
	.logo-fifa {
		width: 50px;
	}
	.hover-effect .bases {
		margin: 5px 0 5%;
	}
	.morning {
		margin: 20px auto 10px;
	}
	.decor-rusia {
		bottom: -10px;
		left: 0;
		width: 100%;
		padding: 20px;
	}
	.bg2 .ivan {
		max-width: 250px;
	}
	.section-title {
		font-size: 2em;
	}
	h1 img {
		position: relative;
		top: 0;
		left: 0;
		width: 90%;
		max-width: none;
		transform: none !important;
		margin: 0 auto;
		display: block;
	}
	.ganador {
		margin-top: 15px;
		padding: 0 20px;
	}
	.llamado-burbuja {
		margin-top: 100px;
	}
	.margin-negative {
		margin-top: 0;
	}
}
@media (max-width: 575.5px) {
	h1 {
		padding: 0 0 0 50px;
	}
	.llamado-burbuja {
		padding: 15px;
	}
	.logo-fifa {
		width: 40px;
	}
	.section-title {
		font-size: 1.7em;
	}
}
@media (max-width: 480px) {
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 25px;
		height: 25px;
		margin: 0 3px;
	}
}
@media (min-width: 575.5px) {
	.mensaje-voltear {
		display: none;
	}
}
@media (max-width: 575.5px) and (orientation: landscape) {
	.mensaje-voltear {
		display: none;
	}
}

