@font-face {
    font-family:'roboto';
    src:url("fonte/Roboto-Bold.ttf");
}

@font-face {
   font-family: montserrat;
   src: url(font/Montserrat-Bold.otf);
}

a:link{
   text-decoration: none;
}

h5{
   font-size: 20px;
   line-height: 1.2;
   color: #000;
   font-weight: bold;
   margin-bottom: -15px;
}

p{
   font-size: 22px;
    line-height: 1.7;
    color: #3a3838;
    padding-bottom: 20px;
}

p i{
   color: grey;
}

p a{
   font-weight: 700;
}

h3{
   font-size: 32px;
   line-height: 45px;
   color: #000;
   font-weight: 700;
}

ol li{
   font-weight: bold;
   font-size: 24px;
}

.texto-lado-dir{
   font-size: 18px;
   line-height: 1.5;
   color: #3a3838;
}

.fa-star{
   font-size: 24px;
   color: yellow;
   font-weight: bold;
}

.topo-0{
   padding-top: 30px;
   padding-bottom: 40px;
}

.img-logo{
   width: 70%;
   height: auto;
   max-width: 180px;
}

.titulo{
   font-size: 38px;
   line-height: 1.2;
   font-weight: 700;
   color: #000;
   margin-top: 20px;
}

.texto-data{
   font-size: 12px;
   color: #000;
   margin-top: 15px;
}

.fundo-azul{
    margin-right: 10px;
    padding: 5px 8px;
    border-radius: 2px;
    background-color: #4fcde9;
    color: #fff;
}

.texto-compartilhar{
   font-size: 16px;
   line-height: 1.2;
   color: #000;
   font-weight: 600;
}

.texto-acoes{
   font-size: 12px;
   color: #000;
}

.img-compartilhar{
   width: 100%;
   height: auto;
}

.fundo-cinza{
   padding: 10px 15px;
   font-size: 20px;
   background-color: #f7f7f7;
   border-left: solid 3px #ccc;
   margin-bottom: 15px;
   font-style: italic;
   line-height: 1.3em;
   color: #403f3e;
}

.img-conteudo{
   width: 100%;
   height: auto;
   margin-top: 20px;
   margin-bottom: 20px;
}

.verde{
  border: 2px solid #059206;
    border-radius: 5px;
    margin-bottom: 25px;
}

.botao{
   background-color: #069206;
    display: block;
    margin: 0 auto;
    color: #fff!important;
    text-align: center;
    text-decoration: none!important;
    border-bottom: 5px solid #216f00;
    padding: 15px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.7;
}

.red{
   padding: 20px;
   border: 2px solid red;
   border-radius: 5px;
   margin-bottom: 15px;
}

.verde ul li{
   list-style-type: none;
}

.red ul li{
   list-style-type: none;
}

.tirtar li{
   list-style-type: none;
}

.fa-check{
   color: #059206;
   font-weight: bold;
}

.fa-square-check{
   color: #059206;
   font-weight: bold;
}

.fa-xmark{
   color: red;
   font-weight: bold;
}

.letra{
   font-size: 22px;
   padding-bottom: 0px;
}

.lado-dire{
   position: fixed;
   top: 10px;
   border: 1px solid #d8d4d4;
   padding: 15px;
   margin-top: 30px;
   max-width: 300px;
}

.lado-dire p{
   font-size: 18px;
   line-height: 1.2;
   padding-bottom: 0px;
}

.botao-lado-dir{
   background-color: #069206;
    display: block;
    color: #fff!important;
    text-align: center;
    text-decoration: none!important;
    border-bottom: 5px solid #216f00;
    padding: 15px;
    border-radius: 7px;
    font-weight: 700;
    margin: 0 auto;
    font-size: 18px;
}

.rodape{
   background-color: #134187;
   padding-top: 30px;
   padding-bottom: 15px;
   position: relative;
}

.texto-rodape{
   font-size: 18px;
   font-weight: 400 !important;
   color: #fff;
}

.texto-rodape a{
   color: #fff;
}

.texto-rodape:hover{
   color: #fff;
   font-weight: bold;
}   

.ops{
   display: none;
}

.texto-ult{
   color: #fff;
   font-size: 14px;
   margin-top: -25px;
   margin-bottom: -20px;
}

.img-medico{
   float: left;
   width: 40%;
   height: auto;
   margin-right: 20px;
}

.fa-star{
   font-size: 22px;
   color: rgb(255, 227, 0);
   margin-top: 10px;
   margin-bottom: 10px;
}

.img-check{
   width: 25px;
   height: auto;
}

.borda-vermelha{
   border: 1px solid red;
   padding: 20px;
}

@media screen and (max-width: 600px) {

   .borda-vermelha{
      border: 1px solid red;
      padding: 10px;
   }

   .img-medico{
      display: block;
      float: none;
      width: 60%;
      height: auto;
      margin-right: 0px;
      margin: 0 auto;
   }

   .ops{
      display: block;
   }

   .texto-acoes{
      margin-top: -20px;
      margin-bottom: -25px;
   }   

   h3{
      font-size: 28px;
      line-height: 1.3;
   }

   .sumir{
      display: none;
   }

   .titulo{
      font-size: 30px;
   }

   .img-logo{
      max-width: 150px;
   }

}