
body, html{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
}

	.container {
		width: 1020px;
        max-width: none !important;
        position: relative;
	}


a {color: #222222}
a:hover,
a:focus{
	color: #c59a6d;
	text-decoration: none;
}

#portada {
    background: url(/especiales/sporting-cristal-60-anos/img/cc-banner.jpg) #07162f; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
    height: auto;
    min-height: 1065px;
    color: #ffffff;
    position: relative;
    background-position-y: 80px;
    width: 1020px;
    margin: 0 auto;
    background-size: 141%;
    background-position-x: -230px;
}

    .girar{
      -webkit-animation-name: AnimInfinita;
        -webkit-animation-duration: 3s;
      -webkit-animation-iteration-count:infinite;   
      /*-webkit-animation-direction:alternate;*/
      -webkit-animation-timing-function:linear;
      -webkit-animation-delay:1s;
        animation-name: AnimInfinita;
        animation-duration: 3s;
        animation-iteration-count:infinite; 
        /*animation-direction:alternate;*/
        animation-timing-function:linear;
        animation-delay:1s;
    }

        @-webkit-keyframes AnimInfinita{
            0%{
               transform:skewY(-10deg);
            }
            50%{
                transform:rotate(0deg);
            }
            100%{
                transform:rotate(360deg);
            }
        }


    .saltar{
      -webkit-animation-name: AnimInfinita2;
        -webkit-animation-duration: 1s;
      -webkit-animation-iteration-count:infinite;   
      /*-webkit-animation-direction:alternate;*/
      -webkit-animation-timing-function:linear;
      -webkit-animation-delay:1s;
        animation-name: AnimInfinita2;
        animation-duration: 1s;
        animation-iteration-count:infinite; 
        /*animation-direction:alternate;*/
        animation-timing-function:linear;
        animation-delay:1s;
            margin-top: 100px;
    }
    

        @-webkit-keyframes AnimInfinita2{
            0%{
                transform:translateY(0px);
            }
            50%{
                transform:translateY(-25px);
            }
            100%{
                transform:translateY(0px);
            }
        }

.hover{
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode:forwards;
   animation-duration: 1s;  
   animation-fill-mode:fordwards;   
}

.hover:hover{
    cursor:pointer;
    -webkit-animation-name: hoverAnim;
    animation-name: hoverAnim;
}


@-webkit-keyframes hoverAnim {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  35%{
    text-shadow:0 -6px 3px #fff;
  }
  50%{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    background-color:#17a88c;   
  }
  70%{
    text-shadow:0 6px 3px #fff;
  }
  100% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1, 1, 1);
    text-shadow:0 0px 3px #fff;
    box-shadow:0 0 5px #000;
  }
}

@keyframes hoverAnim  {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  35%{
    text-shadow:0 -6px 3px #fff;
  }
  50%{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    background-color:#17a88c;   
  }
  70%{
    text-shadow:0 6px 3px #fff;
  }
  100% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1, 1, 1);
    text-shadow:0 0px 3px #fff;
    box-shadow:0 0 5px #000;
  }
}


.nopadding{
	padding: 0;
	margin: 0;
}

.nopadding2{
	padding: 0 0 0 35px;
	margin: 0;
}

.nopadding3{
	padding: 89px 0 0 0;
	margin: 0;
}

.nopadding4{
	padding: 0 0 0 5px;
	margin: 0;
}

#raza-de-campeon {
    background: url(/especiales/sporting-cristal-60-anos/img/bg-line-up.jpg),
                url(/especiales/sporting-cristal-60-anos/img/bg-line-down.jpg);
    background-color: #00bff3;
    background-position: top left,
                         bottom right;
    background-repeat: no-repeat,
                       no-repeat;
    /*background-attachment: fixed;*/
    height: auto;
    min-height: 2630px;
    padding-top: 0px;
    color: #ffffff;
    position: relative;
}

#los-idolos {
    height: auto;
    background-color: #07162f;
    min-height: 1388px;
    color: #ffffff;
    position: relative;
}

#simbolos {
    height: auto;
    background-color: #07162f;
    min-height: 1380px;
    color: #ffffff;
    position: relative;
        overflow: hidden;
}

#los-records {
    height: auto;
    background-color: #07162f;
    min-height: 1900px;
    color: #ffffff;
    position: relative;
}

