#hero .container {
    text-align: center;
    background: rgba(255, 255, 255, 0.8) !important;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-top: 4px solid #01904e;
    width: 77%;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Roboto", sans-serif;
    font-size: 15px !important;
    color: #626262;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600 !important;
}

#header .logo img {
    max-height: 60px;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: #01904e !important;
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.a_area:hover {
  color: #fff;
  text-decoration: none;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    height: 130px !important;
}

.sobre {
    padding: 125px 0px 0px 0px;
    overflow: hidden;
}

.img_exames {
    width: 100%;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 16px !important;
}

.contact_input {
    height: 62px;
    background: transparent;
    border: solid 2px #e6ebf1;
    margin-bottom: 18px;
    padding-left: 25px;
    outline: none;
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 100%;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #d1d5d0 !important;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #d1d5d0 !important;
    text-align: center;
}

#footer {
    background: #d1d5d0 !important;
    padding: 0 0 30px 0;
    color: #555555;
    font-size: 14px;
}

.convenio {
    margin: 20px;
}