@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-branco-2{
 color: #fff;
 font-size: 14px !important;
  margin-top: -0.5rem;
}

a{
  color: #0054b3;
  font-size: 18px;
}

a:hover{ 
  color: #0054b3;
  text-decoration: none;
}

a.link{
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

a.link:hover{ 
  color: #fff;
  text-decoration: none;
}

a.bt-doe{
 padding: 14px 103px;
 color: white;
 background-color: #ae002f;
 border-radius: 7px;
 font-size: 30px;
 font-weight: bold;
}

ul.itens li{
 margin-bottom: 20px;
 font-size: 16px;
} 

h1{
 color: #FFF;
 font-weight: bold;
 font-size: 35px;
 font-family: "Roboto", sans-serif;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

h2{
  font-size: 24px;
  color: #ae0000;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}

h2.aj-tit {
    margin-bottom: 60px;
}

h3{
  font-size: 22px;
  color: #484848;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
}

h4{
  font-size: 60px;
  color: #fff;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(29, 29, 29, 1);
}

.pad-par{
  padding: 200px 0 100px 0;
}

.box-doe {
    padding: 30px 30px 5px 30px;
    background-color: #fff;
    border: 4px solid #ae0000;
    margin-bottom: 15px;
    margin-top: -75px;
}

ul.d {
    margin: 1em 0 1.5em -1.5em;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 20px 0;
}

section.bg {
    background-color: #f3f4f6;
}

.box-1{
 padding: 25px;
 background-color: #04755f;
 margin: 40px 0;
}

.box-3 {
    background-color: #b54b4b;
    padding: 14px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.form-control {
 background-color: #343a40;
} 

.btn-outline-secondary {
 color: #fff;
}

 img.brand{
  margin-top: -4px;
}

.parallax {
  background-image: url("https://www.ucs.br/site/midia/arquivos/img-parallax-doe_2.jpg");
  height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
.parallax-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
*/

@media only screen and (max-device-width: 600px) {

h4{
  font-size: 40px;
}

.box-doe {
    margin: 20px 0;
}

.flip-card-front{
 padding: 29% !important;
}

 h1{
  font-size: 23px;
 }

 .box-3{
  padding: 3px;
 }

}

@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;
}

.card-header {
    cursor: pointer;
}

.flip-card {
  background-color: transparent;
  width: auto;
  height: 255px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: transparent;
  color: white;
  padding-top: 35%;
}

.flip-card-back {
  background-color: transparent;
  color: white;
  padding-top: 17%;
  padding-right: 12px;
  padding-left: 12px;
  transform: rotateY(180deg);
}
