.primerscroll{
	height: 100vh;
	background-image: url("../images/foto/header.png");
	background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0px;
}

.color1{
	color: #B20000;
}

.font1{
	font-size: 1.5rem !important;
}

.font2{
	font-size: 1rem !important;
}

.logo-principal{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 222px !important;
}

.h-imagenes128px{
	height: 64px;
}

.overlay{
	background: url("../images/iconos/pattern_overlay.png") repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
    height: 100%;
}

.menu-bg{
	background-color: #A22724;
	border-bottom: solid white 1px;
}

.nav-link{
	color: #FFF;
	font-size: 14px;
	border-right: solid 1px #FFF;
    line-height: 0px;
}

.link-last{
	border: none !important;
}

.nav-link:hover{
	color:#7f7f7f;
}

.nav-item .active{
	color:#b2b2b2;
}

.footer{
	background-color: #000;
}

.color-footer,.color-link{
	color:#FFF;
	text-decoration: none;
}

.color-link{
	font-weight: 100;
}

.color-link:hover{
	text-decoration: none;
	color: #999999;
}

@media screen and (max-width: 465px) {
	.navbar-brand{
		max-width: 215px;
	}

	.nav-link{
		border: none !important;
	}

	.h-imagenes128px{
    	height: 64px;
	}

	.logo-principal{
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.principal{
		top: 55% !important;
	}

	.sig-btn{
	    top: 70% !important;
	}
}

@media screen and (min-width: 768px){
	.modal-dialog{
		max-width: 800px;
	}

	.h-imagenes128px{
		height: 64px;
	}

	
}

.sig-btn{
	width: 32px;
    height: 32px;
    position: relative;
    top: 90%;
    left: 50%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    text-align: center;
    border-radius: 32px;
    transform: translate(-50%,-50%);
    animation: bounce 1s infinite alternate;
  	-webkit-animation: bounce 1s infinite alternate;
}

.sig-btn a{
	line-height: 32px;
	color: black;
}

@keyframes bounce {
  from {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
  }
  to {
    transform: translate(-50%,-100%);
    -webkit-transform: translate(-50%,-100%);
    -moz-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
  }
}

.banderin-cate{
	width: 320px;
}

.principal{
	top: 75%;
	width: 222px !important;
}

.intro{
	z-index: -10;
	position: absolute;
}

a{
	cursor: pointer;
}

.flipbook-viewport{
	overflow:hidden;
	width:100%;
	height:100%;
}

.flipbook-viewport .container{
	position:absolute;
	top:50%;
	left:50%;
	margin:auto;
}

.flipbook-viewport .flipbook{
	width:922px;
	height:600px;
	left:-461px;
	top:-300px;
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

.font3{
	font-size: 16px !important;
    font-weight: bold !important;
    margin: 0px !important;
}