@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif; scroll-behavior: smooth;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
  background-color: #161616;
}

p{
  color: #fff;
  font-size: 23px;
}

p.txt-branco{
 color: #fff;
 font-size: 16px !important;
}

p.txt-not{
 color: #fff;
 font-size: 16px !important;
 margin-top: 15px;
}

p.txt-cont{
 color: #fff;
 font-size: 34px !important;
}

p.txt-int{
 color: #fff;
 font-size: 26px !important;
 font-family:"Gotham Bold", sans-serif !important;
}

p.txt-menor{
 color: #fff;
 font-size: 21px !important;
 margin-bottom: 40px;
}

p.anim{
 color: #fff;
 font-size: 70px !important;
 font-weight: bold;
 font-family:"Gotham Bold", sans-serif !important;
 margin: 0;
 line-height: 85px;
}

p.anim span{
 color: #0074bb;
}

p.txt-idioma{
 font-size: 14px;
 font-family: "Gotham Medium", sans-serif !important;
}

.az{
 color: #0074bb;
}

a.idioma{
 font-size: 14px;
 font-family: "Gotham Medium", sans-serif !important;
 /*margin-top: 125px;*/
}

a{
  color: white;
  font-size: 16px;
}

a:hover{ 
  color: #fff;
  text-decoration: none;
}

