*{
	outline: none !important;
	border:0;
}
body{
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	color: #3a3b37;
	font-size: 14px;
    position: relative;
}

img.img100{ max-width: 100%; height: auto; }

/*** LINKS ***/

a,a:hover,a:focus,a:visited,a:active{
	text-decoration: none;
	color: #3a3b37;
}
#main a{ text-decoration: underline; }
#main a:hover{ text-decoration: none; }

/*** TITLES ***/

h1,h2,h3{ 
	font-family: 'Merriweather', serif;
	margin:0; 
}

h1.title{
	font-size: 13px; 
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 75px;
	text-transform: uppercase;
}
h3.title2{
	line-height: 1.6em;
}
p.subtitle{
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 20px;
}

/*** HEADER ***/

header#header{
    min-height: 80px;
}

header#header #inner-header{
	width:100%; 
	height:100vh; 
	position:relative;
}

header#header #outter-menu{
	position:absolute; 
	width:100%; 
	text-align:center;
	z-index: 9;
}

header#header .nav.menu {
	font-size:13px;
	font-weight: 700;
}

header#header .nav.menu a{
	display: inline-block;
	padding-left:20px;
	padding-right:20px;
	padding-top: 30px;
	padding-bottom: 32px;
	color: inherit !important;
}

header#header .nav.menu li:hover,header#header .nav.menu li.active,header#header nav.menu-mobile a:visited{
	background-color: #e9ece2;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    border:0;
}

header#header .nav.menu li#logo:hover,header#header .nav.menu li#top:hover,header#header .nav.menu li a#logo-menu:hover{
	background-color: transparent !important;
}

header#header a#logo-menu{
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

header#header a#gotoup{
	display: none;
}

#sec_nav {
	position:fixed;
	top:-80px;
	left: 0px;
	z-index:100;
	width:100%;
	text-align: center;
	transition:all 1s;
	-webkit-transition:all 1s;	
	background:rgba(255,255,255,1);
}

header#header #logo-home{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #53544e;
	text-align: center;
	width: 100%;
}

header#header #angle-down{
	position: absolute;
	bottom:30px;
	text-align: center;
	width: 100%;
}

header#header .shadow-bottom {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}


/*** NAV TABS ***/

.nav-tabs{
	border:0;
}

.nav-tabs>li{
	display: inline-block !important;
	float: none !important;
	margin:0 !important;
}

.nav-tabs>li>a{
	border:0 !important;
	border-radius:0 !important;
	transition: none !important;
	background: none !important;
	margin:0 !important;
}

/*** CONTENT ***/

.backBox{
	position:absolute; 
	top:0px; 
	left:0px;
	background-size: cover; 
	width: 100%; 
	height: 100%; 
	z-index: -9; 
	background-repeat: no-repeat;
}

.paddingBG{
	padding-top: 115px;
	padding-bottom: 150px;
}

#intro{
	position:relative; 
	padding-top:35px; 
	padding-bottom:35px;
}
#bgBlog{
	background-color: #d4d9c6;
}
#bgArea{
	position: relative;
}
#bgArea .area{
	margin-bottom: 35px;
}

#bgArea .area h3{
	margin-bottom: 15px;
}

#bgEquipo{
	background-color: #53544e;
	color:#FFF;
}

#bgEquipo .worker{
	display: inline-block;
	margin-bottom: 80px;
	text-align: center;
}

#bgEquipo .worker img{
	margin-bottom: 25px;
}

#bgEquipo .worker .name{ 
	font-size: 18px; 
	font-family: 'Merriweather', serif; 
}

#bgEquipo .worker .charge{
	text-transform: uppercase; 
	font-size: 12px;
	letter-spacing: 1px;
}

#bgEquipo .worker a{
	color: #d4d9c6 !important;
}

a.button{
	width: 280px; 
	padding: 20px;
	display: inline-block; 
	background-color: #53544e; 
	text-align: center; 
	color:#fff; 
	font-size: 13px; 
	font-weight: 700; 
	margin-top:50px;
	text-decoration: none !important;
}

#inner-page{
	margin-bottom:50px;
}

#inner-page a.button{
	width: auto;
	text-decoration: none;
}

