

@font-face {
	font-family: "DrukWide-Super";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/DrukWide-Super.woff') format('woff'), url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/DrukWide-Super.woff') format('woff2');
}

@font-face {
	font-family: "NotoSansKR-Regular";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSansKR-Regular-Alphabetic.woff') format('woff'), url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSansKR-Regular-Alphabetic.woff') format('woff2');
}

.aparecer {
  animation-name: slide;
  animation-duration: 0.7s; 
  animation-timing-function: ease-out; 
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  100% {    
      opacity: 1;
      padding-right: 3px
  }
}

.element {
  animation-name: stretch;
  animation-duration: 2.0s; 
  animation-timing-function: ease-out; 
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
}
@keyframes stretch {
  0% {
    transform: scale(.8);
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
  }
}

img.flechita {max-width: 25px}

h1 {
  background: #333;
  color: #fff;
  text-align: center;
  margin: 0 0 5% 0;
  padding: 0.5em;
  margin: 0 0 5% 0;
}

.ctn-titular {
    max-width: 780px;
    margin: 0 auto;
}
.cardBox {
  float: left;
  font-size: 1.2em;
  margin: 1% 0 0 1%;
  perspective: 800px;
  transition: all 0.3s ease 0s;
  /*width: 23.7%;*/
  width: 380px;
}

/*giro card
.cardBox:hover .card {
    transform: rotateY( 180deg);
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg); 
    -o-transform: rotateY( 180deg);
}*/

.card {
  /*background: #222;*/
  cursor: default;
  height: 320px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transition: transform 0.4s ease 0s;
  width: 100%;
  -webkit-animation: giro 1s 1;
  -moz-animation: giro 1s 1;
  -o-animation: giro 1s 1;
  animation: giro 1s 1;
}

.card p {
  margin-bottom: 1.8em;
}

.card .front,
.card .back {
  backface-visibility: hidden;
  box-sizing: border-box;
  color: white;
  display: block;
  font-size: 1.2em;
  height: 100%;
  padding: 0.2em;
  position: absolute;
  text-align: center;
  width: 100%;
}

.front img, .back img{
    max-width: 250px
}

.card .front strong {
  background: #fff;
  border-radius: 100%;
  color: #222;
  font-size: 1.5em;
  line-height: 30px;
  padding: 0 7px 4px 6px;
}

.card .back {
  transform: rotateY( 180deg);
  -webkit-transform-style: rotateY( 180deg);
  -moz-transform-style: rotateY( 180deg);
  -o-transform-style: rotateY( 180deg);
}

.card .back a {
  padding: 0.3em 0.5em;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 1px;
  font-size: 0.9em;
  transition: all 0.2s ease 0s;
}

.card .back a:hover {
  background: #fff;
  color: #333;
  text-shadow: 0 0 1px #333;
}

.cardBox:nth-child(1) .card .back {
  /*background: cornflowerblue;*/
}

.cardBox:nth-child(2) .card .back {
  /*background: orange;*/
}

.cardBox:nth-child(3) .card .back {
  /*background: yellowgreen;*/
}

.cardBox:nth-child(4) .card .back {
  /*background: tomato;*/
}

.cardBox:nth-child(2) .card {
  -webkit-animation: giro 1.5s 1;
  -moz-transform-style: giro 1.5s 1;
  -o-transform-style: giro 1.5s 1;
  animation: giro 1.5s 1;
}

.cardBox:nth-child(3) .card {
  -moz-transform-style: giro 2s 1;
  -o-transform-style: giro 2s 1;
  -webkit-animation: giro 2s 1;
  animation: giro 2s 1;
}

.cardBox:nth-child(4) .card {
  -moz-transform-style: giro 2.5s 1;
  -o-transform-style: giro 2.5s 1;
  -webkit-animation: giro 2.5s 1;
  animation: giro 2.5s 1;
}