#los-artilleros {
    height: auto;
    background-color: #07162f;
    min-height: 500px;
    color: #ffffff;
    position: relative;
}

#el-tricampeonato {
    height: auto;
    background-color: #07162f;
    min-height: 1000px;
    color: #ffffff;
    position: relative;
}

#libertadores-97 {
    height: auto;
    background-color: #07162f;
    min-height: 1900px;
    color: #ffffff;
    position: relative;
}



    .bg-mancha {
        background: url(/especiales/sporting-cristal-60-anos/img/bg-mancha-celeste.jpg),  url(/especiales/sporting-cristal-60-anos/img/bg-mancha-celeste.jpg);;
        background-repeat: no-repeat, no-repeat;
        background-position: 615px 340px, 615px 870px;
    }

    .bg-mancha2 {
        background: url(/especiales/sporting-cristal-60-anos/img/bg-mancha-celeste2.jpg);
        background-repeat: no-repeat;
        background-position: 70px 310px;
    }

    .div-izq {
        position: relative;
        z-index: 15;
    }

        .borde-up{
            border-top: 8px solid #fff200;
            padding-right: 30px;
        }

    .div-der {
        height: 480px;
        position: relative;
    }

    .bg-mancha {
        position: relative;
        top: -424px;
        left: -45px;
        z-index: 5;
    }

    .foto-jugador {
        position: relative;
        z-index: 10;
    }

.altura-225{
    height: 225px;
}

.altura-550{
    height: 550px;
}

.content{
	/*margin-top: 16%;*/
	position: relative;
}

/** fonts **/
@font-face {
    font-family: 'oswaldlight';
    src: url('/especiales/sporting-cristal-60-anos/fonts/oswald-light-webfont.eot');
    src: url('/especiales/sporting-cristal-60-anos/fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/sporting-cristal-60-anos/fonts/oswald-light-webfont.woff2') format('woff2'),
         url('/especiales/sporting-cristal-60-anos/fonts/oswald-light-webfont.woff') format('woff'),
         url('/especiales/sporting-cristal-60-anos/fonts/oswald-light-webfont.ttf') format('truetype'),
         url('/especiales/sporting-cristal-60-anos/fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
}
 @font-face {
    font-family: 'bignoodletitlingregular';
    src: url('/especiales/sporting-cristal-60-anos/fonts/big_noodle_titling-webfont.eot');
    src: url('/especiales/sporting-cristal-60-anos/fonts/big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/sporting-cristal-60-anos/fonts/big_noodle_titling-webfont.woff2') format('woff2'),
         url('/especiales/sporting-cristal-60-anos/fonts/big_noodle_titling-webfont.woff') format('woff'),
         url('/especiales/sporting-cristal-60-anos/fonts/big_noodle_titling-webfont.ttf') format('truetype'),
         url('/especiales/sporting-cristal-60-anos/fonts/big_noodle_titling-webfont.svg#bignoodletitlingregular') format('svg');
}
@font-face {
    font-family: 'oswaldregular';
    src: url('/especiales/sporting-cristal-60-anos/fonts/oswald-regular-webfont.eot');
    src: url('/especiales/sporting-cristal-60-anos/fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/sporting-cristal-60-anos/fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('/especiales/sporting-cristal-60-anos/fonts/oswald-regular-webfont.woff') format('woff'),
         url('/especiales/sporting-cristal-60-anos/fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('/especiales/sporting-cristal-60-anos/fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
}

    p{
        font: 20px/32px 'oswaldlight';
        font-weight: 599;
        color: white;
        padding: 20px 0px;

    }

h2.skew {
    -ms-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    color: white;
    text-align: left;
    font: 180px/129px 'bignoodletitlingregular';
    height: 200px;
    margin-left: 30px;
}

.ajuste-anchura{
    width: 200px;
}

h2{
	font: 75px/15px 'bignoodletitlingregular';
    color: #fff200;
    text-align: center;
    text-transform: uppercase;
    padding: 55px 0px 15px 0px;
}

h3{   
    font: 27px/0px 'bignoodletitlingregular';
    color: #07162f;
    top: -3px;
    position: relative;
}

h4 {
    font: 60px/43px 'bignoodletitlingregular';
    color: white;
    text-align: left;
    width: 215px;
}

h4 > span {
    color: #fff200 !important;
}

.section-title {
	margin: 220px 0px 50px 0px;
}

    #social {
        margin-top: 510px;
        position: relative;
        z-index: 99999;
    }

		#social ul {
			cursor: pointer;
			list-style-type: none;
			list-style-image: none;
			margin: 0;
			padding: 0;
			text-align: center;            
		}

		#redes-sociales ul {
			cursor: pointer;
			list-style-type: none;
			list-style-image: none;
			margin: 0;
			padding: 0;
			text-align: center;            
		}

            #social li, #redes-sociales li {		        	
			    display: inline-block;
			    margin: 0;
			    *display: inline;
			    zoom:1;
			}

				#social li a, #redes-sociales li a{
			        background: url(/especiales/sporting-cristal-60-anos/img/sprites.png) no-repeat;
			        border: 0px solid #fff;
                    border-radius: 20px;
			        display: block;
			        height: 85px; 
			        padding: 15px;
			        text-indent: -9999px;
                    margin: 0;  
			        width: 80px;
			    }
					#social li a#facebook, #redes-sociales li a#facebook {
					    /*background-color: #0054a6;*/
					    background-position: -2px -45px;
					}
                    #social li a:hover#facebook, #redes-sociales li a:hover#facebook {
					    background-position: -2px -133px;
					}
					#social li a#twitter, #redes-sociales li a#twitter {
                        background-position: -78px -56px;
                    }
                    #social li a:hover#twitter, #redes-sociales li a:hover#twitter {
                        background-position: -78px -143px;
					}		           
					#social li a#google, #redes-sociales li a#google{
                        background-position: -75px -31px;
                    }
                    #social li a:hover#google, #redes-sociales li a:hover#google {
					    background-position: -74px -65px;
                        background-color: #fff;
                        border: 0px solid #fff;
					}


