@charset "UTF-8";
/* CSS Document */

@import "./bootstrap.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

img {
    border: 0px;
}

.clear {
    clear: both;
}

a, a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #575756;
    background-color: #fff;
}

.cabecera img{
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.cont_landing{
	font-size: 18px;
}
.verde_claro{
    color: #09ab2f;
}
.cont_landing ul{
	padding: 0px;
	margin: 0px;
}
.cont_landing ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url("img/check.png") no-repeat 0px 7px;
}
.cont_landing h3{
	text-align: center;
	font-weight: 700;
	color: #fff;
	margin: 30px 0;
	background: #007A5E;
    padding: 10px 5px;
}
.cont_landing h4{
	font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    text-align: left;
	margin-bottom: 15px;
    color: #000;
}
.button_verde{
	text-align: center;
}
.button_verde a{
    background: #09ab2f;
    color: #fff;
	border-radius: 50px;
	padding: 8px 60px;
	display: inline-block;
	margin: 20px 0;
	font-weight: 700;
}
.button_verde a:hover{
    background: #007A5E;
    color: #fff;
	text-decoration:none;
}
.button_verde_oscuro a{
    background: #007A5E;
    color: #fff;
}
.button_verde_oscuro a:hover{
    background: #09ab2f;
}
.contacte{
	text-align: center;
	font-weight: 700;
	color: #000;
	margin-bottom: 50px;
}
.contacte a{
    color: #09ab2f;
}
@media (max-width: 991px) {
}
@media (max-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 500px) {
}
