.navbar {
	margin-bottom: 50px;
	border-radius: 0;
}
.jumbotron {
	margin-bottom: 0;
}
.panel-heading{
	height: 80px;
}
.panel-footer{
	height: 85px;
}
footer {
	background-color: #5394aa;
	padding: 25px;
	width: 100% !important;
}
.fa {
	padding: 5px;
	font-size: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
}

.fa:hover {
	opacity: 0.7;
	background: #FFF;
	color: #000;
	text-decoration: none;
}
.fa:focus{
	color: black;
	text-decoration: none;
}
.fa-facebook {
	background: #3B5998;
	color: white;
}
.fa-instagram {
	background: #a52a2a;
	color: white;
}

.fa-tumblr {
	background: #000;
	color: white;
}
/*Slide*/
img {
	vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
	position: relative;
}

/* Hide the images by default */
.mySlides {
	text-align: center;
	display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 53%;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: red;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Container for image text */
.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}

/*.row:after {
	content: "";
	display: table;
	clear: both;
}*/

/* Six columns side by side */
.column {
	float: left;
	width: 14%;
}

/* Add a transparency effect for thumnbail images */
.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}
.columnForm {
	color: #000;
	float: left;
	width: 50%;
	padding: 10px;
	height: 750px;
}
.col-sm-4{
	width: 20%;
	font-size: smaller;
}
@media screen and (max-width: 772px) {
	.col-sm-4{
		float: left;
		width: 31%;
		font-size: smaller;
	}
	.col-sm-4 button{
		font-size: small;
	}
	.col-sm-4 button img{
		width: 13px;
	}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.columnForm {
		width: 100%;
		height: auto;
	}
	.col-sm-4{
		float: left;
		width: 50%;
		font-size: smaller;
	}
	.col-sm-4 button{
		font-size: small;
	}
	.col-sm-4 button img{
		width: 13px;
	}
}
.Mensaje{
	display: none;
}