/* LARGURA REAL DOS ELEMENTOS *********************************************************/

*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	margin: 0;
	padding: 0;
}


/* SEPARA OS ELEMENTOS FLOATS *********************************************************/

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix{
    *zoom: 1;
}


/* FONTES ***************************************************************************/
@font-face{font-family:"RaspoutineMedium"; src: url("http://uroclinicasaopaulo.institucional.ws/fontes/RaspoutineMedium_TB.otf");}


/* CONTEÚDO *****************************************************************************/

body{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	margin: 0; padding: 0;
	}

h1{
	font-family: 'RaspoutineMedium', Tahoma;
	margin: 0 0 5px 0;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 120%;
	}
	
h2{
	font-family: 'RaspoutineMedium', Tahoma;
	margin: 0 0 2px 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 120%;
	color: #589da0;
	}
	
h3{
	font-family: 'RaspoutineMedium', Tahoma;
	margin: 0 0 3px 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 130%;
	}

h4{
	font-family: 'RaspoutineMedium', Tahoma;
	margin: 0 0 2px 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 130%;
	}
	
h5{
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 2px 0;
	font-size: 17px;
	font-weight: 300;
	line-height: 140%;
	}
	
h6{
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 2px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 140%;
	}
	
.container{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	}
	
.container-page{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	}
	

/* MENU TOP *****************************************************************************/

.top{
	float: left;
	width: 100%; height: 135px;
	background: url('../imagens/fdtop.png') center center no-repeat;
	}
	
.top-pages{
	float: left;
	margin-bottom: 20px;
	width: 100%; height: 230px;
	background: url('../imagens/fdtop-pages.jpg') center center no-repeat;
	}
	
.logo{
	float: left;
	margin-top: 0;
	width: 200px;
	height: 106px;
	background: url('../imagens/logotipo.png') center no-repeat;
	background-size: 100%;
	}
	
.menu{
	float: right;
	margin-top: 65px;
	}
	
.bt-menu{
	border: 0;
	padding: 5px 15px;
	font-family: 'RaspoutineMedium', Tahoma;
	font-size: 16px;
	color: #fff;
	background: transparent;
	cursor: pointer;
	transition: all 150ms linear;
	}
	
.bt-menu:hover{
	color: #a5d7be;
	}
	

/* MENU DROP *****************************************************************************/	
.nav1{
    list-style: none;
    font: 20px 'RaspoutineMedium', Tahoma;
	font-weight: 300;
	letter-spacing: -0.5px;
    margin: 0;
    padding: 0;
	display: none;
	}

.nav1 li{
    float: right;
    position: relative;
    z-index:99999;
	}

.nav1 li a:link,
.nav1 li a:visited{
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    margin-left: 0px;
	transition: all 200ms linear;
	}

.nav1 li:hover a,
.nav1 li a:active,
.nav1 li a:hover{
    display: block;
    color: #fff;
    background: transparent;
	}

.submenu1{
    margin:0;
    list-style:none;
    display:none;
    width:240px;
    position:absolute;
    top:45px;
    left:-160px;
	}

.nav1 li:hover .submenu1{
    display:block;
	box-shadow: 0px 3px 10px #000;
	}

.submenu1 li a:link,
.submenu1 li a:visited{
    display: block;
    padding: 20px 30px;
    background: #5c70af;
    text-decoration: none;
    width: 240px;
    color: #fff;
	border-top: 1px solid #8594c3;
	}

.submenu1 li:hover a,
.submenu1 li a:active,
.submenu1 li a:hover{
    display: block;
    background: #a5d7be;
    color: #28826a;
	}
	
	
/* MENU MATÉRIAS *****************************************************************************/	

.menu-materias{
	float: right;
	display: none;
	margin-top: -3px;
	}

.nav2{
    list-style: none;
    font: 18px 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
	}

.nav2 li{
    float: right;
    position: relative;
    z-index:9999;
	}

.nav2 li a:link,
.nav2 li a:visited{
    display: block;
    text-decoration: none;
    color: #000;
    margin-left: 0px;
	transition: all 200ms linear;
	}

.nav2 li:hover a,
.nav2 li a:active,
.nav2 li a:hover{
    display: block;
    color: #fff;
    background: transparent;
	}

