/*  background-color: var(--main-bg-color);  */

*{padding: 0; margin: 0;}
.header{
	text-align: center;
	width: 100%;
	height: 140px;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 85% 85% / 30%;
}
.header .overlay{
	width: 100%;
	height: 140px;
	padding-top: 50px;
	text-shadow: 1px 1px 1px #000;
	background-image: linear-gradient( 40deg, var(--header-begin-bg-color) 5%, var(--header-end-bg-color) 100%);
}
.navi{
	text-align: right;
	width: 100%;
}
.nav{
	text-align: right;
	width: 100%;
}
.ul li{
	list-style-type: none;
	display: inline;
	overflow: hidden;
}
.link{
	font-family: Century Gothic; 
	overflow: hidden;
	width: 100%;
	font-size: 120%;
}
header nav{
	width: 100%;
	margin-top: -2%;
}
header nav ul{
	text-align: center;
	font-size: 20px;
	display: flex;
	flex-wrap: wrap;
}
header nav li a{
	color: white;
	display: block;
	position: relative;
	padding: 20px 20px 10px;
}
header nav li a:before, header nav li a:after{
	content: "";
	bottom: 0;
	width: 0px;
	height: 2px;
	display: block;
	position: absolute;
	background-color: black;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;  
}
header nav li a:before{ right: 50%; }
header nav li a:after{ left: 50%; }
header nav li a:hover:before , header nav li a:hover:after{ width: 50%;}
.content{
	background-image: var(--image-content);
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
	color: #ffffff;
	font-family: Century Gothic;
	width: 500px;
	height: 300px;
	border-radius: 12px;
}
.inicio{
	background-image: var(--image-inicio);
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
	color: #ffffff;
	font-family: Century Gothic;
	width: 500px;
	height: 300px;
	border-radius: 12px;
}
.productos{}
.servicios{}
.historias{
	background-image: var(--image-historias);
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
	color: #ffffff;
	font-family: Century Gothic;
	width: 500px;
	height: 300px;
	border-radius: 12px;
}
.contactos{
	background-image: var(--image-contactos);
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
	color: var(--header-begin-bg-color);
	font-family: Century Gothic;
	width: 500px;
	height: 300px;
	border-radius: 12px;
}
footer{
	background-color: var(--footer-bg-color);
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 15px;
	border-radius: 15px;
	border-style: solid;
	border-color: #3D8523;
}
footer ul li{
	list-style-type: none;
	display: block; 
	overflow: hidden;
}
.foot{
	text-align: left;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 5%;
}
.foot img{
	float:left;
	vertical-align:middle;
	width: 40px; 
	height: 40px;
}
.nav-tabs{  background-color:#C8D3DB;}
.nav-tabs > li > a{  border-radius: 5px;}
.nav-tabs > li > a:hover{
	background-color: #3D515F !important;
	border-radius: 5px;
	color:#fff;
	border:1px solid black;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
	background-color: #68889E !important;
	color:#fff;
	border:2px solid #3F515F;
}
