.btn-primary {
    color: #fff;
    background-color: #009CA3;
    border-color: #009CA3;
}
.btn-primary:hover {
    color: #eee;
    background-color: #3f7c7f;
    border-color: #009CA3;
}
.form-check-input:checked {
    background-color: #009CA3;
    border-color: #009CA3;
}
*{
    font-family: 'Open Sans', sans-serif;
}
.myButton {
    background-color:#8EBF30;
    border-radius:28px;
    border:1px solid #a3dc33;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    padding:16px 31px;
    text-decoration:none;
    text-shadow:0px 1px 0px #88b433;
}
.myButton:hover {
    background-color: #84b12f;
}
.myButton:active {
    position:relative;
    top:1px;
}

.pesquisar{
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    border-bottom: solid 1px #e9477d;
}



.title-1 a{
    color: #4fa3bd;
    font-weight: 700!important;

}



@media (min-width: 768px) {

    .navbar-nav li{

        padding: 0 10px;
        margin: -10px 0;
    }



    .navbar-nav li{
        border-right: solid 1px #ffffff;
        padding: 10px;
        min-width: 120px;
    }
    .navbar-nav li:last-child{
        border-right: none!important;
    }



}


.navbar li{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: normal;
    align-items: center;
    text-decoration: none;
}
.icon-nav{
    max-width: 25px;
    filter: invert(100%);
    margin: 0 5px;
}
.nav-link{
    color: #ffffff!important;
    font-weight: bold;
    white-space: nowrap;
}
.navbar-nav li:hover {
    background-color: #153961;
    color: #527476 !important;
}
.nav-item:hover a {
    color: #ffffff!important;
    font-weight: bold;
}
.nav-item{
    min-width: 100%;
}



/*   .nav-item:hover .icon-nav {
       filter: invert(0%);
   }*/

h5{
    font-size: 16px;
    font-weight: 600;
}

.examesimg{
    width: 100%;
}

.conv{
    filter: grayscale(100%);
    width: 100%;
}

.conv:hover{
    filter: grayscale(0%);
}

/* .float{
     position:fixed;
     width:60px;
     height:60px;
     bottom:40px;
     right:40px;
     background-color:#25d366;
     color:#FFF;
     border-radius:50px;
     text-align:center;
     font-size:30px;
     box-shadow: 2px 2px 3px #999;
     z-index:100;
 }

 .my-float{
     margin-top:16px;
 }

 .float:hover i{
     color: white;
 }
*/

body { width: 100%; height: 100%; }
.btn-group-fab {
    position: fixed;
    width: 50px;
    height: auto;
    right: 20px; bottom: 20px;
}
.btn-group-fab div {
    position: relative; width: 100%;
    height: auto;
}
.btn-group-fab .btn {
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    display: block;
    margin-bottom: 4px;
    width: 40px; height: 40px;
    margin: 4px auto;
}
.btn-group-fab .btn-main {
    width: 50px; height: 50px;
    right: 50%; margin-right: -25px;
    z-index: 9;
}
.btn-group-fab .btn-sub {
    bottom: 0; z-index: 8;
    right: 50%;
    margin-right: -20px;
    transition: all 0.5s;
}
.btn-group-fab.active .btn-sub:nth-child(2) {
    bottom: 60px;
}
.btn-group-fab.active .btn-sub:nth-child(3) {
    bottom: 110px;
}
.btn-group-fab.active .btn-sub:nth-child(4) {
    bottom: 160px;
}
.btn-group-fab .btn-sub:nth-child(5) {
    bottom: 210px;
}

.medico-card .card-body h2{
    font-size:  26px;

}
.medico-card .card-body h3{
    font-size: 26px;
    font-weight: 700;
}
.medico-card .card-body h4{
    font-size: 18px;
    font-weight: 600;
}
.medico-card .card-body h5{
    font-size: 16px;
    font-weight: 600;
}
.medico-card .card-body span{
    font-size: 14px;
    margin-bottom: 20px!important;
    width: 100%!important;
}

