@font-face {
  font-family: 'Questrial', sans-serif;
  src: local(Questrial), url(../fonts/Questrial-Regular.ttf)
}

body {
     /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */	
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Questrial', sans-serif;
}

h1 {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

p {
	font-size: 20px;
}

.video {
	outline:none;
	border: 2px solid #01B3FB;
	padding: 10px;
	border-radius: 10px;
}

.navbar-dark {
	background-color: #FFCC00;
}

.navbar-brand {
	color: #002B53;
}

.navbar-brand:hover {
	color: red;
}

.hero {
	background-color: #002B53;
}

.bg-1 {
	background: url('imagens/fundo1.jpg') no-repeat top center fixed;
  background-size:cover;
}

.card {
	margin-bottom: 15px;	
}

.card-body img {
	height: 70px;
}

.cardfacilidade {
	background-color: #FFCC00;
	border-color: #FFCC00;
	color: #003399;
}

.sobre {
	text-align: center;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

.sobre h1 {
	text-align: center;
    position: relative;  
}

.sobre h1::after {
	content: '';
    position: absolute;
    background-color: #01B3FB;
    width: 100px;
    height: 5px;
    right: calc( 50% - 50px);
    bottom: -10px;
}

.atendimento {
	text-align: center;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 20px;
	background-color: #EEEEEE;
}

.atendimento h1 {
	text-align: center;
    position: relative;  
}

.atendimento h1::after {
	content: '';
    position: absolute;
    background-color: #01B3FB;
    width: 100px;
    height: 5px;
    right: calc( 50% - 50px);
    bottom: -10px;
}

.mapaicone {
	height: 120px;
}

.mapatexto1 {
	color: #01B3FB;
	font-weight: bold;
}

.carro {
	text-align: center;
	padding-top: 1px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}

.carro h1 {
	text-align: center;
    position: relative;  
}

.carro h1::after {
	content: '';
    position: absolute;
    background-color: #01B3FB;
    width: 100px;
    height: 5px;
    right: calc( 50% - 50px);
    bottom: -10px;
}

.carrofoto img {
	max-width: 300px;
	margin-bottom: 10px;
}

.carrotexto {
	background: url('imagens/deficiente2.png') no-repeat top center;
	background-size: 200px;
}

.agende {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	background-color: #EEEEEE;
}

.agende h1 {
	padding-top: 10px;
	margin-bottom: 0px;
	text-align: center;
    position: relative;  
}

.agende h1::after {
	content: '';
    position: absolute;
    background-color: #01B3FB;
    width: 100px;
    height: 5px;
    right: calc( 50% - 50px);
    bottom: -10px;
}

.zapimagem {
	height: 80px;
}

.botaozap, .botaozap:active, .botaozap:visited {
	color: #FFF;
	background-color: #01C30B;
	border: 1px solid #01C30B!important;
}

.botaozap:hover {
	background-color: #FFCC00;
	border: 1px solid #FFCC00!important;
}


.onde {
	text-align: center;
	padding-top: 2px;
	margin-top: 20px;
}


.rodape{
  width: 100%;
  background-color: #002B53;
  color: #FFF;
  min-height: 50px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 14px;
}

.rodape a{
  color: #FFF;
  text-decoration: none;
}

.rodape a:hover{
  color: #01B3FB;
}

@media (max-width: 768px) {

	h1 {
		font-size: 20px;
	}
	p {
	font-size: 16px;
	}

	.carrotexto {
	background-size: 120px;
	margin-top: 15px;
	}

	.card-body img {
	height: 50px;
	}

	.card-title {
		font-size: 16px;
	}

	.cardfacilidade {
		max-height: 110px;
	}

	.zapimagem {
	height: 50px;
	}

}