@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: 18px !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{
 padding: 13px 125px;
 border-radius: 100px;
 color: #393a3f;
 background-color: #91d8f7;
 font-weight: bold;
 display: block;
}

a.link-pts{
 font-size: 14px;
 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;
 float: left;
 margin: 0;
}

h2{
  font-size: 40px;
  color: #2543b0;
  font-family:"Roboto", sans-serif;
}

h2.w{
  font-size: 40px;
  color: #fff;
  font-family:"Roboto", sans-serif;
}

h3{
  font-size: 26px;
  color: #972d49;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
}

.material-icons {
 vertical-align: sub;
}

.bg-1{
 background-color: #2543b0;
}

section {
  padding: 40px 0;
}

footer{
  padding: 40px 0;
}

footer.bg{
 background-color: #eceff8;
 border-bottom: 8px solid #2543b0;
}

footer p{
 font-size: 18px;
 color: #393a3f;
 margin: 0;
}

.box-1{
 padding: 25px;
 background-color: #04755f;
 margin: 40px 0;
}

.box-2{
 padding: 30px 25px;
 background-color: #002e5c;
 margin: 40px 0;
}

.box-3{
 background-color: #2543b0;
 padding: 14px;
}

.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;
}

input.botao {
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 16px !important;
    background-color: transparent;
    color: #fff;
    padding: 5px 20px;
}

textarea.form-control {
    height: 115px;
}

/*
.form-control {
 background-color: #343a40;
} 
*/

.btn-outline-secondary {
 color: #fff;
}

 img.brand{
  margin-top: -4px;
}

.nav2{
 margin-top: -48.5px;
}

.item-menu{
 color: #fff !important;
 font-size: 14px !important;
 /*text-transform: uppercase;*/
 /*font-weight: bold;*/
 display: inline-table;
    padding: .666rem 1.555rem;
    -webkit-border-radius: 135px;
    -moz-border-radius: 135px;
    border-radius: 135px;
    background-color: #354b9c80;
    margin-right: 30px;
}

#menu2{
 /*border-bottom: 2px solid #000;*/
}

#menu2 a.active {
    /*color: #fd4343 !important;*/
    /*text-transform: uppercase;*/
    font-size: 16px !important;
    font-weight: bold;
    display: block;
    padding: .666rem 3.222rem;
    background-image: url('https://www.ucs.br/site/midia/arquivos/bt-menu-ucsinova2.png');
}

#menu2 a.active > a:before {
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#menu3 a.active{
    border:1px solid red;
    border-bottom:0;
    width: 85px;
    height: 26px;
    /* margin:30px; */
    position:relative;
    -moz-border-radius:18px 18px 0 0;
    -webkit-border-radius: 18px 18px 0 0;
    text-align: center;
    margin-top: -5px;
    padding-top: 11px;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: bold;
}
#menu3 a.active:after,
#menu3 a.active:before{
    content:'';
    width: 41px;
    height: 21px;
    border:1px solid red;
    position:absolute;
    bottom: -20px;
    border-top:0;
}
#menu3 a.active:after{
    border-left:0;
    -moz-border-radius:0 0 24px 0;
    -webkit-border-radius: 0 0 24px 0;
    left: -41px;
}
#menu3 a.active:before{
    border-right:0;
    -moz-border-radius:0 0 0 24px;
    -webkit-border-radius:0 0 0 24px;
    right:-41px;
}

@media only screen and (max-device-width: 1024px) {

.item-menu{
 padding: 0;
 background-color: transparent;
 color: #0054b3 !important;
}

.nav2{
 margin-top: 0;
}

#menu2 a.active{
 padding: 0;
 background-image: none;
 color: #0054b3 !important;
}

.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;
}
