html,
body {
    height: 100%;
	background-image: url('images/fundo.png');
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
.font {font-size: 18px;}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}


.texto-topo h3{
    padding-top: 24px;
    font-size: 25px;
    color: #0087fc;
    font-weight: bold;
    float: left;
}

.linha-topo {
    border-left: 2px solid #ee434b;
    border-right: 1px solid #ee434b;
    height: 60px;
    float: left;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

.form-control {
    height: 45px;
    font-style: italic;
}

div#search-results th {
    background-color: #ee434b;
    color: #fff;
    padding: 15px 10px;
}

div#search-results th a {
    color: #fff;
}

div#search-results .button-slide {
    background: #0087fc;
    border: none;
    font-weight: 100;
    border-radius: 0px;
    padding: 10px 40px;
    padding-top: 12px;
    color: #fff;
    font-size: 14px;
}

div#search-results .button-slide:hover {
    background: #204d74;
}


@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* Logo */
div#logo img {
    z-index: 9999;
    position: relative;
    margin: 20px 0;
    float: left;
}

/* Menu */
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: bold;
}

#botoes-home {
	text-align:right; 
	padding-right:0;
}

/* Topo */
div#topo-responsivo-conta {
	display: none;
}

/* BOtão cabeçalho */
.button-pink {
    background: #ee434b;
    color: #fff;
    font-weight: bold;
    border: 4px;
    border-radius: 5px;
    text-align: center;
	margin: 50px 10px;
    padding: 7px 20px;
    
}
.button-bluee {
    background: #0087FC;
    color: #fff;
    font-weight: bold;
    border: 4px;
    border-radius: 5px;
    text-align: center;
	margin: 50px 10px;
	padding: 7px 20px;
}

#frase {float:right; font-weight:bold; padding:20px 0 0 0;}

/* Topo Azul */
div#fundoTopoAzul h1 {
    margin: 10px 0;
    font-size: 30px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

div#fundoTopoAzul p {
    margin: 14px 0;
    font-size: 22px;
    text-align: right;
    color: #fff;
}

div#fundoTopoAzul {
    background: #008ffc;
    height: 53px;
}

/* Slide */
div#primeiro-slide .carousel-caption {
    text-align: left;
    color: #000;
    padding-right: 25%;
}

div#primeiro-slide h3, div#segundo-slide h3 {
    margin-top: -60% !important;
	font-size: 26px;
	line-height: 1.3;
}

.button-slide {
    background: #0087fc;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    padding: 15px 60px;
}

.button-slide-pink {
    background: #ee474f;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    padding: 15px 60px;
}

.button-slide-pink:hover {
    background: #dc3945;
}

.button-slide-grey {
    background: #dddddd;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    padding: 15px 60px;
    color:#000;
}

.button-slide-grey:hover {
    background: #204d74;
}

div#segundo-slide {
    text-align: right;
    color: #000;
    padding-left: 25%;
}

/* BLoco 1 */
div#fundo1 {
    /*margin-top: 40px;*/
}

/* Bloco 3 */
div#fundo3 {
    background: #f3f3f3;
    padding: 100px 0;
    color: #333;
    height: 480px;

}

div#fundo3 h1 {
    margin: 20px 0;
}

div#fundo3 h3 {
    text-align: right;
    padding-top: 30px;
}

div#fundo3 a {
    float: right;
}

div#fundo3 p {
    font-weight: bold;
    font-size: 16px;
    color: #999;
    text-align: right;
}

div#fundo3 #computador img {
    width: 100%;
}

/* Bloco 10 */
div#fundo10 {
    background: #eeeeee;
    padding: 10px 0;
    color: #333;
}

div#fundo10 h1 {
    margin: 20px 0;
}

div#fundo10 h3 {
    text-align: right;
    padding-top: 30px;
}

div#fundo10 .box-footer {
    float: right;
    padding-right: 15px;
}

div#fundo10 p {
    font-weight: bold;
    font-size: 16px;
    color: #999;
    text-align: right;
}

div#fundo10 #computador img {
    width: 100%;
}