a.link{
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

a.link:hover{ 
  color: #fff;
  text-decoration: none;
}

a.link-menu {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
  color: #fff !important;
  font-size: 16px;
  font-family:"Gotham Medium", sans-serif !important;
}

a.link-pts {
  padding: 4px 9px 4px 9px;
  background-color: transparent;
  color: #0074bb !important;
  text-decoration: none !important;
  border: 1px solid #fff;
}

a.link-pts:hover{
  opacity: 0.7;
  background-color: white;
}

a.link-ini{
 font-size: 23px;
 color: white;
 text-decoration: underline;
}

ul.itens li{
 color: #0074bb;
 margin-bottom: 10px;
 font-size: 16px;
} 

ul.itens li span{
 color: #fff;
}

ul.itens li a{
 color: #fff;
 font-size: 16px;
} 

ul.itens-not li{
 color: #0074bb;
 margin-bottom: 10px;
 font-size: 16px;
} 

ul.itens-not li a{
 color: #fff;
 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: 35px;
  color: #0074bb;
  font-family:"Gotham Bold", sans-serif;
  margin-bottom: 30px;
}

h3{
  font-size: 26px;
  color: #fff;
  font-family:"Gotham Bold", sans-serif;
}

.opc a:hover img{
 color: #B9C0D6 !important;
 opacity: .8;
}

span.b:before {
  content: "\2022";
  color: #0074bb;
  font-size: 22px;
  margin-right: 8px;
}

.bg-menu {
   background-color: #161616;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.75);
}

.material-icons {
 vertical-align: sub;
}

.parallax {
  background-image: url("https://www.ucs.br/site/midia/arquivos/img-grafeno-2.jpg");
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-primary{
  background-color: #0074bb;
  padding: 1rem;
  display: block;
  margin: 0.5rem;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  border: none;
}


textarea.form-control {
  height: 115px;
}

input.botao{
  border-radius: 4px;
  border: 1px solid #fff;
  font-size: 16px !important;
  background-color: transparent;
  color: #0074bb;
  padding: 5px 20px;
}

input.botao:hover{
  opacity: 0.7;
  background-color: white;
}

input::placeholder{
  color: white !important;
}

textarea.form-control::placeholder {
    color: white !important;
}

section {
  padding: 40px 0;
  margin: 80px 0;
}

section.int {
  margin: 150px 0 80px 0;
}

a.btn-contact{
 background-color: #0074bb;
 padding: 2rem;
 display: flex;
 justify-content: center;
 margin: 1rem 0;
 border-radius: 5px;
}

a.btn-contact:hover{
 background-color: #0068a8;
}

.box-1{
 padding: 25px 40px 25px 25px;
 background-color: #842027bf;
 margin: 40px 0;
}

.cor1{
 background-color: #002e5c;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

footer{
  padding: 70px 0;
  background-color: #161616;
  -webkit-box-shadow: 0px -10px 6px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -10px 6px 0px rgba(0,0,0,0.75);
  box-shadow: 0px -10px 6px 0px rgba(0,0,0,0.75);
}

footer p{
  color: #fff;
  font-size: 16px;
}

footer p.tit{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

footer a{
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

footer a:hover{
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

.flex {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.flex-col.infos {
 max-width: 270px;
}

.flex-col.logos {
 position: relative;
 top: -1.8rem;
}

.logo-rodape {
 height: 114px;
 margin: 0 .7rem 0;
}

.logo-rodape.fucs {
 height: 150px;
}

.logo-rodape.tecnoucs {
 height: 80px;
}

.box-ft {
    /*padding: 15px;*/
}

.box-ft-2 {
    border-left: solid white;
    padding: 0 15px;
}

/*
.t {
    margin-top: 20px;
}
*/
.aj-logo {
    margin-right: 17px;
}

footer i.fa-whatsapp {
    font-size: 20px;
}

footer i {
    margin-right: 8px;
}

.navbar-brand {
 margin-right: 1rem;
}

.form-control {
 background-color: transparent;
} 

.btn-outline-secondary {
 color: #fff;
}

 img.brand{
  margin-top: -4px;
}

.masthead {
  height: 75vh;
  min-height: 500px;
  /*background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');*/
  background-size: cover;
 /* background-position: center;*/
  background-repeat: no-repeat;
}

#rd-form-l7uh97q4.bricks-form__label {
 color: #cecece !important;
}

@media (min-width: 0) and (max-width: 575px) {
 .flex-col.logos {
   top: 0;
 }

  p.anim {
  font-size: 50px !important;
 }
}

@media (min-width: 576px) and (max-width: 767px) {
 .flex-col.logos {
   top: 0;
 }

 p.anim {
  font-size: 60px !important;
 }

 h3 {
  font-size: 24px;
 }

 .flex-column {
  flex-direction: column;
 }

 .w-full {
  max-width: 100%;
 }
}

@media (min-width: 768px) and (max-width: 991px) {
 .flex-col.logos {
   top: 0;
 }

 p.anim {
  font-size: 60px !important;
 }
}

@media (min-width: 992px) and (max-width: 1199px) {
 .flex-col.logos {
   top: 0;
 }
}

@media only screen and (max-device-width: 1024px) {

.masthead {
  height: 70vh;
}

p.txt-idioma {
 float: none;
}

.anchor{
 margin-top: -140px !important;
}

.txt-menor{
 margin-bottom: 20px !important;
}

.aj-mais-2{
 margin-bottom: 60px !important;
}

.logo-rodape {
    height: 80px;
}

.parallax {
    background-attachment: inherit;
}

.aj-mais{
 margin-top: 0px !important;
}

p.anim{
 font-size: 30px !important;
 line-height: 50px;
}

 h1{
  font-size: 23px;
 }

.navbar-brand img{
   height: 50px;
  }

 .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;
}

@font-face {
    font-family: 'Gotham Black';
    font-style: normal;
    font-weight: normal;
    src: url('/site/midia/arquivos/Gotham-Black-eot.eot');
    src: local('Gotham Black'),
         url('/site/midia/arquivos/Gotham-Black-ttf.ttf') format('truetype'),
         url('/site/midia/arquivos/Gotham-Black.woff') format('woff'),
         url('/site/midia/arquivos/Gotham-Black-woff2.woff2') format('woff2'),
         url('/site/midia/arquivos/Gotham-Black-svg.svg') format('svg');
}

@font-face {
    font-family: 'Gotham Medium';
    font-style: normal;
    font-weight: normal;
    src: url('/site/midia/arquivos/gotham-Medium-eot.eot');
    src: local('Gotham Medium'),
         url('/site/midia/arquivos/gotham-Medium-ttf.ttf') format('truetype'),
         url('/site/midia/arquivos/gotham-Medium-woff.woff') format('woff'),
         url('/site/midia/arquivos/gotham-Medium-svg.svg') format('svg');
}

@font-face {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: normal;
    src: url('/site/midia/arquivos/gotham_bold_r-eot');
    src: local('Gotham Medium'),
         url('/site/midia/arquivos/gotham_bold_r-ttf.ttf') format('truetype'),
         url('/site/midia/arquivos/gotham_bold_r-woff.woff') format('woff'),
         url('/site/midia/arquivos/gotham_bold_r-svg.svg') format('svg');
}

