@font-face {
    font-family: Robotto1;
    src: url(./Roboto-Medium.ttf);
}

@font-face {
    font-family: Robotto2;
    src: url(./Roboto-LightItalic.ttf);
}

@font-face {
    font-family: Robotto3;
    src: url(./Roboto-Light.ttf);
}

@font-face {
    font-family: Robotto4;
    src: url(./Roboto-Bold.ttf);
}
@font-face {
    font-family: Montserrat;
    src: url(./Montserrat-Medium.ttf);
 }

 @font-face {
    font-family: Montserrat1;
    src: url(./Montserrat-SemiBold.ttf);
 }

 @font-face {
    font-family: Montserrat2;
    src: url(./Montserrat-Italic.ttf);
 }

 @font-face {
    font-family: Montserrat3;
    src: url(./Montserrat-ExtraLight.ttf);
 }

 @font-face {
    font-family: Montserrat4;
    src: url(./Montserrat-Bold.ttf);
 }

 @font-face {
    font-family: Montserrat5;
    src: url(./Montserrat-Light.ttf);
 }

 /* Inicio da Seção Apresentação Dr.Marcos */
  .imgDrMarcos img {
   width: 70%;
   margin-top:-90px;
   margin-left: 200px;
 }

 .textoApresentacao p {
   font-family: Robotto3;
   font-size: 20px;
   line-height: 40px;
   border: 1px solid;
   border-radius: 10px;
   box-shadow: 5px 5px 3px 8px sienna;
   padding: 17px;
   margin-top: -120px;
   text-align: justify;
 }
/* Fim da Seção Apresentação Dr.Marcos*/

 /* Botão Saiba Mais Dr. Marcos */
.botao{
   position: absolute;
   border: solid 1px rgb(8, 0, 0);
   border-radius: 20px;
   color: red;
   background-color: white;
   transition: background-color 0.51s ease, color 0.51s ease, transform 0.51s ease;
   margin-top: -1190px;
   margin-left: 910px;
   padding: 5px;
   font-family: Monserrat;
   font-size: 13px;
}
.botao:hover{
   background-color: blue;
   color: white;
   border-color: white;
   transform: scale(1.1)
}
 