* {
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
a,button {
	text-decoration:none;
	outline:none;
}
h1, h2, h3{
    font-weight: normal;
}
ul,ul li {
	list-style:none;
}
html,body {
	background:#000000;
}
header {
	position:fixed;
	top:0;
	z-index:2;
	width:100%;
	border-bottom:1px solid #002e71;
}
.header-depor {
	background:#000;
	height:33px;
	display:table;
	width:100%;
	border-bottom:1px solid #353535;
}
.ctn-header-depor {
	margin:0 auto;
	max-width:990px;
	text-align:left;
	vertical-align:middle;
	position:relative;
	padding:6px 10px;
}
.ctn-header-depor a {
	display:inline-block;
	color:#FFF;
	top:13px
}
#social {
	float:right;
	vertical-align:middle;
	position:absolute;
	right:10px;
	top:0;
	display:table;
	height: 100%;
}
#social ul {
	vertical-align:middle;
	/* display:table-cell;*/
	padding-top:10px;
}
#social ul li {
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
}
#social ul li:last-child {
	margin-right:0px;
}
#social ul li a i {
	font-size:18px;
}
#social ul li:hover {
	opacity:0.5;
}
#social ul li.no:hover {
	opacity:1;
}
.boton-especiales {
	text-decoration:none;
	position:absolute;
	display:inline-block;
	text-indent:0 !important;
	margin:0 0 0 15px;
	color:#fff;
	font:700 15px/15px Arial;
	padding-top:2px;
}
.header-barra-2 {
	height:20px;
	background-color:#fff;
	display:inline-block;
	vertical-align:middle;
	margin-top:-15px;
	width:1px;
}
.cruz {
	display:inline-block;
	width:12px;
	position:relative;
	height:12px;
}
.cruz:before,.cruz:after {
	content:"";
	position:absolute;
	z-index:1;
	background:#d5d745;
}
.cruz:before {
	left:56%;
	width:2px;
	margin-left:-15%;
	height:100%;
}
.cruz:after {
	top:55%;
	height:2px;
	margin-top:-15%;
	width:100%;
}
.espacio-especiales {
	display: inline-block;
}
/**********************************************/
@font-face {
	font-family:'Barlow-Medium';
	src:url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/pronosticador-champions-league-xvisual/fonts/barlow-medium.woff2') format('woff2');
	font-weight:normal;
	font-style:normal;
	font-display:block;
}

