body{
    background: #efefef;
}

.logomarca{
    margin-top: 10px;
    margin-left: 70px;
    position: absolute;
}

@media (max-width: 600px)
{
    .logomarca{
        display: none;
    }
    
    .contato{
        color: #fff !important;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
    }
}

.container{
    background: #fff;
    padding: 0;
}

.navbar{
    text-align: left;
}

.nav-link {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.menu{
    background: #0249a1;
    font-family: 'Roboto', sans-serif;
}

.contato{
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.amarelo{
    color: yellow;
    font-weight: bold;
}

.banner{
    background: #333;
}


.titulo{
    color: #0249a1;
    margin: -20px 20px 0 20px;
    padding: 0px 20px 10px 0px;
    border-bottom: 0px dotted #0249a1;
}

.curriculo {
    background: #0249a1;
    border-radius: 20px 0 ;
    opacity: 0.9;
    margin: -30px 20px 0 20px;
    padding: 30px 30px 10px 30px;
    color: #fff;
    letter-spacing: 1px;
}

.curriculo ul{
    list-style: none;
}

.curriculo li{
    margin: 0 0 20px 0;
}

.curriculo h4{
    font-size: 20px;
    margin-bottom: 20px;
}

.card-deck{
    margin: 0 !important;
}

.rodape{
    background-image: url("../imagens/img-rodape.jpg");
    clear: both;
    color: #fff;
    padding: 30px 60px;
    line-height: 34px;
    font-size: 13px;
}

.rodape ul{ 
    list-style: none;
}

.rodape h4{ 
    font-size: 20px;
    margin-bottom: 20px;
}

.column {
    float: left;
    width: 33.33%;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .card-exames-principal{
    background: #f0f4f9;
    border: 0px;
    border-radius: 20px 0 ;
    color: #1051a6;
    padding: 0 0 0 0;
}

.card-exames-principal .card-body{
    padding: 15px 20px 0px 20px;
}

.card-exames-principal h5{
    font-weight: bold;
    font-size: 100%;
}

.card-exames-principal ul{
    list-style: none;
    padding: 0;
    font-size: 80%;
    line-height: 24px;
}

  .card-exames{
      background: #f0f4f9;
      border: 0px;
      border-radius: 20px 0 ;
      color: #1051a6;
  }

  .card-exames h5{
    font-weight: bold;
    font-size: 100%;
}

.card-exames ul{
    list-style: none;
    padding: 0;
    font-size: 85%;
    line-height: 30px;
}

.card-title .card h5{
    color: #1051a6;
    font-size: 100%;
}

.card-locais h5{
    color: #1051a6 !important;
    font-weight: bold;
    font-size: 100%;
}


@media (max-width: 600px)
{
    .card-img-top {
       text-align: center;
    }
}