/* CSS Document */
	
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }
#home {
	background: url(../images/CAPA-AGENDAMENTO-OLD.jpg) no-repeat center center;
	display:table;
	height:100%;
	padding-top:100px;
	padding-bottom: 50px;
	position:relative;
	width:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding-bottom:0
	 }


#home h2  {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.375em;
    letter-spacing: 0.64px;
}
#home h2>span {
		color: #F6BA27;
		
	}
#home p {
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
	}
	
#home-fotos-espaco {
  padding-top:50px;
  margin-bottom: 50px;
  text-align: center;
	
}		

#home-fotos-espaco h2  {
    color: #053959;
    font-family: "Poppins", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.375em;
    letter-spacing: 0.64px;
}
#home-fotos-espaco h2>span {
		color: #F6BA27;
		
	}
#home-fotos-espaco p {
    color: #04172a;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
	}	
/*fim section home - fotos  */		

#agendamento {
  padding-top:50px;
  margin-bottom: 50px;
  text-align: center;
	
}		

#agendamento h2  {
    color: #053959;
    font-family: "Poppins", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.375em;
    letter-spacing: 0.64px;
}
#agendamento h2>span {
		color: #F6BA27;
		
	}
#agendamento p {
    color: #04172a;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
	}	

/*fim section agendamento  */
	
#m-agendar {
  padding-top:50px;
  margin-bottom: 50px;

	
}		

#m-agendar h2  {
    color: #053959;
    font-family: "Poppins", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.375em;
    letter-spacing: 0.64px;
}
#m-agendar h2>span {
		color: #F6BA27;
		
	}
#m-agendar p {
    color: #04172a;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
	}		

/*fim section agendar */	
	
	
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
	
.form-control {

    height: calc(3.25rem + 2px);


}	
	