div#fundo10 .button-slide {
    background: #0087fc;
    border: none;
    font-weight: 100;
    border-radius: 5px;
    padding: 10px 60px;
    color: #fff;
    font-size: 16px;
}

div#fundo10 .button-slide:hover {
    background: #204d74;
}

div#fundo10 .button-slide-pink {
    background: #ee474f;
    border: none;
    font-weight: 100;
    border-radius: 5px;
    padding: 10px 60px;
    margin-right: 20px;
    font-size: 16px;
}

div#fundo10 .button-slide-pink:hover {
    background: #dc3945;
}

/* Bloco 7 */
div#fundo7 {
    background: #ee434b;
    padding: 5px 0;
    color: #fff;
    height: 290px;
}

div#fundo7 h1 {
    margin: 20px 0;
}

div#fundo7 h2 {
    font-size: 32px;
    padding-top: 35px;
}

div#fundo7 h3 {
    font-size: 22px;
}

div#fundo7 p {
    font-weight: bold;
    font-size: 16px;
    color: #999;
}

div#fundo7 a {
    font-weight: bold;
}

div#fundo7 a:hover {

}

div#fundo7 #aplicativo-medico img {
    float: right;
}

/* Bloco 8 */

div#fundo8 h1 {
    line-height: 1.2em;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
div#fundo8 {
    background: #008ffc;
}

/* Bloco 5 */
div#fundo5 {
    padding: 170px 0 150px;
}

div#fundo5 h2, div#fundo5 h4 {
    text-align: center;
    margin: 10px 0;
}

div#fundo5 img {
    margin: 0 auto;
}

div#fundo5 #paciente h4 {
    color: #0087fc;
    font-weight: bold;
}

/* Bloco 9 */
div#fundo9 {
    padding: 0;
}

div#fundo9 h2, div#fundo9 h4 {
    text-align: left;
    margin-top: 150px;
    margin-left: 50px;
    font-size: 22px;
    font-weight: bold;
    padding-right: 50px;
}

div#fundo9 img {
    margin: 0 auto;
}

div#fundo9 #logo-blog img {
    margin-left: -100px;
    margin-top: 50px;
    position: absolute;
}

div#fundo9 #paciente h4 {
    color: #0087fc;
    font-weight: bold;
}

.botao-blog {
    margin-left: 50px;
}

div#paciente, div#medico {
    border: solid 1px #ddd;
    border-radius: 20px;
    box-shadow: 0px 9px 15px 3px #eee;
}

div#paciente img, div#medico img {
    margin-top: -100px;
}

div#paciente {
    height: 540px;
    margin: 0 50px 0 40px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

div#paciente:hover {
    background-color: #9ed2ff;
    border: 2px solid #0087fc;
}

#paciente .button-slide {
    margin-top: 20px !important;
}

div#fundo5 #medico h4 {
    color: #ee474f;
    font-weight: bold;
}

div#fundo9 #medico h4 {
    color: #ee474f;
    font-weight: bold;
}

.espaco {
    margin-bottom: 20px;
}

.bloco {
    padding: 50px 0;
}

.bloco img {
    margin-top: 0 !important;
}

.bloco p {
    font-size: 15px;
    font-weight: bold;
	margin-bottom: 40px;
	color: #666;
}

.bloco p#bott {
    text-align: center;
	margin-bottom: -30px;
}

div#iphone-mao {
    margin-top: -450px;
}

div#medico {
    margin: 0 40px 0 50px;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

div#medico:hover {
    background-color: #ffbbbe;
    border: 2px solid #ee474f;
}


/* Bloco 6 */
div#fundo6 {
    background: url('../img/fundo-mercado.jpg') no-repeat center;
    color: #fff;
    padding: 100px 0;
    border-bottom: solid 10px #fff;
    background-size: auto;
}

div#fundo6 h2 {
    font-weight: bold;
}

.button-blue {
    padding: 2% 5%;
    font-weight: bold;
    font-size: 19px;
    border: solid 2px #fff;
    background: #0087fc;
    margin: 10px 0;
}

div#fundo6 p {
    font-size: 15px;
    padding: 10px 100px 10px 0;
    font-weight: bold;
    background-size: 100%;
}

