/*
Theme Name: Clinicard
Author: Veci
*/

/* Reset do Navegador */
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.3em;
}
a{
	text-decoration: none;
}
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;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* CSS DEFAULT */
.container{
	width: 93%;
	margin: 0 auto;
}
.clearFix{
	clear: both;
}
button, a{
	cursor: pointer;
}
img{
	width: 100%;
	height: auto;
}
/* HEADER */
header{
	margin: 0 0 40px;
}
.faixa{
	background-color: #1f88ca;
	border-bottom: 5px solid #f9b235;
	position: relative;
	height: 40px;
	margin: 26px 0 0 0;
}
.headerLogo{
	position: absolute;
	top: -20px;
	left: 30px;
}
.headerLogo img{
	width: 125px;
}
.menu{
	float: right;
}
.menu button{
	font-family: 'Open Sans', sans-serif;
	border: 0;
	background-color: transparent;
	color: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 4px 0;
}
.menu nav{
	display: none;
	position: absolute;
	background: #fff;
	right: 0;
	padding: 10px 0;
	margin: 30px 0 0;
	width: 100%;
}
.menu nav li{
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.menu nav a{
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	color: #000;
	text-transform: uppercase;
}
/* MAIN */
section{
	clear: both;
	border-top: 33px solid #1f88ca;
}
section:first-child{
	border-top: 0;
}
.divisoria{
	position: relative;
	border-top: 30px solid #f9b235;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent; 
	width: 250px;
	margin: 0 auto 40px;
}
.divisoria h3{
	position: absolute;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fff;
	top: -27px;
	width: 100%;
	text-align: center;
}
.texto h2{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #1f88ca;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 20px 0;
}
.texto h2 span{
	color: #f9b235;
}
.texto p, .segmentos p, .formulario label{
	font-family: 'Open Sans', sans-serif;
	color: #333;
}
.texto p span{
	color: #1f88ca;
	font-weight: bold;
}
.slider{
	text-align: center;
	position: relative;
	max-width: 390px;
	height: 310px;
	margin: 0 auto 40px;
}
.controlMaior{
	position: absolute;
}
.controlMenor{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.backgroundImg{
	position: relative;
	background: #1f88ca;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 300px;
	height: 300px;
}
.backgroundImg img:first-child{
	display: block;
}
.backgroundImg img{
	display: none;
	position: absolute;
	width: 96%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	left: 2px;
	bottom: 1px;
}
.bgAtivo{
	z-index: 9;
}
.backgroundMenor{
	background: #f9b235;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 200px;
	height: 200px;
}
.backgroundMenor img{
	position: absolute;
	width: 93%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	right: 1px;
	bottom: 0;
}
.segmentos{
	margin: 0 0 40px;
}
.segmentos p{
	text-align: center;
	margin: 0 0 30px;
}
.listaSegmentos li{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 13px 20px;
	width: 40%;
	float: left;
	/*word-wrap: break-word;*/
}
.listaSegmentos li img{
	margin: 0 0 20px;
}
.listaSegmentos li:nth-child(odd){
	clear: both;
}
.contato .texto h2:last-child{
	font-size: 1.2em;
}
.formulario label{
	font-size: 1.1em;
	font-weight: bold;
}
.formulario input{
	width: 100%;
	padding: 11px 5px;
	margin: 5px 0 13px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #ccc;
	font-size: 1.1em;
}
.formulario textarea{
	width: 100%;
	height: 150px;
	padding: 5px;
	margin: 5px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #ccc;
}
.formulario button{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	width: 100%;
	border: 0;
	margin: 10px 0 30px 0;
	padding: 10px 0;
	color: #FFF;
	background-color: #1f88ca;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.clinicardPessoas{
	position: fixed;
	bottom: 0;
	z-index: 11;
	width: 100%;
	text-align: center;
}
.clinicardPessoas button{
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	background: #f9b235;
	color: #fff;
	border: 0;
	font-weight: bold;
	padding: 7px 13px;
	font-size: 1.3em;
	-webkit-border-radius: 10px 0;
	-moz-border-radius: 10px 0;
	border-radius: 10px 10px 0 0;
	border-bottom: 3px solid #1f88ca;
}
.clinicardPessoas button:hover{
	background: #1f88ca;
	border-bottom: 0;
	border-top: 3px solid #f9b235;
}
/* RESPONSIVE */
@media all and (min-width:480px){
	.slider{
		height: 379px;
	}
	.backgroundImg{
		width: 370px;
		height: 370px;
	}
	.listaSegmentos li{
		margin: 0 21px 20px;
	}
	.contato .texto h2:last-child{
		font-size: 1.5em;
	}
}/*/mediaquery*/
@media all and (min-width:640px){
	.container{
		width: 610px;
	}
	.headerLogo{
		left: 45px;
	}
	.listaSegmentos li{
		width: 26%;
	}
	.listaSegmentos li:nth-child(odd){
		clear: none;
	}
	.listaSegmentos li:nth-child(3n+1){
		clear: both;
	}
}/*/mediaquery*/
@media all and (min-width:768px){
	.container{
		width: 735px;
	}
	.left{
		float: left;
		width: 48%;
	}
	.right{
		float: right;
		width: 48%;
	}
	.faixa{
		margin: 35px 0 0;
		height: 60px;
		border-bottom: 11px solid #f9b235;
	}
	.headerLogo{
		top: -30px;
	}
	.headerLogo img{
		width: 169px;
	}
	.bt-menu{
		display: none;
	}
	.menu nav{
		display: block;
		position: relative;
		background: transparent;
		padding: 0;
		margin: 13px 0;
	}
	.menu nav li{
		display: inline-block;
		padding: 0 15px;
		border-bottom: 0;
	}
	.menu nav li:nth-child(2){
		border-right: 2px solid #fff;
		border-left: 2px solid #fff;
	}
	.menu nav a{
		color: #fff;
		font-size: 1.2em;
	}
	.inicio .texto{
		margin: 19px 0 0;
	}
	.listaSegmentos li{
		margin: 0 25px 20px;
	}
}/*/mediaquery*/
@media all and (min-width:1024px){
	.container{
		width: 975px;
	}
	.inicio .texto{
		margin: 31px 0 0;
	}
	.slider{
		margin: 0 33px 30px 0;
	}
	.listaSegmentos li{
		width: 21%;
		margin: 0 19px 20px;
	}
	.listaSegmentos li:nth-child(3n+1){
		clear: none;
	}
	.listaSegmentos li:nth-child(4n+1){
		clear: both;
	}
}/*/mediaquery*/
@media all and (min-width:1280px){
	.container{
		width: 1200px;
	}
	.headerLogo{
		left: 137px;
	}
	.slider{
		margin: 0 96px 30px 0;
	}
}/*/mediaquery*/