@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

p, a {
 font-size: 1rem;
}

p {
 color: #191919;
}

a {
 color: #115B89;
}

a:hover { 
 color: #115B89;
  text-decoration: none;
}

ul li {
 margin-bottom: 5px;
 font-size: 1rem;
}

hr {
 background-color: #FFF;
 margin-top: 30px;
 height: 2px;
}

hr.line{
 border-bottom: 2px solid #ee1a56;
 border-top: none;
 margin: 0.6rem 0 0.8rem;
}

h1 {
 color: white;
 font-weight: bold;
 font-size: 1.87rem;
}

h2 {
 color: #0022e0;
 font-size: 1.5rem; 
 font-weight: bold;
}

h3 {
 color: white;
 font-size: 30px;
}

h3.title-date {
 color: #ee1a56;
 font-size: 1.25rem;
 font-weight: 600;
 margin-top: 2.2rem;
}

h4 {
 color: white;
 font-size: 24px;
}

a.bt-inscricoes {
  //padding: 0.6rem 0.8rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #ee1a56;
  line-height: 4.2;
  border-radius: 0.4rem;
  display: flex;
  position: relative;
  Justify-content: center;
}

a.bt-inscricoes:hover {
 background-color: #ee1a56;
 color: white;
 text-decoration: none !important;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 20px 0;
}

.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;
}

@media (min-width: 0) and (max-width: 575px) {

}

@media (min-width: 576px) and (max-width: 767px) {
 a.bt-inscricoes{
  font-size: 0.87rem;
 }
}