/* Rodapé */
div#rodape {
    background: #0087fc;
    color: #fff;
    padding: 60px 0 10px;
    font-weight: bold;
}

div#rodape a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

div#rodape img {
    float: right;
}

div#rodape p {
	text-align: center;
	margin-top: 30px;
}

div#rodape img {
    margin: 3px 3px;
}

/* Quem Somos */
#fundo2-interna {
    background: #fff url(../img/fundo-quem.jpg) no-repeat;
    background-size: auto;
}

div#texto-fundo2 {
    margin: 20px 0;
}
div#texto-fundo3 {
    margin: 20px 0;
    margin-bottom: 0px;
}

div#texto-fundo3 h1 {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 50px;
}

div#texto-fundo3 h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}

div#texto-fundo4 {
    margin: 20px 0;
    margin-bottom: 0px;
}

div#texto-fundo4 h3 {
    text-align: right;
    font-size: 18px;
    color: #757575;
}

div#texto-fundo4 img {
    float: right;
}

div#texto-fundo5 {
    margin: 70px 0;
    margin-top: 0px;
}

div#texto-fundo5 h1 {
    font-size: 16px;
}

div#texto-fundo5 tr td {
    border:1px solid #FF0000;
    padding: 15px 10px;
}

div#texto-fundo5 th {
    border:1px solid #FF0000;
    color: #757575;
    padding: 15px 10px;
}

div#texto-fundo5 .button-pink {
    background: #ffffff;
    color: #008ffc;
    font-weight: bold;
    border: 4px;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    padding: 0;
}

div#texto-fundo5 .button-pink:hover {
    text-decoration: underline;
}

div#texto-fundo5 .button-bluee {
    background: #ffffff;
    color: #008ffc;
    font-weight: bold;
    border: 4px;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    padding: 0;
}

div#texto-fundo5 .button-bluee:hover {
    text-decoration: underline;
}

div#texto-fundo6 {
    margin: 70px 0;
    margin-top: 0px;
}

div#texto-fundo6 h1 {
    font-size: 16px;
}

div#texto-fundo6 .button-pink {
    background: #ee434b;
    color: #fff;
    font-weight: bold;
    border: 4px;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    padding: 7px 30px;
}

div#texto-fundo6 .button-bluee {
    background: #0087FC;
    color: #fff;
    font-weight: bold;
    border: 4px;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    padding: 7px 30px;
}

div#texto-fundo6 .button-green {
    padding: 7px 30px;
}

div#texto-fundo6 #sumir-texto{
    display: none;
}

div#texto-fundo6 .button-slide-grey {
    background: #dddddd;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    padding: 9px 30px;
    color: #000;
    font-size: 14px;
}

div#texto-fundo6 .button-slide-grey:hover {
    background: #204d74;
    color: #fff;
}

div#fundo4-interna {
    background: #f3f3f3;
    height: 200px;
}
div#fundo5-interna {
    background: #0087fc;
    height: 20px;
    margin: 0;
}

div#fundo9-interna {
    background: #0087fc;
    height: 20px;
    margin: 0;
}

div#google img {
    margin: 70px 0;
}

div#iphone-interna img {
    width: 100%;
}

div#fundo3-interna {
    padding-bottom: 50px;
}

div#fundo10-interna {
    padding-bottom: 50px;
}

div#fundo6-interna {
    background: url('../img/fundo-pre-rod-quem.jpg') no-repeat center;
    color: #fff;
    padding: 110px 0;
    border-bottom: solid 10px #fff;
    background-size: auto;
}

div#fundo6-interna p {
    font-size: 15px;
    padding: 10px 100px 10px 0;
    font-weight: bold;
    background-size: 100%;
}

/* Cadastro */
#fundo2-interna-cadastro {
    background: #fff url('../img/topo-medico.jpg') no-repeat;
    background-size: auto;
}

div#texto-fundo2-cadastro {
    margin: 150px 0;
}

#form-cadastro button.btn.btn-primary {
    background: #ee434b;
    border: none;
    border-radius: 3px;
    padding: 10px 70px;
    font-weight: bold;
}