#bgNewsletter,#inner-page{
	background-color: #e9ece2;
}

#map_canvas{
	width: 555px;
	height: 555px;
	border-radius: 100%;
	display: inline-block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.description-blog img{
	max-width: 100%;
	height: auto;
}

.item-blog  *{
	/*text-align: left !important;*/
	margin: auto !important;
}
.item-blog img{
	margin:0px 15px 15px 0px !important;
}

/*** CAROUSEL ***/

.bx-wrapper{
	background-color: transparent !important;
	box-shadow: none !important;
	margin:0 !important;
	border:0 !important;
	display: inline-block !important;
}
.bx-wrapper a{
	text-decoration: none !important;
}
.bx-wrapper .bx-controls-direction a{ 
	top:35% !important; 
	z-index: 1 !important;
}
.bx-wrapper .bx-prev{
	left:-40px !important;
	background: none !important; 
}
.bx-wrapper .bx-next{
	right:-40px !important;
	background: none !important; 
}
.bx-wrapper .bx-next:before,.bx-wrapper .bx-prev:before{
	content: "\f105";
    font-family: FontAwesome;
    font-size: 34px;
    text-decoration: inherit;
}
.bx-wrapper .bx-prev:before{
	content: "\f104";
}

.bx-wrapper .bx-controls-direction a {
    width: 13px !important;
    height: 62px !important;
    overflow: hidden;
    text-indent: 0 !important;
}
.bx-wrapper .item{
	width: 160px !important;
}
.bx-wrapper .item .slide{
	font-family: 'Merriweather', serif;
}
.bx-wrapper .item .slide .cover{
	width:150px; 
	height:210px;
	background-size: contain; 
	background-position: center center; 
	background-repeat: no-repeat;
	background-color: #FFF;
	box-shadow: 10px 10px 0px rgba(0,0,0,0.25);
}

/*** FOOTER ***/

footer#footer{ padding-bottom: 35px; }
footer#footer a{
	margin-left: 8px;
	margin-right: 8px;
}



/*** RESPONSIVE ***/

#outter-menu .menu-mobile{ 
	display: none !important;
}

@media (min-width: 992px) and (max-width:1199px){
	#map_canvas{
		width: 450px;
		height: 450px;
	}
	.bx-wrapper{
		max-width: 760px !important;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	header#header .nav.menu a{
		padding-left: 19px;
		padding-right: 19px;
	}
}

@media (max-width: 991px) {
	.container{
		padding-left: 30px;
		padding-right: 30px;
	}
	.address{
		text-align: center;
		padding-top: 30px;
	}
	.bx-wrapper{
		max-width: 560px !important;
	}
}

@media (max-width: 767px) {
	header#header #logo-home .resp{
		display: inline-block;
	}
	/*header#header #logo-home img{
		padding-left:15px; 
		padding-right: 15px;
	}*/
	#container-mobile-menu{
		text-align: center; 
		position: fixed; 
		width: 100%; 
		background-color: #FFF; 
		min-height: 80px; 
		z-index: 9;
		transition:all 1s;
		-webkit-transition:all 1s;
	}
	.menu-mobile{
		padding:20px;
		float: left;
		box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.3);
		width: 100%;
	}
	.menu-mobile a{
		width: 100%;
		float: left;
		padding:20px;
		font-size: 13px;
		font-weight: 700;
	}
	#map_canvas{
		width: 100%;
		height: 355px;
		border-radius: 0;
	}
	.menu-button{
		display: inline-block;
		margin-top: 25px;
	}
	#logo-menu{
		padding:0 !important;
	}
	#logo-menu img{
		margin-top: -15px;
		margin-right: 10px;
	}
	a.button{
		width: auto;
	}
	a#gotoup{
		position: absolute;
		top: 30px;
		right: 20px;
		display: none;
	}
	#bgArea h3,p.subtitle{
		text-align: center;
	}
	.bx-wrapper {
     	max-width: 160px !important; 
	}
	.backBox{
		background-image: none !important;
	}

	footer#footer a{
		display: block;
	}
}

@media (max-width: 480px) {}

@media (max-width: 375px) {}

@media (max-width: 325px) {}