/*
*************************************************************************************************************************
*************************************************************************************************************************
*************************************************************************************************************************
---------------------------------------------------------RESETS----------------------------------------------------------
*************************************************************************************************************************
*************************************************************************************************************************
*************************************************************************************************************************
*/
html, body{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p{
	font-family: 'PT Sans';
	color: #555555;
}
.alineCenter{
	text-align: center;
}
.stripe{
	padding-top: 3rem;
	padding-bottom: 2.5rem;
}
.titulospace{
	margin-bottom: 37px !important;
}
/*
*************************************************************************************************************************
*************************************************************************************************************************
*************************************************************************************************************************
---------------------------------------------------------HEADER----------------------------------------------------------
*************************************************************************************************************************
*************************************************************************************************************************
*************************************************************************************************************************
*/
.topNav{
	height: 110px;
	overflow: hidden;
}
.logoImg{
	padding-top: 15px;
}
.alignRigth{
	text-align: right;
}
.contato{
	height: 110px;
    display: block;
    line-height: 110px;
    text-align: center;
    background: #0067af;
    width: 170px;
    color: #fff;
    font-family: 'PT Sans';
    text-transform: uppercase;
}
.contato:hover{
	background: #005b9a;
	color: #fff;
}
/*
*************************************************************************************************************************
*************************************************************************************************************************
*************************************************************************************************************************
-----------------------------------------------------------BODY----------------------------------------------------------
*************************************************************************************************************************
*************************************************************************************************************************
*************************************************************************************************************************
*/
.stripeImg{
	height: 600px;
	background: url('../assets/img/Foto01.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.stripeImg2{
	background: url('../assets/img/Foto02.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.bannerContent{
	margin-top: 200px;
}
.tituloBanner{
	display: inline;
    background: #0067af;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 30px;
}
.bannerBottom{
	margin-top: 20px;
}
.gravataBanner{
	display: inline;
	background: #00b1da;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 30px;
	font-size: 20px;
}
.tituloHome{
	font-family: 'PT Sans';
	font-size: 30px;
	color: #555555;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.endereco{
	font-family:'Franklin Gothic Medium', 'Arial Narrow', 'Arial', 'sans-serif';
	font-size: 10px;
    line-height: none;
	color: #555555;
}
.dividerHr{
	margin: 9px auto 25px;
    width: 30%;
    border: 2px solid #0067af;
}
.gravataHome{
	text-align: center;
	margin-bottom: 40px;
    font-size: 20px;
}
.sempleConteiner{
	
}
.sempleContent{
	text-align: center;
}
.sempleTitulo{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin: 22px 0px 0px;
}
.stripeBlue{
	background: url('../assets/img/Foto02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.fraseContent{
	text-align: center;
}
.fraseTitulo,.fraseSubtitulo{
	color: #fff;
}
.fraseTitulo{
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
}
.fraseSubtitulo{
	font-size: 30px;
}
.botaoClaro{
	font-family: 'PT Sans';
	background: transparent;
	border: 2px solid #fff;
	text-transform: uppercase;
    padding: 10px 30px;
}
.botaoClaro:hover{
	background: #fff;
	color: #555;
	border: 2px solid #555;
}
.botaoEscuro{
	font-family: 'PT Sans';
	background: transparent;
	border: 2px solid #fff;
	text-transform: uppercase;
    padding: 10px 30px;
}
.botaoEscuro:hover{
	background: #fff;
	color: #555;
	border: 2px solid #ccc;
}
/*
*************************************************************************************************************************
*************************************************************************************************************************
*************************************************************************************************************************
----------------------------------------------------------FOOTER---------------------------------------------------------
*************************************************************************************************************************
*************************************************************************************************************************
*************************************************************************************************************************
*/

.stripeFooter{
	background: #222222;
	border-top: 15px solid #0067af;
	padding-top: 3rem;
}
.footerContent{
	text-align: center;
}
.footerTitulo{
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
}
input,
::-webkit-input-placeholder {
   color: #fff;
   font-family: 'PT Sans';
}
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea{
	background: #555555;
	box-shadow: none;
	border: none;
	font-family: 'PT Sans';

}
.formHome:focus{
	background: #010101 !important;
	color: #fff !important;
}
.stripeRodaPe{
	background: #101010;
}
.nomeDr{
	text-transform: uppercase;
	color: #ffffff;
    margin: 7px 0px;
	font-size: 18px;
}
.telRodaPe{
	text-align: right;
}
.telRodaPe p{
	color: #fff;
    margin: 7px 0px;
    font-size: 18px;
}
.footerTituloEscuro{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
}
.botaoModal{
	font-family: 'PT Sans';
    background: transparent;
    color: #555555;
    border: 2px solid #555555;
    padding: 10px 30px;
}
.botaoModal:hover{
	border: 2px solid #c5c5c5;
	color: #ffffff;
	background: #555555;
}





























