@font-face{
    font-family: 'Oswald-Light';
    src: url('../fonts/oswald-light.eot');
    src: url('../fonts/oswald-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light.woff') format('woff'),
         url('../fonts/oswald-light.ttf') format('truetype'),
         url('../fonts/oswald-light.svg#oswald-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Oswald-Regular';
    src: url('../fonts/oswald-regular.eot');
    src: url('../fonts/oswald-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular.woff') format('woff'),
         url('../fonts/oswald-regular.ttf') format('truetype'),
         url('../fonts/oswald-regular.svg#oswald-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Oswald-Bold';
    src: url('../fonts/oswald-bold.eot');
    src: url('../fonts/oswald-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold.woff') format('woff'),
         url('../fonts/oswald-bold.ttf') format('truetype'),
         url('../fonts/oswald-bold.svg#oswald-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CSS RESET */
* {
	margin:0;
	padding:0;
	border: none;
}

a{
	outline: none;
	text-decoration: none;
}

/* Configurações Gerais */
html, body, #wrapper {
	height: 100%;
	font-family: 'Oswald-Regular'
}

header, footer, section {
	position: relative;
	width: 100%;
	min-height:100%;
	height: auto;
	background-size: cover;
	overflow: auto;
}

section{
	padding-bottom: 50px;
}

footer {
	border-top: 10px solid #9dcd6c;
}

iframe {
	width: 100%;
	height: 300px;
	border: 0;
	margin-top: 20px;
}

section h2{
	padding:30px;
	text-transform: uppercase;
	font-size: 50px;
	color: #1b558f;
	background-color: rgba(255, 255, 255, 0.8);
	border-top: 10px solid #9dcd6c;
	border-bottom: 6px solid #1b558f;
	margin-bottom: 40px;
}

::-webkit-input-placeholder { 
	color:#ccc; 
	font: 18px 'Oswald-Light', sans-serif;
}

::-moz-placeholder { 
	color:#ccc;
	font: 18px 'Oswald-Light', sans-serif;
}

:-ms-input-placeholder { 
	color:#ccc; 
	font: 18px 'Oswald-Light', sans-serif;
}

input:-moz-placeholder { 
	color:#ccc; 
	font: 18px 'Oswald-Light', sans-serif;
}

.negrito{
	font-family: 'Oswald-Bold', sans-serif;
}

.regular{
	font-family: 'Oswald-Regular', sans-serif;
}

.light{
	font-family: 'Oswald-Light', sans-serif;
}

.logo-green {
	color: #9dcd6c;
}

.logo-blue {
	color: #1b558f;
}

.nav-anchor {
	cursor: pointer;
}

.nav-anchor-active {
	color: #fff;
}

.nav-anchor-selected {
	color: #9dcd6c;
}

.m-nav-anchor-active {
	color: #fff;
	background-color:#1b558f; 
}

.m-nav-anchor-selected {
	color: #fff;
	background-color: #9dcd6c;	
}

.clearfix {
	clear: both;
}

.tabs-list-active {
	color: #fff;
	background-color: #1b558f;
}

.tabs-list-selected {
	color: #1b558f;
	background-color: #fff;
}

.box {
	height: auto;
	width: 50%;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0 0 20px 0;
	margin-bottom: 50px;
}

.box-left {
	min-height: 100%;
	height: auto;
	width: 40%;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0 0 20px 0;
	margin-bottom: 50px;
	float: left;
}

.box-right {
	min-height: 100%;
	height: auto;
	width: 40%;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0 0 0 20px;
	margin-bottom: 50px;
	float: right;
}

.box p {
	padding-bottom: 10px;
	font: 18px 'Oswald-Light', sans-serif;
}

.box p:last-child {
	padding-bottom: 0;
}



/* Background images */
header{background-image:url(../images/backgrounds/header.png);}
#clinica{background-image:url(../images/backgrounds/clinica.jpg);}
#profissionais{background-image:url(../images/backgrounds/profissionais.jpg);}
#especialidades{background-image:url(../images/backgrounds/especialidades.jpg);}
#localizacao{background-image:url(../images/backgrounds/localizacao.jpg);}
#contato{background-image:url(../images/backgrounds/contato.jpg);}
footer{background-image:url(../images/backgrounds/footer.jpg);}


#mobile-menu {
	position: fixed;
	width: 100%;
	height: 50px;
	border-bottom: 3px solid #9dcd6c;
	z-index: 1000;
	background-color: #fff;
	display: none;
}

#m-logo {
	width: 50%;
	height: 50px;
	float: left;
}

#m-logo img {
	height: 30px;
	padding: 10px;
}