.padding-top-50{
    padding-top: 50px;
}

.padding-top-80{
    padding-top: 80px;
}

.padding-top-100{
    padding-top: 100px;
}

.padding-top-150{
    padding-top: 150px;
}

.padding-top-200{
    padding-top: 200px;
}

.padding-top-250{
    padding-top: 250px;
}

.padding-top-300{
    padding-top: 300px;
}

.margin-top-100{
    margin-top: 100px;
}

.margin-top-200{
    margin-top: 200px;
}

.margin-top-300{
    margin-top: 300px;
}

.txt-idolos{
    font: 21px/30px 'oswaldlight' !important;
    padding: 30px;
}

/*.bg-idolo1 {
    background: url(/especiales/sporting-cristal-60-anos/img/bg-alberto-gallardo.jpg);
}

.bg-idolo2 {
    background: url(/especiales/sporting-cristal-60-anos/img/bg-alfredo-quesada.jpg);
}

.bg-idolo3 {
    background: url(/especiales/sporting-cristal-60-anos/img/bg-julio-cesar-uribe.jpg);
}

.bg-idolo4 {
    background: url(/especiales/sporting-cristal-60-anos/img/bg-roberto-palacios.jpg);
}*/

.bg-title-artilleros{
    background: url(/especiales/sporting-cristal-60-anos/img/bg-los-artilleros.png);
    background-repeat: no-repeat;
    height: 156px;
}


.bg-idolos-bottom {
    background: url(/especiales/sporting-cristal-60-anos/img/idolos-bottom.jpg);
    background-repeat: no-repeat;
    height: 1022px;
}

.bg-records1 {
    background: url(/especiales/sporting-cristal-60-anos/img/bg-records1.jpg);
    background-repeat: no-repeat;
    height: 294px;
    width: 1000px;
}

.bg-records2 {
    background: url(/especiales/sporting-cristal-60-anos/img/bg-records2.jpg);
    background-repeat: no-repeat;
    height: 275px;
    width: 1000px;
}

    #los-records h3 span, #los-records h3.down span{
            font: 50px/30px 'bignoodletitlingregular' !important;
            color: #07162f !important;
        }

#los-artilleros h3{
    font: 60px/36px 'bignoodletitlingregular' !important;
    color: #00bff3;
    padding: 28px 0px 0px 80px;
    width: 200px;
}

    #los-artilleros h3 span, #los-artilleros h3.down span{
        font: 60px/50px 'bignoodletitlingregular' !important;
        color: #07162f !important;
    }

#los-records h3{
    font: 50px/36px 'bignoodletitlingregular' !important;
    color: #00bff3;
    padding: 70px 0px 5px 0px;
    width: 200px;
}    