@-webkit-keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@media screen and (max-width: 767px) {
  .cardBox {
    margin-left: 2.8%;
    margin-top: 3%;
    width: 46%;
  }
  .card {
    height: 285px;
  }
  .cardBox:last-child {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 480px) {
  .cardBox {
    width: 94.5%;
  }
  .card {
    height: 350px;
    /*height: 260px;*/
  }
}

p.btn-abajo {
    padding-top: 50px;
    display: inline-block;
    margin: 0px auto;
    /* background-color: aquamarine; */
    width: 100%;
}



.cor-bolivia{    color: #2FB402;}
.cor-bg-bolivia{    background-color: #2fb402;}

.cor-colombia{    color: #173486;}
.cor-bg-colombia{    background-color: #173486;}

.cor-brasil{    color: #007209;}
.cor-bg-brasil{    background-color: #0f7209;}

.cor-argentina{        color: #FFF;}
.cor-bg-argentina{    background-color: #e50200;}

.cor-chile{        color: #B70000;}
.cor-bg-chile{    background-color: #B70000;}

.cor-ecuador{        color: #173486;}
.cor-bg-ecuador{    background-color: #173486;}

.cor-peru{        color: #BF0012;}
.cor-bg-peru{    background-color: #BF0012;}

.cor-paraguay{        color: #3A1EC3;}
.cor-bg-paraguay{    background-color: #3A1EC3;}

.cor-venezuela{        color: #6F0147;}
.cor-bg-venezuela{    background-color: #6F0147;}
 
.cor-uruguay{        color: #17359D;}
.cor-bg-uruguay{    background-color: #17359D;}

.cor-verdao{        color: #6CFF00;}

.barra-blanca {
    background-color: white;
    height: 192px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 1111;
}
.barra-argentina {
    background: url(../img/header.jpg) repeat;
    background-size: cover;
    background-position: center;
    height: 112px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 111111;
}
.barra-brasil {
    background: url(../img/brasil/header.jpg) repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 111111;
}
.barra-peru {
    background: url(../img/peru/header.jpg) repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 111111;
}

.barra-bolivia {
    background: url(../img/bolivia/header.jpg) repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 111111;
}
.barra-colombia {
    background: url(../img/colombia/header.jpg) repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 111111;
}
.barra-chile {
    background: url(../img/chile/header.jpg) repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 111111;
}
.circle2 {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 20px;
}

.circle0 {
    max-width: 250px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 38px;
}
.circle3 {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 30px;
}
.circle {
    max-width: 270px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 20px;
}
video {
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -2;
}

h2 {
    color: #fff;
    font: 28px/1.4 'HelveticaNowDisplayMedium';
    margin: 3px auto 5px auto;
    max-width: 540px;
    text-align: center;
}
h3 {
    color: #fff;
    font: 15px/1.4 'HelveticaNowDisplayBold';
    margin: 5px auto;
    text-align: center;
    padding: 8px 0px;
}
h3 span {
    padding: 2px 12px 2px 5px;
}
h4 {
    color: #fff;
    font: 22px/1.0 'DrukWide-Super';
    margin: 5px auto;
    display: inline-block;
    text-align: center;
    font-style: italic;
    width: 100%;
}
    h4 span {
        color: #fff;
        font: 16px/1.0 'HelveticaNowDisplayMedium';
        margin: 3px auto;
        display: inline-block;
        text-align: center;
        font-style: initial;
        width: 100%;
    }



.titulo {
    max-width: 100px;
    margin: 0px auto;
    display: block;
}
.titulo-colombia {
    max-width: 60px;
    margin: 0px auto;
    display: block;
}
.titulo-ecuador {
    max-width: 20px;
    margin: 0px auto;
    display: block;
}
.titulo-brasil {
    max-width: 180px;
    margin: 0px auto;
    display: block;
}
.fixture {
    max-width: 400px;
    margin: 0px auto;
    display: block;
    width: 100%;
}
.dt {
    max-width: 140px;
    margin: 0px auto;
    display: block;
}
.boton {
    background-color: beige;
    max-width: 220px;
    border-radius: 20px;
    padding: 12px 20px;
}
p.active {
    border: 1px solid white;
    background-color: #9a0000;
    color: white !important;
}
p.logo {
    color: white !important;
    max-width: 400px;
}
.logo-chico {
    color: white !important;
    max-width: 100px;
    margin: 0 auto;
    padding: 30px 0px 15px 0px;
    display: block
}
img.btnver {
    color: white !important;
    max-width: 100px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
p.azul {
    color: #007FFF !important;
    max-width: 400px;
    padding-top: 0px;
}
.contenedor-foto p {
    color: white !important;
    font: 13px/11px 'HelveticaNowDisplayMedium';
    margin: 0 auto;
    padding-top: 2px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 570px;
    text-align: center;
    text-transform: uppercase;
}
p {
    color: #4D4D4D;
    font: 14px/24px 'HelveticaNowDisplayMedium';
    margin: 0 auto;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 570px;
    text-align: center;
}
p.posicion {
    font: 16px/10px 'HelveticaNowDisplayMedium';
}
p span {
    font: 16px/24px 'HelveticaNowDisplayBold';
}
p.precio {
    font: 40px/5px 'HelveticaNowDisplayMedium';
}
p.precio-datos {
    font: 12px/17px 'HelveticaNowDisplayMedium';
}

a.btn-dorado {
    background-color: black;
    border: 1px solid white;
    border-radius: 20px;
    padding: 5px 15px;
    color: white;
    margin-right: 10px;
}

a.btn-dorado2 {
    border: 1px solid white;
    border-radius: 30px;
    padding: 10px 22px;
    color: white;
}

p.active a {
    color: #fff !important;
}

.cont-botonera {
    display: flex;
    margin: 0px auto;
    text-align: center;
    max-width: 270px;
}



body, html {
	height: 100%
}

img.cabecera {
    margin: 0 auto;
    max-width: 555px;
    width: 100%;
    display: block;
}

.bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #011429;
}
.bg2 {
    background: url(../img/bg.jpg) repeat-x;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-color: #006a00;
}

body {
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-overflow-scrolling: touch;
    background: url(../img/bg-red.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 1370px;
    background-position: center 40px;
    background-color: black;
}

.pl-10 {
    margin-right: 12px !important;
}

a{
	text-decoration: none;
}
/* GIRAR CC7 */
img.girar:hover{
	animation-name: rotation;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes rotation {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}
/* FIN GIRAR CC7  */

.container-2 {
    display: none !important;
}


@font-face {
    font-family: 'icomoon';
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/icomoon.eot?yiyid2');
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/icomoon.eot?yiyid2#iefix') format('embedded-opentype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/icomoon.ttf?yiyid2') format('truetype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/icomoon.woff?yiyid2') format('woff'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/icomoon.svg?yiyid2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-logoEc:before {
    content: "\e900";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitter:before {
    content: "\ea96";
  }

@font-face {
	font-family: "NotoSansKR-Regular";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSansKR-Regular-Alphabetic.woff') format('woff'), url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSansKR-Regular-Alphabetic.woff') format('woff2');
}
@font-face {
	font-family: "NotoSansKR-Medium";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSansKR-Medium-Alphabetic.woff') format('woff'), url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSansKR-Medium-Alphabetic.woff') format('woff2');
}
@font-face {
	font-family: "NotoSansKR-Black";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSansKR-Black-Alphabetic.woff') format('woff'), url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSansKR-Black-Alphabetic.woff') format('woff2');
}



@font-face {
	font-family: "NotoSans-Regular";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSans-Regular.woff') format('woff'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSans-Regular.woff') format('woff2');
}
@font-face {
	font-family: "HelveticaNeueLTProBdCnO";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/HelveticaNeueLTPro-BdCnO.woff') format('woff'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/HelveticaNeueLTPro-BdCnO.woff') format('woff2');
}
@font-face {
	font-family: "HelveticaNowDisplayMedium";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/HelveticaNowDisplay-Medium.woff') format('woff'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/HelveticaNowDisplay-Medium.woff') format('woff2');
}
@font-face {
	font-family: "HelveticaNowDisplayBold";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/HelveticaNowDisplay-Bold.woff') format('woff'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/HelveticaNowDisplay-Bold.woff') format('woff2');
}
@font-face {
	font-family: "HelveticaNowDisplayBlack";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/HelveticaNowDisplay-Black.woff') format('woff'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/HelveticaNowDisplay-Black.woff') format('woff2');
}




p.text-red {
    color: #FB0000;
    font-size: 18px;
}
.padding{
    margin: 60px 0px 20px 0px;
    display: block;
}
h1 {
    font: 35px/22px 'NotoSans-Regular';
    margin: 0 auto;
    padding-bottom: 5px;
    max-width: 390px;
    text-align: center;
    position: relative;
    top: 35px;
}
h1 span {
    font-weight: bold;
    color: #EC2424;
    /*font: 64px/28px 'HelveticaNeueLTProBdCnO';*/
}

h2.bajada{
		margin: 80px auto 40px;
		max-width: 680px;
		text-align: center;
	}

h3.pop-up {
    color: #000;
	font: 25px/1.2 'GuardianEgyp-Medium';
    margin: 0px auto;
    text-align: center;
    padding-bottom: 15px;
    /* margin-right: 100px; */
}

p.bajada {
    font: 20px/24px 'HelveticaNowDisplayMedium';
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 293px;
    font-weight: bolder;
}
.video-inicio {
    max-width: 500px;
    margin: 0 auto;
    border: 2px solid white;
}
	span.capital{
		float: left;
		font-size: 110px;
		height: 80px;
		line-height: 99px;
	}
	p.leyenda{
		background: #fff;
		color: #000;
		display: block;
		font: 18px/1.3 "actobold";
		max-width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	span.credito{
		color: #000;
		display: block;
		font: 15px/23px '';
		margin: 0 auto 10px;
		text-align: center;
	}	

img.casa-popup {
    max-width: 400px;
    display: block;
    margin: 20px auto;
    width: 100%;
}

img.casa-popup-w {
    max-width: 870px;
    display: block;
    margin: 20px auto;
    width: 100%;
}
p.txt-gris {
    color: #8E8E8E;
    max-width: 340px;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    font-family: 'GuardianEgyp-Medium';
}
span.rectan{
    color: white;
    font-size: 15px;
    width: 132px;
    padding: 1px 5px;
    display: block;
    margin: 5px auto 0 auto;
}
span.bg-color-avanza{
    background-color: #015DAE;
}
span.bg-color-black{
    background-color: #000;
    position: relative;
    top: -62px;
}
span.bg-color-la{
    background-color: #d92a3d;
}
span.bg-color-vn{
    background-color: #d92a3d;
}
span.bg-color-ap{
    background-color: #F80006;
}
span.bg-color-fp{
    background-color: #FB6400;
}
span.bg-color-np{
    background-color: #91012F;
}
span.bg-color-pm{
    background-color: #561284;
}
span.bg-color-ppc{
    background-color: #007300;
}
span.bg-color-rla{
    background-color: #00ACDA;
}
span.bg-color-pl{
    background-color: #FF0000;
}

img.casa {
    max-width: 80px;
}
img.logo {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 100px 0px 0px 0px;
}
img.cabecera {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    padding: 7px 0px 0px 0px;
}
img.escudo {
    max-width: 90px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    display: block;
    mix-blend-mode: multiply;
}
img.crack {
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    display: block;
    mix-blend-mode: multiply;
}
img.info {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    display: block;
}
img.goleador {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    display: block;
}
.center{
	max-width: 980px;
    margin: 0 auto;
    text-align: left;   
}
	span.leyenda{
		border-bottom: 1px solid #e2dcd7;
		display: block;
		font: 21px/32px 'GuardianEgyp-Regular';
		margin: 40px 0;
		padding-bottom: 45px;
		text-align: left;
		max-width: 750px;
	}
		span.gris{
			color: #7f7d78;
		}
span.leyenda-foto{
	font: 18px/33px 'GuardianEgyp-Regular';
}

.main {
	margin-top: 46px;
    padding-bottom: 100px;
}

.btn-subir{
	bottom: 10px;
	cursor: pointer;
	display: none;
	max-width: 40px;
	position: fixed;
	right: 10px;
	z-index: 9999999;
}
hr {
    border-color: #fff;
    max-width: 400px;
    display: block;
    text-align: center;
    margin: 20px auto 20px auto;
}
hr.white {
    border-color: white;
    margin: 30px 0px;
}
.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%;
}

.clear{
	clear: both;
}

	.box-btn-presentacion{
		max-width: 320px;
    	margin: 0 auto;
    	text-align: center;
	}
		.btn-presentacion{
			border-bottom: 1px solid #eed27e;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font: 18px/20px 'GuardianEgyp-Medium';
			margin: 0 auto;
			max-width: 105px;	
			padding-bottom: 5px;		
			text-align: left;
			text-decoration: none;
			vertical-align: top;
		}
			.btn-presentacion:hover{
				border-bottom: 1px solid #fff;
				color: #eed27e;
			}
/* header comercio */
header {
    position: fixed;
    height: 46px;
    width: 100%;
    background: #000;
    top: 0;
    z-index: 99;
    display: table;
}
.header-comercio {
    background: #000;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.ctn-header-comercio {
    margin: 0 auto;
    max-width: 990px;
    text-align: left;
    vertical-align: middle;
    position: relative;
    padding: 6px 10px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
.ctn-header-comercio .logo-comercio i {
    font-size: 18px;
}

a.logo-comercio {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/img/logo-depor-white.png) no-repeat 3px 3px;
    background-size: 75%;
    height: 26px;
    width: 70px;
}

.boton-especiales{
    font: 700 14px/14px Arial;
    vertical-align: top;
    padding-top: 8px;
}
.cruz {
    display: inline-block;
    width: 12px;
    position: relative;
    height: 12px;
    top: 1px;
}
.cruz:before, .cruz:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #fff;
}
.cruz:before {
    left: 50%;
    width: 2px;
    margin-left: -1px;
    height: 100%;
}
.cruz:after {
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
}
#social {
    float: right;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    display: table;
    height: 100%;
}
#social ul {
    vertical-align: middle;
    display: table-cell;
}
#social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
#social ul li a i {
    font-size: 18px;
}
/* fin de header comercio */

.clear{
    clear: both;
}
.container{
    max-width: 980px;
}
.container-zocalo{
    max-width: 728px;
    height: auto;
    z-index: 2147483646;
    position: fixed;
    margin: 20px auto 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
}
/*Banners de publicidad*/

.container-caja3{
    display: none;
}

.lateral-izq{
    display: inline-block;
    padding: 20px 0;
    width: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 620px;
    position: -webkit-sticky;
    position: fixed;
    top: 30px;
    left: 0;
}
.lateral-der{
    display: inline-block;
    padding: 20px 0;
    width: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 620px;
    position: -webkit-sticky;
    position: fixed;
    top: 30px;
    right: 0;
}
/*Fin banners de publicidad*/
@media only screen and (max-width: 768px){
	.container-caja3{
		display: block;
		margin: 10px auto;
		padding-bottom: 140px;
		text-align: center;
	}
}

@media only screen and (max-width: 640px){
   
    body {
        background-size: 495%;
    }
    
    .portada{
		background-size: cover;
		background-position: center top;    	
	}
		.ctn-titular{
			top: 10%;
		}

    .scroll-downs{
		bottom: 0;
		height: 100px;
		top: inherit;
    }

	.spacer.s3 {
		min-height: 200px !important;
	}	

	.spacer.s1 {
		min-height: 50px !important;
	}

	.foto,
	.foto-grande{
		width: 95%;
	}	
	h3{
		margin-right: auto;
	}
	img.infografia{
		max-width: 95% !important;
	}
	.box-menu{
		padding-left: 40px;
	}
	.box-main-presentacion .box-ctn-presentacion{
		padding: 0;
	}
		.box-main-presentacion .box-ctn-presentacion h3{
			max-width: 280px;
			font-size: 30px;
		}
		.box-main-presentacion .btn-cerrar{
			right: 10px !important;
			top: 0;
		}

	.main-menu .box-menu ul li{
		padding: 0 10px;
	}
		.main-menu .box-menu ul li:nth-child(1){
			padding: 0 10px 0 0;
		}
	.center{
		padding: 0 20px;
	}
	span.leyenda{
		font-size: 18px;
		line-height: 30px;
	}
	span.leyenda-foto{
		padding: 0 20px;
	}
	.btn-presentacion{
		font-size: 16px;
	}
	.cintillo h6{
		font-size: 35px !important;
	}
	.btn-regresar{
		line-height: 38px !important;
	}

	.box-header-calle .nombre{
		max-width: 226px;
		width: auto;
	}
}

.box-main{
	margin: 0 auto;
	max-width: 1200px;
}

#mobileadvanced0.box1{
	height: 40px;
}	

img.foto-centro{
	display: block;
	margin: 30px auto;
	max-width: 600px;
}

table.dataTable,
label,
.dataTables_wrapper .dataTables_length, 
.dataTables_wrapper .dataTables_filter, 
.dataTables_wrapper .dataTables_info, 
.dataTables_wrapper .dataTables_processing, 
.dataTables_wrapper .dataTables_paginate{
    font: 1.1em/1.2 'actobook';
}

#tabla-uno_wrapper{
	margin: 30px auto 5px;
	max-width: 800px;
}
#tabla-dos_wrapper{
	margin: 30px auto 5px;
	max-width: 800px;
}
#tabla-uno_length,
#tabla-uno_filter,
#tabla-dos_length,
#tabla-dos_filter,
.dataTables_paginate,
.dataTables_info{
	display: none;
}
table.dataTable thead{
	text-align: left;
}
.rojo{
	color: red;
	font-family: 'actobold';
}
span.fuente{
	display: block;
	font: 1em/1.2 'actobook';
	max-width: 800px;
	margin: 0 auto;
	text-align: right;
}

.main-tabla{
	margin: 60px auto;
}
	.main-tabla h4{
		max-width: 700px;
	}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 

	.dato-video{
		/*width: 50%;*/
	}

}

img.foto{
	margin: 30px auto 0;
	max-width: 1200px;
}
img.foto-grande{
	margin: 30px auto;
}


#footer{
    background: #000;
    margin: 40px 0 0;
    padding: 20px 0;
    text-align: center;
}
    #footer a{
        display: block;
    }
        #footer img{
            max-width: 120px;
		}

.ba-slider{
	margin: 20px auto;
	max-width: 1000px;
}
.box-h3{
	margin: 0 auto;
	max-width: 580px;
}


.main-menu{
	bottom: 0;  
    width: 100%;
}
.box-menu{
	margin: 20px auto;
	max-width: 1000px;

	/*overflow-x: scroll;*/
  	overflow-y: hidden;
    white-space: nowrap;
}
	.box-menu ul{
		display: inline-block;
		list-style-type: none;
		padding: 0;
		text-align: center;
		vertical-align: top;		
	}
		.box-menu ul li{
			display: inline-block;
			max-width: 150px;
			padding: 0 7px;
			vertical-align: top;
			white-space: normal;
		}
			.box-menu ul li a{
				color: #e4e4e4;
				display: block;
				font: 21px/23px 'GuardianEgyp-Regular';
				text-decoration: none;
			}
			.box-menu ul li a span{
				font-family: 'actobold';
			}
	
	span.separador{
		background: #c2c2c2;
		display: inline-block;
		height: 50px;
		vertical-align: top;
		width: 1px;			
	}

.cintillo{
    background: #fff;
    margin: 0 auto;
    max-width: 1021px;   
}
	.cintillo h6{
        color: #fff;
        font: 35px/1.2 'GuardianEgyp-Black';
        margin: 0 auto;
        max-width: 100%;
        letter-spacing: 0;
        padding: 0px 20px;
        text-align: center;
        position: relative;
        text-transform: none;
        top: -60px;		
	}
		.cintillo h6 span{
			font-family: 'GuardianEgyp-Medium';
		}

.box-foto{	
    margin: 40px auto 70px;
	max-width: 980px;
}
	.centrado{

	}
.box-texto{
	margin-top: 20px;
    max-width: 690px;
}

/**
 * Primary styles
 *
 * Author: Luke Shumard
 * lukeshumard.com + @lukeshumard
 */

 #debug {
	left: -140px;
	position: fixed;
	display: block;
	width: 140px;
	border-top: 1px solid #ccc;
	top: 18px;
	z-index: 9999;
	transition: left .3s ease-out;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;	
}

#debug.open {
	left: 0px;
}

#debug h3 {
	margin: 0;
	padding: 0;
	background: #ccc;
	height: 13px;
	line-height: 1;
	border: 0;
	padding: 3px 0;
	text-indent: 1.0em;
	
}
#debug-nav {
	
}
#debug-nav a {
	display: block;
	color: #333;
	text-decoration: none;
	margin: 6px 0;
	padding: 2px;
	text-indent: 1.0em;
	font-size: 0.9em;
}

#debug-nav a span {
	color: #999;
}

