@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;
}

p.txt-branco{
 color: #fff;
 font-size: 16px !important;
}

a.link{
  color: #347aa5;
  font-size: 16px;
  text-decoration: none;
}

a.link:hover{ 
  color: #58a9e4;
  text-decoration: none;
}

a.bt-data{
 padding: 12px 53px;
 border: 2px solid #113a51;
 background-color: white;
 color: #113a51;
 font-size: 16px;
 font-weight: bold;
 text-transform: uppercase;
 display: inline-block;
 margin-bottom: 35px;
}

a.bt-data:hover{
 border: 2px solid #58a9e4;
 background-color: white;
 color: #58a9e4;
 text-decoration: none;
}

ul.itens li{
 font-size: 16px;
} 

ul.itens li a{
 color: #347aa5;
 font-size: 16px;
} 

ul.itens li a:hover{
 color: #58a9e4;
} 

h1{
 color: #FFF;
 font-weight: bold;
 font-size: 35px;
 font-family: "Roboto", sans-serif;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

h2{
  font-size: 18px;
  color: #113a51;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

h3{
  font-size: 16px;
  color: #113a51;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
}

hr.m1{
 margin-top: -6px;
 border-top: 2px solid #347aa5;
 width: 80%;
 margin-bottom: 0;
}

.material-icons {
 vertical-align: sub;
}

.item-menu{
 color: #0d4856 !important;
 text-transform: uppercase;
 font-size: 15px !important;
 font-weight: bold;
 display: block;
 padding: .5rem 3.333rem;
}

#menu2{
 /*border-bottom: 2px solid #000;*/
}

#menu2 a.active {
    color: #113a51 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: bold;
    display: block;
    padding: .5rem 3.333rem;
}

#menu2 a.active > a:before {
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

section {
  padding: 40px 0;
}

.box-1{
 padding: 25px 40px 25px 25px;
 background-color: #842027bf;
 margin: 40px 0;
}

.box-2{
 padding: 30px 25px;
 background-color: #002e5c;
 margin: 40px 0;
}

.box-3{
 background-color: #aa9d9b;
 padding: 14px;
}

.bt-encomenda{
 padding: 10px 5px 0px 5px;
 border: 2px solid #fff;
 color: #fff;
 border-radius: 7px;
 display: block;
 text-align: center;
 margin-top: 10px;
 margin-left: 8px;
 margin-right: 18px;
}

.cor1{
 background-color: #002e5c;
}

.cor2{
 background-color: #33587d;
}

.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) {

.flip-card{
 width: 300px !important;
}

.flip-card-front{
 padding: 29% !important;
}

 h1{
  font-size: 23px;
 }

 .box-3{
  padding: 3px;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .form-control {
  width: 70%;
 }
}

.sticky.is-sticky {
    position: fixed;
    right: 15%;
    top: 0;
    z-index: 1000;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

table {
    background-color: #eee;
}

@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;
}