#los-records h3.down {
    font: 50px/36px 'bignoodletitlingregular' !important;
    color: #00bff3;
    padding: 30px 0px 5px 0px;
    width: 170px;
}

#los-records h4 {
    font: 34px/30px 'bignoodletitlingregular' !important;
    color: #00bff3;
    margin-bottom: 0px;
}

#los-records p {
    font: 21px/25px 'bignoodletitlingregular';
    font-weight: 599;
    color: white;
    padding: 0px !important;
}

.bloque-goles {
    height: 120px;
    display: flex;
    padding-top: 20px;
}

#los-artilleros h4 {
    font: 34px/37px 'bignoodletitlingregular' !important;
    color: #00bff3;
    margin-bottom: 55px;
    width: 120px;
    height: 62px;
    text-align: right;
    padding-right: 8px;
    border-right: 2px solid #fff200;
}

#los-artilleros h5.goles {
    font: 60px/21px 'bignoodletitlingregular' !important;
    color: white;
    width: 53px;
    height: 62px;
    text-align: center;
    padding: 20px 8px 0px 5px;
    border-right: 2px solid #fff200;
}

    #los-artilleros h5.goles span {
    font: 23px/0px 'bignoodletitlingregular' !important;
    color: white !important;
    text-align: center;
    }

#los-artilleros p {
    font: 21px/25px 'bignoodletitlingregular';
    font-weight: 599;
    color: white;
    padding: 0px !important;
}

#los-records p.txt-comentarios, #libertadores-97 p.txt-comentarios {
    font: 20px/35px 'oswaldlight';
    padding-top: 12px;
    color: white;
    padding: 50px 100px 100px 100px !important;
    position: relative;
    top: 7px;
    text-align: center;
}

.txt-fuente{
        font: 18px/30px 'oswaldlight';

}

p.txt-footer{
    font: 15px/30px 'prelosemibold';
    -ms-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    color: white;
    font: 34px/0px 'bignoodletitlingregular';
}

nav#footer {
    background: #07162f;
    padding: 160px 0 0 0;
    color: #ffffff;
    height: 1000px;
        width: 1020px;
    margin: 0 auto;
}

    .color-blanco {
        color: white !important;
    }

    .color-rojo {
        color: #d0222d !important;
    }

    .color-celeste {
        color: #00bff3 !important;
    }

    .color-amarillo {
        color: #fff200 !important;
    }

    hr{
        width: 100px;
        border-top: 2px solid #11b3cb;
        margin-bottom: 10px;
    }

.star {
    background: url(/especiales/sporting-cristal-60-anos/img/sprites.png) no-repeat -10px -594px;
    content: '';
    height: 18px;
    top: 15px;
    left: 437px;
    margin: 0 auto;
    position: absolute;
    width: 18px;
}

.star2 {
    background: url(/especiales/sporting-cristal-60-anos/img/sprites.png) no-repeat -10px -593px;
    content: '';
    height: 18px;
    top: -7px;
    left: 561px;
    margin: 0 auto;
    position: absolute;
    width: 18px;
}



































#bg2{
	background: url(/especiales/lifweek-guia-moda/img/cc-bg2.jpg) no-repeat 0 0 !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;	
    height: auto;
    min-height: 995px;
    position: relative;
}

.bloque-sugerencias {
	background: url(/especiales/lifweek-guia-moda/img/bg-sugerencias.jpg) no-repeat 0 0 !important;
    height: 1801px;    
}

.bloque-lado-social {
	background: url(/especiales/lifweek-guia-moda/img/bg-ladosocial.jpg) no-repeat 0 0 !important;
    height: 1200px;    
}

#home a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	/*border: 1px solid #fff;*/
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	margin-top: 100px;
	/*color: #ffffff;*/
    background-color: #FFC800;
	cursor: pointer;
}

