@charset "utf-8";
/* CSS Document */
html,
body {
margin-top:0px;
padding:0px;
overflow-x: hidden;
}

.line-height {
    line-height:1.5;
}

.top-bg {
	background-color: #e9e9e9;
}

.bg-green {
	background-color: #769453;
	display: inline-block;
	padding: 5px;
	color: white;
    border-radius: 3px;
}

.bg {
	background-attachment: fixed;
	background-image: url("images/bg.webp");
	background-position: center;
	background-repeat: repeat-x;
	background-size: cover;
}

.bg-footer {
	background-attachment: fixed;
	background-image: url("images/bg-footer.jpg");
	background-position: center;
	background-repeat: repeat-x;
	background-size: cover;
}

.blue {
	background-color: #103a6c;
}

.matter {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
	color: #636054;
    font-weight: 800px;
    text-align: justify;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-decoration: none;
}

.gradient {
    background-image: linear-gradient(to right, #636054, #74915b);
    display: inline-block;
	padding: 5px;
    color: white;
}

/*<!--googlemap-->*/
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*<!--googlemap-->*/