@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body {
	margin:0;
	padding:0;
	border:0 none;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	background-color:#fff;
}
a:link,a:visited {
	text-decoration:none;
	color:#2195F2;
}
a:hover {
	color:#333;
}
a img {
	border:0 none;
}
img {
	max-width:100%;
}
h1,h2,h3 {
	color:#2195F2;
}
h1,h2 {
	margin:0 0 40px;
	padding-bottom:23px;
	font-size:30px;
	line-height:30px;
	background:url('../img/titl_back.jpg') left bottom no-repeat;
} 
h3 {
	margin:0 0 20px;
	font-size:20px;
	line-height:20px;
}
p {
	margin:20px 0;
	line-height:20px;
}
address {
	font-style:normal;
}
address i {
	width:30px;
	display:inline-block;
}
.cont {
	margin:0 auto;
	width:80%;
}
.clear {
	clear:both;
}
/*HEADER*/
#header {
	border-top:4px solid #2195F2;
}
#head_ppal .cont {
	padding-top:20px;
}
#head_logo {
	text-align:center;
}
#head_logo img {
	width:65%;
	display:inline-block;
}
#head_slid {
	margin-top:20px;
}
#head_slid .owl-item img{
	display: block;
	width: 100%;
	height: auto;
}
#head_slid .owl-nav {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#head_slid .owl-nav > button {
	margin-top:-36px;
	width:44px;
	height:72px;
	font-size:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto;
	position:absolute;
	top:50%;
	z-index:2;
}
#head_slid .owl-carousel .owl-nav button.owl-prev {
	background-image:url('../img/slider/slider_left.png');
	left:75px;
}
#head_slid .owl-carousel .owl-nav button.owl-next {
	background-image:url('../img/slider/slider_right.png');
	right:75px;
}
/*HOME*/
#home_etap {
	padding:90px 0;
	text-align:center;
}
#home_etap h2 {
	text-align:left;
}
#home_etap p {
	margin-bottom:40px;
}
.etap_item {
    margin:10px;
    width:300px;
    height:200px;
	display:inline-block;
}
.etap_item .front {
	background-color:#2195F2;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
	display:table;
}
.etap_item .front h4 {
	padding-bottom:0;
	font-size:22px;
	line-height:26px;
	color:#fff;
	background-image:none;
	display:table-cell;
	vertical-align:middle;
}
#etap_llin .front {
	background-image:url('../img/etapes/llar-infants.png');
}
#etap_edin .front {
	background-image:url('../img/etapes/educacio-infantil.png');
}
#etap_edpr .front {
	background-image:url('../img/etapes/educacio-primaria.png');
}
#etap_edso .front {
	background-image:url('../img/etapes/eso.png');
}
#etap_batx .front {
	background-image:url('../img/etapes/batxillerat.png');
}
.etap_item .back {
    text-align:center;
    background:#2195F2;
	display:table;
}
.etap_item .back > div {
	display:table-cell;
	vertical-align:middle;
}
.etap_item .back h4 {
	margin:0 0 20px;
	font-size:22px;
	line-height:26px;
    color:#fff;
	background-position:center bottom;
}
#home_etap .etap_item .back p {
	margin:20px 0;
}
.etap_item .back a {
	padding:7px 14px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	color:#fff;
	background-color:#2A4673;
	display:inline-block;
}
.etap_item .back a:hover {
	background-color:#333;
}
.home_text {
	padding:90px 0;
}
#home_visi {
	background-color:#E6F4FF;
}
#home_visi .item {
	width:50%;
	float:left;
}
.form_link {
	margin-top:20px;
	padding:10px 10px 10px 60px;
	border-bottom:2px solid #2195F2;
	font-size:20px;
	line-height:40px;
	background:#fff url('../img/form_icon.png') 10px center no-repeat;
	background-size:40px;
	display:inline-block;
}
#home_admi {
	background-color:#eee;
}
#home_admi .item {
	width:50%;
	float:left;
}
#home_admi .item p {
	width:90%;
}
.text_list {
	color:#2195F2;
	list-style:square;
}
.text_list li {
	margin-top:6px;
}
.text_list span {
	color:#333;
}
#home_cont .item {
	box-sizing:border-box;
	padding-left:105px;
	height:100px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:90px;
	width:33.3333%;
	display:table;
	float:left;
}
#home_cont .item > div {
	display:table-cell;
	vertical-align:middle;
}
#home_cont .item h3 {
	margin:0 0 10px;
}
#home_cont .item p {
	margin:0;
}
#home_gmap {
	border-top:6px solid #2195F2;
}
#home_gmap iframe {
	width:100%;
	height:400px;
}
#home_cont {
	padding-bottom:80px;
}
@media screen and (max-width: 1000px) {
	#home_cont .item span{font-size:13px;}
}
@media screen and (max-width: 768px) {
	#head_logo img{width:80%;}
	#home_cont .item,#home_visi .item,#home_admi .item{margin:10px 0;width:100%;float:none;}
	#home_cont .item span{font-size:16px;}
}
@media screen and (max-width: 600px) {
	#head_logo img{width:100%;}
	.etap_item .front{background-size:cover;}
}
@media screen and (max-width: 480px) {
	body{font-size:15px;}
	.cont{width:90%;}
	h2{font-size:28px;}
	.etap_item{margin:10px 0;max-width:300px;width:100%;}
	.etap_item h4{font-size:20px;}
	#home_cont .item{padding-left:85px;height:80px;background-size:70px;}
	#home_cont .item span{font-size:14px;}
}