div#fundo3-interna-cadastro {
    padding-bottom: 40px;
}

div#fundo10-interna-cadastro {
    padding-bottom: 40px;
}

div#titulo-missao-cadastro {
    margin-top: 0;
}

div#box-cadastro {
    background: #f9f9f9;
    padding: 0;
}

div#box-cadastro h3 {
    background: #363636;
    margin: 0;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

div#box-cadastro ul li {
    padding: 5px 0;
}

div#box-cadastro ul {
    margin: 25px auto !important;
    font-weight: bold;
}

#fundo6-interna-cadastro {
    background: url('../img/fundo-mercado.jpg') no-repeat center;
    color: #fff;
    padding: 110px 0;
    border-bottom: solid 10px #fff;
    background-size: auto;
}

div#fundo6-interna-cadastro p {
    font-size: 15px;
    padding: 10px 100px 10px 0;
    font-weight: bold;
    background-size: 100%;
}

/* Cadastro Paciente */
#fundo2-interna-cadastro-paciente {
    background: #fff url('../img/cadastro-paciento-topo.jpg') no-repeat;
    background-size: auto;
}

div#texto-fundo2-cadastro-paciente {
    margin: 150px 0;
}

#fundo6-interna-cadastro-paciente {
    background: url('../img/fundo-pr-rod-pac.jpg') no-repeat center;
    color: #fff;
    padding: 110px 0;
    border-bottom: solid 10px #fff;
    background-size: auto;
}

div#fundo6-interna-cadastro-paciente p {
    font-size: 15px;
    padding: 10px 100px 10px 0;
    font-weight: bold;
    background-size: 100%;
}

/* Mensagem de Sucesso */
div#w0-success-0 {
    width: 60%;
    margin: 0 auto 15px;
    text-align: center;
}

.carousel-inner .button-slide-pink {
    padding: 15px 65px;
}

.carousel-inner .button-slide-grey {
    padding: 15px 65px;
}

.stacktable.small-only {
    display: none;
}

.stacktable td.st-key {
    width: 20%;
}

.stacktable td.st-val {
    width: 80%;
}

@media all and (min-width: 1900px) {
    div#fundo4, div#fundo6, #fundo2-interna, div#fundo6-interna, #fundo2-interna-cadastro, #fundo6-interna-cadastro, #fundo2-interna-cadastro-paciente, #fundo6-interna-cadastro-paciente {
        background-size: 100%;
    }
}

@media all and (max-width: 1320px) {
	div#paciente {
		margin: 0 20px 0 40px;
		height: auto;
	}
	
	div#medico {
		margin: 0 40px 0 20px;
	}
	
	#paciente .button-slide {
		margin-top: 0 !important;
	}

    .texto-topo h3{
        font-size: 18px;
    }
}

