@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: #161616;
  font-size: 16px;
  margin-bottom: 40px;
}
.w-32{
  width:32px;
}
p.txt-branco{
 color: #fff;
}
.max-130{
   max-width: 130px !important;
}
a{
  color: #0054B3;
  font-size: 16px;
}

a:hover{ 
  color: #0054B3;
  text-decoration: none;
}

ul.itens li{
 margin-bottom: 20px;
 font-size: 16px;
} 
.w-full{
  width: 100%;
}
.front-title{
margin: auto;
  text-align: start;
  width: fit-content;
  text-transform: math-auto !important;
font-size: 57px;
  line-height: 46px;
  font-family: "Basic", sans-serif;
  font-style: normal;
  color: #FFF;
  font-weight: bold;
}
.red-title{
  color: #fb1e50;

}
.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('https://www.ucs.br/site/midia/arquivos/foto-fundo-empresa-jr-2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.basic-regular {
  font-family: "Basic", sans-serif;
  font-style: normal;
}
.logo-25{
  max-width: 300px;
}
h1{
  color: #FFF;
  font-weight: bold;
  font-size: 65px;
  font-family:"Roboto", sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 3px 4px #0000003b;
}

h2{
  font-size: 24px;
  color: #ae0000;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h3{
  font-size: 26px;
  color: #972d49;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
}

h4{
  font-size: 18px;
  color: #fff;
  font-family:"Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5em;
}

h5{
  font-size: 40px;
  color: #fff;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 50px;
}

hr.sep-menu{
 background-color: #fff;
 width: 25%;
}

.redes-menu{
 margin-right: 20px;
 display: inline-block;
 position: relative;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 40px 0;
}

.bg-1{
  background-color: #972d49;
}

.bg-2{
  background-color: #884469;
}

.bg-3{
  background-color: #eee;
}

.bg-4{
  background-color: #b2341f;
}

.box-1{
 padding: 30px 25px;
 background-color: #fce0e0;
 margin: 40px 0;
}

.box-2{
 padding: 30px 25px;
 background-color: #002e5c;
 margin: 40px 0;
}

.box-3{
 background-color: #a70d30;
 padding: 14px;
}

.box-pr {
 padding: 40px;
 border: 2px solid white;
 min-height: 300px;
}

.box-pr2 {
    /*padding: 50px 155px 50px 30px;*/
    /*width: 50%;*/
    display: inline-flex;
    height: 260px;
}

.cor1{
 background-color: #002e5c;
}

.cor2{
 background-color: #33587d;
}

.btn-infos {
 color: #fff;
 background-color: #972d49;
 border-color: #972d49;
}

.aj-btn{
 padding: 0.20rem .75rem;
 margin-top: 20px;
}

a.nav-link{
 color: white !important;
 text-transform: uppercase;
 font-size: 12px;
}

footer{
  padding: 30px 0;
}

footer p{
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

footer a{
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}

footer a:hover{
  color: #fff;
  text-decoration: none;
}

footer .txt-ft{
 font-size: 18px;
 margin-bottom: 0rem;
}

.bg-ft{
  background-color: #a70d30;
}

.box-ft{
 padding: 15px;
 border-left: solid white;
}

.aj-logo{
  margin-right: 24px;
}

.t{
 margin-top: 20px;
}

.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: 40px;
 }
 .front-title{
   font-size: 52px;
  line-height: 45px;
  }

 .overlay ul li a {
  font-size: 23px !important;
 } 

 .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;
}

.button_container {
  position: absolute;
  /*position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;*/
  right: 15%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity .25s ease;
  left: 82.5%;
  padding-top: 43px;
  margin-top: 10px
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #fff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #a70d30;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 100;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 9);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-size: 36px;
  font-weight: 100;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

table {
    background-color: #eee;
}

  /***** ACCORDION ******/

.accordion2 {
    background-color: #fff;
    color: #972d49;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    //border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border: 3px solid #972d49;
    border-bottom-width: 1px;
    //font-weight: bold;
}

/*
.active, .accordion2:hover {
    background-color: #ccc;
}
*/

.accordion2:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    //content: '\002B';
    color: #972d49;
    font-weight: bold;
    float: left;
    margin-right: 17px;
}

.activeX:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    //content: "\2212";
}

.panelx {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 2px solid #972d49;
    margin-bottom: 12px;
    border-top: 0;
}

.panelx p{
/* margin-top: 20px;
 margin-bottom: 20px;*/
 margin: 25px;
 font-size: 19px !important;
}

.panelx a{
 font-size: 19px !important;
}

.panelx a:hover{
 font-size: 19px !important;
}

.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: #600505;
  color: white;
  padding-top: 50%;
}

.flip-card-back {
  background-color: #600505;
  color: white;
  padding-top: 17%;
  padding-right: 12px;
  padding-left: 12px;
  transform: rotateY(180deg);
}

@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;
}


input{
 border: 2px solid #002e5c;
 border-radius: 3px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}