#m-open-button {
	width: 50%;
	height: 50px;
	float: right;
}

#m-open-button a img {
	height: 50px;
	padding: 0 10px;
}

#m-open-button a{
	display: block;
	float: right;
}

#m-open-button a img{
	cursor: pointer;
}

#m-menu-container {
	height: auto;
	display: none;
}

#m-menu-anchor li{
	display: block;
	width: 100%;
	min-height: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #fff;

}

#m-menu-anchor li a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
}


/* Header menu */
#topo-container{
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100px;
	background-color: #fff;
	border-bottom: 3px solid #9dcd6c;
}

#logo{
	width: 24.5%;
	margin-right: 5.25%;
	margin-left: 5.25%;
	height: 100%;
	float: left;
}

#logo img{
	width: 100%;
	margin-top: 15px;
}

#menu {
	width: 65%;
	height: 100%;
	padding-top: 15px;
	float: left;
	background-color: #1b558f;
	border-radius: 0 0 0 30px;
}

#menu ul{
	float: right;
	width: 95%;
	margin-right: 5%;
	height: 100%;
}

#menu li{
	list-style: none;
	float: left;
	text-transform: uppercase;
	margin-left: 5%;
	margin-top: 22px;
	height: 26px;
}

#menu li a{
	font: 24px 'Oswald-Regular',sans-serif;
	text-decoration: none;
	transition: all 0.3s;	
}

#menu li a:hover{
	color: #9dcd6c;
	transition: all 0.3s;
}
/* Header menu - FIM */

/* Header title */
#header-title {
	position: absolute;
	top:60%;
	width: 60%;
	padding: 20px 10px;
	height: auto;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 0 0 20px 0;
}

#header-title h2{
	display: block;
	margin-left: 5%;
	font: 300 80px 'Oswald-Light', sans-serif;
	text-transform: uppercase;
}

#header-title p{
	display: block;
	margin-left: 5%;
	font: 300 20px 'Oswald-Light', sans-serif;
	color: #000;
	text-transform: uppercase;
}
/* Header title - FIM */

/* Profissionais e Especialidades Tabs */

#especialidades .box, #profissionais .box{
	background-color: rgba(255, 255, 255, 0.4);
}

#profissionais .box {
	position: relative;
	min-height: 420px;
	float: right;
	border-right: 0;
	border-left:3px solid #1b558f;
	border-bottom:3px solid #1b558f;
	border-radius: 0 0 0 20px;
}

.tabs-prof-list {
	float: left;
	margin-right: 30px;
}

.tabs-prof-list li {
	list-style: none;
	width: 80px;
	height: 80px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #1b558f;
}

.tabs-prof-list li:last-child{
	margin-right: 0;	
}

.tabs-prof-list li a{
	display: block;
	text-decoration: none;
	width: 80px;
	height: 80px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.tabs-prof-content {
	position: relative;
	margin-left: 110px;
	height: auto;	
	padding: 5%;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 0 0 20px 0;
}

.tabs-prof-content > .prof-text >h2, .tabs-espec-content>h2{
	font: 20px 'Oswald-Regular', sans-serif;
	padding:0;
	margin:0 0 15px 0;
	border: none;
	text-transform: uppercase;
	color: #1b558f;
	background: none;
}

.prof-text{
	width: 65%;
	float: left;
}

.tabs-prof-content > .prof-text > p {
	margin-right: 5%;
}

.tabs-prof-content>img{
	width: 30%;	
	float: left;
}

.tabs-espec-list li {
	list-style: none;
	float: left;
	width: calc(20% - 5px);
	margin-right: 5px;
	margin-bottom: 5px;
}

.tabs-espec-list li:last-child{
	margin-right: 0;
}

.tabs-espec-list li a{
	display: block;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
}

.tabs-espec-list li a:hover{
	color: #1b558f;
	background-color: #fff;
}

.tabs-espec-content {
	clear: both;
	padding: 5%;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 0 0 20px 0;
}

#tabs-espec, #tabs-prof{
	display: none;
}
/* Profissionais e Especialidades Tabs - FIM */


