
/* Página de estilo do site Clínica Seta */

/* Início do reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fim do reset */

html{
	font-family: 'Oxygen', sans-serif;
}

.section-header{
	background:#eaeaea;
	padding:1% 0;
}

.fa-envelope{
	color:#fff;
}

.section-header a{
	font-size:1.5rem;
	background:#2F396A;
	border-radius:3px;
	color:#fff;
	padding:0.5rem 1rem;
}

.section-body img{
	width:80%;
	padding-top:7%;
	display: block;
	margin:0 auto;
}

.section-body h1{
	color:#2F396A;
	font-size:2.5rem;
	font-weight:bold;
	margin-top:7%;
	text-align: center;
}

.class-form{
	width:100%;
	border:1px solid #2F396A;
	border-radius:3px;
	margin-bottom:1rem;
	height:3rem;
}

.btn-form{
	width:100%;
	background:#2F396A;
	color:#fff;
	font-size:1.2rem;
	text-transform:uppercase;
	border:1px solid #2F396A;
	border-radius:4px;
	height:3rem;
	cursor:pointer;
}

	.btn-form:hover{
		background:transparent;
		color:#2F396A;
	}

.bg{
	background-image:url(../images/bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	height:100vh;
}

.info{
	margin-top:3%;
}

p{
	color:#6B5F5D;
	font-weight:700;
	font-size:1.2rem;
}

i{
	color:#2F396A;
	font-size:1.3rem;
}

.telefone p{
	margin-left:5%;
}