@media all and (max-width: 990px) {
    .navbar-default {
        z-index: 9999999;
    }

    div#logo img {
        margin: 30px auto 0;
    }

    div#primeiro-slide h1, div#segundo-slide h1  {
        font-size: 25px;
    }

    div#fundo3 {
        padding: 20px 0;
    }

    div#fundo10 {
        padding: 20px 0;
    }

    div#fundo7 {
        padding: 20px 0;
    }

    div#fundo4 img {
        margin-top: 0;
    }

    div#fundo4 {
        background: #CEE7FB;
        height: auto;
    }

    div#fundo5 #paciente img, div#fundo5 #medico img  {
        margin: auto;
    }

    div#fundo9 #paciente img, div#fundo9 #medico img  {
        margin: auto;
    }

    div#medico img {
        float: none;
    }

    .bloco {
        padding: 10px 0;
        text-align: center;
    }

    .bloco img {
        text-align: center;
        margin: auto;
    }

    div#iphone-mao {
        margin-top: 0;
    }

    div#fundo6 {
        background: #EE434B;
        padding: 10px 0;
    }

    div#fundo6 p {
        padding: 10px 0;
    }

    div#rodape #rod {
        padding-top: 20px;
    }

    div#texto-fundo2 {
        margin: 10px 0 15px 0;
    }

    div#texto-fundo3 {
        margin: 10px 0 15px 0;
    }

    div#texto-fundo4 {
        margin: 10px 0 15px 0;
    }

    div#texto-fundo5 {
        margin: 90px 0 15px 0;
    }

    div#texto-fundo6 {
        margin: 10px 0 15px 0;
    }

    div#fundo4-interna {
        height: auto;
    }

    div#google img {
        margin: 50px auto;
        text-align: center;
    }

    div#titulo-missao {
        padding-top: 30px;
        margin-top: 0;
    }

    div#fundo6-interna, #fundo6-interna-cadastro, div#fundo6-interna-cadastro-paciente {
        background: #ed3237;
    }

    div#fundo6-interna p, div#fundo6-interna-cadastro p, div#fundo6-interna-cadastro-paciente p {
        padding: 10px 0;
    }

    div#fundo6-interna img, #fundo6-interna-cadastro img, div#fundo6-interna-cadastro-paciente img {
        margin: auto;
    }

    div#titulo-missao-cadastro {
        margin-top: 0;
        padding-top: 40px;
    }

    div#form-cadastro {
        padding-bottom: 30px;
    }
	
	div#fundo3 {
        height: auto;
    }

    div#fundo10 {
        height: auto;
    }

    div#fundo7 {
        height: 340px;
    }
	
	div#paciente, div#medico {
		margin: 10px 0;
	}
	
	div#fundo5 {
        padding: 60px 0;
    }

    div#fundo9 {
        padding: 60px 0;
    }

	.bloco p#bott {
		margin-bottom: 0;
	}
	
	div#logo {
		margin: 0 auto !important;
		text-align: center;
	}
	
	#botoes-home {
		text-align: center;
	}
	
	div#rodape {
		text-align: center;
	}
	
	.carousel-inner {
		display: none;
	}
	
	div#topo-responsivo-conta {
		display: block;
		background: url('../img/slide.jpg') no-repeat center;
		background-size: 100%;
		padding: 30px 0;
	}
	
	.button-slide-pink {
        padding: 15px 107px;
    }

    .button-slide-grey {
        padding: 15px 107px;
    }
	
	div#fundo3 img {
        margin: 0 auto;
    }
    
    div#fundo3 {
        text-align: center;
    }

    div#fundo10 img {
        margin: 0 auto;
    }
    
    div#fundo10 {
        text-align: center;
    }

    div#fundo7 img {
        margin: 0 auto;
    }
    
    div#fundo7 {
        text-align: center;
    }
	
	div#rod img {
		float: none;
		margin: 10px auto;
	}

    div#fundo3 h3 {
        text-align: center;
    }

    div#fundo3 a {
        float: none;
    }

    div#fundo3 p {
        text-align: center;
    }

    div#fundo3 #computador img {
        margin-top: 30px;
    }

    div#fundo9 #logo-blog img {
        margin-left: 25%;
        margin-top: 30px;
        position: relative;
    }

    div#fundo9 h2, div#fundo9 h4 {
        text-align: center;
        margin-top: 10px;
        margin-left: 0px;
        padding-right: 0px;
    }

    .botao-blog {
        margin-left: 25%;
    }

}

@media all and (max-width: 890px) {
	div#topo-responsivo-conta {
		padding: 10px 0;
	}

    div#fundoTopoAzul h1 {
        font-size: 29px;
        text-align: center;
    }

    div#fundoTopoAzul p {
        font-size: 19px;
        text-align: center;
    }

    div#fundoTopoAzul {
        height: auto;
    }

    div#texto-fundo2 td {
        font-size: 13px;
    }

    div#texto-fundo2 {
        margin: 0;
        padding: 0;
    }

    div#search-results .button-slide {
        padding: 10px 10px;
        font-size: 13px;
    }
}