/* Localização */
#map-container {
	width: 100%;
}

/* Contato */
#contato {
	clear: both;
}

legend {
	display: none;
}

label {
	font: 16px 'Oswald-Light';
	text-transform: uppercase;
}

#contato .box form input, #contato .box form textarea {
	font: 16px 'Oswald-Regular';
	display: block;
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}

#contato .box form textarea {
	height: 150px;
}

#contato .box form input:focus, #contato .box form textarea:focus{
	color: #fff;
	background-color: #9dcd6c;
	outline: none;
}

input:focus::-webkit-input-placeholder {color: #1b558f;}
input:focus:-moz-placeholder {color: #1b558f;} /* Firefox < 19 */
input:focus::-moz-placeholder {color: #1b558f;} /* Firefox > 19 */
input:focus:-ms-input-placeholder {color: #1b558f;} /* Internet Explorer 10 */

textarea:focus::-webkit-input-placeholder {color: #1b558f;}
textarea:focus:-moz-placeholder {color: #1b558f;} /* Firefox < 19 */
textarea:focus::-moz-placeholder {color: #1b558f;} /* Firefox > 19 */
textarea:focus:-ms-input-placeholder {color: #1b558f;} /* Internet Explorer 10 */

button {
	width: 150px;
	height: 30px;
	font: 16px 'Oswald-Light';
	color: #fff;
	text-transform: uppercase;
	background-color:#1b558f; 
}

#contato .box form label.error {
    float: none;
    display: block;
    color: #ed3237;
    margin: 1px 0 15px 0;
    vertical-align: top;
    font-size: 10px;
}

#form-modal{
	position:fixed;
	width:100%;
	height:100%;
	z-index:100;
	display: none;
}

#form-modal-bg {
	position:absolute;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

#form-modal-box {
	position: absolute;
	width: 300px;
	height: 200px;
	background-color: #9dcd6c;
	top:60%;
	left:50%;
	margin-left: -150px;
	margin-top: -150px;
	border: 3px solid #fff;
	border-radius: 0 25px 0 25px;
	z-index:10;
}

#form-modal-box p {
	text-align: center;
	margin-top: 70px;
	padding: 0 20px;
	font: 700 20px 'Oswald-Light', sans-serif;
	color: #fff;
}

#form-modal-box p:last-child {
	margin-top: 10px;
}

.modal-box-close-btn {
	cursor: pointer;
}

.modal-box-close-btn img {
	position: relative;
	width: 25px;
	margin: 10px 10px 0 0;
	float: right; 
}
/* Contato - FIM */


/* Footer */
#footer-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	padding-top: 25px;
	background-color: rgba(27, 85, 143, 0.7);
}

#footer-info p{
	color:#fff;
	font: 16px 'Oswald-Light', sans-serif;
	text-align: center;
}

#footer-info p a{
	color: #9dcd6c;
	text-decoration: none;
}
/* Footer - FIM */

/* Super Wide Desktop View*/
@media only screen and (min-width:2100px){

	#logo{
		width: 20%;
		margin-right: 7.5%;
		margin-left: 7.5%;
	}

	#logo img{
		margin-top: 10px;
	}
}

/* Wide Desktop View*/
@media only screen and (min-width:1366px) and (max-width: 1599px){

	#logo{
		width: 28%;
		margin-right: 3.5%;
		margin-left: 3.5%;
	}

	#logo img{
		margin-top: 20px;
	}

	#menu li{
		margin-top: 26px;
	}

	#menu li a{
		font-size: 22px;
	}

	#header-title h2{
		font-size: 65px;
	}	

	#header-title p{
		font-size:18px;
	}	
}

/* Not Wide Desktop View*/
@media only screen and (min-width:1024px) and (max-width: 1365px){

	#logo{
		width: 31.5%;
		margin-right: 1.75%;
		margin-left: 1.75%;
	}


	#logo img{	
		margin-top: 25px;
	}

	#menu li{
		margin-top: 28px;
		margin-left: 4%;
	}

	#menu li a{
		font-size: 18px;
	}

	#header-title h2{
		font-size: 50px;
	}	

	#header-title p{
		font-size:15px;
	}
}