.submenu2{
    margin:0;
    list-style:none;
    display:none;
    width:240px;
    position:absolute;
    top:30px;
    left:-200px;
	}

.nav2 li:hover .submenu2{
    display:block;
	box-shadow: 0px 3px 10px #000;
	}

.submenu2 li a:link,
.submenu2 li a:visited{
    display: block;
    padding: 10px 15px;
    background: url('../imagens/fd-geral.jpg');
    text-decoration: none;
    width: 300px;
    color: #589da0;
	border-top: 1px solid #8594c3;
	}

.submenu2 li:hover a,
.submenu2 li a:active,
.submenu2 li a:hover{
    display: block;
    color: #28826a;
	background: url('../imagens/fd-geral-on.jpg');
	}


/* HOME *****************************************************************************/
.banner{
	float: left;
	margin: 0;
	width: 100%;
	}
	
.bannerPQ{
	float: left;
	display: none;
	margin: 0;
	width: 100%; height: 260px;
	}
	
.apresentacao{
	float: left;
	margin-top: 40px;
	width: 100%; height: 330px;
	background: url('../imagens/fdapresentacao.jpg') center no-repeat;
	}
	
.conteudo-apres{
	width:780px; height:175px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 2px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 140%;
	}
	
.noticias{
	float: left;
	margin: 40px 0;
	width: 100%;
	}

.noticia-destaques a{
	float: left;
	margin: 30px 0.5% 0 0.5%;
	width:24%; height: 224px;
	border: 1px solid #e6e7e8;
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	background: url('../imagens/fddestaques.jpg');
	}
	
.noticia-destaques img{
	margin-bottom: 20px;
	width:100%;
	}
	
.bt-home-agende, .bt-home-confira{
	margin: 50px 305px 0 120px;
	border: 0;
	font-family: 'RaspoutineMedium', Tahoma;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	background: transparent;
	cursor: pointer;
	transition: all 150ms linear;
	}
	
.bt-home-confira{
	margin: 0;
	}
	
.bt-home-agende:hover, .bt-home-confira:hover{
	color: #a5d7be;
	}
	
.bt-especialista{
	float: right;
	margin: -120px -10px 0 0;
	width: 120px; height: 120px;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: all 150ms linear;
	}
	
	
/* FORMULÁRIOS *****************************************************************************/

.input1{
	font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px;
    border: 0;
    font-size: 18px;
    font-weight: 300;
	background: url('../imagens/fd00.png');
	}
	 
.input2{
	font-family: 'Roboto Condensed', sans-serif;
	width: 47.5%;
    margin-bottom: 5px;
    padding: 15px;
    border: 0;
    font-size: 18px;
    font-weight: 300;
	background: url('../imagens/fd00.png');
    }
	 
.robo{
	float: left;
    width: 98.5%;
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #999;
	border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
	background: #c2c1e4;
    }	
	
.bt-form{
	width: 98.5%;
    margin: 0;
	border: 1px solid #0c0693;
	border-radius: 5px;
	padding: 10px 15px;
	font-family:'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	background: #0c0693;
	cursor: pointer;
	transition: all 150ms linear;
	}
	
.bt-form:hover{
	color: #0c0693;
	background: #8683c9;
	}

	

/* RODAPÉ *****************************************************************************/
	
.bottom{
	float: left;
	width: 100%; height: 100px;
	font-family: 'RaspoutineMedium', Tahoma;
	background: url('../imagens/fdbottom.jpg') center no-repeat;
	}
	
.menu-rodape{
	float: right;
	margin-bottom: 25px; 
	width: 100%;
	padding-right: 170px;
	text-align: right;
	}
	
.bt-menu-rodape{
	border: 0;
	padding: 5px 7px;
	font-family: 'RaspoutineMedium', Tahoma;
	font-size: 14px;
	color: #4a549b;
	background: transparent;
	cursor: pointer;
	transition: all 150ms linear;
	}
	
.bt-menu-rodape:hover{
	color: #1f9085;
	}
	
.assinatura{
	margin:10px 0 0 50px;
	color:#fff;
	}



/***********************************************************************************/
/* MÍDIA QUERIES */
/***********************************************************************************/


