h4 {
	font-size: 24px;
	color: #0099CD;
}

h5 {
	font-size: 2em;
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, sans-serif;
/*	text-shadow: 1px 1px 10px #000;*/
	line-height: 35px;
}
.centrar {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.gif {
	background-color: #FFF;
	padding: 5px;
	float: right;
	margin-left: 10px;
}


.container2 {
	position: relative;
	z-index: 1;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


.btn {
	font-size: 20px;
	display: inline-block;
	padding: 15px 30px;
	color: white;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #CCC;
}

.btn.btn-white-fill:hover {	
	background: #fff;
}

.fondo1 {
	background-image: url(../img/item01.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	
}
.fondo2 {
	background-image: url(../img/item02.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	
}
.fondo3 {
	background-image: url(../img/item03.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	
}
.fondo4 {
	background-image: url(../img/item04.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	
}
.fondo5 {
	background-image: url(../img/item05.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	
}
.fondo6 {
	background-image: url(../img/item06.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	
}
.fondo7 {
	background-image: url(../img/item07.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	
}
.fondo8 {
	background-image: url(../img/item07.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;	
}



.intro-table-first {
	background-image: url('');
}

.intro-table-hover {
	-webkit-transition: background-image 0.3s ease, background-position 0.3s;
	transition: background-image 0.3s ease, background-position 0.3s;
	background-image: url('../img/transparente.png');
}

.intro-table-hover h4 {
	-webkit-transform: translateY(170px);
	transform: translateY(170px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.intro-table-hover:hover {
	background-image: url('../img/transparente2.png');
	background-position: 50% 50%;
}

.intro-table-third {
	background-image: url('../img/item04.jpg');
}

.intro-table-hover .expand {
	font-size: 20px;
	display: inline-block;
	padding: 15px 30px;
	color: white;	
	margin: 30px;
	margin-top: 20px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s ease, opacity 0.3s;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.intro-table-hover:hover h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.intro-table-hover:hover .expand {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.intro-table-hover .hide-hover {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.intro-table-hover:hover .hide-hover {
	opacity: 0;
}

.intro-tables .intro-table {
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0px 0px 0px 0px;
}

.intro-tables .intro-table .heading {
	margin: 0;
	padding:30px;
}

.intro-tables .intro-table .small-heading {
	margin: 0;
	padding: 0 30px;
}

.intro-tables .intro-table .bottom {
	position: absolute;
	bottom: 0;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
	padding: 10px 30px;
	color: white;
	transition: all 0.3s ease;
}

.owl-schedule .schedule-row:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@-webkit-keyframes }

@keyframes }

.form-control.form-white::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.form-control.form-white:-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.form-control.form-white::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}
