@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;*/
}

a{
  color: #003f84;
  font-size: 16px;
}

a:hover{ 
  color: #003f84;
  text-decoration: underline;
}

h1{
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  font-family:"Roboto", sans-serif;
}

h2{
  font-size: 18px;
  color: #00541d;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

h2.subtitulo-areas {
 font-size: 1.5rem;
 color: #d39107;
 text-transform: uppercase;
 margin: .5rem 0;
}

span {
 padding: .05rem;
 background-color: #d39107;
 display: flex;
 //width: 90%;
}

.bt{
  font-size: 2em;
  padding: 2.375rem .75rem;
  font-weight: bolder;
  background-color: #d39107;
  border-color: #d39107;
  color: #fff;
  margin-bottom: 5px;
}

.bt:hover, a.bt-item:hover {
    color: #fff;
    background-color: #9e6b00;
    border-color: #9e6b00;
}

a.bt-item {
 font-size: 1.1rem;
 background-color: #d39107;
 color: #fff;
 padding: 1rem;
 border-radius: 4px;
 display: flex;
 flex-wrap: nowrap;
 margin: 0 0 1rem 0;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 40px 0;
}

.bg-1{
  background-color: #1b2b47;
}

.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;}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.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;
}
