@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;
  /*margin-bottom: 40px;*/
}

b.txt-dest{
 color: #21409a;
}

a{
  color: #337aae;
  font-size: 16px;
}

a:hover{ 
  color: #337aae;
  text-decoration: none;
}

h1, h2{
  font-family:"Roboto", sans-serif;
  font-weight: bold;
}

h1{
  color: #FFF;
  font-size: 35px;
  text-transform: uppercase;
  float: left;
  margin: 0;
}

h2{
  font-size: 18px;
  color: #8d37c7;
  margin: 20px 0 15px 0;
}

h2.title-prog{
 margin: 25px 0 -15px 0;
}

.material-icons {
 vertical-align: sub;
}

hr.m1 {
    margin-top: -6px;
    border-top: 2px solid #028bd8;
    width: 100%;
    margin-bottom: 0;
}

section {
  padding: 40px 0;
}

.bg-1{
  background-color: #972d49;
}

.box-1{
 padding: 15px;
 background-color: #cecece;
}

.box-1 p{
 margin:0 !important;
}

a.nav-link{
/*
 color: #000 !important;
 font-size: 15px !important;
*/
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.nav2{
 padding: .8rem 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;
 }

 p, ul, li, a{
  font-size: 15px;
 }

 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;
}

.card-header {
    cursor: pointer;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}