#debug-nav a:hover {
	background: #ffef00;
}

#debug-nav a:hover span {
	color: #333;
}

#debug-trigger {
	display: block;
	position: absolute;
	top: -1px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: #ccc;
	color: #fff;
	font-size: 2em;
	overflow: hidden;
	border: 0;
	text-decoration: none;
	line-height: 15px;
	text-align: center;
}

#debug-trigger:hover,
#debug.open #debug-trigger {
	color: #ffef00;
}


/* CONTENT */

#content {
	/*display: block;
	width: 480px;
	margin: 36px auto;
	font-size: 1.5em;*/
}
#next {
	font-size: 2.2em;
	display: block;
	width: 200px;
	margin: 0 auto 72px;
}

.text-center{
    text-align: center !important;
}
.btn-regresar{
    width: 28px;
    cursor: pointer;
    right: 275px !important;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99999999;
    /* background-color: #ffffff00; */
    height: 28px;
    border: 1px solid #ffffff;
    animation-fill-mode: backwards;
}
	.btn-regresar a{
		color: #000;
		text-decoration: none;
	}
	.barra-distrito{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1;
        padding-bottom: 50px;
	}

.box-logo-lima{
    margin: 0px auto;
    /* display: block; */
    text-align: center;
}
.box-logo-lima-down {
    margin: 20px auto;
    /* display: block; */
    text-align: center;
    padding-bottom: 100px;
}
.box-pop-up {
    margin: 0px auto;
    max-width: 980px;
    padding: 30px 20px;
}