@media all and (max-width: 767px) {
    div#myCarousel {
        display: none;
    }

    .navbar-default .navbar-nav>li>a {
        text-align: center;
    }

    div#fundo2-interna {
        background: #fff;
    }

    div#texto-fundo2 {
        margin: 0;
    }

    div#texto-fundo3 {
        margin: 0;
    }

    div#texto-fundo4 {
        margin: 0;
    }

    div#texto-fundo5 {
        margin: 0;
    }

    div#texto-fundo6 {
        margin: 0;
    }

    div#texto-fundo2-cadastro, div#texto-fundo2-cadastro-paciente {
        margin: 20px 0;
    }
	
	div#topo-responsivo-conta {
		background: url(../img/slide.jpg) no-repeat;
		background-size: auto;
	}
	
	div#topo-responsivo-conta h3, div#topo-responsivo-conta p {
		text-align: center;
	}

    .stacktable.small-only {
        display: block;
    }

    .stacktable.large-only {
        display: none;
    }
}

@media all and (max-width: 610px) {

    .texto-topo h3 {
        width: 100%;
        padding-top: 0;
    }

    div#logo img {
        float: none;
    }

    .linha-topo {
        display: none;
    }

}

@media all and (max-width: 470px){
	div#botoes-home strong {
		display: none;
	}
	
	div#botoes-home {
		margin-bottom: 35px;
	}
	
	div#logo img {
		margin-bottom: 15px;
		width: 100%;
	}
	
	div#botoes-home .button-pink, div#botoes-home .button-bluee {
		margin: 15px 0 0;
		width: 100%;
	}
	
	a#button-criar-nova-conta {
		padding: 15px 60px;
	}
	
	.button-slide, .button-slide-pink, a#button-criar-nova-conta {
        width: 100%;
        padding: 15px 10px;
    }

    .button-slide, .button-slide-grey, a#button-criar-nova-conta {
        width: 100%;
        padding: 15px 10px;
    }

    .linha-topo {
        display: none;
    }

    div#fundo3 h3 {
        text-align: center;
    }

    div#fundo3 a {
        float: none;
    }

    div#fundo3 p {
        text-align: center;
    }

    div#fundo3 #computador img {
        margin-top: 30px;
    }

    div#fundo9 #logo-blog img {
        margin-left: 0px;
        margin-top: 30px;
        position: relative;
    }

    div#fundo9 h2, div#fundo9 h4 {
        text-align: center;
        margin-top: 10px;
        margin-left: 0px;
        padding-right: 0px;
    }

    .botao-blog {
        margin-left: 0px;
    }

    div#fundo7 {
        height: 580px;
    }

    div#fundoTopoAzul h1 {
        font-size: 29px;
        text-align: center;
    }

    div#fundoTopoAzul p {
        font-size: 19px;
        text-align: center;
    }

    div#fundoTopoAzul {
        height: auto;
    }

    div#fundo10 .button-slide {
        margin:10px auto;
    }

    div#fundo10 .button-slide-pink {
        margin:10px auto;
    }

    div#fundo10 .box-footer {
        padding-right: 0px;
    }

    div#texto-fundo2 td {
        font-size: 10px;
    }

    div#texto-fundo2 {
        margin: 0;
        padding: 0;
    }

    div#search-results .button-slide {
        padding: 10px 10px;
        font-size: 10px;
    }

    div#texto-fundo5 {
        margin-top: 90px;
    }

    div#texto-fundo6 h1 {
        text-align: center;
    }

    div#texto-fundo6 .button-pink {
        padding: 7px 10px;
    }

    div#texto-fundo6 .button-bluee {
        padding: 7px 10px;
    }

    div#texto-fundo6 .button-slide-grey {
        margin: 20px 0;
    }

}

#signup {text-align:center;}
.sign { font-size: 25px; font-weight:bold; color:#ED434B;}
.sign1 {font-size:16px; font-weight:bold;}
#sign2 {height:300px; margin-top:15px;}
.paciente {border:2px solid #0087FC; margin-bottom:40px; width:250px; margin-right:40px; }
.medico {border:2px solid #EE434B; margin-bottom:40px; width:250px; }

#form-cadastro .required label.control-label:after {
    content: ' *';
    color: red;
}

.patient-loggedin {
    margin-top: 54px;
}

.patient-loggedin span {
    display: block;
    font-weight: bold;
}

.patient-loggedin .button-pink {
    margin: 0;
}