.header-text.btn{
	border: 1px solid #000;
	border-radius: 0; 
    background-color: rgba(0,0,0,0.5);
	/*padding: 10px 30px;
	height: 100px;*/
}
.header-text.btn:hover{
	color: inherit;
}
.header-text.btn:focus, 
.header-text.btn:active:focus, 
.header-text.btn.active:focus, 
.header-text.btn.focus, 
.header-text.btn:active.focus, 
.header-text.btn.active.focus {
	outline: thin dotted transparent;
	outline: none;
	outline-offset: -2px;
}
.typed-cursor {
	opacity: 0;
	padding: 10px 2px;
    display: none;
	background: #ffffff;
	margin: 10px;
	-webkit-animation: blink;
    -moz-animation: blink;
    animation: blink;
    webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    animation-duration: 4s;
}
@keyframes blink{
    0% { opacity:0;}
    50% { opacity:1;}
    100% { opacity:0;}
}
@-webkit-keyframes blink{
    0% { opacity:0;}
    50% { opacity:1;}
    100% { opacity:0;}
}
@-moz-keyframes blink{
    0% { opacity:0;}
    50% { opacity:1;}
    100% { opacity:0;}
}
span.typed-cursor {
	top: -5px;
	position: relative;
}
/*.header-text{
	margin-top: 20px;	
	position: absolute;
	border: 1px solid #ffffff;
	left: 25%;
	right: 25%;
}
*/
nav#menu span.fa.fa-bars{
	font-size: 30px;
	position: fixed;
	left: 120px;
	color: #FFC800;
	cursor: pointer;
	z-index: 1;
    border-radius: 50px;
    padding: 8px 10px;
    background-color: rgba(0,0,0,0.7);
    
}

.navmenu, .navbar-offcanvas {
width: 270px;
z-index: 10;
}
.navmenu-default, 
.navbar-default .navbar-offcanvas {
	background-color: #1E2429;
	border-color: #1E2429;
	border: 0;
}
.navmenu-default .navmenu-nav>li>a:hover, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover, 
.navmenu-default .navmenu-nav>li>a:focus, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
color: #ffc605;
background-color: transparent;
}
.nav > li {
position: relative;
display: block;
text-align: center;
}
.navmenu-default .navmenu-nav>li>a, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a {
color: #ffffff;
text-transform: uppercase;
font-size: 12px;
line-height: 30px;
}
nav#menu span.fa.fa-bars:hover {
color: #FFC800;
}
.navmenu-default .navmenu-nav>.active>a, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a, 
.navmenu-default .navmenu-nav>.active>a:hover, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover, 
.navmenu-default .navmenu-nav>.active>a:focus, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
color: #ffc605;
background-color: transparent;
}

.close:hover{
	background: #D7A600;
	color: #ffffff;
	opacity: 1;
}
.close{
	background: #fff;
	padding: 10px 12px;
	opacity: 1;
	transition: all 0.3s;
}
.add-margin{
	margin-top: 200px;
}


a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border: 1px solid #000;
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	cursor: pointer;
	color: #000;
	margin-top: 30px;
}

.space{ padding: 70px 0px}

#cta{
	background: #282f35;
	padding: 4% 0;
}

a.btn.go-to-btn{
	text-transform: uppercase;
	border: 1px solid #c59a6d;
	word-spacing: 2px;
	padding: 7px 30px;
	border-radius: 2px;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.5s;
}
a.btn.go-to-btn:hover{
	background: #c59a6d;
	color: #282f35;
} 


