@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: 16px;
}

a{
 color: #115B89;
 font-size: 16px;
}

a:hover{ 
 color: #115B89;
  text-decoration: none;
}

ul li{
 margin-bottom: 5px;
 font-size: 14px;
}

hr {
 background-color: #FFF;
 margin-top: 30px;
 height: 2px;
}

hr.line-1{
 border-bottom: 1px solid #c4303c;
 border-top: none;
 margin: 30px 0px 40px 0;
}

hr.line-2{
 border-bottom: 1px solid #420036;
 border-top: none;
 margin: 30px 0px 40px 0;
}

hr.line-3{
 border-bottom: 1px solid #981133;
 border-top: none;
 margin: 30px 0px 40px 0;
}

h1{
 color: white;
 font-weight: bold;
 font-size: 36px;
}

h2{
 color: #c3262e;
 font-size: 20px;
 font-weight: bold;
}

h3 {
 color: white;
 font-size: 30px;
}

h4 {
 color: white;
 font-size: 24px;
}

a.bt {
 padding: 8px 35px;
 color: white;
 font-weight: bold;
 text-transform: uppercase;
 font-size: 16px;
 background-color: #196bb0;
 line-height: 2.2;
 border-radius: 5px;
}

a.bt:hover {
 background-color: #659CC1;
 color: white;
 text-decoration: none !important;
}

header.bg-ft{
 background-color: #125684;
 padding: 20px;
}

header p.evento-acad{
 color: white;
 text-transform: uppercase;
 float: right;
 margin-top: -33px;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 20px 0;
}

.bg-1{
  background-color: #FFFFFF;
}

.bg-2{
  background-color: #e4e5f5;
}

.bg-3{
  background-color: #ffd0df;
}

.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;
}
