@charset "UTF-8";
/* ==========================================================================
@TIC/TIC-CORP/TIC-EJACRC [PETROBRAS]
@Code by Front End Team [B2G4, BE5B, BE1E, B8AF, NT3Q, FERM]
@Description: Folha de Estilo principal [BUSCA SEMĂNTICA]
@version: 0.0.2
@since: october/2019
========================================================================== */
/* Para projetos em jsf, que tiverem problemas com o path: - Comentar a linha do import. - Rodar a task "fonts"; - Incorporar o arquivo css no html do projeto. */
/*Material Design Icons*/
@import url(../fonts/material-design-icons/iconfont/material-icons.css);
/*Petrobras*/
@import url(../fonts/petrobras/stylesheet.css);
/*Roboto*/
@import url(../fonts/roboto/stylesheet.css);
* { outline-color: #fff; }

html, body { 
  position: relative; height: 100%; 
}

body {
  font-size: 100%; line-height: 1.4; color: #666; font-family: 'Arial'; 
}

body ::-moz-selection {
  background-color: #fff; color: #fff; 
}

body ::selection {
  background-color: #fff; color: #fff; 
}

textarea {
  resize: none !important; 
}

h1, h2, h3, h4, h5, h6 {
  margin: 0; padding: 0; 
}

ul, ol, dl, dd {
  margin: 0; padding: 0; list-style: none; 
}

::-moz-selection {
  background: #b3d4fc; text-shadow: none; 
}

::selection {
  background: #b3d4fc; text-shadow: none; 
}

img {
  vertical-align: middle; 
}

fieldset {
  border: 0; margin: 0; padding: 0; 
}

.chromeframe {
  margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; 
}

a {
text-decoration: none; 
}

a:focus {
  text-decoration: none; 
}

a:hover {
  text-decoration: none; 
}

object[type*="application/gas-events-"] {
  display: none; 
}

button[type="submit"]:hover, input[type="submit"]:hover {
  cursor: pointer; 
}

input, select {
  outline-color: transparent; 
}

*[onclick] {
cursor: pointer; 
}

a {
  text-decoration: none; color: #196037; 
}

main, body, html {
  position: relative; height: 100%; 
}

body {
  background-color: #5b5b5b; 
}

body ::-moz-selection {
  background-color: #ffcc00; color: #fff; 
}

body ::selection {
  background-color: #ffcc00; color: #fff; 
}

/* Customizações para o novo Petroles */


/*container principal*/
.main {
  top: -450px; 
}

/*setas de navegação, backgrounds e poligonos das seções*/
.main-section {
  position: relative; 
  padding: 90px 0 80px; 
}

.main-section:nth-child(2) { 
  height: 740px;
  background-image: url("../img/bkg-step1.jpg"); 
  background-repeat: no-repeat; 
  background-position: center top; 
  background-size: auto; 
  clip-path: polygon(0% 100%, 100% 85%, 100% 0%, 0% 0%);
  top: 280px; 
  z-index: 2
}

.main-section:nth-child(3) {
  background-image: linear-gradient(#10462a 20%, #05251B); /*linear-gradient(#06251a, #256442); */
  clip-path: polygon(0% 96%, 100% 100%, 100% 0%, 0% 0%); 
  z-index: 1; 
  top: 100px;
}

.main-section:nth-child(3) > .container {
  padding-top: 100px; 
}

.main-section:nth-child(3) .title-section {
  color: #00b660; 
}

.main-section:nth-child(3) .section-arrow.arrow-up {
  top: 35px; 
}

.main-section:nth-child(3) .section-arrow.arrow-down {
  bottom: 45px; 
  top: auto; 
}
.main-section:nth-child(4) .title-section {
  color: #196037; 
}

.main-section:nth-child(4) .section-arrow {
  color: #196037; 
}

.main-section:nth-child(4) {
  background-image: url("../img/bkg-step2.jpg"); 
  background-repeat: no-repeat; 
  background-size: cover; 
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%); 
  top: 30px; 
  padding-top: 70px; 
  padding-bottom: 50px; 
}

.main-section:nth-child(5) {
  background: linear-gradient(to bottom, #363636 0%, #5c5c5c 100%);
  padding-bottom: 50px; 
  padding-top: 100px; 
  top: 0; 
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 1%); 
}

.main-section:last-of-type .arrow-down {
  display: none; 
}

.main-section .title-section {
  font-family: "robotothin"; 
  font-size: 58px; 
  line-height: 62px; 
  margin-bottom: 20px; 
  color: #fff; 
}

.main-section > .container {
  position: relative; 
  padding-bottom: 50px; 
}

.section-arrow {
  position: absolute; 
  color: #fff; 
  font-size: 35px; 
  transition: 1s all ease; 
}

.section-arrow:hover {
  color: #ffcc00 !important; 
  text-shadow: 0px 0px 2px #fff; 
}

.section-arrow.arrow-down {
  top: 100%; 
}

.section-arrow.arrow-up {
  right: 0; 
}

/*seção header para resoluçóes baixas*/
#toggleMenu {
  display: none; 
}