/* Tablet View*/
@media only screen and (min-width:600px) and (max-width: 1023px){

	#mobile-menu{
		display: block;
	}

	header{
		background-position: 0 120px;
	}

	section h2{
		font-size: 35px;
	}

	.box {
		width: 70%;
	}

	.box p {
		padding-bottom: 10px;
		font: 16px 'Oswald-Light', sans-serif;
	}

	.box-left {
		width: 90%;
		padding-left:5%;
		padding-right:5%;
		padding-top: 20px;
		padding-bottom: 20px;
		border-radius: 0;
		margin-bottom: 40px;
		float: none;
	}

	.box-right {
		width: 90%;
		padding-left:5%;
		padding-right:5%;
		padding-top: 20px;
		padding-bottom: 20px;
		border-radius: 0;
		margin-bottom: 20px;
		float: none;
	}

	#topo-container{
		height: 120px;
		border:none;
		position: relative;
	}

	#logo{
		width: 350px;
		margin: 0 auto;
		height: 90px;
		float: none;
	}

	#logo img{	
		width: 100%;
		margin: 0 auto;
		margin-top: 18px;
	}

	#menu {
		width: 100%;
		height: 30px;
		padding-top: 8px;
		border-radius: 0;
		float: left;
		background-color: #1b558f;
	}

	#menu ul {
		margin: 0 auto;
		width: 540px;
		float: none;
	}

	#menu li{
		margin: 0;
		margin-left: 5%;
		text-align: center;
	}

	#menu li:first-child{
		margin-left: 0;
	}

	#menu li a{
		font-size: 17px;
	}

	#header-title{
		top: 50%;
	}

	#header-title h2{
		font-size: 50px;
	}	

	#header-title p{
		font-size:15px;
	}

	#profissionais .box, #especialidades .box {
		width: 95%;
		float: right;
		border-radius: 0;
	}

}



/* Mobile View*/
@media only screen and (max-width: 599px){

	#mobile-menu{
		display: block;
	}

	header{
		background-position: 0 230px;
	}

	section h2{
		padding: 10px;
		font-size: 25px;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.box {
		width: 95%;
		padding-left:2.5%;
		padding-right:2.5%;
		padding-top:20px;
		padding-bottom:20px;
		border-radius: 0;
	}

	.box p {
		font: 14px 'Oswald-Light', sans-serif;
	}	

	.box-left {
		width: 90%;
		padding-left:5%;
		padding-right:5%;
		padding-top: 20px;
		padding-bottom: 20px;
		border-radius: 0;
		margin-bottom: 40px;
		float: none;
	}

	.box-right {
		width: 90%;
		padding-left:5%;
		padding-right:5%;
		padding-top: 20px;
		padding-bottom: 20px;
		border-radius: 0;
		margin-bottom: 20px;
		float: none;
	}

	#topo-container{
		height: 150px;
		border:none;
		position: relative;
	}

	#logo{
		width: 100%;
		margin: 0 auto;
		height: auto;
		margin-bottom: 15px;
		float: none;
	}

	#logo img{	
		width: 90%;
		padding: 0 5%;
		margin: 0 auto;
		margin-top: 25px;
	}

	#menu {
		width: 100%;
		height: auto;
		padding-top: 0;
		border-radius: 0;
		float: left;
	}

	#menu ul {
		margin: 0 auto;
		width: 100%;
		float: left;
	}

	#menu li{
		margin: 0;
		width: 100%;
		padding-top: 0;
		height: auto;
		float: left;
		text-align: center;
		border-top: 1px solid #fff;
	}

	#menu li a{
		font-size: 14px;
		display: block;
		width: 100%;
		padding-top: 5px;
		height: 25px;
		background-color: #1b558f;
	}

	#menu li a:hover{
		color: #fff;
		background-color: #9dcd6c;
	}

	#header-title{
		top: inherit;
		bottom: 0;
		padding: 20px 0;
		width: 100%;
		border-right:0;
		border-radius: 0;
	}

	#header-title h2{
		font-size: 30px;
	}	

	#header-title p{
		font-size:12px;
	}

	.tabs-prof-list {
		clear: both;
		margin-right: 0;
		width: 100%;
	}

	.tabs-prof-list li {
		float: left;
		width: 13.20%;
		margin-right: 1%;
		height: auto;
		background: none;
	}

	.tabs-prof-list li a{
		width: 100%;
		margin-right: 0;
		height: auto;
	}

	.tabs-prof-list li img{
		width: 100%;
	}

	.tabs-prof-content {
		clear: both;
		margin-left: 0;	
		border-radius: 0 0 0 0;
		width: 90%;	
	}

	.tabs-prof-content>h2, .tabs-espec-content>h2{
		clear: both;
	}

	.tabs-prof-content>p {
		width: 55%;
	}

	.tabs-prof-content>img{
		width: 30%;	
	}

	#profissionais .box, #especialidades .box {
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.tabs-espec-list li {
		float: left;
		width: calc(33.33% - 5px);
		height: auto;
	}

	.tabs-espec-content {
		clear: both;
		margin-left: 0;
		border-radius: 0 0 0 0;
		width: 90%;	
	}

}

