@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,600,400);

@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}
body{
	font-family: 'Open Sans', sans-serif;
}
.navbar-default{
	border-radius: 0;
}
.mb-15{
	margin-bottom: 15px;
}
.mt-15{
	margin-top: 15px;
}
.footer{
	background: #000;
	margin-top: 30px;
	padding-bottom: 25px;
}
.footer-links a{
	display: block;
	color: #3d7f7f;
}
.footer h3, .footer i, .footer p{
	color: #FFF;
}
h1, h2, h3, h4{
	color: #000;
}
.mes{
	background:#3d7f7f;
	color:#FFF;
	text-align:center;
	width:330px;
}
.mes h4{
	font-size:18px;
	line-height:45px;
	text-transform:uppercase;
}
.mes h4 .mes_anterior{
	float:left;	
	margin-left:10px;
}
.mes h4 .mes_siguiente{
	float:right;
	margin-right:10px;
}
.mes table td{
	width:47px;
	font-weight:600;
	font-size:16px;
}
.semana{
	color:#000;	
}
.links-home a{
	font-size:27px;
	text-decoration: none;
}
.links-home a p{
	font-size:14px;
	margin-top:15px;
	line-height:30px;
	color: #000;
}
ul {
    list-style-position: inside;
}
.services i{
	font-size: 22px;
}
.services .list-group-item:hover, .services .list-group-item.active{
	background: #000;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}
.services .list-group-item:hover h4, .services .list-group-item.active h4{
	color: #FFF !important;
}
.services .list-group-item:hover i,.services .list-group-item.active i{
	color: #3fcbcc !important;
}
.service{
	display: none;
}
.service.active{
	display: block;
}
.img-wide{
	width: 100%;
}
#car img{
	padding-bottom: 10px;
}
.car{
	display: block;
	text-align: justify;
	color: #000;
	margin-bottom: 30px;
	font-size: 16px;
}
.car:hover{
	text-decoration: none;
}
.car:hover h3{
	text-decoration: underline;
}
.car:hover p{
	color: #000;
}
.calendar-day{
	cursor: pointer;
}
.calendar-day:hover{
	border: 1px solid;
}
.calendar-day.danger:hover{
  cursor: not-allowed;
}
.steps{
	margin-bottom: 30px;
}
.steps i.fa.fa-chevron-circle-right{
	font-size: 55px;
    position: absolute;
    bottom: 10px;
    right: -25px;
    z-index: 1;
}
.steps i.fa.fa-chevron-circle-down{
	font-size: 55px;
    position: absolute;
    bottom: -28px;
    right: 30px;
    z-index: 1;
}
.step{
	min-height: 200px;
	background: #FFF;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(100, 100, 100, 0.5);
	-moz-box-shadow:    0px 0px 30px 0px rgba(100, 100, 100, 0.5);
	box-shadow:         0px 0px 30px 0px rgba(100, 100, 100, 0.5);
	position: relative;
	overflow: hidden;
}
.step h1{
	font-weight: bold;
	font-size: 50px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 50px;
}
.step h3{
	margin-top: 30px;
}
.step i{
    color: rgba(78, 186, 175, 0.15);
    font-size: 140px;
    display: block;
    position: absolute;
    right: -20px;
    bottom: 10px;
}
.form-control{
	border-radius: 0;
}
.calendar-day.active{
-webkit-box-shadow: inset 0px 0px 40px 0px rgba(79, 195, 50, 0.75);
-moz-box-shadow:    inset 0px 0px 40px 0px rgba(79, 195, 50, 0.75);
box-shadow:         inset 0px 0px 40px 0px rgba(79, 195, 50, 0.75);
}
#map{
	height: 250px;
	width: 100%;
	margin-bottom: 15px;
}