@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.orange {
 background-color: #ffaa39;
 height: 1px;
 margin: 10px 0;
}

h1 {
 color: white;
 font-weight: bold;
 font-size: 1.87rem;
}

h2 {
 color: #044ee4;
 font-size: 1.4rem; 
 font-weight: bold;
}

h3 {
 color: black;
 font-size: 30px;
}

h3.title-date {
 color: #d75827;
 font-size: 1.25rem;
 font-weight: 600;
 margin-top: 1rem;
}

h4 {
 color: white;
 font-size: 24px;
}

.borda {
 border-left: 2px solid #ffaa39;
 border-bottom: 2px solid #ffaa39;
 //border-radius: 10px;
 margin: .2rem;
}

a.div {
 font-weight: bold;
 text-transform: uppercase;
}

a.div:hover {
 text-decoration: underline;
}


a.bt-inscricoes {
  //padding: 0.6rem 0.8rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #F46F3B;
  line-height: 3.2;
  border-radius: 0.4rem;
  display: flex;
  position: relative;
  Justify-content: center;
  transition: .3s;
}

a.bt-inscricoes:hover {
 background-color: rgb(226, 77, 22);
 color: white;
 text-decoration: none !important;
 transition: .3s;
}

hr.line {
 margin-top: 0 !important;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 3rem 0;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

@media (min-width: 0) and (max-width: 575px) {
  img.img-fluid.foto {
   width: 65%;
 }

 img.img-fluid.sm {
  width: 40%;
 }
}

@media (min-width: 576px) and (max-width: 767px) {
 a.bt-inscricoes{
  font-size: 0.87rem;
 }
}

