@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

p{
 color: #191919;
 font-size: 15px;
}

a{
 color: #115B89;
 font-size: 15px;
}

a:hover{ 
 color: #115B89;
  text-decoration: none;
}

ul li{
 margin-bottom: 5px;
 font-size: 15px;
}

hr {
 background-color: #FFF;
 margin: 1rem 0;
 height: 2px;
}

.menuEspecializacoes{
 background-color: #3c5b91;
 padding: 20px;
 color: #fff;
}

h1{
 color: #FFF;
 font-size: 32px;
 font-weight: 700;
 font-family: "Roboto", sans-serif;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

h2{
 color: #3c5b91;
 font-size: 26px;
 font-weight: bold;
 margin-bottom: 2.5rem;
}

h3 {
 color: white;
 font-size: 30px;
}

h4 {
 color: white;
 font-size: 24px;
}

a.btn-online {
 padding: 1.5rem 2rem;
 margin: .8rem 0;
 color: white;
 font-weight: bold;
 text-transform: uppercase;
 font-size: 16px;
 background-color: #00378b;
 line-height: 2.2;
 display: flex;
 justify-content: center;
}

a.btn-online:hover {
 background-color: #002967;
}

a.btn-online:active {
 background-color: #002967;
 color: white;
 text-decoration: none !important;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 4rem 0;
}

.bg-1{
  background-color: #972d49;
}

.box-1{
 padding: 30px 25px;
 background-color: #dedede;
 margin: 40px 0;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.navbar{
 padding: .2rem 1rem;
}

.navbar-brand {
 margin-right: 1rem;
}

.form-control {
 background-color: #343a40;
} 

.btn-outline-secondary {
 color: #fff;
}

 img.brand{
  margin-top: -4px;
}

@media only screen and (max-device-width: 1024px) {
 h1{
  font-size: 23px;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .form-control {
  width: 70%;
 }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

table {
    background-color: #eee;
}