p.text-center img{
    padding-right: 10px;
    position: relative;
    top: 4px;
}

img.logo-tudecides {
    display: block;
    text-align: center;
    margin: 0px auto;
    max-width: 60px;
    width: 100%;
    vertical-align: middle;
}
    img.logo-lima-down {
        max-width: 70px;
    }
	span.linea{
		background: #000;
		display: inline-block;
		height: 1px;
		vertical-align: middle;
		width: 80px;
	}
span.seleccion{
	color: #797979;
	display: block;
	font: 18px/21px 'arial';
    margin: 40px auto;
	text-align: center;
    transition: transform .2s; /* Animation */
    max-width: 260px;
}
span.seleccion:hover{
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.contenedor-foto {
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: transform .2s;
}

.contenedor-foto:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.box-main-distritos {
    margin: 0px auto;
    max-width: 470px;
}
	.box-main-distritos ul{
		padding: 0;
		text-align: center;
	}
		.box-main-distritos ul li{
			display: inline-block;
			margin: 15px;
			vertical-align: top;
		}			
            .box-main-distritos ul li a {
                box-sizing: border-box;
                color: #fff;
                display: block;
                font: 16px/15px 'GuardianTextEgypt-Bold';
                padding: 0;
                text-align: left;
                text-decoration: none;
            }

.box-main-circulos{
	margin: 20px auto;
	max-width: 600px;
}
	.box-main-circulos ul{
		padding: 0;
		text-align: center;
        list-style-type: none;
	}
        .box-calle ul li {
            font: 20px/25px "GuardianEgyp-Regular";
            max-width: 340px;
            margin: 0 auto;
        }

        .box-calle ul li span{
            font: 20px/25px "GuardianTextEgypt-Bold";
            max-width: 340px;
            margin: 0 auto;
        }

        /*.box-calle ul li::before {
          content: "• ";
          color: red;  
        }*/


.box-datos{
	margin: 20px auto 20px;
	max-width: 980px;
}	
.box-calle{
	max-width: 980px;
}	
	.box-header-calle{
		text-align: center;
	}	
		.nombre{
			border-bottom: 1px solid #000;
			display: inline-block;
			margin-right: 20px;
			min-height: 126px;
			vertical-align: top;	
			width: 800px;	
		}	
			.nombre h3{
				font: 22px/20px "GuardianTextEgypt-Black";
				margin: 10px auto 5px;
			}	
			.nombre h4{
				font: 18px/20px "GuardianEgyp-Medium";
			}	

		.box-header-calle img{
			display: inline-block;
			max-width: 85px;
			vertical-align: top;
		}

	.box-ubicarlos {
        font: 19px/24px 'GuardianEgyp-Regular';
        margin: 20px auto;
        max-width: 500px;
	}


@media only screen and (max-width: 640px) {
    .btn-regresar {
        right: 3% !important;
    }
    img.casa {
        width: 100%;
        max-width: 100px;
    }
    .box-main-distritos ul li a {
        width: 100%;    
        height: inherit;
    }
    .box-main-distritos ul li {
        display: inline-block;
        margin: 10px;
        vertical-align: top;
        width: 42%;
    } 
    .contenedor-foto {
        width: 100%;
        height: inherit;
        display: block;
    }
}

/*Banners de publicidad*/
.container-top {
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.lateral-izq{
    text-align: right;
    float: left;
    display: inline-block;
    margin: 5px 0;
    max-width: 180px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 20px;
    left: 0px;
}

.lateral-der{
    text-align: left;
    float: right;
    display: inline-block;
    margin: 5px 0;
    max-width: 180px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 20px;
    right: 0px;
}

.container-zocalo{
    max-width: 728px;
    max-height: 90px;
    height: 100%;
    z-index: 2147;
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
}
/*Fin banners de publicidad*/

@media screen and (max-width: 768px) {
    .lateral-izq,.lateral-der{
        display: none;
    }
    .container-zocalo{
        height: 60px;
        overflow: scroll;
    }
}
