/*
@font-face {
	font-family: "MorebiRounded Medium";
	src: url("font/MorebiRounded-Medium.eot");
	src: url("font/MorebiRounded-Medium.eot#iefix") format("embedded-opentype"),url("font/MorebiRounded-Medium.woff") format("woff"),url("font/MorebiRounded-Medium.ttf") format("truetype"),url("font/MorebiRounded-Medium.svg#MorebiRounded Medium") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MorebiRounded Thin";
	src: url("font/MorebiRounded-Thin.eot");
	src: url("font/MorebiRounded-Thin.eot#iefix") format("embedded-opentype"),url("font/MorebiRounded-Thin.woff") format("woff"),url("font/MorebiRounded-Thin.ttf") format("truetype"),url("font/MorebiRounded-Thin.svg#MorebiRounded Thin") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MorebiRounded Regular";
	src: url("font/MorebiRounded-Regular.eot");
	src: url("font/MorebiRounded-Regular.eot#iefix") format("embedded-opentype"),url("font/MorebiRounded-Regular.woff") format("woff"),url("font/MorebiRounded-Regular.ttf") format("truetype"),url("font/MorebiRounded-Regular.svg#MorebiRounded Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}
*/



/* Sticky footer styles
-------------------------------------------------- */
a:hover {
	color: black;
}

i {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: italic;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 50px;
  margin-bottom: 0px; /* Margin bottom by footer height */
  font-family: "Open Sans";
  font-weight: 400;
  margin-bottom: 0px;
}
.footer {
  /*position: absolute;*/
  /*bottom: 0;*/
  width: 100%;
  height: 200px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #000;
  color: #000;
  padding-top: 45px;
   padding-bottom: 0px;
   font-size: 12px;
}

.footer2 {
  position: relative;
  width: 100%;
  height: 200px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #000;
  color: #fff;
  padding-top: 80px;
  margin-top: 50px;
}

.footer p, .footer2 p{
	margin: 0;
	padding: 0;
	line-height: 30px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

a {
	color: #b5ba05;
}

hr{
	border-color: #b5ba05;
	border-width: 2px;
}

h1{
	font-family: "Lato";
	color: #b5ba05;
	font-size: 38px;
	margin-bottom: 0;
	padding-bottom: 0;
}

p.direccion{
	color: #7d7d7d;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 25px;
	font-family: "Open Sans";
	font-weight: 400;
}

p.registro{
	color: #7d7d7d;
	font-size: 14px;
	margin-top: 10px;
}

p.titulo{
	color: #5d5d5d;
	font-size: 18px;
	margin-top: 10px;
	font-family: "Open Sans";
	font-weight: 700;
}

p.contenido{
	color: #5d5d5d;
	font-size: 14px;
	margin-top: 10px;
}


@media (max-width: 576px) { 
	
	body {
		padding-top: 20px;
	}
	
	.footer {
		position: relative;

	  height: 200px; /* Set the fixed height of the footer here */
	  line-height: 60px; /* Vertically center the text there */
	  background-color: #000;
	  color: #fff;
	  padding-top: 40px;
	}
	
}