.portfolio-item .hover-bg{
	height: 280px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 20% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h5{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h5{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>.hline{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>.hline{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
.hline{
	height: 40px;
	width: 30px;
	border-top: 2px solid #f1f1f1;
	margin: 0 auto
}

.hover-text p.lead{
	color: #FFC800;
}


a.btn.read-more-btn{
	text-transform: uppercase;
	background: #c59a6d;
	color: #282f35;
	word-spacing: 2px;
	padding: 7px 30px;
	border-radius: 2px;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.5s;
}
a.btn.read-more-btn:hover{
	background: #222222;
	color: #ffffff;
}

a.btn.send-btn{
	text-transform: uppercase;
	background: #c59a6d;
	color: #282f35;
	padding: 15px 35px;
	border-radius: 0;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.5s;
}
a.btn.send-btn:hover{
	background: transparent;
	border: 1px solid #c59a6d;
	color: #ffffff;
}

ul, ol{
	padding: 0;
	moz-padding: 0;
	webkit-padding: 0;
}

ul.clients li{
	display: inline-block;
	padding: 20px 40px;
	vertical-align: middle;
}


ul.social li{
	display: inline-block;
	margin-right: 20px;
	margin-top: 30px;
}

ul.social li a{
	color: #ffffff;
	font-size: 16px;
}

#footer span.fa{
	color: #FFC800;
	font-size: 26px;
	margin-left: 10px;
}
#footer{
	color: #fff;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #c59a6d;
}

img.bg-color{
    background-color: orange;
    position: absolute;
    text-align: left;
}

h3.bloque-rojo{
    color: white;
}

h3.bloque-gris{
    color: white;
}

#partes-desfile {
    position: relative;
    top: -200px;
}

h5{
    font: 38px/40px 'gothambold';
	text-transform: uppercase;
	color: white;
}

h6{
	text-transform: uppercase;
    color: #fff;
	font-size: 40px;
	word-spacing: 2px;
	letter-spacing: 2px;
}


.espacio-arriba {
    margin-top: 90px;
}

.section-title2 {
    margin: 0px 0px 30px 0px;
}

.section-title-up40 {
    margin: 40px 0px 0px 0px;
}

.section-title20 {
    margin: 0px 0px 20px 0px;
}

p.dos{
    font: 20px/30px 'oswaldlight';
    font-weight: 600;
    color: #646464;
    padding-top: 20px;
}

p.tres{
    font: 20px/25px 'oswaldlight';
    color: #11b3cb;
    padding-top: 10px;
}

p.sugerencias{
    font: 20px/40px 'oswaldlight';
    color: #646464;
    padding-top: 30px;
}


p.numeros-up{
    font: 190px/0px 'oswaldlight';
    /* font-weight: 100; */
    color: #11b3cb;
    padding: 100px 0px 90px 0px;
}

p.numeros-bold{
    font: 190px/0px 'oswaldregular';
    /* font-weight: 100; */
    color: #11b3cb;
    padding: 100px 0px 90px 0px;
}

p.numeros-down{
    font: 35px/45px 'oswaldlight';
    font-weight: 100;
    color: #646464;
    text-align: center;
    padding-bottom: 190px;
}

p.txt-retroceder{
    font: 16px/20px 'gotham';
    font-weight: 400;
    color: black;
    text-align: center;
    position: relative;
    /*top: -100px;*/
}

p.txt-frase {
    font: 30px/35px 'glosadisplayblack';
    color: black;
    position: relative;
    top: 0px;
}

p.txt-frase2 {
    font: 18px/20px 'gotham';
    color: black;
    position: relative;
    top: 0px;
}











#home p {
    font: 20px/30px 'gotham';
    color: #fff;
    position: absolute;
    text-align: justify;
}
#home h1{
	color: #fff;
	font: 110px/40px 'gotham_boldregular';
	margin: 0 auto;
	position: absolute;
	text-transform: uppercase;
	top: 160px;
	z-index: 999999;
}
#home h2{
	position: absolute;
	top: 195px;
}

.rojo-box-1 {
    background: #d0212d;
    margin-bottom: 0px;
    margin-right: 50px;     
    padding: 25px;
    position: absolute;
    top: 0;
    z-index: 100;    
}

    .rojo-box-1 > p {
        font: 16px/24px 'gotham';
        color: white !important;
        text-align: left;
    }

.blanco-box-1 {
    background: white;
    margin-bottom: 0px;
    margin-right: 50px;     
    padding: 25px;
    z-index: 100;
    position: absolute;
}

    .blanco-box-1 > p {
        font: 16px/24px 'gotham';
        color: black !important;
        text-align: left;
    }

.negro-box-1 {
    background: #000;
    height: 174px;
    margin-bottom: 0px;
    margin: 0px 50px;
    padding: 15px;
    z-index: 100;
    position: relative;
}

    .negro-box-1 ul li{
        color: red;
        cursor: pointer;
        font: 19px/29px 'gotham';
        margin-left: 30px;
    }

    .negro-box-txt {
      color: #fff !important;
      text-align: left;  
    }

    span.txt-white {
      color: #fff ; text-transform: uppercase;
    }
        
img.img-retroceder {
	margin-bottom: 10px;
    position: relative;
    z-index: 10;
    /*top: -104px;*/
}

.margen-img-10 {
	margin: 20px 0px 10px 0px;
} 

.bg-rojo{
    background-color: #d0212d;
}

.bg-gris{
    background-color: #6d6f71;
}

.bloque-rojo{
    background-color: #d0212d;
    padding-bottom: 10px;
}

.bloque-gris{
    background-color: #6d6f71;
    padding-bottom: 10px;
}

