h4 {
	font-size: 24px;
	color: #FFFFFF;
}

h5 {
	font-size: 2em;
	color: #FFFFFF;
	line-height: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: lighter;
}
.destacar {
	color: #FFF;
	font-size: 1.5em;
}
.gif {

	padding: 0px;
	float: right;
	margin-left: 20px;
}
.gif img {
	height: 130px;
	width: 130px;
}
.fa-book {
	font-size: 2em;
}

.container {
	position: relative;
	z-index: 1;
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
	display: inline-table;
	margin-bottom: 50px;
}



.container2 {
	position: relative;
	z-index: 1;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	display: inline-block;
	background-color: transparent;
	margin-top: 40px;
}
.container2 h2 {
	font-size: 3em;
	font-family: 'Courgette', cursive;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #303030;
	background-image: url(../imagenes/ico-poema.png);
	background-repeat: no-repeat;
	padding-top: 80px;
	background-position: center 5px;
	font-weight: lighter;
	line-height: 27px;
}


.btn {
	font-size: 1em;
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0px;
		border-radius: 20px;
}

.btn.btn-white-fill:hover {
	background-color: #000;
	color: #FFF;
}

.intro-table-first {
	background-image: url('');
}
.intro-table-hover p {
	font-size: 1em;
	color: #666;
	line-height: 22px;
}


.intro-table-hover {
	-webkit-transition: background-image 0.3s ease, background-position 0.3s;
	transition: background-image 0.3s ease, background-position 0.3s;
	}

.intro-table-hover h4 {
	-webkit-transform: translateY(170px);
	transform: translateY(170px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.intro-table-hover .expand {
	font-size: 20px;
	display: inline-block;
	color: white;
	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);
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.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);
	margin: 0px;
	padding: 0px;
}

.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: 183px;
	padding-top: 50px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 0px;
}


.intro-tables .intro-table .heading {
	margin: 0;
	padding:0px;
}

.intro-tables .intro-table .small-heading {
	margin: 0;
	padding: 0 0px;
}

.intro-tables .intro-table .bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
	padding: 0px 0px;
	color: white;
	transition: all 0.3s ease;
}

.owl-schedule .schedule-row:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

@-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;
}
@media screen and (max-width: 1000px) {
	
	
	
	
	.container {
	
	width: 70%;

}

	.container2 {
	
	width: 70%;

}
.gif {
	display: none;
}
	}
