@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: #393a3f;
  font-size: 18px;
}

p.txt-branco{
  color: #fff;
  font-size: 16px !important;
}

p.txt-sec{
  font-size: 17px;
}

a{
  color: #0054b3;
  font-size: 18px;
}

a:hover{ 
  color: #0054b3;
  text-decoration: none;
}

a.link{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

a.link:hover{ 
  color: #fff;
  text-decoration: underline;
}

a.nav-link{
 color: #FFF;
 font-size: 35px;
 text-transform: uppercase;
 float: left;
 margin: 0;
 padding: 0;
}

ul, li{
 /* margin-bottom: 5px; */
 font-size: 16px;
 color: #393a3f;
 font-family: "Roboto", sans-serif;
} 

h1, h2, h3 {
 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: #c69458;
  margin: 30px 0 5px 0;
  text-transform: uppercase;
}

h2.titulo-unidade{
  font-size: 22px;
  color: #c69458;
  /* margin: 0 0 2rem 0; */
  text-transform: uppercase;
  display: flex;
  position: relative;
  top: -1.5rem;
}

h3{
  font-size: 26px;
  color: #972d49;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 40px 0;
}

.box-princ{
 padding: 25px;
 background-color: #c49c6c;
 margin: 40px 0;
 border-radius: 10px;
}

.box-top{
 background-color: #98141c;
 padding: 12px;
}

.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;
}

#menu {
  margin: 20px 0;
}

#menu #itens .card {
  margin-bottom: 15px;
  border: 0;
  border-radius: 10px 10px 0 0;
}

#menu #itens .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#menu #itens .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #98141c;
  color: #FFFFFF;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
}

#menu #itens .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#menu #itens .card .card-header .btn-header-link.collapsed {
  background: #98141c;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}

#menu #itens .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

#menu #itens .card .collapsing {
  background: #fcf2e6;
  line-height: 30px;
  padding: 20px;
}

#menu #itens .card .collapse {
  border: 0;
}

#menu #itens .card .collapse.show {
  background: #fcf2e6;
  line-height: 30px;
  color: #222;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

@media only screen and (max-device-width: 1024px) {

.flip-card{
 width: 300px !important;
}

.flip-card-front{
 padding: 29% !important;
}

 p{
  font-size: 17px;
 }
 
 p.txt-sec{
  font-size: 16px;
 }

 h1{
  font-size: 23px;
 }

 h2{
  font-size: 18px;
 }

 .box-top{
  padding: 10px;
 }

 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;
}

footer{
    background-color: #c49c6c;
}

@media only screen and (max-device-width: 768px) {
 p.txt-branco{
  font-size: 14.8px !important;
 }
}

@media only screen and (max-device-width: 480px) {
 a.nav-link{
  font-size: 28px;
 }
}

@media only screen and (max-device-width: 320px) {
 a.nav-link{
  font-size: 22px;
 }
}