/* 1024px – Tablets no formato paisagem e alguns monitores mais antigos ------------*/
@media screen and (max-width: 1200px){

.top{
	height: 120px;
	background-position: -430px -5px;
	}
	
.top-pages{
	background-position: -420px -5px;
	}
	
.logo{
	margin: 0 0 0 -10px;
	width: 180px;
	}

.menu{
	margin-top: 60px;
	}

.bt-menu{
	border: 0;
	padding: 5px 10px;
	font-size: 15px;
	}
	
.bt-especialista{
	display: none;
	}
	
.apresentacao{
	margin-top: 20px;
	background: url('../imagens/fdapresentacao.jpg') -380px 0;
	}
	
.conteudo-apres{
	width:780px;
	}
	
.menu-rodape{
	padding-right: 100px;
	}

}


/* 760px – Tablets no formato retrato, como o iPad --------------------------------*/
@media screen and (max-width: 1023px){

.top{
	background-position: -400px -15px;
	}
	
.top-pages{
	background-position: -420px -15px;
	}

.menu{
	margin-top: 40px;
	}

.bt-menu{
	display: none;
	}
	
.nav1{
	display: block;
	}
	
.banner{
	display: none;
	}
	
.bannerPQ{
	display: block;
	}

.apresentacao{
	height: auto;
	padding: 0 0 30px 0;
	background: url('../imagens/fdapresentacaoPQ.jpg') top center no-repeat;
	}
	
.conteudo-apres{
	width:100%;
	}
	
.bt-home-agende, .bt-home-confira{
	margin: 10px 0 0 0;
	width: 60%;
	padding: 5px 25px 5px 15px;
	text-align: left;
	background: url('../imagens/bt-tarja-azul.png') right top no-repeat;
	}
	
.noticias{
	margin: 20px 0;
	}
	
.menu-rodape{
	display: none;
	}
	
.bottom{
	width: 100%; height: 60px;
	padding-top: 22px;
	background: url('../imagens/fdbottom.jpg') -750px -25px;
	}
	
.assinatura{
	margin:10px 0 0 0;
	}
	
}



/* 480px – Smartphones no formato paisagem -----------------------*/
@media screen and (max-width: 759px){

h1{
	font-size: 25px;
	margin: 0;
	line-height: 120%;
	}

h5{
	font-size: 18px;
	}
	
h6{
	font-size: 18px;
	}

.top{
	height: 95px;
	background-position: -440px -30px;
	}
	
.top-pages{
	height: 75px;
	background-position: -420px -30px;
	}

.logo{
	margin: -10px 0 0 -5px;
	width: 150px;
	}
	
.menu{
	margin-top: 24px;
	}
	
.submenu1 li a:link,
.submenu1 li a:visited{
    padding: 15px 30px;
	}
	
.bannerPQ{
	display: none;
	}
	
.conteudo-apres{
	height: auto;
	font-size: 18px;
	}
	
.bt-home-agende, .bt-home-confira{
	width: 80%;
	padding: 7px 25px 5px 15px;
	font-size: 20px;
	}
	
.noticia-destaques a{
	margin: 10px 0.5% 0 0.5%;
	width:49%; height: 224px;
	}
	
.menu-materias{
	display: block;
	}

}


/* 320px – Smartphones no formato retrato com tela pequena ------------------------*/
@media screen and (max-width: 479px){

h1{
	font-size: 22px;
	}
	
h2{
	font-size: 20px;
	}
	
h3{
	font-size: 18px;
	}
	
h4{
	font-size: 16px;
	}

.top{
	background-position: -460px -30px;
	}
	
.logo{
	margin: -15px 0 0 -5px;
	}
	
.submenu2{
    width:120px;
    left:-50px;
	}
	
.apresentacao{
	margin-top: 5px;
	padding: 0 0 20px 5px;
	background: url('../imagens/fdapresentacaoPQ.jpg') -150px 0;
	}
	
.bt-home-agende, .bt-home-confira{
	width: 100%;
	letter-spacing: -0.5px;
	font-size: 18px;
	}
	
.noticia-destaques a{
	margin: 10px 0 0 0;
	width:100%; height: 200px;
	}
	
.noticia-destaques img{
	margin-bottom: 5px;
	}
	
.bottom{
	height: 75px;
	}

}