@font-face {
	font-family:'BarlowCondensed-Bold';
	src:url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/pronosticador-champions-league-xvisual/fonts/BarlowCondensed-Bold.otf') format('opentype');
	font-weight:normal;
	font-style:normal;
	font-display:block;
}
@font-face {
	font-family:'BarlowCondensed-Semibold';
	src:url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/pronosticador-champions-league-xvisual/fonts/BarlowCondensed-SemiBold.otf') format('opentype');
	font-weight:normal;
	font-style:normal;
	font-display:block;
}
@font-face {
	font-family:'BarlowCondensed-Medium';
	src:url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/pronosticador-champions-league-xvisual/fonts/BarlowCondensed-Medium.otf') format('opentype');
	font-weight:normal;
	font-style:normal;
	font-display:block;
}
@font-face {
	font-family:'BarlowCondensed-Light';
	src:url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/pronosticador-champions-league-xvisual/fonts/BarlowCondensed-Light.otf') format('opentype');
	font-weight:normal;
	font-style:normal;
	font-display: block;
}
/**********************************************/
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?k0g6bz');
    src:  url('../fonts/icomoon.eot?k0g6bz#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?k0g6bz') format('truetype'),
      url('../fonts/icomoon.woff?k0g6bz') format('woff'),
      url('../fonts/icomoon.svg?k0g6bz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-comercio:before {
    content: "\e902";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
/********************************************************/
.container{
    width: 100%;
    display: block;
}
.content{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
.bg1{
    background-image: url('../img/fondo2.png');
    background-size: cover;
    margin-top: 43px;
    height: 224px;
}
.bg1 ul{
    display: table;
    width: 100%;
}
.bg1 ul li{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.bg1 ul li img{
    width: 100%;
    max-width: 204px;
    display: block;
}
.bg1 ul li h3, .bg1 ul li h1{
    font-weight: normal;
    color: #FFFFFF;
}
.bg1 ul li:first-child{
    text-align: right;
}
.bg1 ul li:last-child{
    text-align: left;
}
.bg1 ul li h1{
    font-size: 33px;
    line-height: 27px;
    text-align: center;
    font-family: 'BarlowCondensed-Medium';
}
.bg1 ul li h3{
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    font-family: 'BarlowCondensed-Light';
}

.bg2{
    background-color: #ffffff;
    background-image: url('../img/fondo.png');
    background-size: cover;
    min-height: calc(100vh - 267px);
}
.bg2 h2{
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    color: #08186F;
    font-family: 'BarlowCondensed-Medium';
    width: 90%;
    max-width: 518px;
    margin: 0 auto;
}
.bg2 .content{
    padding-top: 70px;
}

.bg2 ul{
    width: 100%;
    max-width: 504px;
    margin: 0 auto;
    display: table;
}
.contenedor-vs{
    margin-top: 20px;
}
.bg2  ul li{
    list-style: none;
    width: 230px;
    display: table-cell;
    height: 45px;
    vertical-align: middle;
}
.bg2  ul li:first-child{
    width: 277px;
}
.bg2 ul li span{
    width: 100%;
    max-width: 190px;
    display: inline-block;
    background: #E0E3E5;
    text-align: right;
    font-size: 14px;
    line-height: 16px;
    color: #174478;
    font-family: 'Barlow-Medium';
    height: 28px;
    padding-top: 6px;
    padding-right: 10px;
}
.bg2 ul li h3{
    font-family: 'BarlowCondensed-Medium';
    color: #08186F;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.bg2 ul li img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
.bg2 ul li:last-child img{
    margin-left: 0;
}
.bg2  select, select option{
    text-transform: uppercase;
    text-align: center;
}
.bg2 select{
    width: 100%;
    max-width: 190px;
    background: #E0E3E5;
    color: #174478;
    font-family: 'Barlow-Medium';
    height: 28px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
    appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    border: 0px transparent solid;
}
.divtitle{
	text-align: center;float: right;
	margin-top: -85px;
}
/********************************************************/
@media (min-width:1000px) {
	.onlymobile {
		display:none !important;
	}
}
@media (max-width:640px) {
	.ctn-header-depor a {
		display:inline-block;
		color:#FFF;
		font-size:13px;
	}
	#social ul li a i {
		font-size:15px;
		line-height: 21px;
    }
    .bg1 ul li h1{
        font-size: 20px;
        line-height: 22px;
    }
    .bg1 ul li img{
        width: 100%;
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }
    .divtitle{
        text-align: center;
		float: none;
		margin-top: -46px;
	}
	
    .content{
        width: 300px;
    }
    .bg1 {
        height: 179px;
	}
	.bg2{
		height: initial;
	}
    .bg2 .content {
        padding-top: 41px;
    }
    .bg2 ul li span{
        max-width: 100px;
        font-size: 11px;
        padding-right: 5px;
		font-family: 'BarlowCondensed-Semibold';
		height: 22px;
		padding-top: 3px;
    }
    .bg2 h2{
        font-size: 17px;
    	line-height: 18px;
    }
    .bg2 select{
        max-width: 100px;
        padding-left: 5px;
		font-size: 11px;
		height: 22px;
        font-family: 'BarlowCondensed-Semibold';
	}
	.bg2 ul li:first-child {
		width: 180px;
	}
	.bg2 ul li {
		width: 142px;
	}
	.bg2 ul li img {
		margin-left: 3px;
		margin-right: 5px;
		width: 22px !important;
		height: 22px !important;
	}
	.bg2 ul li h3{
		font-size: 14px;
	}
}
/****************************************************/