@charset "utf-8";
/* CSS Document */

/* Counter
		-------------------------------------------------------------- */
.roll-counter {
	text-align: center;
}
.roll-counter i {
	font-size: 30px;
}
.roll-counter .name-count,
.roll-counter .numb-count {
	font-family: "Raleway", sans-serif;
}
.roll-counter .name-count {
	font-size: 14px;
	font-weight: 600;
	padding: 15px 0;
}
.roll-counter .numb-count {
	font-size: 44px;
	padding: 0;
	font-weight: 600;
}

.overlay {
	background-color: transparent;
	opacity: 1;
}


/*MODDS MAU*/
.btn:hover{
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0),0 4px 15px 0 rgba(0,0,0,0);

}
.btn {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0),0 2px 10px 0 rgba(0,0,0,0);
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.form-control {
	margin-top: 0;
	margin-bottom: 0;
}
.navbar {
	font-weight: 500;
}

/*OTRO PARALAX*/
.parallax-1 {background-image: url("../images/internas/a.jpg");}
.parallax-2 {background-image: url("../images/internas/b.jpg");}
.parallax-3 {background-image: url("../images/internas/c.jpg");}
.parallax-4 {background-image: url("../images/internas/d.jpg");}
.parallax-5 {background-image: url("../images/internas/e.jpg");}
.parallax-footer {background-image: url("../images/internas/footer.jpg");}
.parallax-footer{
	/* Set a specific height */
	height: 350px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.parallax-footer{text-align: center;}
.parallax-footer a:hover, .parallax-footer a:active {text-decoration: underline; color: white;}
.parallax-footer a:visited, .parallax-footer a:link {text-decoration: none; color: white;}
.parallax-1, .parallax-2, .parallax-3, .parallax-4, .parallax-5 {
	/* Set a specific height */
	/*height: 475px;*/
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
 /* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1024px) {
	.parallax-1, .parallax-2, .parallax-3 {
		background-attachment: scroll;
	}
} 
.btn-transp{
	border-color: white;
	color: white;
	background: none !important;
	border: 2px solid;
}

.btn-transp:hover, .btn-transp:focus, .btn-transp.focus {
    color: #BDBABA;
    text-decoration: none;
}
ul.footer-social li a.facebook {
    background-position: 0 -185px;
}
ul.footer-social li a.twitter {
    background-position: -46px -185px;
}
ul.footer-social li a.instagram {
    background-position: -322px -185px;
}
ul.footer-social li a.tumblr {
    background-position: -366px -185px;
}
 ul.footer-social li a.youtube {
    background-position: -138px -185px;
}
ul.footer-social li a.linkedin {
    background-position: -184px -185px;
}
ul.footer-social li a.pinterest {
    background-position: -92px -185px;
}
ul.footer-social li a.google {
    background-position: -275px -185px;
}
ul.footer-social li a:hover.facebook, ul.footer-social li a:focus.facebook {
 background-position:0 -225px
}
 ul.footer-social li a:hover.twitter, ul.footer-social li a:focus.twitter {
 background-position:-46px -225px
}
 ul.footer-social li a:hover.tumblr, ul.footer-social li a:focus.tumblr {
 background-position:-366px -225px
}
 ul.footer-social li a:hover.youtube, ul.footer-social li a:focus.youtube {
 background-position:-138px -225px
}
 ul.footer-social li a:hover.linkedin, ul.footer-social li a:focus.linkedin {
 background-position:-184px -225px
}
 ul.footer-social li a:hover.pinterest, ul.footer-social li a:focus.pinterest {
 background-position:-92px -225px
}
 ul.footer-social li a:hover.vine, ul.footer-social li a:focus.vine {
 background-position:-230px -225px
}
 ul.footer-social li a:hover.google, ul.footer-social li a:focus.google {
 background-position:-275px -225px
}
 ul.footer-social li a:hover.instagram, ul.footer-social li a:focus.instagram {
 background-position:-322px -225px
}

ul.footer-social li a {
    color: #fff;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    background: url( ../images/sociales-mas.svg) no-repeat 0 -185px transparent;
        background-position-x: 0px;
        background-position-y: -185px;
    padding: 8px 21px;
}
ul.footer-social li{ display: inline; }
.footer-social{text-align: center;}
/*MEMORIAS*/
#memorias {
    background-image: url(../images/memorias.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    min-height: 400px;
    width: 100% ;
    text-align: center;

}	