@font-face {
	font-family: 'vollkorn-bold';
	src: url('vollkorn/Vollkorn-Bold.oft');
	font-weight: normal;
	font-style: normal;
	text-transform: initial;
}

@font-face {
	font-family: 'vollkorn-regular';
	src: url('vollkorn/Vollkorn-Regular.oft');
	font-weight: normal;
	font-style: normal;
	text-transform: initial;
}

body{
	background-color: #f5f6f6;
}

.vollkorn-regular{ 
	font-family: 'vollkorn-regular';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.6
	;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.vollkorn-bold{ 
	font-family: 'vollkorn-bold';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.nopad{
	padding: 0px;
}

.top-img > img{
	width: 100%;
	margin-bottom: 30px;
}

.menu{
	font-size: 100%;
	text-transform: uppercase;
	color:#9eb1b5; 
	margin-bottom: 100px;
}


.menu a.item{
	text-decoration: none;
	color:#9eb1b5; 
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.menu a.item:hover{
	font-weight: bold;
}
.menu a.item.activa{
	font-weight: bold;

}
.calugas{
	margin-bottom: 200px;
}
.calugas a img{
	width: 79%;
	margin-bottom: 30px;
}

.calugas a{
	margin-bottom: 25px;
}

.calugas .descripcion{
	font-size: 140%;
	position: absolute;
	background-color: #9eb1b5;
	text-align: center;
	color: white;
	padding:10px;
	width: 79%;
	opacity: 1;
	z-index: 0;
	bottom: 10px;
	text-transform: uppercase;

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.calugas > a:hover .descripcion{
	opacity: 1;
	bottom: 35%;
	z-index: 2;
}

/* FOOTER */
.footer{
	background-color:#212d3c;
	height: 300px;
	bottom: 0px; 
}
#map{
	height: 300px;
	max-height: inherit;
}
.datos{
	padding-top: 100px;
}
.datos .item{
	font-size: 15px;
	color:#9eb1b5;
}

.datos .item.direccion{
	color: white;
	font-size: 20px;
}
/* FIN FOOTER */

/* CONTACTO */
.contacto{
	background-color: white !important;
	padding-top: 25px;
	padding-bottom: 100px;
	margin-bottom: 200px;
	border-radius: 12px;
}

.contacto label{
	font-size: 20px;
	margin-bottom: 15px;
}
.contacto button{
	margin-top: 30px;
}
.contacto textarea{
	height: 250px;
	resize: none;
}

.formulario .descripcion h3{
	color: #212d3c !important;
	font-weight: bold;
}

/* FIN CONTACTO */

/* SOBRE MI */

.sobremi{
	margin-bottom: 100px;
}

.sobremi .descripcion{
	font-size: 16px;
	margin-left: 40px;
}
.sobremi .descripcion strong{
	color: #9eb1b5;
	font-weight: bold;
}
.sobremi .imagen img{
	width: 100%;
}


/* FIN SOBRE MI */

