div {
  border: 0px solid blue;
}
.nav-link {
  font-weight: 400;
}
.nav-link:hover {
  border: 2px solid white;
  padding: 1px 10px;
  border-radius: 5px;
}
.barra_cinza {
  margin-left: 87px;
  width: 15px;
  height: 40px;
  background-color: #e1e6ea;
}
.titulo {
  font-size: 24px;
}
@font-face {
  font-family: MyradProReg;
  src: url('../fonts/MyriadProRegular.ttf');
}
@font-face {
  font-family: OpenSansBold;
  src: url('../fonts/OpenSansBold.ttf');
}
@font-face {
  font-family: OpenSansReg;
  src: url('../fonts/OpenSansRegular.ttf');
}
@font-face {
  font-family: SansLightReg;
  src: url('../fonts/SansLightRegular.ttf');
}
.font_MyradProReg {
  font-family: MyradProReg;
}
.font_OpenSansBold {
  font-family: OpenSansBold;
}
.font_OpenSansReg {
  font-family: OpenSansReg;
}
.font_SansLightReg {
  font-family: SansLightReg;
}
.texto_ortopedia {
  font-family: OpenSansReg;
  font-size: 16px;
  color: #74ced9;
}
.texto_plastica {
  font-family: OpenSansReg;
  font-size: 16px;
  color: #53bbc8;
}
.texto_urologia {
  font-family: OpenSansReg;
  font-size: 16px;
  color: #12a89f;
}
.texto_vascular {
  font-family: OpenSansReg;
  font-size: 16px;
  color: #272262;
}
.texto_dr_rg {
  font-family: OpenSansBold;
  font-size: 16px;
}
.texto_crm {
  font-family: OpenSansReg;
  font-size: 16px;
}
.texto_custom_nome {
  font-family: OpenSansReg;
  font-size: 2em;
  font-weight: 400;
}
.texto_custom_subtitulo {
  font-family: OpenSansReg;
  font-size: 24px;
}
.texto_cor_custom_lara {
  color: #272262;
}
.texto_cor_custom_pablo {
  color: #73cdd9;
}
.texto_cor_custom_genaro {
  color: #13a89e;
}

header {
  background: radial-gradient(white, #e3dec6);
  background-size: null 100%;
  margin-bottom: 100px;
}
#logo_sante {
  position: absolute;
  top: 100px;
  left: 950px;
  width: 350px;
  text-align: center;
  border: 1px solid red;
}
#dra_lara_inteira {
  height: 70vh;
  background-image:  url("../images/dra_lara_page.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 350px;
}
#dr_pablo_inteira {
  height: 70vh;
  background-image:  url("../images/dr_pablo_page.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 350px;
}
#dr_genaro_inteira {
  height: 70vh;
  background-image:  url("../images/dr_genaro_page.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 350px;
}
#logo_dra_lara {
  width: 350px;
  height: 100px;
  background-image:  url("../images/logo_lara_mairo.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100px;
}
#logo_dr_pablo {
  width: 350px;
  height: 100px;
  background-image:  url("../images/logo_pablo_maior.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 90px;
}
#logo_dr_genaro {
  width: 350px;
  height: 100px;
  background-image:  url("../images/logo_genaro_maior.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 90px;
}
#logo_dra_lara_lg {
  width: 350px;
  height: 200px;
  background-image:  url("../images/logo_lara_mairo.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 200px;
}
#logo_dr_pablo_lg {
  width: 350px;
  height: 200px;
  background-image:  url("../images/logo_pablo_maior.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 170px;
}
#logo_dr_genaro_lg {
  width: 350px;
  height: 200px;
  background-image:  url("../images/logo_genaro_maior.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 180px;
}
#logo_dr_calvett_lg {
  width: 350px;
  height: 200px;
  background-image:  url("../images/logo_calvett_maior.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 180px;
}
.coluna_equipe {
  position: relative;
  float: right;
}
.color_label {
  color: silver;
  font-size: 14px;
}
.color_campos {
  background-color: #eaeef1;
}
.button_submit {
  padding: 10px 50px;
  background-color: #169aca;
}
.text_azul_custom {
  color: #169aca;
}
.logo_subtitulo_sante {
  font-size: 2rem;
}
#logo {
  display: none;
}
#logo_texto_dr {
  display: none;
}
footer {
  font-size: 14px;
}
.text_foto {
  height: 60px;
  width: 215px;
  padding: 10px;
	position: absolute;
	background-color: #e1e6ea;
	font-weight: 400;
	bottom: 15px;
	z-index: 2;
}
@media (max-width: 400px) {
  .barra_cinza {
    margin-left: 15px;
  }
}