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

	.container {
		width: 100%;
        max-width: none !important;
	}

a {color: #000;	text-decoration: none}

a:hover, a:focus {
    color: #000 !important;
    text-decoration: none !important;
}

#home{
	/*background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/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: 1020px;	 
	padding-top: 60px;
	color: #ffffff;
	position: relative;
}

#bg1 {
    background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/banner1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: auto; */
    min-height: 550px;
    position: relative;
}

#bg2{
	background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/bg3.jpg);
	/*background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
    position: relative;
    /*padding-top: 45px;*/
}

#bg-hecho1{
    background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/bg-movil-hecho2.jpg) repeat-x;
    position: relative;
    background-color: #E4E4E4;
}

#bg-fondonegro {
    background-color: #252525;
    padding: 100px 0px;
}


#bg3b{
	background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/bg3b.jpg);
    position: relative;
}

#bg3c{
	background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/bg3c.jpg);
    position: relative;
}


.bg3{
	background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/bg-impresora.jpg);
	/*background-size: cover;
      background-attachment: fixed;*/
	background-position: center;
	background-repeat: no-repeat;
    height: 2656px;
    position: relative;
}

.bg-a{
	background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/bg-a.jpg);
    height: 1758px;
	background-position: center;
	background-repeat: no-repeat;
    position: relative;

}
.bg-b{
	background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/bg-b.jpg);
    height: 3210px;
    background-position: center;
	background-repeat: no-repeat;
    position: relative;
}
.bg-c{
	background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/bg-c.jpg);
    height: 4277px;
    background-position: center;
	background-repeat: no-repeat;
    position: relative;
}
.bg-d{
	background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/bg-d.jpg);
    height: 1606px;
    background-position: center;
	background-repeat: no-repeat;
    position: relative;
}
.bg-e{
	background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/bg-e.jpg);
    height: 1390px;
    background-position: center;
	background-repeat: no-repeat;
    position: relative;
}




.bloque-sugerencias {
	background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/bg-sugerencias.jpg) no-repeat 0 0 !important;
    height: 1801px;    
}

.bloque-lado-social {
	background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/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;
}
.content{
	margin-top: 16%;
	position: relative;
}
.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%;
}
.header-text h1{
	padding: 20px;
	position: relative;
	margin: 0 auto;
}*/
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;
}

#meet-us,
#services,
#works,
#about-us{
	padding: 60px 0;
}

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;
} 

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

.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;
}


nav#footer{
    background: #000;
    padding: 100px 0;
    color: #ffffff;
    height: 500px;
}
}
#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;
}

@font-face {
    font-family: 'glosablack';
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-black.eot');
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-black.eot?#iefix') format('embedded-opentype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-black.woff2') format('woff2'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-black.woff') format('woff'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-black.ttf') format('truetype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-black.svg') format('svg');
}

@font-face {
    font-family: 'glosablackitalic';
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-blackitalic.eot');
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-blackitalic.eot?#iefix') format('embedded-opentype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-blackitalic.woff2') format('woff2'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-blackitalic.woff') format('woff'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-blackitalic.ttf') format('truetype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-blackitalic.svg') format('svg');
}

@font-face {
    font-family: 'glosabold';
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bold.eot');
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bold.eot?#iefix') format('embedded-opentype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bold.woff2') format('woff2'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bold.woff') format('woff'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bold.ttf') format('truetype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bold.svg') format('svg');
}

@font-face {
    font-family: 'glosabolditalic';
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bolditalic.eot');
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bolditalic.woff2') format('woff2'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bolditalic.woff') format('woff'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bolditalic.ttf') format('truetype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-bolditalic.svg') format('svg');
}

@font-face {
    font-family: 'glosaroman';
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-roman.eot');
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-roman.eot?#iefix') format('embedded-opentype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-roman.woff2') format('woff2'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-roman.woff') format('woff'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-roman.ttf') format('truetype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/glosa-roman.svg') format('svg');
}


@font-face {
    font-family: 'prelosemibold';
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/Prelo-SemiBold.eot');
    src: url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/Prelo-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/Prelo-SemiBold.woff2') format('woff2'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/Prelo-SemiBold.woff') format('woff'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/Prelo-SemiBold.ttf') format('truetype'),
         url('/especiales/alberto-fujimori-renuncia-fax-15-anos/fonts/Prelo-SemiBold.svg#prelosemibold') format('svg');
}

h1 {
    font: 35px/40px 'glosabolditalic';
    font-weight: 700;
    color: #FFFFFF;
    padding-top: 45px;
    font-style: italic;
    margin-bottom: 5px;
}

h2 {
    font: 21px/30px 'timesnewroman';
    color: #FFFFFF;
    margin-top: 0px !important;
}

h3{   
    font: 35px/47px 'glosabold';
    font-weight: 700;
    color: #000;
    padding-top: 0px;
    text-align: center;
}

h3.bloque-rojo{
    color: white;
}