#toggleMenu:checked + .header {
  height: 100%; 
}

#toggleMenu:checked + .header .container {
  height: 100%; 
  display: block; 
}

#toggleMenu:checked + .header .item {
  display: block; 
  font-size: 20px; 
  margin-bottom: 25px;
  z-index: 1; 
}

#toggleMenu:checked + .header .item .dropdown-menu.show {
  display: block; 
  font-size: 20px; 
  margin-bottom: 25px;
  z-index: 1; 
}

#toggleMenu:checked + .header .main-menu-overlay {
  display: block; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.8); 
  z-index: 0; 
}

#toggleMenu:checked + .header .toggle-main-menu:before {
  content: 'close'; 
}

#toggleMenu:checked + .header .item.button{
  margin-right: 50px
}

#toggleMenu:checked + .header .item.button:hover:after {
  width: 100%; 
}

/*seção header default*/
.header {
  font-family: "robotoregular"; 
  padding: 15px 0; 
  position: fixed; 
  width: 100%; 
  top: 0; 
  z-index: 9; 
  transition: 1s all ease; 
}

.header .item {
  display: inline-block; 
  text-transform: uppercase; 
  font-size: 13px; 
  color: #00a859; 
  margin-right: 25px; 
  position: relative; 
}

.header .item:last-of-type:hover::after {
  width: 0;
}

.header .item:after {
  content: ''; 
  width: 0; 
  height: 3px; 
  background-color: #ffcc00; 
  position: absolute; 
  bottom: -5px; 
  left: 0; 
  transition: 0.5s all ease; 
}

.header .item:hover:after {
  width: 100%; 
}

.header.menu-fixed {
  background-color: rgba(15, 59, 36, 0.8);
}

.header .toggle-main-menu {
  display: none; 
  color: #00a859; 
  margin: /*0*/ 15px; 
  font-size: 30px; 
  z-index: 1; 
  position: relative; 
}

.header .toggle-main-menu:hover {
  cursor: pointer; 
}

.header .toggle-main-menu:before {
  content: 'menu'; 
}

.header .item.button:hover:after {
  width: 0; 
}

.header .dropdown-toggle {
  color: #00a859; 
}

.header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 2px;
  content: "";
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
}

.header .dropdown-menu.show {
  background-color: transparent;
  font-size: 13px; 
  color: #00a859; 
  cursor: pointer;
  padding: 0;
}

.main-menu-overlay {
  display: none; 
  position: absolute; 
  top: 0; 
  left: 0; 
}

.logo-petroles { 
  display: block;
  margin-bottom: 50px;
  background: url('../img/logo-petroles.png') no-repeat 0;
  width: auto;
  height: 75px;
}

.logo-petroles.ingles { 
   background: url('../img/logo-petroles-eng.png') no-repeat 0;
}

/*seção about*/
.main-section.section-about > .container {
  position: relative; 
}

.main-section.section-about > .container > .resume {
  font-size: 20px; 
  line-height: 28px; 
  font-family: "robotolight"; 
  color: #fff; 
  padding-bottom: 50px;
  width: 650px;
}

.main-section.section-about > .container .arrow-down {
  top: auto; 
}

/*seção downloads*/
.espaco-semantico{
  display: inline-block;
  float: right;
  margin-right: 140px;
  margin-top: 10px;
  padding-left: 65px;
  padding-right: 25px;
  background: url('../img/petrovec.png') no-repeat 0 0;
  background-position-x: 20px;
  background-position-y: 10px;
  border: solid 1px #107252;
  border-radius: 25px;
  font-family: 'robotoregular';
  font-size: 18px;
  color: #ffcc00;
  height: 50px;
  line-height: 50px;
}
.espaco-semantico:hover{
  color: #ffcc00;
}