.bloque-rojo-oscuro{
    background-color: #b22730;
    padding-bottom: 10px;
}

 p.txt-blanco {
    color: white;
}

#carpetas-vacias, #en-campos-de-refugiados, #huyendo-de-casa, #ninos-trabajadores, #que-esperar-del-futuro{
	padding: 40px 0px 20px 0px;
}

#juguetes-por-armas {
    border-top:20px solid #b22730;
	padding: 40px 0px 20px 0px;
}

#el-drama-en-sus-cifras{
	padding: 25px 0px 0px 0px;
}

.header-comercio{
	background: #000;
    padding: 10px;
    width: 1020px;
    z-index: 99999999;
    margin: 0 auto;
    height: 50px;
}
	.ctn-header{
		margin: 0 auto;
        max-width: 1000px;
		position: relative;
		width: 100%;
	}
		a.logo-comercio{
			background: url(/especiales/sporting-cristal-60-anos/img/sprites.png) no-repeat 0 0;
			display: block;
            float: left;
			height: 30px;
			margin: 0 auto;
			text-indent: -99999px;
			width: 188px;
		}


    .ctn-header a.logo, a.logo-footer {
        background: url(/especiales/sporting-cristal-60-anos/img/sprites.png) no-repeat 0 0;
        display: inline-block;
        height: 26px;
        text-indent: -99999px;
        vertical-align: top;
        width: 170px;
    }


/** armando **/

.btn-audio{
    background: url(/especiales/sporting-cristal-60-anos/movil/img/sprites.png) no-repeat -76px -113px;
    background-size: 230px 705px;
    height: 62px;
    margin: 45% 0 0 40%;
    position: absolute;
    width: 55px;
    z-index: 20;
}
.audio-playing{
    background: url(/especiales/sporting-cristal-60-anos/movil/img/btn-pause.png) no-repeat 2px 7px;
    background-size: 90%;
}
.simbolo{
    margin-bottom: 40px;
}
.banner-top{
    margin: 30px auto;
    position: relative;
}
.banner-side{
    /*background: #c2c2c2;*/
    /*height: 599px;*/
    position: relative;
    /*width: 150px;*/
}
    .left{
        left: -150px;
        top: 30px;
    }
    .right{
        right: -150px;
        top: 30px;
    }
.box-main-datos{
    margin: 0 auto;
    width: 1020px;
    background: #07162F;
    padding: 0 35px;
}
    .box-titulo{
        background: url(/especiales/sporting-cristal-60-anos/img/mancha-pequena.png) no-repeat 0 0;
        background-size: 100%;
        display: inline-block;
        height: 105px;
        vertical-align: top;
        width: 150px;
    }
        .box-titulo h3{
            font: 40px/30px 'bignoodletitlingregular';
            margin: 30px auto;
            padding-left: 35px;
        }
            .box-titulo h3 span{
                color: #00bff3;
                display: block;
            }
    .box-columna-dato,
    .box-dato,
    .box-bg,
    .box-dato p{
        display: inline-block;
        vertical-align: top;
    }

    .box-columna-dato{
        
    }
        .columna-1{
            max-width: 275px;
        }
        .columna-2{
            max-width: 515px;
        }
            .columna-2 .box-dato p{
                float: left;
                width: 360px;
            }
        .box-dato{

        }
            .box-bg{

            }
                .fantasma{
                    background: url(/especiales/sporting-cristal-60-anos/img/sprites.png) no-repeat -190px 0;
                    height: 150px;
                    width: 116px;
                }
                .pelota{
                    background: url(/especiales/sporting-cristal-60-anos/img/sprites.png) no-repeat -177px -151px;
                    height: 80px;
                    width: 116px;
                }
                .copa{
                    background: url(/especiales/sporting-cristal-60-anos/img/sprites.png) no-repeat -187px -227px;
                    float: left;
                    height: 565px;
                    margin-right: 10px;
                    width: 125px;
                }
            .box-dato p {
                width: 150px;
            }
                .box-dato p span{
                    background: #00bff3;
                    display: inline-block;
                    height: 3px;
                    margin: 0 2px;
                    vertical-align: middle;
                    width: 10px;
                }
p.desarrollo{
    line-height: 45px;
    padding-bottom: 0;
    padding-top: 0;
}
p.textos{
    margin-top: 60px;
}