h3.bloque-gris{
    color: white;
}

.truco{
    height: 60px;
}

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

.bg-gris {
    background-color: #e4e4e4;
}

h4 {
    font: 22px/40px 'glosabold';
    font-weight: 700;
    color: #fff;
    padding-top: 0px;
    text-align: center;
    text-decoration: underline;
}

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

.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;
}

.btn-regresar{
    padding-left: 10px;
    padding-top: 20px;
}

p{
    font: 20px/35px 'glosaroman';
    color: #000;
    text-align: left;
    margin-bottom: 37px;
}

p.txt-footer{
    font: 15px/25px 'prelosemibold';
    font-weight: 599;
    color: #646464;
    margin-bottom: 0px;
    text-transform: uppercase;
}

p.dos{
    font: 20px/60px 'glosaroman';
    font-weight: 599;
    color: #000;
    text-align: left;
    margin-bottom: 20px;    
}

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

span{
    background-color: #e4e126;
    color: black;
    padding: 5px 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

p.txt-comentarios {
    font: 17px/20px 'gotham';
    padding-top: 10px;
    color: black;
    position: relative;
    top: 0px;
}

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;
}





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

.color-azuloscuro {
    color: #10444c !important;
}

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


.borde-negro {
    border: #000 20px solid;
    margin-bottom: 60px;
}


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

#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;  
    }
      
img.img-retroceder {
	margin-bottom: 10px;
    position: relative;
    z-index: 10;
    /*top: -104px;*/
}

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


.header-comercio{
	background: #000;
	padding: 10px;
	position: fixed;
	width: 100%;
    z-index: 99999999;
}
	.ctn-header{
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
		a.logo-comercio{
			background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/sprites.png) no-repeat 0 2px;
			display: block;
			height: 30px;
			margin: 0 auto;
			text-indent: -99999px;
			width: 188px;
		}


    .ctn-header a.logo, a.logo-footer {
        background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/sprites.png) no-repeat 0 0;
        display: inline-block;
        height: 26px;
        text-indent: -99999px;
        width: 170px;
    }

/* ICONO REDES SOCIALES*/
	#social{
		    float: right;
            position: relative;
            top: 250px;
            height: 100px;
            width: 100%;
            z-index: 20;
	}		
		#social ul {
			cursor: pointer;
			list-style-type: none;
			list-style-image: none;
			margin: 0px auto;
			padding: 0;
			text-align: center;            
		}
			#social li{		        	
			    display: inline-block;
			    margin: 0;
			    *display: inline;
			    vertical-align: top;
			    zoom:1;
			}
				#social li a {
			        background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/sprites2.png) no-repeat 0 0; 
			        border: 0;
			        display: block;
			        height: 61px; 
			        margin: 0px;                     
			        padding: 10px;
			        text-indent: -9999px;                          
			        width: 60px;
			    }
					#social li a#facebook {
					    background-position: -5px -106px;
					}
						/*#social li a#facebook:hover {
					    	background-position: -76px 106px;
						}*/			     
					#social li a#twitter {
					    background-position: -5px -225px;		
					}	
						/*#social li a#twitter:hover {
					    	background-position: -37px -66px;
						}*/	           
					#social li a#google {
                             background-position: 0px -165px;					
                        } 

     .ico-cerrar{
        background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/btn-cerrar.png) no-repeat;
        height: 59px;
        width: 58px;
        position: fixed;
        top: 500px;
        margin-left: 870px;
    }

    .ico-twitter{
        background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/btn-twitter.png) no-repeat;
        height: 59px;
        width: 58px;
        float: left;
        margin-left: 5px;
    }

    .ico-facebook{
        background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/btn-face.png) no-repeat;
        height: 57px;
        width: 61px;
        float: left;    
    }

    a.ico-cerrar:hover{
        background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/btn-cerrar2.png) no-repeat;
    }

    a.ico-twitter:hover{
        background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/btn-twitter2.png) no-repeat;
    }

    a.ico-facebook:hover{
        background: url(/especiales/alberto-fujimori-renuncia-fax-15-anos/img/btn-face2.png) no-repeat;
    }

.menu-inactive{
	color: #fff;
}
.menu-active{
	color: #D0212D !important;
}
.box-foto{
	min-height: 750px;
	position: relative;
	width: 100%;
}
	.foto-item{
		position: absolute;
	}
.img-fluida{
	width: 100%;
}

.padding-20{
    padding: 20px;
}

.padding-bottom-20{
    padding-bottom: 20px;
}

.padding-bottom-30{
    padding-bottom: 30px;
}

.padding-bottom-70{
    padding-bottom: 70px;
}

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

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

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

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

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

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

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

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


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


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

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

 p.txt-blanco {
    color: white;
}

@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)
    and (device-width : 414px)
    and (device-height : 736px)
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 3) 
    and (-webkit-device-pixel-ratio : 3)
{ 
    .truco{
    height: 60px;
    }
}



