@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: 16px;
}

hr {
 background-color: #FFF;
 margin-top: 30px;
 height: 2px;
}


h1{
 color: white;
 font-weight: bold;
 font-size: 36px;
}

h2{
 color: #9F5B21;
 font-size: 18px;
 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: #659CC1;
 line-height: 2.2;
}

a.bt:hover {
 background-color: #659CC1;
 color: white;
 text-decoration: none !important;
}

a.btn-inscricoes{
 display: flex;
 justify-content: center;
 padding: .5rem;
 background-color: #a15c21;
 color: #FFFFFF;
 border-radius: .4rem;
 transition: 0.4s;
}

a.btn-inscricoes:hover{
 background-color: #c67531;
 color: #FFFFFF;
}

a.btn-inscricoes:active{
 background-color: #125684;
 color: #FFFFFF;
}


section {
  padding: 20px 0;
}


.vertical-align {
  display: flex;
  align-items: center;
}



button:focus {outline:0 !important;}

@media only screen and (max-device-width: 1024px) {
 h1{
  font-size: 23px;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .form-control {
  width: 70%;
 }
}