.descricao-petroles{
  font-family: "robotolight";
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.tabela-petroles { 
  width: 100%;
  font-family: "robotolight";
  font-size: 13px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

.tabela-petroles thead {
  background-color: #155735;
  text-transform: uppercase;
}

.tabela-petroles td , th{
  border: 1px solid #12462B;
  padding: 10px 20px;
}

.tabela-petroles th:first-child{
  border-left: none;
}

.tabela-petroles th:last-child{
  border-right: none;
}

.tabela-petroles td:first-child{
  border-left: none;
}

.tabela-petroles td:last-child{
  border-right: none;
}

.tabela-petroles tr {
  background-color: transparent;
}

.tabela-petroles tr:nth-child(even){
  background-color: #07291D;
}

.tabela-petroles td a{
  outline: none;
  color: #FFA200;
  text-decoration: underline;
}

/*seção publicações*/
.main-section.section-publications > .container {
  padding-bottom: 0; 
}

.main-section.section-publications > .container .publication-opacity {
  background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#eeeded 100%,#fff 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  overflow: hidden;
}

.container-publications{
  position: relative;
  height: 600px;
  max-height: 600px;
  overflow: auto;
}

.container-publications .card-publication { 
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px; 
  border: solid 1px #9eb6a8;
  border-radius: 10px; 
  color: #196037; 
  background-color: #fff; 
  font-size: 14px;
}

.container-publications .card-publication .title {
  padding-bottom: 5px;
  font-family: 'robotobold';
  font-size: 16px;
  text-decoration: underline;
}

.container-publications .card-publication .title a{
  color: inherit;
}

.container-publications .card-publication .author {
  font-family: 'robotoregular';
  font-size: 14px;
}

.container-publications .card-publication .event {
  font-family: 'robotolight';
  font-size: 14px;
}

/*seção equipe*/
.container-team {
  display: flex; 
  flex-wrap: wrap; 
}

.container-team .card-team {
  flex-basis: 20%; 
  position: relative; 
}

.container-team .card-team > .photo {
  width: 222px; 
  height: 222px; 
  transition: 0.5s all ease; 
  filter: grayscale(1); 
}

.container-team .card-team > .resume {
  display: none; 
  padding: 10px; 
  position: absolute; 
  background-color: #ffbf00; 
  color: #196037; 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 100%; 
  transition: 0.8s all ease; 
}

.container-team .card-team > .resume > .nome {
  height: 45px;
  font-size: 18px; 
  font-family: "robotobold"; 
}

.container-team .card-team > .resume > .chave { font-size: 18px; }

.container-team .card-team > .resume .gerencia { font-size: 16px; position: absolute; bottom: 10px; left: 10px; padding-right: 10px; word-break: break-all; }


.container-team .card-team .resume .lattes { 
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 120px;
  display: inline-block;
}

.container-team .card-team .resume .linkedin { 
  display: inline-block;
}

.container-team .card-team > .resume:after {
  right: 100%; 
  top: 50%; 
  border: solid transparent; 
  content: " "; 
  height: 0; 
  width: 0; 
  position: absolute; 
  pointer-events: none; 
  border-color: rgba(255, 191, 0, 0); 
  border-right-color: #ffbf00; 
  border-width: 15px; 
  margin-top: -15px; 
}

.container-team .card-team:hover {
  z-index: 9; 
}

.container-team .card-team:hover .resume {
  display: block; 
}

.container-team .card-team:hover > .photo {
  filter: grayscale(0); 
}

.container-team .card-team:nth-child(5n+0) > .resume {
  left: auto; 
  left: auto; 
  right: 100%; 
}

.container-team .card-team:nth-child(5n+0) > .resume:after {
  border-left-color: #ffbf00; 
  border-right-color: transparent; 
  right: auto; 
  left: 100%; 
}

/*rodapé*/
.footer {
  position: relative;
  background-color: #196037;
  font-family: "robotoregular"; 
  font-size: 16px; 
  color: #fff; 
  height: 100px;
  line-height: 100px;
}
.footer .content{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer .texto-footer {
  margin-left: 100px;
}
.footer .logos{
  display: inline-block;
  float: right;
}
.footer .logos .logo-petrobras { 
  display: inline-block;
  background: url('../img/logo_petrobras.png') no-repeat 0;
  width: 105px;
  height: 21px;
  vertical-align: middle;
  margin-right: 50px;
}
.footer .logos .logo-ica { 
  display: inline-block;
  background: url('../img/ica_logo.png') no-repeat 0;
  width: 101px;
  height: 47px;
  vertical-align: middle;
  margin-right: 100px;
}

/* ==========================================================================
   LOADING
========================================================================== */
.loading {
 display: none; position: fixed; top: 0; left: 0; height: 100%; z-index: 999999; width: 100%; 
}

.loading:after {
 position: fixed; top: 0; margin: 0; z-index: 9999999; text-align: center; background-color: black; width: 100%; height: 100%; filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; min-height: 100%; margin: auto; display: block; content: ''; 
}

.loading img {
 position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; z-index: 99999999; 
}

/*MEDIA QUERIES*/


@media (max-width: 600px) {
 .section-about { 
    height: auto; 
    padding-top: 80px; 
    clip-path: none; 
  }

  .main-section.section-about > .container > .resume {
   width: 100%; 
   font-size: 14px; 
   line-height: 24px; 
   width: 350px;
  } 
}

@media (max-width: 600px) {
 .logo-petroles ,.logo-petroles.ingles{ 
  margin-left: 50px; 
  } 
}

@media (min-width: 601px) and (max-width: 1023px) {
 .header .toggle-main-menu {
    display: block; 
  }
  .header .container { 
    display: none; 
  } 
  .main-section.section-about > .container > .resume {
   width: 100%; 
   font-size: 15px; 
   line-height: 24px; 
   width: 510px;
  } 
}

@media (max-width: 600px) { 
  .header .toggle-main-menu { 
    display: block; 
  }
  .header .container { 
    display: none; 
  } 
}

@media (max-width: 600px) { 
  .main { 
    top: -90px; 
  } 
}

@media (min-width: 601px) and (max-width: 1023px) { 
  .main { 
    top: -200px; 
  } 
  .main-section .title-section { 
    font-size: 40px; 
    line-height: 45px; 
    margin-bottom: 30px; 
   } 
   .logo-petroles, .logo-petroles.ingles{ 
    margin-top: 100px; 
    margin-left: 50px;
  } 
}

@media (max-width: 600px) {
 .main-section {
    clip-path: none !important;
    min-height: auto !important; 
    padding: 30px 0 60px !important; 
    top: 0 !important; 
  }
  .main-section .section-arrow.arrow-down { 
    bottom: -30px !important; 
  }
  .main-section .title-section { 
    font-size: 25px; 
    line-height: 35px; 
    margin-bottom: 30px; 
  } 
}

@media (min-width: 601px) and (max-width: 1023px) { 
  .main-section {
    clip-path: none !important;
    min-height: auto !important; 
    padding: 30px 0 60px !important; 
    top: 0 !important; 
   }
  .container-team .card-team { 
    flex-basis: 25%; 
  }
  .container-team .card-team:nth-child(4n+0) > .resume { 
    left: auto; 
    right: 100%; 
  }
  .container-team .card-team:nth-child(4n+0) > .resume:after { 
    border-left-color: #ffbf00; 
    border-right-color: transparent; 
    right: auto; 
    left: 100%; 
  }
  .container-team .card-team:nth-child(5n+0) > .resume { 
    left: 100%; 
    right: auto; 
  }
  .container-team .card-team:nth-child(5n+0) > .resume:after { 
    border-left-color: transparent; 
    border-right-color: #ffbf00; 
    right: 100%; 
    left: auto; 
    top: 50%; 
  } 
}

@media (max-width: 600px) { 
  .container-team .card-team { 
    flex-basis: 33.33%; 
  }
  .container-team .card-team:nth-child(3n+0) > .resume { 
    left: auto; 
    right: 100%; 
  }
  .container-team .card-team:nth-child(3n+0) > .resume:after { 
    border-left-color: #ffbf00; 
    border-right-color: transparent; 
    right: auto; 
    left: 100%; 
  }
  .container-team .card-team:nth-child(5n+0) > .resume { 
    left: 100%; right: auto; 
  }
  .container-team .card-team:nth-child(5n+0) > .resume:after { 
    border-left-color: transparent; 
    border-right-color: #ffbf00; 
    right: 100%; 
    left: auto; 
    top: 50%; 
  }
  .container-team .card-team > .resume > .nome { 
    font-size: 14px; 
  }
  .container-team .card-team > .resume > .chave, .container-team .card-team > .resume .gerencia { 
    font-size: 12px; 
  } 
}
