@charset "utf-8";

@font-face {
    font-family: 'Trebuchet MS Bold';
    src: url('TrebuchetMS-Bold.eot');
    src: url('TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'),
        url('TrebuchetMS-Bold.woff') format('woff'),
        url('TrebuchetMS-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('TrebuchetMS.eot');
    src: url('TrebuchetMS.eot?#iefix') format('embedded-opentype'),
        url('TrebuchetMS.woff') format('woff'),
        url('TrebuchetMS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS Italic';
    src: url('TrebuchetMS-Italic.eot');
    src: url('TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'),
        url('TrebuchetMS-Italic.woff') format('woff'),
        url('TrebuchetMS-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


@font-face {
 font-family: 'unimed_serifregular';
 src: url('unimedserif-regular.eot');
 src: url('unimedserif-regular.eot?#iefix') format('embedded-opentype'),
  url('unimedserif-regular.woff2') format('woff2'),
  url('unimedserif-regular.woff') format('woff'),
  url('unimedserif-regular.ttf') format('truetype'),
  url('unimedserif-regular.svg#unimed_serifregular') format('svg');
 font-weight: normal;
 font-style: normal;

}

/*  CSS RAFAEL
/*----------------------------------------*/
.logo-guia-medico {
    background: rgba(0, 0, 0, 0) url("../images/bg-topo.jpg") repeat scroll center center / cover ;
    height: 200px;
    position: relative;
    width: 100%;
}
.logo-guia-medico-logo {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 43px;
    width: 241px;
}
.rodape {
    background: #EFF3F5 none repeat scroll 0 0;
    text-align: center;
    position:absolute;
    width:100%;
}
.rodape p {
    color: #5b5c65;
    font-family: "Trebuchet MS";
    font-size: 14px;
}

.all {
    padding-bottom: 20px;
}
/*h1 {
    color: #0077bc;
    font-family: "Trebuchet MS";
    font-weight: normal;
    text-align: center;
}*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    margin-bottom: 5px !important;
}
h2 {
    color: #0a5f55;
    font-family: "Trebuchet MS";
    font-weight: normal;
    text-align: center;
}

.botao-guia {
	margin: 0 auto 15px;
	border: 3px solid #a3d43a;
	background-color: #005F54;
	text-align: center;
	padding: 25px 0;
	color: #b1d34b;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}
.box {
    border: 1px solid #dce0e2;
    padding-bottom: 20px;
}
.row.box.interno {
    background-color: #f5f9fa;
}
.row.box.resultado-completo {
    background-color: #f5f9fa;
    padding-bottom: 0;
}
.titulo-busca-guia {
    color: #5b5c65;
    font-family: "Trebuchet MS";
    font-size: 20px;
    line-height: 1.3em;
    background-color: #EFF3F5;
    text-align: left;
    padding: 15px 0 15px 20px;
}
.subtitulo-busca-guia {
    color: #5b5c65;
    font-family: "Trebuchet MS";
    font-size: 15px;
    line-height: 1.3em;
    text-align: left;
    padding: 15px 0 15px 20px;
}
.rota {
    font-size: 12px;
}
input.rota {
    background-color: #fff;
    border: 1px solid #e5e4e4;
    border-radius: 13px;
    color: #777;
    font-family: 'Trebuchet MS';
    font-size: 16px;
    height: 40px;
    margin: 10px 0 0;
    text-align: left;
    padding-left: 10px;
    width: 100%;
}
/* FORM GUIA */
#guia .campo-topo {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 20px 0 0 0;
}
#guia .campo {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
}
#guia .campo-sim {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding: 20px 0 0 0;
}
#guia .campo-final {
	width: 100%;
	text-align: center;
}
.espaco {
    padding: 10px;
}
.espaco.resultado-completo {
    padding: 10px;
}
.obrigatorio label {
    color: #FF0E52 !important;
}
.obrigatorio label span {
    float: right;
    font-size: 12px;
}
#guia label {
    color: #0077bc;
    font-family: 'Trebuchet MS';
    font-size: 17px;
    line-height: 1.3em;
}
input.boxguia {
    background-color: #fff;
    border: 1px solid #e5e4e4;
    border-radius: 13px;
    color: #777;
    font-family: 'Trebuchet MS';
    font-size: 16px;
    height: 40px;
    margin: 5px 0 0;
    text-align: left;
    padding-left: 10px;
    width: 100%;
}
.ou {
    color: #0077bc;
    font-family: 'Trebuchet MS';
    font-size: 16px;
    text-align: center;
    padding: 10px 0 0;
}
#select-guia {
    -moz-appearance: none;
    -moz-outline-radius: 13px;
    background: #fff url("../images/seta-busca.gif") no-repeat 100% 50%;
    border: 1px solid #ddd;
    border-radius: 13px;
    color: #777;
    font-family: 'Trebuchet MS';
    font-size: 16px;
    height: 40px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#select-guia select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#select-guia select:focus {
    outline: none;
}
.btvoltar {
    margin-top: -20px;
    padding-bottom: 20px;
    text-align: right;
}
@media screen and (max-width: 991px) {
    .btvoltar {text-align: center;}
}
.botaovoltar {
    background-color: #DDDDDD;
    color: #5b5c65;
    font-family: 'Trebuchet MS';
    font-size: 17px;
    height: 50px;
    text-align: center;
    width: 20%;
    font-weight: bold;
    border: 0 none;
    white-space: normal;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
.botaovoltar.resultado-completo {
    width: 43%;
}
}
.botaoenviar {
    background-color: #FF0E52;
    color: #fff;
    font-family: 'Trebuchet MS';
    font-size: 17px;
    height: 50px;
    text-align: center;
    width: 20%;
    font-weight: bold;
    border: 0 none;
    white-space: normal;
    margin-top: 20px;
    cursor: pointer;
}
@media screen and (max-width: 700px) {
.botaoenviar,.botaovoltar {
    width: 30%;
}
}
@media screen and (max-width: 991px) {
.botaoenviar.resultado-completo {
    width: 43%;
}
}
.tracar-rota {
    background-color: #DDDDDD;
    color: #5b5c65;
    font-family: 'Trebuchet MS';
    font-size: 17px;
    height: 50px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    border: 0 none;
    white-space: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tracar-rota:hover {
    background-color: #EFEFEF;
    color: #5b5c65;
}
.informacao {
    text-align: left;
    padding: 20px 10px 0;
}
.informacao div {
    padding: 3px;
}
.btinformacao {
    background-color: #b8d12d;
    float: right;
    margin-top: -35px;
    text-align: center;
    width: 15%;
}
@media screen and (max-width: 991px) {
.btinformacao {
    float: none;
    margin-top: 15px;
    width: 100%;
}
}
.maisinformacoes {
    color: #005055;
}
.informacao .doutor {
    color: #0077bc;
    font-family: 'Trebuchet MS';
    font-size: 22px;
}
.informacao .crm {
    color: #5b5c65;
    font-family: 'Trebuchet MS';
    font-size: 13px;
}
.informacao .especialidade {
    color: #005F54;
    font-family: 'Trebuchet MS';
    font-size: 16px;
}
.informacao .especialidade img {
    width: auto;
}
.informacao .dados,.telefone {
    color: #5b5c65;
    font-family: 'Trebuchet MS';
    font-size: 14px;
}
.informacao .mapa a {
    color: #F47920;
    font-family: 'Trebuchet MS';
    font-size: 13px;
}
/* FORM GUIA */

/* BTs HOME */
.high {
    background-image: linear-gradient(#fdfdfd, #eee);
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #444;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 3px 0 27px;
    padding: 9px 0;
    text-align: center;
    text-shadow: 0 1px 1px #f6f6f6;
}

/* AJUSTES */
.painel a {
    text-align: left !important;
}
footer span {
    background-color: transparent !important;
    margin-left: 0 !important;
}