/* Landscape Desktop View*/
@media only screen and (max-width:1365px) and (orientation: landscape){
	header{background-image:url(../images/backgrounds/header-1280.png);}
	#clinica{background-image:url(../images/backgrounds/clinica-1280.jpg);}
	#profissionais{background-image:url(../images/backgrounds/profissionais-1280.jpg);}
	#especialidades{background-image:url(../images/backgrounds/especialidades-1280.jpg);}
	#localizacao{background-image:url(../images/backgrounds/localizacao-1280.jpg);}
	#contato{background-image:url(../images/backgrounds/contato-1280.jpg);}
	footer{background-image:url(../images/backgrounds/footer-1280.jpg);}
}

/* Landscape Mobile View*/
@media only screen and (max-width:1365px) and (max-height: 414px) and (orientation: landscape){
	header{background-image:url(../images/backgrounds/header-x-mob.png);}
	#clinica{background-image:url(../images/backgrounds/clinica-x-mob.jpg);}
	#profissionais{background-image:url(../images/backgrounds/profissionais-x-mob.jpg);}
	#especialidades{background-image:url(../images/backgrounds/especialidades-x-mob.jpg);}
	#localizacao{background-image:url(../images/backgrounds/localizacao-x-mob.jpg);}
	#contato{background-image:url(../images/backgrounds/contato-x-mob.jpg);}
	footer{background-image:url(../images/backgrounds/footer-x-mob.jpg);}

	#header-title{
		top: inherit;
		bottom: 0;
		padding: 20px 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		border-right:0;
		border-radius: 0;
	}

	#header-title h2{
		font-size: 30px;
	}	

	#header-title p{
		font-size:12px;
	}
}

/* Portrait Mobile View*/
@media only screen and (max-width:1365px) and (orientation: portrait){
	header{background-image:url(../images/backgrounds/header-y-mob.png);}
	#clinica{background-image:url(../images/backgrounds/clinica-y-mob.jpg);}
	#profissionais{background-image:url(../images/backgrounds/profissionais-y-mob.jpg);}
	#especialidades{background-image:url(../images/backgrounds/especialidades-y-mob.jpg);}
	#localizacao{background-image:url(../images/backgrounds/localizacao-y-mob.jpg);}
	#contato{background-image:url(../images/backgrounds/contato-y-mob.jpg);}
	footer{background-image:url(../images/backgrounds/footer-y-mob.jpg);}
}

/* Landscape Smartphone Header View*/
@media only screen and (max-width: 599px) and (max-height: 400px) and (orientation:landscape){
	#header-title{display: none;}
	header{
		background-image:url(../images/backgrounds/background.png);
		background-size:auto;
	}
}

/* Landscape Smartphone View*/
@media only screen and (max-width: 736px) and (max-height: 414px) and (orientation:landscape){
	#clinica{background-image:url(../images/backgrounds/clinica-740.jpg);}
	#profissionais{background-image:url(../images/backgrounds/profissionais-740.jpg);}
	#especialidades{background-image:url(../images/backgrounds/especialidades-740.jpg);}
	#localizacao{background-image:url(../images/backgrounds/localizacao-740.jpg);}
	#contato{background-image:url(../images/backgrounds/contato-740.jpg);}
	footer{background-image:url(../images/backgrounds/footer-740.jpg);}
	}
}