@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: 14px;
 //font-weight: bold;
}

a:hover{ 
 color: #115B89;
  text-decoration: none;
}

ul li{
 margin-bottom: 5px;
 font-size: 14px;
}

h1{
 font-size: 40px;
 color: #595959;
 padding: 0 0 0 18px;
 margin-bottom: 20px;
 font-family: 'Roboto';
 font-weight: bold;
}

hr{
 margin-top: 0;
 border-top: 1px solid #dedede;
}

h2{
 font-family: Roboto, Arial, sans-serif;
 color: #df2127;
 font-weight: bold;
 font-size: 20px;
}

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.bt-pro{
 padding: 32px 68px;
 border-radius: 12px;
 background-color: #08b2cf;
 color: #fff !important;
 text-transform: uppercase;
 font-size: 20px;
 text-align: center;
 font-weight: bold;
 text-decoration: none !important;
 display: flex;
 position: relative;
 justify-content: center;
}

a:hover.bt-pro{
 background-color: #005665;
} 

#bt-prouni, #bt-processo {
 padding: 46px 68px;
}


img, h1 {
    display: inline-block;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 20px 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;
}

#section-info{
 background-color: #cecece;
}

h3.block-info_rodape {
 font-size: 1.2rem;
 color: #b10006;
 font-weight: bold;
}

h3.box-text-financiamento{
  color: #b10006 !important;
  font-weight: bold !important;
  font-size: 1.2rem;
 }

.box-financiamento {
  background-color: #e9e9e9;
  border-radius: .8rem;
  padding: 1.4rem;
 }

#container-informacoes {
  background-color: #e9e9e9;
  padding: 1.4rem;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(30 30 30 / 5%);
}

.table-striped tbody tr {
 background-color: #e7e7e7;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dbdbdb;
}



@media screen and (min-width: 0) and (max-width: 575.98px) {
 a.bt-pro {
  padding: 32px 68px !important;
 }
}


@media screen and (min-width: 576.02) and (max-width: 767.98px) {
 a.bt-pro {
  font-size: 17px !important;
 }

 a#bt-remanesc.bt-pro {
  padding: 46px 68px;
 }
}


@media screen and (min-width: 768.02) and (max-width: 991.98px) {
 a.bt-pro {
  font-size: 17px !important;
 }

  a#bt-remanesc.bt-pro {
  padding: 46px 68px;
 }
}

@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;
}
