@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;*/
    font-family: 'Play', 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;
}


/*SEND MAU*/
textarea, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"] {
	width: 100%;
	border: 0px;
	padding: 10px;
	background: none;
	line-height: 22px;
	color: inherit;
	font-family: inherit;
	border: 1px solid;
		border-top-color: currentcolor;
		border-right-color: currentcolor;
		border-bottom-color: currentcolor;
		border-left-color: currentcolor;
	border-color: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
input[type="text"], textarea, input[type="email"], input[type="password"], input[type="tel"], input[type="url"] {
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #999999;
	border-color: #dddddd;
	background-color: white;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"] {
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-bottom: 1px solid;
	border-bottom-color: currentcolor;
	border-color: inherit;
	color: inherit;
	color: #999999;
	border-color: #dddddd;
}

/*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/spiritus_universitas.jpg");}
.parallax-2 {background-image: url("../images/internas/a.jpg");}
.parallax-3 {background-image: url("../images/internas/e.jpg");}
.parallax-4 {background-image: url("../images/internas/c.jpg");}
.parallax-5 {background-image: url("../images/internas/d.jpg");}
.parallax-1, .parallax-2, .parallax-3, .parallax-4, .parallax-5 {
	/* Set a specific height */
	height: 400px;
	/* 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;
	/*background: none !important;*/
	border: 2px solid;
    font-family: 'Play', sans-serif;
}

.titulo_carrusel{display: inline; background-color:#fff; opacity: 0.7; filter: alpha(opacity=70); color: #262525;  padding-left: 20px; padding-right: 20px; padding-bottom: 20px; padding-top: 20px;}

.titulo_bloque{
    font-family: 'Play', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}