#page-tecnologia .a-center {
  text-align:center;
}

#page-tecnologia .title {
  font-size:33px;
}

#page-tecnologia .subtitle {
  margin:60px 0 50px;
  font:24px "petrobras_sansbold";
  color:#008542;
}

#page-tecnologia .legend {
  font-family:"petrobras_sanslight" !important;
  font-style: italic !important;
}

#page-tecnologia .subtitle.m-2 {
  margin:70px 0 30px;
}

#page-tecnologia .link {
  padding:7px 22px;
  font:15px "petrobras_sansbold";
  color:#fff;
  background-color:rgb(14,131,69);
  border-radius:18px;
  text-decoration:none;
  -webkit-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
#page-tecnologia .link:hover {
  background-color: #006b35;
}

#page-tecnologia .page-content {
  position:relative;
  width:600px;
  margin:0 auto;
}
#page-tecnologia .text-content p{
  margin-bottom:15px;
  font:15px "petrobras_sansregular";
  color:#858585;
}
#page-tecnologia .accordion{
  position: relative;
}

#page-tecnologia .direcionadores-estrategicos {
  position:relative;
  height:1100px;
}

#page-tecnologia .direcionadores-estrategicos-bg {
  position:absolute;
  left:50%;
  top:0;
  width:1920px;
  height:755px;
  background:url('../imgs/direcionadores.jpg');
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}

#page-tecnologia .direcionadores-title {
  position:relative;
  z-index:1;
  padding-top:315px;
  width:570px;
  margin:0 auto 35px;
  font:24px "petrobras_sansbold";
  color:#fff;
}

#page-tecnologia .direcionadores-list {
  position:relative;
  z-index:1;
  width:768px;
  margin:0 auto 80px;
  text-align:center;
}

#page-tecnologia .direcionadores-list li {
  display:inline-block;
  width:200px;
  margin:0 26px 40px;
  text-align:center;
  vertical-align:top;
}

#page-tecnologia .direcionadores-list .circle {
  position:relative;
  display:inline-block;
  margin-bottom: 14px;
  width:150px;
  height:150px;
  border-radius:50%;
  background-color: rgba(0,98,152,0.8);
}

#page-tecnologia .direcionadores-list .circle img{
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform:translate3D(-50%, -50%, 0);
  -moz-transform:translate3D(-50%, -50%, 0);
  -ms-transform:translate3D(-50%, -50%, 0);
  transform:translate3D(-50%, -50%, 0);
}

#page-tecnologia .direcionadores-list .text {
  height:124px;
  margin:0;
  font:15px "petrobras_sansregular";
  color:#333333;
}
#page-tecnologia .slick-item {
  position:relative;
}
#page-tecnologia .slick-item img {
  width:100%;
}
#page-tecnologia .slick-item .box-content {
  position: absolute;
  z-index: 2;
  left: 13vw;
  bottom: 296px;
  width: 396px;
  box-sizing: border-box;
  padding: 25px;
}
#page-tecnologia .slick-item .box-content-two {
  position: absolute;
  z-index: 2;
  left: 13vw;
  bottom: 480px;
  width: initial;
  box-sizing: border-box;
  padding: 25px;
}
#page-tecnologia .slick-item .box-content-three {
  position: absolute;
  z-index: 2;
  left: 13vw;
  bottom: 100px;
  width: initial;
  box-sizing: border-box;
  padding: 25px;
}
#page-tecnologia .slick-item .box-content-four {
  position: absolute;
  z-index: 2;
  right: 13vw;
  top: 20px;
  bottom: initial;
  width: initial;
  box-sizing: border-box;
  padding: 25px;
  text-align: right;
  left: initial;
}
#page-tecnologia .slick-item .box-content p {
  margin:0;
  font:20px "petrobras_sansitalic";
  color:#fff;
    font-style: italic;
}
#page-tecnologia .slick-item .box-content-two .tme-one,
#page-tecnologia .slick-item .box-content-four .tme-one {
  margin:0;
  font:45px "petrobras_sansbold";
  font-style: italic;
  color:#fdc82f;
}
#page-tecnologia .slick-item .box-content-three p {
  margin:0;
  font:15px "petrobras_sansitalic";
  color:#fff;
}
#page-tecnologia .slick-item .box-content-four p {
  margin:0;
  font: 50px "petrobras_sanslight";
  font-style: italic;
  color: #fff;
}
#page-tecnologia .slick-arrow {
  position:absolute;
  z-index:2;
  text-indent:-9999px;
  top:50%;
  left:10vw;
  width:22px;
  height:40px;
  padding:0;
  border:none;
  background:url('../imgs/arrow-left.png');
  background-color:transparent;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
#page-tecnologia .slick-arrow.slick-next {
  left:auto;
  right:10vw;
  background:url('../imgs/arrow-right.png');
}
#page-tecnologia .slick-dots {
  position:absolute;
  left:0;
  bottom:30px;
  width:100%;
  margin: 0;
  text-align:center;
  list-style:none;
}
#page-tecnologia .slick-dots li {
  display:inline-block;
}
#page-tecnologia .slick-dots li button {
  display:inline-block;
  text-indent:-9999px;
  width:12px;
  height:12px;
  padding:0;
  margin:0 4px;
  border-radius:50%;
  border:2px solid #fff;
  background:transparent;
  -webkit-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
#page-tecnologia .slick-dots li button:hover, #page-tecnologia .slick-dots li.slick-active button {
  background-color:#fff;
}

#page-tecnologia .title-2 {
  width:360px;
  margin:0 auto 30px;
  font:34px "petrobras_sansitalic";
  color:#fff;
}
#page-tecnologia .title-2 span{
  text-transform:uppercase;
  font:34px "petrobras_sansbold_italic";
  color:#F9BD30;
}

.text-shadow{
  text-shadow: 1px 0 15px rgba(0,0,0,.7);
}

#page-tecnologia .text-2 {
  width:570px;
  margin:0 auto 40px !important;
  font:15px "petrobras_sansregular";
  color:#fff;
}
#page-tecnologia .tecnologias-do-futuro {
  margin-top:-1px;
  position:relative;
  height:660px;
  padding-top: 95px;
  box-sizing:border-box;
}
#page-tecnologia .tecnologias-do-futuro-bg {
  position:absolute;
  left:50%;
  top:0;
  width:1920px;
  height:660px;
  background:url('../imgs/tecnologias.jpg');
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}

.accordion > h1 a:before, .accordion > h2 a:before, .accordion > h3 a:before{
  width:30px !important;
  height:30px !important;
  top:-2px !important;
  background:url('../imgs/ico-open.jpg') !important;  
  background-position:0 0 !important; 
}
.accordion.active > h1 a:before, .accordion.active > h2 a:before, .accordion.active > h3 a:before{
  background:url('../imgs/ico-close.jpg') !important;  
  background-position:0 0 !important;  
}

/*.slick-slider{
      margin-top: 50px;
}*/

.wrapper .accordion > h3 a{
  font-size: 15px;
}

.pd-content .row {

max-width: 780px;
margin: 0 auto;
width: 100%;
}

.pd-content .row .column {

margin-right: 15px;
margin-left: 15px;
}

.pd-content .smaller-content {

max-width: 550px;
margin: 0 auto;
width: 100%;
}

.pd-content .pd-title {

font-family: 'petrobras_sansregular';
margin-bottom: 60px;
position: relative;
line-height: 44px;
color:
#0E8444
;
font-size: 33px;

}

.pd-content .pd-title:before {

position: absolute;
background-color:
#FDD04D
;
content: "";
width: 32px;
height: 5px;
bottom: -30px;
left: 0;
}

.pd-content .smaller-content p {

font-family: 'petrobras_sansregular';
line-height: 20px;
color:
#858585
;
font-size: 15px;
}

.pd-content .pd-subtitle {

font-family: 'petrobras_sansregular';
margin-bottom: 70px;
position: relative;
line-height: 31px;
color:
#0E8444
;
font-size: 24px;
}

.pd-content .section-content {

background-color:
#E8E8E8
;
position: relative;
display: none;
}

.pd-content .section-content .close-section {

position: absolute;
display: block;
right: 20px;
top: 20px;
z-index: 100;
}

.pd-content .list-result {

margin: 0 -10px 0;
list-style: none;
}

.pd-content .list-result > li {

border-bottom: 1px solid transparent;
width: calc(100%/2 - 20px);
margin: 0 10px;
float: left;
}

@media (max-width: 800px) {

.pd-content .list-result > li {

width: 100%;
margin: 0;
}
}

.pd-content .list-result > li > a {

border-bottom: 1px solid
#CACACA
;
min-height: 89px;
}

.pd-content .clearfix {

zoom: 1;
}

.pd-content .clearfix:after {

content: "";
display: table;
}

.pd-content .clearfix:before {

content: "";
clear: both;
}

.pd-content .each-option {

justify-content: space-between;
-webkit-transition: opacity .6s;
-moz-transition: opacity .6s;
-ms-transition: opacity .6s;
transition: opacity .6s;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
padding: 10px 0;
}

.pd-content .each-option:hover {

text-decoration: none;
opacity: .8;
}

.pd-content .each-option .icon {

margin: 0 15px 0 0;
}

.pd-content .each-option p {

line-height: 19px;
font-weight: bold;
color:
#858585
;
font-size: 14px;
flex: auto;
}

.pd-content div[class*="carousel"] .slick-slide {

height: auto;
}

.pd-content div[class*="carousel"] img {

max-width: 100%;
height: auto;
}

.pd-content .pd-carousel {

margin-bottom: 8px;
}

.pd-content .pd-carousel-thumbs {

max-width: 92%;
margin: 0 auto;
}

.pd-content .pd-carousel-thumbs .slick-slide {

margin: 0 3px;
}

.pd-content .pd-carousel-thumbs .slick-next,
.pd-content .pd-carousel-thumbs .slick-prev {

background:
#F9C749
;
border-radius: 0;
height: 100%;
width: 25px;
}

.pd-content .pd-carousel-thumbs .slick-next {

right: -30px;
}

.pd-content .pd-carousel-thumbs .slick-prev {

left: -30px;
}

.pd-content .wrapper-info {

padding: 30px;
}

.pd-content .align-center {

-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}

.pd-content .wrapper-info img {

margin-right: 15px;
border-radius: 50%;
}

.pd-content .wrapper-info h3 {

color:
#0E8444
;
font-family: 'petrobras_sansregular';
font-size: 20px;
font-weight: bold;
line-height: 22px;
}

.pd-content .wrapper-info p {

color:
#858585
;
font-family: 'petrobras_sansregular';
font-size: 15px;
line-height: 20px;
}

.pd-content .last-section {

margin-bottom: 60px;
}

.pd-content .list-pdfs {

list-style: none;
margin: 0 0 30px 0;
}

.pd-content .list-pdfs > li {

font-family: 'petrobras_sansbold';
font-size: 15px;
font-weight: bold;
}

.pd-content .list-pdfs > li > a {

color:
#006298
;
}

.pd-content .list-pdfs > li > a img {

margin: -3px 3px 0 0;font-size:11px; font-family: Calibri, Arial;
}

.pd-content div[class*="carousel"] figure {

background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-color:
#FAFAFA
;
}

.pd-content div[class*="carousel"] figure img {

width: 100%;
visibility: hidden;
}

.pd-content .pd-carousel-thumbs figure {

background-size: cover !important;
} 


@media only screen and (max-width: 640px) {
  #page-tecnologia .page-content {
    width:100%;
  }
  #page-tecnologia .title {
    font-size:30px;
  }
  #page-tecnologia .subtitle {
    margin:0 0 15px;
  }
  #page-tecnologia .link {
    padding:4px 15px;
    font:12px "petrobras_sansbold";    
  }
  #page-tecnologia .text-content p{
    font:14px "petrobras_sansregular";
  }
  #page-tecnologia .direcionadores-estrategicos {
    height:auto;
  }

  #page-tecnologia .direcionadores-estrategicos-bg {
    position:absolute;
    left:50%;
    top:0;
    width:640px;
    height:252px;
    background:url('../imgs/direcionadores_mobile.jpg');
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
  }


  #page-tecnologia .direcionadores-title {
    width:87.5%;
    padding-top:112px;
    font:18px "petrobras_sansbold";
  }

  #page-tecnologia .direcionadores-list {
    position:relative;
    z-index:1;
    width:302px;
    margin:0 auto 0;
  }

  #page-tecnologia .direcionadores-list li {
    display:inline-block;
    width:130px;
    margin:0 9px 20px;
  }

  #page-tecnologia .direcionadores-list .circle {
    margin-bottom: 20px;
    width:100px;
    height:100px;
  }

  #page-tecnologia .direcionadores-list .circle img{
    max-width:70px;
    max-height:70px;
  }

  #page-tecnologia .direcionadores-list .text {
    height:115px;
    font:12px "petrobras_sansregular";
  }


  #page-tecnologia .slick-item .box-content {
    position:static;
    width: 100%;
    padding:10px;
    background-color:rgb(14,138,68);
  }
  #page-tecnologia .slick-item .box-content p {
    font-size:12px;
  }
  #page-tecnologia .slick-arrow {
    -webkit-transform:scale(0.4);
    -moz-transform:scale(0.4);
    -ms-transform:scale(0.4);
    transform:scale(0.4);
    top:15vw;    
  }  
  #page-tecnologia .slick-dots {
    bottom:auto;
    top:33vw;
  }
  #page-tecnologia .slick-dots li button {
    width:9px;
    height:9px;
    margin:0 3px;
    border:1px solid #fff;    
  }

  #page-tecnologia .title-2 {
    width:100%;
    margin:0 auto 20px;
    font:24px "petrobras_sanslight";
  }
  #page-tecnologia .title-2 span{
    font:24px "petrobras_sansbold";
  }

  #page-tecnologia .text-2 {
    width:100%;
    margin:0 auto 15px !important;
    font:12px "petrobras_sansregular";
  }

  #page-tecnologia .tecnologias-do-futuro {
    padding-top:35px;
    height:380px;
  }
  #page-tecnologia .tecnologias-do-futuro-bg {
    width:640px;
    height:380px;
    background:url('../imgs/tecnologias-mobile.jpg');
  }
}






















.rel {
  position: relative; }

.abs {
  position: absolute; }

.fix {
  position: fixed; }

.ib {
  display: inline-block; }

.i {
  display: inline; }

.b {
  display: block; }

.m2 {
  margin: 2px; }

.m4 {
  margin: 4px; }

.m6 {
  margin: 6px; }

.m10 {
  margin: 10px; }

.fl {
  float: left; }

.mv1 {
  margin-top: 1px;
  margin-bottom: 1px; }

.mv2 {
  margin-top: 2px;
  margin-bottom: 2px; }

.mv3 {
  margin-top: 3px;
  margin-bottom: 3px; }

.mv4 {
  margin-top: 4px;
  margin-bottom: 4px; }

.mv6 {
  margin-top: 6px;
  margin-bottom: 6px; }

.mv10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mh1 {
  margin-left: 1px;
  margin-right: 1px; }

.mh2 {
  margin-left: 2px;
  margin-right: 2px; }

.mh3 {
  margin-left: 3px;
  margin-right: 3px; }

.mh4 {
  margin-left: 4px;
  margin-right: 4px; }

.mh6 {
  margin-left: 6px;
  margin-right: 6px; }

.mh10 {
  margin-left: 10px;
  margin-right: 10px; }

.mh20 {
  margin-left: 20px;
  margin-right: 20px; }

.mh25 {
  margin-left: 25px;
  margin-right: 25px; }

.mh30 {
  margin-left: 30px;
  margin-right: 30px; }

.ml2 {
  margin-left: 2px; }

.ml4 {
  margin-left: 4px; }

.ml6 {
  margin-left: 6px; }

.ml8 {
  margin-left: 8px; }

.ml10 {
  margin-left: 10px; }

.mr2 {
  margin-right: 2px; }

.mr4 {
  margin-right: 4px; }

.mr6 {
  margin-right: 6px; }

.mr8 {
  margin-right: 8px; }

.mr10 {
  margin-right: 10px; }

.mb30 {
  margin-bottom: 30px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt50 {
  margin-top: 50px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.oh {
  overflow: hidden; }

.ohx {
  overflow-x: hidden; }

.ohy {
  overflow-y: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.fill-w {
  width: 100%; }

.fill-h {
  height: 100%; }

.fill-wh {
  width: 100%;
  height: 100%; }

.fill-vw {
  width: 100%;
  width: 100vw; }

.fill-vh {
  height: 100%;
  height: 100vh; }

.fill-vwh {
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.anim-all {
  transition: all 0.0 0.4 ease-out; }

/*debug*/
.dbg-red {
  background-color: rgba(255, 0, 0, 0.4) !important; }

.dbg-yellow {
  background-color: rgba(255, 255, 0, 0.4) !important; }

.dbg-green {
  background-color: rgba(0, 255, 0, 0.4) !important; }

.dbg-cyan {
  background-color: rgba(0, 255, 255, 0.4) !important; }

.dbg-blue {
  background-color: rgba(0, 0, 255, 0.4) !important; }

.dbg-magenta {
  background-color: rgba(255, 0, 255, 0.4) !important; }

/*colors*/
.bkg-white {
  background-color: #fff; }

.green {
  color: #2d9964; }

.yellow {
  color: #fcc72e; }

.white {
  color: #fff; }

.ldark {
  color: #333;
}

.dark {
  color: #282828; }

.brown {
  color: #695e54;
}

.blue {
  color: #016196;
}

.color-caption {
  color: #4d4d4d; }

.border-yellow {
  border-color: #fcc72e; }

/*text*/


.pure-g [class *= "pure-u"] {
  font-family: 'petrobras_sansregular', arial, helvetica, sans-serif; }

.psr11 {
  font-family: 'petrobras_sansregular';
  font-size: 11px; }

.psr12 {
  font-family: 'petrobras_sansregular';
  font-size: 12px; }

.psr16 {
  font-family: 'petrobras_sansregular';
  font-size: 16px; }

.psi12 {
  font-family: 'petrobras_sansitalic';
  font-size: 12px; }

.psi14 {
  font-family: 'petrobras_sansitalic'; }

.psb16 {
  font-family: 'petrobras_sansbold';
  font-size: 16px; }

.psxbi60 {
  font-family: 'petrobras_sansxbold_italic';
  font-size: 60px; }

.psxbi98 {
  font-family: 'petrobras_sansxbold_italic';
  font-size: 98px; }

.psli13 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 13px; }

.psli14 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 14px; }

.psli16 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 16px; }

.psli20 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 20px; }

.psli25 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 25px; }

.psli60 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 60px; }

.psli98 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 98px; }

.psl {
  font-family: 'petrobras_sanslight'}
.psli {
  font-family: 'petrobras_sanslight_italic';}
.pslib {
  font-family: 'petrobras_sanslight_italic';font-weight: bold;letter-spacing:-0.01em;}
.psr {
  font-family: 'petrobras_sansregular'}
.psri {
  font-family: 'petrobras_sansregular';font-style: italic;}
.psi {
  font-family: 'petrobras_sansitalic';}
.psb {
  font-family: 'petrobras_sansbold'}
.psbi {
  font-family: 'petrobras_sansbold_italic';}
.psxb {
  font-family: 'petrobras_sansxbold';}
.psxbi {
  font-family: 'petrobras_sansxbold_italic';}

.fs11 {font-size: 0.688em} /*11px*/
.fs12 {font-size: 0.75em}
.fs14 {font-size: 0.875em} /*14px*/
.fs15 {font-size: 0.938em} /*15px*/
.fs18 {font-size: 1.125em;line-height: 1.222em;} /*18px|22px*/
.fs19 {font-size: 1.188em;line-height: 1.211em;} /*19px|23px*/
.fs20 {font-size: 1.250em;line-height: 1.1em;} /*20px|22px*/
.fs21 {font-size: 1.313em;}
.fs24 {font-size: 1.5em;line-height: 1.167em;} /*24px|28px*/
.fs26 {font-size: 1.625em;}
.fs28 {font-size: 1.75em} /*28px*/
.fs30 {font-size: 1.875em} /*30px*/
.fs32 {font-size: 2em} /*32px*/
.fs40 {font-size: 2.500em;letter-spacing: -0.05em} /*40px*/
.fs50 {font-size: 3.125em} /*50px*/
.fs60 {font-size: 3.750em} /*60px*/
.fs76 {font-size: 4.750em} /*76px*/
.fs90 {font-size: 5.625em} /*90px*/

.safari5 .fill-vwh {
  width: 100%;
  width: 100vw;
  height: 960px;
  height: 100vh; }
.safari5 .container .sections {
  width: 100%; }

html {
  overflow-y: scroll;
  overflow-x: hidden; 
}

html, body {
  width: 100%;  
  height: 100% !important;
}

body {
  overflow-x: initial !important;
}

.container {
  /*overflow-x: hidden;*/
  height: 100%;
}

.mobile-only {
  display: none !important;
}

section .arrow {
  transition: all 0.5s ease-out;
  bottom: 3%;
  left: 50%;
  margin-left: -26px;
  cursor: pointer; }
section video {
  transition: opacity 0.8s ease-out; }
section .down {
  margin-bottom: -8px; }

.sections {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  /*
  .sep-yellow5:after 
  {
    position: relative;
    display: block;
    content: "";
    width: 100px;       
    border-top: 5px solid $color_yellow;    
    top: 20px;
  }
  //*/ }
  .sections .pattern {
    left: 0px;
    top: 0px;
    background-image: url("../image/bkg-pattern-dot.png");
    background-repeat: repeat; }
  .sections .section-size {
    /*width: 100vw;*/
    width: 100%;
    /*height: 100vh;*/
    height: 100%;
    overflow: hidden;
    display: table;  }
  .sections .section-size .pure-g {
    display: block;
  }
  .sections .section-auto {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;  }
  .sections .title .sep {
    margin-top: 5px; }
  .sections .field-box {
    font-family: "petrobras_sanslight_italic";
    font-size: 18px;
    line-height: 20px; }
  .sections .field-light {
    font-family: "petrobras_sanslight_italic";
    font-size: 45px; }
  .sections .field-bold {
    font-family: "petrobras_sansxbold_italic";
    font-size: 45px; }
  .sections .box {
    left: 0px;
    bottom: 0px;
    border: 1px solid #fff;
    padding: 10px 30px 30px 30px;
    background-size: cover; }
    .sections .box a {
      font-family: 'petrobras_sansbold_italic';
      text-decoration: none; }
    .sections .box a:hover {
      text-decoration: underline; }
  .sections .l-box {
    padding: 1em;
  }
  .sections .l-box p {
    margin: 1em 0;
  }
  .sections .title-sep {
    letter-spacing: -0.12em;
  }
  .sections .title {
    right: 0px;
    top: 0px; }
  .sections .content-middle {
    display: table-row;
    height: 100%;
  }
  .sections .content {
    left: 50%;
    top: 50%; }
  .sections .content-middle .content {
    position: relative;
      display: table-cell;
      vertical-align: middle;
      top: auto;
      left: auto; }
  .sections .content-center {
    width: 100%;
    max-width: 1632px;
    margin: 0 auto;
  }
  .sections .content-paragraph {
    width: 100%;
    margin: 0 auto;
  }
  .sections .content-end > img {
    display: block; 
    width: 100%;
  }
  .sections h3 span,
  .sections h4 span {
    display: block;
  }
  .sections .inln span {
    display: inline;
  }
  .sections .ib span {
    display: inline-block;
  }
  .sections .ibnw {
    display: inline-block;
    white-space: nowrap;
  }
  .sections .title-box {
    text-align: center;
    border-top: 2px solid #80a0b2;
    border-top: 2px solid rgba(255,255,255,.5);
    padding: 5.625em 0 2em;
  }

  .sections .s0 {
    background-image: url("../image/section/00/bkg00.jpg");
    background-position: left center;
    min-height: 680px;
    -webkit-background-size: cover;
    background-size: cover;}
    .sections .s0.video-playing {
      background: none;
    }
    .sections .s0 .second-line span {
      display: inline-block;
      white-space: nowrap;
    }
    .sections .s0 .video {
      /*left: 0px;*/
      /*bottom: -50px;*/
      /*width: 130%;*/
      /*height: auto; */
      min-height: 100%;
      min-width: 100%; }
    .sections .s0 .l-box {
      text-align: center;
      padding: 1em 0;
    }
    .sections .s0 .call-box {
      position: relative;
      display: inline-block;
      padding: 1em 0;
      border-top: 2px solid #fdc82f;
      line-height: 1.15em;
     }
    .sections .s0 h2 > span {
      display: block;
    }
    .sections .s0 .call-box .line {
      position: absolute;
      display: block;
      width: 35%;
      bottom: 2px;
      border-bottom: 2px solid #fdc82f;
    }
    .sections .s0 .call-box .line-l {left: 0;}
    .sections .s0 .call-box .line-r {right: 0;}
    .sections .s0 .play-box {
      position: absolute;
      width: 100%;
      height: 1.45em;
      bottom: -0.725em;
      text-align: center;
    }
    .sections .s0 .play-box a {
      display: inline-block;
      height: 100%;
      border-radius: 50%;
      -webkit-transition: all .1s ease-in-out;
      -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
      -o-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out;
    }
      .sections .s0 .play-box a:hover {
        -webkit-transform: scale(.95,.95);
        -moz-transform: scale(.95,.95);
        -ms-transform: scale(.95,.95);
        -o-transform: scale(.95,.95);
        transform: scale(.95,.95);
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
      }

    .sections .s0 .play-box img {
      display: block;
      height: 100%;
    }
    .sections .s0 h3 {
      margin-left: 100px;
      margin-top: 5px; }
    .sections .s0 .sep {
      margin-left: 100px;
      margin-top: -5px; }
    .sections .s0 .pattern {
      background: rgba(0,0,0,.4);
    }
    .sections .bg-figure {
      position: absolute;
      left: 0; right: 0;
      overflow: hidden;
    }
    .sections .bg-figure img {
      position: relative;
      display: block;
      width: 100%;
      min-width: 1600px;
      left: 50.05%;
      -webkit-transform: translate(-50.05%,0);
      -moz-transform: translate(-50.05%,0);
      -ms-transform: translate(-50.05%,0);
      -o-transform: translate(-50.05%,0);
      transform: translate(-50.05%,0);
    }

  .sections .s0_1 {
    margin-top:80px;
  /*  background: url("../imgs/plataformas/bg-pattern.jpg") 0 0 repeat fixed;
  */}

    .sections .s0_1 .content-top {
      position: relative;
      left: 0; top: 0;
      background: #4f88d9;
    }
      .sections .s0_1 .content-top .bg-figure {
        bottom: 0;
      }
      .sections .s0_1 .content-end .bg-figure {
        overflow: visible;
        top: 0;
      }
    .sections .s0_1 .content-top .content-center {
      text-align: center; 
    }
    .sections .s0_1 .content-top .content-center {
      position: relative; 
      max-width: 1082px;
      padding: 4em 0 9em;
    }
    .sections .s0_1 .pure-title {
      text-shadow: 1px 0 15px #3263ba;
    }
    .sections .s0_1 .arrow {
      bottom: 5%;
    }
    .sections .s0_1 .content-tail .bg-figure {
      position: relative;
      top: -1px;
    }

    .sections .s0_1 .content-end .bg-figure img,
    .sections .s0_1 .content-tail .bg-figure img {
      min-width: 0;
    }

    .sections .s0_1 .content-end .bg-figure .fundo {
      position: absolute;
      top: -3.814064362336114%; left: 0; right: 0;
    }

    .sections .s0_1 .content-barcos-wrap {
      position: relative;
      left: 0;
      width: 100%;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .sections .s0_1 .content-barcos-wrap .bg-figure {
      position: relative;
    }

    .sections .s0_1 .content-barcos-wrap .bg-figure img {
      left: 0;
      -webkit-transform: translate(0,0);
      -moz-transform: translate(0,0);
      -ms-transform: translate(0,0);
      -o-transform: translate(0,0);
      transform: translate(0,0);
    }

    .sections .s0_1 .content-barcos {
      position: absolute;
      top: 0; bottom: 0;
      left: 0; right: 0;
    }
    .sections .s0_1 .content-barcos .content-center {
      height: 100%;
      max-width: none;
    }

    .sections .s0_1 .barco {
      position: absolute;
      top: 0; bottom: 0;
    }

    .sections .s0_1 .barco .barco-img {
      position: relative;
      height: 100px;
      margin-top: -100px;
      text-align: center; 
    }

    .sections .s0_1 .barco .barco-img img {
      position: absolute;
      display: block;
      width: 100%;
      bottom: 0;
    }

    .sections .s0_1 .barco .barco-img .shadow {
      top: 100%;
      bottom: auto;
    }

    .sections .s0_1 .barco.plataforma-tp1 {
      width: 6.5625% ;
    }

    .sections .s0_1 .barco.plataforma-tp2 {
      width: 10%;
    }

    #page-full .sections .s0_1 .barco .barco-texto {
      position: absolute;
      /*opacity: 0;*/
      width: 175%;
      padding-left: 1em;
      top: 2%; 
      left: 46%;
      text-transform: uppercase;
      color: #fcc72e; 
      /*
      -webkit-transition: opacity .5s ease-in-out;
      -moz-transition: opacity .5s ease-in-out;
      -ms-transition: opacity .5s ease-in-out;
      -o-transition: opacity .5s ease-in-out;
      transition: opacity .5s ease-in-out;
      */
    }

    #page-full .sections .s0_1 .barco .barco-texto strong {
      color: #fcc72e;
    }

    .mobile#page-full .sections .s0_1 .barco .barco-texto strong {
      color: #333;
    }
      .sections .s0_1 .plataforma-tp2 .barco-texto {
        padding-left: .5em;
      }

    .sections .s0_1 .barco .barco-arrow {
      position: relative;
      width: 100%;
      height: 0;
      opacity: 0;
      -webkit-transition: height 1s ease-in-out, opacity .5s ease-in-out;
      -moz-transition: height 1s ease-in-out, opacity .5s ease-in-out;
      -ms-transition: height 1s ease-in-out, opacity .5s ease-in-out;
      -o-transition: height 1s ease-in-out, opacity .5s ease-in-out;
      transition: height 1s ease-in-out, opacity .5s ease-in-out;
    }

    .sections .s0_1 .barco.plataforma-tp1 .barco-arrow {
      left: .5em;
    }

    .sections .s0_1 .barco .barco-arrow-line {
      position: absolute;
      width: 2px;
      background: #fdc82f;
      margin: auto;
      top: 0; bottom: 0;
      left: 0; right: 0;
    }

    .sections .s0_1.barcos-animate .barco .barco-texto,
    .sections .s0_1.barcos-animate .barco .barco-arrow {
      opacity: 1;
    }

    .sections .s0_1 .barco .barco-arrow-line > div {
      display: block;
      position: absolute;
      width: 8px; height: 8px;
      left: 50%; margin-left: -4px;
      border-radius: 50%;
      background: #fdc82f;
    }

    .sections .s0_1 .barco .barco-arrow-line > div span {
      line-height: 3em;
      position: absolute;
      top: 50%;
      margin-top: -1.5em;
      right: 100%;
      padding-right: .75em;
      text-align: right;
      min-width: 100px;
      opacity: 0;
      -webkit-transition: opacity .5s ease-in-out;
      -moz-transition: opacity .5s ease-in-out;
      -ms-transition: opacity .5s ease-in-out;
      -o-transition: opacity .5s ease-in-out;
      transition: opacity .5s ease-in-out;
      
    }

    .sections .s0_1 .barco .barco-arrow-line .arrow-up {top: -4px;}
    .sections .s0_1 .barco .barco-arrow-line .arrow-down {bottom: -4px;}

    .sections .s0_1 .barco .barco-texto span,
    .sections .s0_1 .barco .barco-texto strong {
      display: block; 
    }

    .sections .s0_1 .barco .barco-texto strong {font-family: 'petrobras_sansbold';}
    .sections .s0_1 .barco .barco-texto span {font-family: 'petrobras_sanslight';}

    .sections .s0_1 .barcos-info {
      position: absolute;
      top: 91%; right: 11vw;
      text-align: right;
    }
    .sections .s0_1 .barcos-info.pos {
      top: 66%; 
    }
    .sections .s0_1 .barcos-info.sal {
      top: 74%; 
    }
    .sections .s0_1 .barcos-info.sal span {
      color:#4A3534;
    }

    .sections .s0_1 .barco-01 {left:7.916666666666666%;}
    .sections .s0_1 .barco-02 {left:21.78125%;}
    .sections .s0_1 .barco-03 {left:40%;}
    .sections .s0_1 .barco-04 {left:55.16875%;}
    .sections .s0_1 .barco-05 {left:70.20833333333333%;}
    .sections .s0_1 .barco-06 {left:84.89583333333334%;}

    .sections .s0_1.barcos-animate .barco-01 .barco-arrow {height: 43.09415971394517%;}
    .sections .s0_1.barcos-animate .barco-02 .barco-arrow {height: 34.942789034564957%;
      -webkit-transition-delay: .5s, .25s;
      -moz-transition-delay: .5s, .25s;
      -ms-transition-delay: .5s, .25s;
      -o-transition-delay: .5s, .25s;
      transition-delay: .5s, .25s;
      
    }
    .sections .s0_1.barcos-animate .barco-03 .barco-arrow {height: 37.87604290822408%;
      -webkit-transition-delay: 1s, .75s;
      -moz-transition-delay: 1s, .75s;
      -ms-transition-delay: 1s, .75s;
      -o-transition-delay: 1s, .75s;
      transition-delay: 1s, .75s;
    }
    .sections .s0_1.barcos-animate .barco-04 .barco-arrow {height: 45%;
      -webkit-transition-delay: 1.5s, 1.25s;
      -moz-transition-delay: 1.5s, 1.25s;
      -ms-transition-delay: 1.5s, 1.25s;
      -o-transition-delay: 1.5s, 1.25s;
      transition-delay: 1.5s, 1.25s;
      
    }
    .sections .s0_1.barcos-animate .barco-05 .barco-arrow {height: 66.12395709177592%;
      -webkit-transition-delay: 2s, 1.75s;
      -moz-transition-delay: 2s, 1.75s;
      -ms-transition-delay: 2s, 1.75s;
      -o-transition-delay: 2s, 1.75s;
      transition-delay: 2s, 1.75s;
      
    }
    .sections .s0_1.barcos-animate .barco-06 .barco-arrow {height: 82%;
      -webkit-transition-delay: 2.5s, 2.25s;
      -moz-transition-delay: 2.5s, 2.25s;
      -ms-transition-delay: 2.5s, 2.25s;
      -o-transition-delay: 2.5s, 2.25s;
      transition-delay: 2.5s, 2.25s;
      
    }

    .sections .s0_1.barcos-animate .barco-arrow-line > div span {
      opacity: 1;
    }

    .sections .s0_1.barcos-animate .barco-01 .barco-texto,
    .sections .s0_1.barcos-animate .barco-01 .barco-arrow-line > div span {
      -webkit-transition-delay: .75s;
      -moz-transition-delay: .75s;
      -ms-transition-delay: .75s;
      -o-transition-delay: .75s;
      transition-delay: .75s;
      
    }    
    .sections .s0_1.barcos-animate .barco-02 .barco-texto,
    .sections .s0_1.barcos-animate .barco-02 .barco-arrow-line > div span {
      -webkit-transition-delay: 1.25s;
      -moz-transition-delay: 1.25s;
      -ms-transition-delay: 1.25s;
      -o-transition-delay: 1.25s;
      transition-delay: 1.25s;
      
    }
    .sections .s0_1.barcos-animate .barco-03 .barco-texto,
    .sections .s0_1.barcos-animate .barco-03 .barco-arrow-line > div span {
      -webkit-transition-delay: 1.75s;
      -moz-transition-delay: 1.75s;
      -ms-transition-delay: 1.75s;
      -o-transition-delay: 1.75s;
      transition-delay: 1.75s;
      
    }
    .sections .s0_1.barcos-animate .barco-04 .barco-texto,
    .sections .s0_1.barcos-animate .barco-04 .barco-arrow-line > div span {
      -webkit-transition-delay: 2.25s;
      -moz-transition-delay: 2.25s;
      -ms-transition-delay: 2.25s;
      -o-transition-delay: 2.25s;
      transition-delay: 2.25s;
      
    }
    .sections .s0_1.barcos-animate .barco-05 .barco-texto,
    .sections .s0_1.barcos-animate .barco-05 .barco-arrow-line > div span {
      -webkit-transition-delay: 2.75s;
      -moz-transition-delay: 2.75s;
      -ms-transition-delay: 2.75s;
      -o-transition-delay: 2.75s;
      transition-delay: 2.75s;
      
    }
    .sections .s0_1.barcos-animate .barco-06 .barco-texto,
    .sections .s0_1.barcos-animate .barco-06 .barco-arrow-line > div span {
      -webkit-transition-delay: 3.25s;
      -moz-transition-delay: 3.25s;
      -ms-transition-delay: 3.25s;
      -o-transition-delay: 3.25s;
      transition-delay: 3.25s;
    }

    .sections .s0_1.barcos-animate .barco-01 .step-1 {top: 5%}
    .sections .s0_1.barcos-animate .barco-01 .step-2 {top: 88.5%}


    .sections .s0_1.barcos-animate .barco-02 .step-1 {top: 13.5%}
    .sections .s0_1.barcos-animate .barco-02 .step-2 {top: 84%}

    .sections .s0_1.barcos-animate .barco-03 .step-1 {top: 59%}
    .sections .s0_1.barcos-animate .barco-03 .step-2 {top: 86.5%}

    .sections .s0_1.barcos-animate .barco-04 .step-1 {top: 56%}
    .sections .s0_1.barcos-animate .barco-04 .step-2 {top: 92%}

    .sections .s0_1.barcos-animate .barco-05 .step-1 {top: 36.5%}
    .sections .s0_1.barcos-animate .barco-05 .step-2 {top: 87.5%}

    .sections .s0_1.barcos-animate .barco-06 .step-1 {top: 33.5%}
    .sections .s0_1.barcos-animate .barco-06 .step-2 {top: 83%}



@media (max-width: 991px) {
  body {
    font-size: 14px;
  }




  .sections .s0_1 .content-barcos-wrap {
    padding-top: 80px;
  }

  .sections .s0_1 .content-top .content-center,
  .sections .s1 > .content,
  .sections .s6 > .content {
    padding-top: 2em;
  }

  .sections .s0_1 .content-top .content-center {
    padding-bottom: 4em;
  }

  .sections .s0_1 .content-top .bg-figure {
    bottom: -80px;
  }

  .sections .s0_1 .content-tail .gray-bg {
    height: 40px;
    background: #617077;
  }

  .sections .s0_1 .content-barcos-wrap .content-barcos {
    top: 80px;
  }

  .sections .s0_1 .content-top .bg-figure img {
    min-width:  1280px;
  }

  .sections .s0_1 .content-tail {
    font-size: 1.3em;
  }

  .sections .s0_1 .content-barcos-arrow a {
    display: block;
  }

  .sections .s0_1 .content-barcos-arrow a img {
    display: block;
    width: 100%;
  }

  .sections .s0_1 .content-barcos-arrow {
    position: absolute;
    right: 4em;
    bottom: 1em;
  }

    .sections .s0_1 .barcos-info {
      top: 90%; right: 10vw;
    }
    .sections .s0_1 .barcos-info.pos, .sections .s0_1 .barcos-info.sal {
      display:none;
    }


    .sections .s0_1 .barco.plataforma-tp1 {width: 10.3125%;}

    .sections .s0_1 .barco.plataforma-tp2 {width: 11.5625%;}

    .sections .s0_1 .barco-01 {left:2.65625%;}
    .sections .s0_1 .barco-02 {left:20.15625%;}
    .sections .s0_1 .barco-03 {left:36.71875%;}
    .sections .s0_1 .barco-04 {left:53.125%;}
    .sections .s0_1 .barco-05 {left:69.84375%;}
    .sections .s0_1 .barco-06 {left:85.46875%;}

    .sections .s0_1 .barco .barco-texto {font-size:10px; top: 0; left: -.5em; right: -.5em; padding-left: 0; margin-top: -5em; width: auto; min-width: 0; text-align: center; color: #004165; }
    .sections .s0_1 .barco .barco-texto span {font-family: 'petrobras_sansregular';}

    .sections .s0_1 .barco .barco-arrow-line .arrow-up,
    .sections .s0_1 .barco .barco-arrow-line .arrow-down {width: 6px; height: 6px; margin-left: -3px;}

    .sections .s0_1.barcos-animate .barco-01 .barco-arrow {height: 43.53508771929825%;}
    .sections .s0_1.barcos-animate .barco-02 .barco-arrow {height: 36.34210526315789%;}
    .sections .s0_1.barcos-animate .barco-03 .barco-arrow {height: 39.5%;}
    .sections .s0_1.barcos-animate .barco-04 .barco-arrow {height: 44.41228070175438%;}
    .sections .s0_1.barcos-animate .barco-05 .barco-arrow {height: 71%;}
    .sections .s0_1.barcos-animate .barco-06 .barco-arrow {height: 80.55263157894737%;}

    .sections .s0_1 .barco .barco-arrow-line {
      background: none;
      width: 100%;  
    }

    .sections .s0_1 .barco .barco-arrow-line .step-1,
    .sections .s0_1 .barco .barco-arrow-line .step-2 {
      width: 100%; height: 1.5em;
      left: 0; right: 0; margin-left: 0;
      text-align: center; 
      background: none;
    }

    .sections .s0_1 .barco .barco-arrow-line > div span {
      top: 0;
      left: 0; right: 0;
      padding-right: 0; 
      text-align: center;
      min-width: 0;
      line-height: 1.5em;
      margin-top: 0;
    }

    .sections .s0_1 .barco .arrowline {
      position: absolute;
      width: 2px;
      margin: auto;
      left: 0;  right: 0; 
    }

    .sections .s0_1 .barco .arrowline.al-top {
      background: #fdc82f;
    }

    .sections .s0_1 .barco .arrowline.al-middle:after,
    .sections .s0_1 .barco .arrowline.al-bottom:after {
      content: '';
      position: absolute;
      top: 1.5em; left: 0; right: 0; bottom: 0;
      background: #fdc82f;
    }

/*    .sections .s0_1.barcos-animate .barco-01 .step-1 {top: 5%}
    .sections .s0_1.barcos-animate .barco-01 .step-2 {top: 88.5%}


    .sections .s0_1.barcos-animate .barco-02 .step-1 {top: 13.5%}
    .sections .s0_1.barcos-animate .barco-02 .step-2 {top: 84%}

    .sections .s0_1.barcos-animate .barco-03 .step-1 {top: 59%}
    .sections .s0_1.barcos-animate .barco-03 .step-2 {top: 86.5%}

    .sections .s0_1.barcos-animate .barco-04 .step-1 {top: 56%}
    .sections .s0_1.barcos-animate .barco-04 .step-2 {top: 92%}

    .sections .s0_1.barcos-animate .barco-05 .step-1 {top: 36.5%}
    .sections .s0_1.barcos-animate .barco-05 .step-2 {top: 87.5%}

    .sections .s0_1.barcos-animate .barco-06 .step-1 {top: 33.5%}
    .sections .s0_1.barcos-animate .barco-06 .step-2 {top: 83%}*/

    .sections .s0_1.barcos-animate .barco-01 .step-2 {top: 86.5%}
    .sections .s0_1.barcos-animate .barco-01 .al-top {top: 0; height: 100%;}
    .sections .s0_1.barcos-animate .barco-01 .al-middle {top: 5%; bottom: 0.5%;}
    .sections .s0_1.barcos-animate .barco-01 .al-bottom {top: 86.5%; height: 13.5%;}

    .sections .s0_1.barcos-animate .barco-02 .step-2 {top: 83%}
    .sections .s0_1.barcos-animate .barco-02 .al-top {top: 0; height: 100%;}
    .sections .s0_1.barcos-animate .barco-02 .al-middle {top: 13.5%; bottom: 0;}
    .sections .s0_1.barcos-animate .barco-02 .al-bottom {top: 83%; height: 17%;}

    .sections .s0_1.barcos-animate .barco-03 .step-2 {top: 84.5%}
    .sections .s0_1.barcos-animate .barco-03 .al-top {top: 0; height: 101%;}
    .sections .s0_1.barcos-animate .barco-03 .al-middle {top: 59%; bottom: 15.5%;}
    .sections .s0_1.barcos-animate .barco-03 .al-bottom {top: 84.5%; height: 15.5%;}

    .sections .s0_1.barcos-animate .barco-04 .step-2 {top: 87%}
    .sections .s0_1.barcos-animate .barco-04 .al-top {top: 0; height: 100%;}
    .sections .s0_1.barcos-animate .barco-04 .al-middle {top: 56%; bottom: 13%;}
    .sections .s0_1.barcos-animate .barco-04 .al-bottom {top: 87%; height: 13%;}

    .sections .s0_1.barcos-animate .barco-05 .al-top {top: 0; height: 100%;}
    .sections .s0_1.barcos-animate .barco-05 .al-middle {top: 36.5%; bottom: 12.5%;}
    .sections .s0_1.barcos-animate .barco-05 .al-bottom {top: 87.5%; height: 12.5%;}

    .sections .s0_1.barcos-animate .barco-06 .al-top {top: 0; height: 100%;}
    .sections .s0_1.barcos-animate .barco-06 .al-middle {top: 33.5%; bottom: 17%;}
    .sections .s0_1.barcos-animate .barco-06 .al-bottom {top: 83%; height: 17%;}

}

@media (max-width: 567px) {
  body {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 10px;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 8px;
  }
}





.flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
} 


 .open-acordeon {
  background: url(../../imgs/btn-plus.png) no-repeat center;
  display: block;
  height: 40px;
  width: 40px;
}

.pd-content .list-result > li > div {
  border-bottom: 1px solid #CACACA;
  min-height: 89px;
} 



/*Page*/

.blue-bg{
    margin-top: -351px;
    /* position: relative;
    z-index: 1; */
    padding: 450px 0px 100px 0px;
    background-image: url(../../imgs/bg/conquistas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.blue-bg-img{
  width: 100%;
}

.blue-bg-wrapper{
    /* position: absolute; */
    /* top: 280px; */
    /* z-index: 1; */
    width: 600px;
    margin: 0px auto;
    /* left: 50%; */
    /* margin-left: -300px; */
}

.title-block{
    color: #f2f7fc;
    font: 32px "petrobras_sansbold";
    max-width: 416px;
}

.subtitle-block {
  margin: 95px 0px 50px 0px;
  text-align: center;
  font-family: "petrobras_sansbold";
  font-style: italic;
  font-size: 26px;
  color: #fdc82f; 
}

.text-content {
  font-family: "petrobras_sansregular";
  line-height: 20px;
  font-size: 15px;
  color: #ffffff;
}

.production-rate-list {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 50px 0px;
  padding: 0px 20px;
  list-style: none;
}


.production-rate-date,
.production-rate-number,
.production-rate-type {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fdc82f;
}

.production-rate-date {
  font-family: "petrobras_sanslight";
}

.production-rate-number {
  font-family: "petrobras_sansbold";
}

.production-rate-type {
  font-family: "petrobras_sanslight";
}

.production-data {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 50px 0px;
  padding: 0px 20px;
}

.production-item {
  text-align: center;
}

.production-item span {
  display: block;
  text-align: center;
  color: #fdc82f;
}

.production-title {
  font-family: "petrobras_sansbold";
  font-size: 20px;
}

.production-year {
  margin-bottom: 20px;
  font-family: "petrobras_sansregular";
  font-size: 20px;
}

span.production-fields-number {
  display: inline-block;
  font-family: "petrobras_sansbold";
  font-size: 36px;
}

span.production-fields-label {
  display: inline-block;
  font-family: "petrobras_sansregular";
  font-size: 18px;
}

.production-image {
  display: block;
  margin: 20px auto;
}

.production-rate {
  font-family: "petrobras_sansbold";
  font-size: 36px;
}
/*
.production-rate-type {
  font-family: "petrobras_sansregular";
  font-size: 18px;
}
*/
.construction-time-list {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 50px 0px;
  list-style: none;
}


.construction-time-item span {
  display: block;
  text-align: center;
  color: #fdc82f;
}

.construction-year {
  font-family: "petrobras_sansregular";
  font-size: 18px;
}

.construction-time {
  font-family: "petrobras_sansbold";
  font-size: 36px;
}

.par-content-one{
    position: relative;
    z-index: 1;
    height: 380px;
    width: 1130px;
    margin: 0 auto;
    margin-top: 80px;
    border-top: 2px solid #fdc82f;
    border-bottom: none;
}

.par-content-one::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: calc(100% + 50px);
    top: 0px;
    left: 0px;
    background-color: #fdc82f;
}

.par-content-one::after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: calc(100% + 50px);
    top: 0px;
    right: 0px;
    background-color: #fdc82f;
}

.par-content-one .title:after{
  display: none;
}

.par-content-left{
  float: left;
  margin-left: 85px;
  padding-top: 94px;
}

.par-content-right{
  float: right;
  margin-right: 85px;
  padding-top: 67px;
}

.par-content-two{
    height: 50px;
    width: 1130px;
    margin: 0 auto;
    padding-top: 110px;
    margin-top: -40px;
    border: 2px solid #fdc82f;
    border-top: none;
    position: relative;
}

.par-content-three{
    height: 575px;
    width: 1000px;
    margin: 0 auto;
}

.par-content-t-left{
  float: left;
  margin-top: 55px;
}

.par-content-t-right{
  float: right;
  margin-top: 55px;
}
#page-full h1.title-graphic{
  font: 33px/100% "petrobras_sansxbold";
  color: #008542;
}

.esp-bottom{
  height: 80px;
}

.box-video{
  position: relative;
}

.img-bg-video{
  width: 100%;
}

.box-button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
  pointer-events: none;
}

.c-button{
  transition: transform 0.5s ease-out;
}

.c-button:hover{
  transform: scale(0.7);
}

.all-pic{
  width: 1280px;
  margin: 0 auto;
  display: block;
}

.all-pic:hover .c-button{
  transform: scale(0.7);
}

.par-esp{
  height: 148px;
  position: relative;
}

.esp-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
}

.esp-text{
  font-family: 'petrobras_sansbold';
  font-size: 22px;
  color: #008542;
  text-decoration: none;
}

.esp-text:hover{
  text-decoration: underline;
}

.layer-box{
  margin-left: 6px;
}

.par-esp-sec{
  position: relative;
  background-color:#008542;
  height: 140px;
}

.esp-box-s{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
}

.esp-text-s{
  font-family:'petrobras_sansregular';
  color: #ffffff;
  font-size: 14px;
}

.esp-text-s-bottom{
  font-family:'petrobras_sansregular';
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

img{
  max-width: 100%;
  height: auto;
}

#yt-video,
#yt-video-two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 1s ease-out;
}

#yt-cta,
#yt-cta-two{
  cursor: pointer;
  width: 1280px;
}

#page-tecnologia .a-center {
  text-align:center;
}

#page-tecnologia .title {
  font-size:33px;
}

#page-tecnologia .subtitle {
  margin:60px 0 50px;
  font:24px "petrobras_sansbold";
  color:#147434;
}

#page-tecnologia .legend {
  font-family:"petrobras_sanslight" !important;
  font-style: italic !important;
}

#page-tecnologia .subtitle.m-2 {
  margin:70px 0 30px;
}

#page-tecnologia .link {
  padding:7px 22px;
  font:15px "petrobras_sansbold";
  color:#fff;
  background-color:rgb(14,131,69);
  border-radius:4px;
  text-decoration:none;
  -webkit-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
#page-tecnologia .link:hover {
  background-color:rgba(14,131,69, 0.4);
}

#page-tecnologia .page-content {
  position:relative;
  width:600px;
  margin:0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
}
#page-tecnologia .text-content-bd p{
  margin-bottom:15px;
  font:16px "petrobras_sansbold";
  color:#333333;
}
#page-tecnologia .text-content p{
  margin-bottom:15px;
  font:15px "petrobras_sansregular";
  color:#333333;
}
#page-tecnologia .accordion{
  position: relative;
}

#page-tecnologia .direcionadores-estrategicos {
  position:relative;
  height:1100px;
}

#page-tecnologia .direcionadores-estrategicos-bg {
  position:absolute;
  left:50%;
  top:0;
  width:1920px;
  height:755px;
  background:url('../../imgs/bg/direcionadores.jpg');
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}

#page-tecnologia .direcionadores-title {
  position:relative;
  z-index:1;
  padding-top:315px;
  width:570px;
  margin:0 auto 35px;
  font:24px "petrobras_sansbold";
  color:#fff;
}

#page-tecnologia .direcionadores-list {
  position:relative;
  z-index:1;
  width:768px;
  margin:0 auto 80px;
  text-align:center;
}

#page-tecnologia .direcionadores-list li {
  display:inline-block;
  width:200px;
  margin:0 26px 40px;
  text-align:center;
  vertical-align:top;
}

#page-tecnologia .direcionadores-list .circle {
  position:relative;
  display:inline-block;
  margin-bottom: 14px;
  width:150px;
  height:150px;
  border-radius:50%;
  background-color: rgba(0,98,152,0.8);
}

#page-tecnologia .direcionadores-list .circle img{
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform:translate3D(-50%, -50%, 0);
  -moz-transform:translate3D(-50%, -50%, 0);
  -ms-transform:translate3D(-50%, -50%, 0);
  transform:translate3D(-50%, -50%, 0);
}

#page-tecnologia .direcionadores-list .text {
  height:124px;
  margin:0;
  font:15px "petrobras_sansregular";
  color:#333333;
}
#page-tecnologia .slick-item {
  position:relative;
  height: 750px;
}
#page-tecnologia .slick-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page-tecnologia .slick-item .box-content-two {
  position: absolute;
  z-index: 2;
  left: 13vw;
  bottom: 480px;
  width: initial;
  box-sizing: border-box;
  padding: 25px;
}
#page-tecnologia .slick-item .box-content-two.centralized {
  top: 40px;
  left: 50%;
  bottom: initial;
  padding: 0px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#page-tecnologia .slick-item .box-content-two .slide-title {
  line-height: 33px;
  font-family: "petrobras_sansbold";
  font-style: italic;
  font-size: 33px;
  color: #fdc82f;
}
#page-tecnologia .slick-item .box-content-two .slide-subtitle {
  margin-top: 5px;
  line-height: 33px;
  font-family: "petrobras_sanslight";
  font-style: italic;
  font-size: 33px;
  color: #ffffff;
}
#page-tecnologia .slick-item .box-content-two p {
  margin: 0;
  font: 60px "petrobras_sanslight";
  font-style: italic;
  color: #fff;
  line-height: 60px;
}
#page-tecnologia .slick-item .box-content-three p {
  margin: 0px 0px 20px 0px;
  font: 15px "petrobras_sanslight";
  font-style: italic;
  color: #fff;
}
#page-tecnologia .slick-item .box-content-three p .style-letter {
  font-family: "petrobras_sansbold";
}
#page-tecnologia .slick-item .box-content-four p {
  margin: 0;
  font: 60px "petrobras_sanslight";
  font-style: italic;
  color: #fff;
  line-height: 60px;
}
#page-tecnologia .slick-arrow {
  position:absolute;
  z-index:2;
  text-indent:-9999px;
  top:50%;
  left:60px;
  width:22px;
  height:40px;
  padding:0;
  border:none;
  background:url('../../imgs/bg/arrow-left.png');
  background-color:transparent;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
#page-tecnologia .slick-arrow.slick-next {
  left:auto;
  right:60px;
  background:url('../../imgs/bg/arrow-right.png');
}
#page-tecnologia .slick-dots {
  position:absolute;
  left:0;
  bottom:30px;
  width:100%;
  margin: 0;
  text-align:center;
  list-style:none;
}
#page-tecnologia .slick-dots li {
  display:inline-block;
}
#page-tecnologia .slick-dots li button {
  display:inline-block;
  text-indent:-9999px;
  width:12px;
  height:12px;
  padding:0;
  margin:0 4px;
  border-radius:50%;
  border:2px solid #fff;
  background:transparent;
  -webkit-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
#page-tecnologia .slick-dots li button:hover, #page-tecnologia .slick-dots li.slick-active button {
  background-color:#fff;
}

#page-tecnologia #page-pre-sal .title-2 {
  width:360px;
  margin:0 auto 30px;
  font:34px "petrobras_sanslight";
  font-style:italic;
  color:#fff;
}
#page-tecnologia .title-2 span{
  text-transform:uppercase;
  font:34px "petrobras_sansbold";
  font-style:italic;
  color:#F9BD30;
}

#page-tecnologia .text-2 {
  width:570px;
  margin:0 auto 40px !important;
  font:15px "petrobras_sansregular";
  color:#fff;
}
#page-tecnologia .tecnologias-do-futuro {
  margin-top:-1px;
  position:relative;
  height:660px;
  padding-top: 95px;
  box-sizing:border-box;
}
#page-tecnologia .tecnologias-do-futuro-bg {
  position:absolute;
  left:50%;
  top:0;
  width:1920px;
  height:660px;
  background:url(../../imgs/bg/tecnologias.jpg);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}

.accordion > h1 a:before, .accordion > h2 a:before, .accordion > h3 a:before{
  width:30px !important;
  height:30px !important;
  top:-2px !important;
  background:url('../../imgs/bg/ico-open.jpg') !important;  
  background-position:0 0 !important; 
}
.accordion.active > h1 a:before, .accordion.active > h2 a:before, .accordion.active > h3 a:before{
  background:url('../../imgs/bg/ico-close.jpg') !important;  
  background-position:0 0 !important;  
}

#page-tecnologia .slick-item .box-content p .style-letter {
  font-family: "petrobras_sansbold";
}


@media only screen and (max-width: 640px) {
  #page-tecnologia .page-content {
    width:100%;
    margin: 35px 0px 0px 0px;
  }
  #page-tecnologia .title {
    font-size:30px;
  }
  #page-tecnologia .subtitle {
    margin:0 0 15px;
  }
  #page-tecnologia .link {
    padding:4px 15px;
    font:12px "petrobras_sansbold";    
  }
  #page-tecnologia .text-content p{
    font:14px "petrobras_sansregular";
  }

  #page-tecnologia .direcionadores-estrategicos {
    height:auto;
  }

  #page-tecnologia .direcionadores-estrategicos-bg {
    position:absolute;
    left:50%;
    top:0;
    width:640px;
    height:252px;
    background:url(../../imgs/bg/direcionadores_mobile.jpg);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
  }


  #page-tecnologia .direcionadores-title {
    width:87.5%;
    padding-top:112px;
    font:18px "petrobras_sansbold";
  }

  #page-tecnologia .direcionadores-list {
    position:relative;
    z-index:1;
    width:302px;
    margin:0 auto 0;
  }

  #page-tecnologia .direcionadores-list li {
    display:inline-block;
    width:130px;
    margin:0 9px 20px;
  }

  #page-tecnologia .direcionadores-list .circle {
    margin-bottom: 20px;
    width:100px;
    height:100px;
  }

  #page-tecnologia .direcionadores-list .circle img{
    max-width:70px;
    max-height:70px;
  }

  #page-tecnologia .direcionadores-list .text {
    height:115px;
    font:12px "petrobras_sansregular";
  }


  #page-tecnologia .slick-item .box-content,
  #page-tecnologia .slick-item .box-content-three {
    position: absolute;
    width: 100%;
    padding: 0px 50px;
    top: initial;
    left: 0%;
    bottom: 40px;
    background: none;
  }
  #page-tecnologia .slick-item .box-content p {
    font-size:14px;
  }
  #page-tecnologia .slick-item .box-content p br {
    display: none;
  }
  #page-tecnologia .slick-item .box-content p .style-letter {
    font-family: "petrobras_sansbold";
  }


  #page-tecnologia .slick-item .box-content-two {
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: initial;
    padding: 50px;
  }
  #page-tecnologia .slick-item .box-content-two .tme-one {
    font-size: 28px;
  }
  #page-tecnologia .slick-item .box-content-two p,
  #page-tecnologia .slick-item .box-content-four p {
    line-height: 28px;
    font-size: 28px;
  }

  #page-tecnologia .slick-arrow {
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    transform:scale(0.8);
    top:50%;
  }  
  #page-tecnologia .slick-dots {
    bottom: 10px;
    top: initial;
  }
  #page-tecnologia .slick-dots li button {
    width:9px;
    height:9px;
    margin:0 3px;
    border:1px solid #fff;    
  }

  #page-tecnologia .title-2 {
    width:100%;
    margin:0 auto 20px;
    font:24px "petrobras_sanslight";
  }
  #page-tecnologia .title-2 span{
    font:24px "petrobras_sansbold";
  }

  #page-tecnologia .text-2 {
    width:100%;
    margin:0 auto 15px !important;
    font:12px "petrobras_sansregular";
  }

  #page-tecnologia .tecnologias-do-futuro {
    padding-top:35px;
    height:380px;
  }
  #page-tecnologia .tecnologias-do-futuro-bg {
    width:640px;
    height:380px;
    background:url(../../imgs/bg/tecnologias-mobile.jpg);
  }
}



.rel {
  position: relative; }

.abs {
  position: absolute; }

.fix {
  position: fixed; }

.ib {
  display: inline-block; }

.i {
  display: inline; }

.b {
  display: block; }

.m2 {
  margin: 2px; }

.m4 {
  margin: 4px; }

.m6 {
  margin: 6px; }

.m10 {
  margin: 10px; }

.fl {
  float: left; }

.mv1 {
  margin-top: 1px;
  margin-bottom: 1px; }

.mv2 {
  margin-top: 2px;
  margin-bottom: 2px; }

.mv3 {
  margin-top: 3px;
  margin-bottom: 3px; }

.mv4 {
  margin-top: 4px;
  margin-bottom: 4px; }

.mv6 {
  margin-top: 6px;
  margin-bottom: 6px; }

.mv10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mh1 {
  margin-left: 1px;
  margin-right: 1px; }

.mh2 {
  margin-left: 2px;
  margin-right: 2px; }

.mh3 {
  margin-left: 3px;
  margin-right: 3px; }

.mh4 {
  margin-left: 4px;
  margin-right: 4px; }

.mh6 {
  margin-left: 6px;
  margin-right: 6px; }

.mh10 {
  margin-left: 10px;
  margin-right: 10px; }

.mh20 {
  margin-left: 20px;
  margin-right: 20px; }

.mh25 {
  margin-left: 25px;
  margin-right: 25px; }

.mh30 {
  margin-left: 30px;
  margin-right: 30px; }

.ml2 {
  margin-left: 2px; }

.ml4 {
  margin-left: 4px; }

.ml6 {
  margin-left: 6px; }

.ml8 {
  margin-left: 8px; }

.ml10 {
  margin-left: 10px; }

.mr2 {
  margin-right: 2px; }

.mr4 {
  margin-right: 4px; }

.mr6 {
  margin-right: 6px; }

.mr8 {
  margin-right: 8px; }

.mr10 {
  margin-right: 10px; }

.mb30 {
  margin-bottom: 30px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt50 {
  margin-top: 50px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.oh {
  overflow: hidden; }

.ohx {
  overflow-x: hidden; }

.ohy {
  overflow-y: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.fill-w {
  width: 100%; }

.fill-h {
  height: 100%; }

.fill-wh {
  width: 100%;
  height: 100%; }

.fill-vw {
  width: 100%;
  width: 100vw; }

.fill-vh {
  height: 100%;
  height: 100vh; }

.fill-vwh {
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.anim-all {
  transition: all 0.0 0.4 ease-out; }

/*debug*/
.dbg-red {
  background-color: rgba(255, 0, 0, 0.4) !important; }

.dbg-yellow {
  background-color: rgba(255, 255, 0, 0.4) !important; }

.dbg-green {
  background-color: rgba(0, 255, 0, 0.4) !important; }

.dbg-cyan {
  background-color: rgba(0, 255, 255, 0.4) !important; }

.dbg-blue {
  background-color: rgba(0, 0, 255, 0.4) !important; }

.dbg-magenta {
  background-color: rgba(255, 0, 255, 0.4) !important; }

/*colors*/
.bkg-white {
  background-color: #fff; }

.green {
  color: #2d9964; }

.yellow {
  color: #fcc72e; }

.white {
  color: #fff; }

.ldark {
  color: #333;
}

.dark {
  color: #282828; }

.brown {
  color: #695e54;
}

.blue {
  color: #016196;
}

.color-caption {
  color: #4d4d4d; }

.border-yellow {
  border-color: #fcc72e; }

/*text*/


.pure-g [class *= "pure-u"] {
  font-family: 'petrobras_sansregular', arial, helvetica, sans-serif; }

.psr11 {
  font-family: 'petrobras_sansregular';
  font-size: 11px; }

.psr12 {
  font-family: 'petrobras_sansregular';
  font-size: 12px; }

.psr16 {
  font-family: 'petrobras_sansregular';
  font-size: 16px; }

.psi12 {
  font-family: 'petrobras_sansitalic';
  font-size: 12px; }

.psi14 {
  font-family: 'petrobras_sansitalic'; }

.psb16 {
  font-family: 'petrobras_sansbold';
  font-size: 16px; }

.psxbi60 {
  font-family: 'petrobras_sansxbold_italic';
  font-size: 60px; }

.psxbi98 {
  font-family: 'petrobras_sansxbold_italic';
  font-size: 98px; }

.psli13 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 13px; }

.psli14 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 14px; }

.psli16 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 16px; }

.psli20 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 20px; }

.psli25 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 25px; }

.psli60 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 60px; }

.psli98 {
  font-family: 'petrobras_sanslight_italic';
  font-size: 98px; }

.psl {
  font-family: 'petrobras_sanslight'}
.psli {
  font-family: 'petrobras_sanslight_italic';}
.pslib {
  font-family: 'petrobras_sanslight_italic';font-weight: bold;letter-spacing:-0.01em;}
.psr {
  font-family: 'petrobras_sansregular'}
.psri {
  font-family: 'petrobras_sansregular';font-style: italic;}
.psi {
  font-family: 'petrobras_sansitalic';}
.psb {
  font-family: 'petrobras_sansbold'}
.psbi {
  font-family: 'petrobras_sansbold_italic';}
.psxb {
  font-family: 'petrobras_sansxbold';}
.psxbi {
  font-family: 'petrobras_sansxbold_italic';}

.fs11 {font-size: 0.688em} /*11px*/
.fs12 {font-size: 0.75em}
.fs14 {font-size: 0.875em} /*14px*/
.fs15 {font-size: 0.938em} /*15px*/
.fs18 {font-size: 1.125em;line-height: 1.222em;} /*18px|22px*/
.fs19 {font-size: 1.188em;line-height: 1.211em;} /*19px|23px*/
.fs20 {font-size: 1.250em;line-height: 1.1em;} /*20px|22px*/
.fs21 {font-size: 1.313em;}
.fs24 {font-size: 1.5em;line-height: 1.167em;} /*24px|28px*/
.fs26 {font-size: 1.625em;}
.fs28 {font-size: 1.75em} /*28px*/
.fs30 {font-size: 1.875em} /*30px*/
.fs32 {font-size: 2em} /*32px*/
.fs40 {font-size: 2.500em;letter-spacing: -0.05em} /*40px*/
.fs50 {font-size: 3.125em} /*50px*/
.fs60 {font-size: 3.750em} /*60px*/
.fs76 {font-size: 4.750em} /*76px*/
.fs90 {font-size: 5.625em} /*90px*/

.safari5 .fill-vwh {
  width: 100%;
  width: 100vw;
  height: 960px;
  height: 100vh; }
.safari5 .container .sections {
  width: 100%; }

html {
  overflow-y: scroll;
  overflow-x: hidden; 
}

html, body {
  width: 100%;  
  height: 100% !important;
}

body {
  overflow-x: initial !important;
}

.container {
  /*overflow-x: hidden;*/
  height: 100%;
}

.mobile-only {
  display: none !important;
}

section .arrow {
  transition: all 0.5s ease-out;
  bottom: 3%;
  left: 50%;
  margin-left: -26px;
  cursor: pointer; }
section video {
  transition: opacity 0.8s ease-out; }
section .down {
  margin-bottom: -8px; }

.sections {
  width: 100%;
  height: 100%;
  /*
  .sep-yellow5:after 
  {
    position: relative;
    display: block;
    content: "";
    width: 100px;       
    border-top: 5px solid $color_yellow;    
    top: 20px;
  }
  //*/ }
  .sections .pattern {
    left: 0px;
    top: 0px;
    background-image: url("../image/bkg-pattern-dot.png");
    background-repeat: repeat; }
  .sections .section-size {
    /*width: 100vw;*/
    width: 100%;
    /*height: 100vh;*/
    height: 100%;
    overflow: hidden;
    display: table;  }
  .sections .section-size .pure-g {
    display: block;
  }
  .sections .section-auto {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;  }
  .sections .title .sep {
    margin-top: 5px; }
  .sections .field-box {
    font-family: "petrobras_sanslight_italic";
    font-size: 18px;
    line-height: 20px; }
  .sections .field-light {
    font-family: "petrobras_sanslight_italic";
    font-size: 45px; }
  .sections .field-bold {
    font-family: "petrobras_sansxbold_italic";
    font-size: 45px; }
  .sections .box {
    left: 0px;
    bottom: 0px;
    border: 1px solid #fff;
    padding: 10px 30px 30px 30px;
    background-size: cover; }
    .sections .box a {
      font-family: 'petrobras_sansbold_italic';
      text-decoration: none; }
    .sections .box a:hover {
      text-decoration: underline; }
  .sections .l-box {
    padding: 1em;
  }
  .sections .l-box p {
    margin: 1em 0;
  }
  .sections .title-sep {
    letter-spacing: -0.12em;
  }
  .sections .title {
    right: 0px;
    top: 0px; }
  .sections .content-middle {
    display: table-row;
    height: 100%;
  }
  .sections .content {
    left: 50%;
    top: 50%; }
  .sections .content-middle .content {
    position: relative;
      display: table-cell;
      vertical-align: middle;
      top: auto;
      left: auto; }
  .sections .content-center {
    width: 100%;
    max-width: 1632px;
    margin: 0 auto;
  }
  .sections .content-paragraph {
    width: 100%;
    margin: 0 auto;
  }
  .sections .content-end > img {
    display: block; 
    width: 100%;
  }
  .sections h3 span,
  .sections h4 span {
    display: block;
  }
  .sections .inln span {
    display: inline;
  }
  .sections .ib span {
    display: inline-block;
  }
  .sections .ibnw {
    display: inline-block;
    white-space: nowrap;
  }
  .sections .title-box {
    text-align: center;
    border-top: 2px solid #80a0b2;
    border-top: 2px solid rgba(255,255,255,.5);
    padding: 5.625em 0 2em;
  }

  .sections .s0 {
    background-image: url("../image/section/00/bkg00.jpg");
    background-position: left center;
    min-height: 680px;
    -webkit-background-size: cover;
    background-size: cover;}
    .sections .s0.video-playing {
      background: none;
    }
    .sections .s0 .second-line span {
      display: inline-block;
      white-space: nowrap;
    }
    .sections .s0 .video {
      /*left: 0px;*/
      /*bottom: -50px;*/
      /*width: 130%;*/
      /*height: auto; */
      min-height: 100%;
      min-width: 100%; }
    .sections .s0 .l-box {
      text-align: center;
      padding: 1em 0;
    }
    .sections .s0 .call-box {
      position: relative;
      display: inline-block;
      padding: 1em 0;
      border-top: 2px solid #fdc82f;
      line-height: 1.15em;
     }
    .sections .s0 h2 > span {
      display: block;
    }
    .sections .s0 .call-box .line {
      position: absolute;
      display: block;
      width: 35%;
      bottom: 2px;
      border-bottom: 2px solid #fdc82f;
    }
    .sections .s0 .call-box .line-l {left: 0;}
    .sections .s0 .call-box .line-r {right: 0;}
    .sections .s0 .play-box {
      position: absolute;
      width: 100%;
      height: 1.45em;
      bottom: -0.725em;
      text-align: center;
    }
    .sections .s0 .play-box a {
      display: inline-block;
      height: 100%;
      border-radius: 50%;
      -webkit-transition: all .1s ease-in-out;
      -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
      -o-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out;
    }
      .sections .s0 .play-box a:hover {
        -webkit-transform: scale(.95,.95);
        -moz-transform: scale(.95,.95);
        -ms-transform: scale(.95,.95);
        -o-transform: scale(.95,.95);
        transform: scale(.95,.95);
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
      }

    .sections .s0 .play-box img {
      display: block;
      height: 100%;
    }
    .sections .s0 h3 {
      margin-left: 100px;
      margin-top: 5px; }
    .sections .s0 .sep {
      margin-left: 100px;
      margin-top: -5px; }
    .sections .s0 .pattern {
      background: rgba(0,0,0,.4);
    }
    .sections .bg-figure {
      position: absolute;
      left: 0; right: 0;
      overflow: hidden;
    }
    .sections .bg-figure img {
      position: relative;
      display: block;
      width: 100%;
      min-width: 1600px;
      left: 50.05%;
      -webkit-transform: translate(-50.05%,0);
      -moz-transform: translate(-50.05%,0);
      -ms-transform: translate(-50.05%,0);
      -o-transform: translate(-50.05%,0);
      transform: translate(-50.05%,0);
    }

  .sections .s0_1 {
    margin-top:80px;
/*    background: url("../imgs/plataformas/bg-pattern.jpg") 0 0 repeat fixed;
*/  }

    .sections .s0_1 .content-top {
      position: relative;
      left: 0; top: 0;
      background: #4f88d9;
    }
      .sections .s0_1 .content-top .bg-figure {
        bottom: 0;
      }
      .sections .s0_1 .content-end .bg-figure {
        overflow: visible;
        top: 0;
      }
    .sections .s0_1 .content-top .content-center {
      text-align: center; 
    }
    .sections .s0_1 .content-top .content-center {
      position: relative; 
      max-width: 1082px;
      padding: 4em 0 9em;
    }
    .sections .s0_1 .pure-title {
      text-shadow: 1px 0 15px #3263ba;
    }
    .sections .s0_1 .arrow {
      bottom: 5%;
    }

    .sections .s0_1 .content-tail .bg-figure {
      position: relative;
      top: -1px;
    }

    .sections .s0_1 .content-end .bg-figure img,
    .sections .s0_1 .content-tail .bg-figure img {
      min-width: 0;
    }

    .sections .s0_1 .content-end .bg-figure .fundo {
      position: absolute;
      top: -3.814064362336114%; left: 0; right: 0;
    }

    .sections .s0_1 .content-barcos-wrap {
      position: relative;
      left: 0;
      width: 100%;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .sections .s0_1 .content-barcos-wrap .bg-figure {
      position: relative;
    }

    .sections .s0_1 .content-barcos-wrap .bg-figure img {
      left: 0;
      -webkit-transform: translate(0,0);
      -moz-transform: translate(0,0);
      -ms-transform: translate(0,0);
      -o-transform: translate(0,0);
      transform: translate(0,0);
    }

    .sections .s0_1 .content-barcos {
      position: absolute;
      top: 0; bottom: 0;
      left: 0; right: 0;
    }
    .sections .s0_1 .content-barcos .content-center {
      height: 100%;
      max-width: none;
    }

    .sections .s0_1 .barco {
      position: absolute;
      top: 0; bottom: 0;
    }

    .sections .s0_1 .barco .barco-img {
      position: relative;
      height: 100px;
      margin-top: -100px;
      text-align: center; 
    }

    .sections .s0_1 .barco .barco-img img {
      position: absolute;
      display: block;
      width: 100%;
      bottom: 0;
    }

    .sections .s0_1 .barco .barco-img .shadow {
      top: 100%;
      bottom: auto;
    }

    .sections .s0_1 .barco.plataforma-tp1 {
      width: 6.5625% ;
    }

    .sections .s0_1 .barco.plataforma-tp2 {
      width: 10%;
    }

    .sections .s0_1 .barco .barco-texto {
      position: absolute;
      /*opacity: 0;*/
      width: 175%;
      padding-left: 1em;
      top: 2%; left: 50%;
      text-transform: uppercase;
      color: #fcc72e; 
      /*
      -webkit-transition: opacity .5s ease-in-out;
      -moz-transition: opacity .5s ease-in-out;
      -ms-transition: opacity .5s ease-in-out;
      -o-transition: opacity .5s ease-in-out;
      transition: opacity .5s ease-in-out;
      */
    }
      .sections .s0_1 .plataforma-tp2 .barco-texto {
        padding-left: .5em;
      }

    .sections .s0_1 .barco .barco-arrow {
      position: relative;
      width: 100%;
      height: 0;
      opacity: 0;
      -webkit-transition: height 1s ease-in-out, opacity .5s ease-in-out;
      -moz-transition: height 1s ease-in-out, opacity .5s ease-in-out;
      -ms-transition: height 1s ease-in-out, opacity .5s ease-in-out;
      -o-transition: height 1s ease-in-out, opacity .5s ease-in-out;
      transition: height 1s ease-in-out, opacity .5s ease-in-out;
    }

    .sections .s0_1 .barco.plataforma-tp1 .barco-arrow {
      left: .5em;
    }

    .sections .s0_1 .barco .barco-arrow-line {
      position: absolute;
      width: 2px;
      background: #fdc82f;
      margin: auto;
      top: 0; bottom: 0;
      left: 0; right: 0;
    }

    .sections .s0_1.barcos-animate .barco .barco-texto,
    .sections .s0_1.barcos-animate .barco .barco-arrow {
      opacity: 1;
    }

    .sections .s0_1 .barco .barco-arrow-line > div {
      display: block;
      position: absolute;
      width: 8px; height: 8px;
      left: 50%; margin-left: -4px;
      border-radius: 50%;
      background: #fdc82f;
    }

    .sections .s0_1 .barco .barco-arrow-line > div span {
      line-height: 3em;
      position: absolute;
      top: 50%;
      margin-top: -1.5em;
      right: 100%;
      padding-right: .75em;
      text-align: right;
      min-width: 100px;
      opacity: 0;
      -webkit-transition: opacity .5s ease-in-out;
      -moz-transition: opacity .5s ease-in-out;
      -ms-transition: opacity .5s ease-in-out;
      -o-transition: opacity .5s ease-in-out;
      transition: opacity .5s ease-in-out;
      
    }

    .sections .s0_1 .barco .barco-arrow-line .arrow-up {top: -4px;}
    .sections .s0_1 .barco .barco-arrow-line .arrow-down {bottom: -4px;}

    .sections .s0_1 .barco .barco-texto span,
    .sections .s0_1 .barco .barco-texto strong {
      display: block; 
    }

    .sections .s0_1 .barco .barco-texto strong {font-family: 'petrobras_sansbold';}
    .sections .s0_1 .barco .barco-texto span {font-family: 'petrobras_sanslight';}

    .sections .s0_1 .barcos-info {
      position: absolute;
      top: 89%; right: 11vw;
      text-align: right;
    }
    .sections .s0_1 .barcos-info.pos {
      top: 66%; 
    }
    .sections .s0_1 .barcos-info.sal {
      top: 74%; 
    }
    .sections .s0_1 .barcos-info.sal span {
      color:#4A3534;
    }

    .sections .s0_1 .barco-01 {left:7.916666666666666%;}
    .sections .s0_1 .barco-02 {left:21.78125%;}
    .sections .s0_1 .barco-03 {left:40%;}
    .sections .s0_1 .barco-04 {left:55.16875%;}
    .sections .s0_1 .barco-05 {left:70.20833333333333%;}
    .sections .s0_1 .barco-06 {left:84.89583333333334%;}

    .sections .s0_1.barcos-animate .barco-01 .barco-arrow {height: 43.09415971394517%;}
    .sections .s0_1.barcos-animate .barco-02 .barco-arrow {height: 34.942789034564957%;
      -webkit-transition-delay: .5s, .25s;
      -moz-transition-delay: .5s, .25s;
      -ms-transition-delay: .5s, .25s;
      -o-transition-delay: .5s, .25s;
      transition-delay: .5s, .25s;
      
    }
    .sections .s0_1.barcos-animate .barco-03 .barco-arrow {height: 37.87604290822408%;
      -webkit-transition-delay: 1s, .75s;
      -moz-transition-delay: 1s, .75s;
      -ms-transition-delay: 1s, .75s;
      -o-transition-delay: 1s, .75s;
      transition-delay: 1s, .75s;
    }
    .sections .s0_1.barcos-animate .barco-04 .barco-arrow {height: 45%;
      -webkit-transition-delay: 1.5s, 1.25s;
      -moz-transition-delay: 1.5s, 1.25s;
      -ms-transition-delay: 1.5s, 1.25s;
      -o-transition-delay: 1.5s, 1.25s;
      transition-delay: 1.5s, 1.25s;
      
    }
    .sections .s0_1.barcos-animate .barco-05 .barco-arrow {height: 66.12395709177592%;
      -webkit-transition-delay: 2s, 1.75s;
      -moz-transition-delay: 2s, 1.75s;
      -ms-transition-delay: 2s, 1.75s;
      -o-transition-delay: 2s, 1.75s;
      transition-delay: 2s, 1.75s;
      
    }
    .sections .s0_1.barcos-animate .barco-06 .barco-arrow {height: 79%;
      -webkit-transition-delay: 2.5s, 2.25s;
      -moz-transition-delay: 2.5s, 2.25s;
      -ms-transition-delay: 2.5s, 2.25s;
      -o-transition-delay: 2.5s, 2.25s;
      transition-delay: 2.5s, 2.25s;
      
    }

    .sections .s0_1.barcos-animate .barco-arrow-line > div span {
      opacity: 1;
    }

    .sections .s0_1.barcos-animate .barco-01 .barco-texto,
    .sections .s0_1.barcos-animate .barco-01 .barco-arrow-line > div span {
      -webkit-transition-delay: .75s;
      -moz-transition-delay: .75s;
      -ms-transition-delay: .75s;
      -o-transition-delay: .75s;
      transition-delay: .75s;
      
    }    
    .sections .s0_1.barcos-animate .barco-02 .barco-texto,
    .sections .s0_1.barcos-animate .barco-02 .barco-arrow-line > div span {
      -webkit-transition-delay: 1.25s;
      -moz-transition-delay: 1.25s;
      -ms-transition-delay: 1.25s;
      -o-transition-delay: 1.25s;
      transition-delay: 1.25s;
      
    }
    .sections .s0_1.barcos-animate .barco-03 .barco-texto,
    .sections .s0_1.barcos-animate .barco-03 .barco-arrow-line > div span {
      -webkit-transition-delay: 1.75s;
      -moz-transition-delay: 1.75s;
      -ms-transition-delay: 1.75s;
      -o-transition-delay: 1.75s;
      transition-delay: 1.75s;
      
    }
    .sections .s0_1.barcos-animate .barco-04 .barco-texto,
    .sections .s0_1.barcos-animate .barco-04 .barco-arrow-line > div span {
      -webkit-transition-delay: 2.25s;
      -moz-transition-delay: 2.25s;
      -ms-transition-delay: 2.25s;
      -o-transition-delay: 2.25s;
      transition-delay: 2.25s;
      
    }
    .sections .s0_1.barcos-animate .barco-05 .barco-texto,
    .sections .s0_1.barcos-animate .barco-05 .barco-arrow-line > div span {
      -webkit-transition-delay: 2.75s;
      -moz-transition-delay: 2.75s;
      -ms-transition-delay: 2.75s;
      -o-transition-delay: 2.75s;
      transition-delay: 2.75s;
      
    }
    .sections .s0_1.barcos-animate .barco-06 .barco-texto,
    .sections .s0_1.barcos-animate .barco-06 .barco-arrow-line > div span {
      -webkit-transition-delay: 3.25s;
      -moz-transition-delay: 3.25s;
      -ms-transition-delay: 3.25s;
      -o-transition-delay: 3.25s;
      transition-delay: 3.25s;
    }

    .sections .s0_1.barcos-animate .barco-01 .step-1 {top: 5%}
    .sections .s0_1.barcos-animate .barco-01 .step-2 {top: 88.5%}


    .sections .s0_1.barcos-animate .barco-02 .step-1 {top: 13.5%}
    .sections .s0_1.barcos-animate .barco-02 .step-2 {top: 84%}

    .sections .s0_1.barcos-animate .barco-03 .step-1 {top: 59%}
    .sections .s0_1.barcos-animate .barco-03 .step-2 {top: 86.5%}

    .sections .s0_1.barcos-animate .barco-04 .step-1 {top: 56%}
    .sections .s0_1.barcos-animate .barco-04 .step-2 {top: 92%}

    .sections .s0_1.barcos-animate .barco-05 .step-1 {top: 36.5%}
    .sections .s0_1.barcos-animate .barco-05 .step-2 {top: 87.5%}

    .sections .s0_1.barcos-animate .barco-06 .step-1 {top: 33.5%}
    .sections .s0_1.barcos-animate .barco-06 .step-2 {top: 83%}



@media (max-width: 991px) {
  body {
    font-size: 14px;
  }




  .sections .s0_1 .content-barcos-wrap {
    padding-top: 80px;
  }

  .sections .s0_1 .content-top .content-center,
  .sections .s1 > .content,
  .sections .s6 > .content {
    padding-top: 2em;
  }

  .sections .s0_1 .content-top .content-center {
    padding-bottom: 4em;
  }

  .sections .s0_1 .content-top .bg-figure {
    bottom: -80px;
  }

  .sections .s0_1 .content-tail .gray-bg {
    height: 40px;
    background: #617077;
  }

  .sections .s0_1 .content-barcos-wrap .content-barcos {
    top: 80px;
  }

  .sections .s0_1 .content-top .bg-figure img {
    min-width:  1280px;
  }

  .sections .s0_1 .content-tail {
    font-size: 1.3em;
  }

  .sections .s0_1 .content-barcos-arrow a {
    display: block;
  }

  .sections .s0_1 .content-barcos-arrow a img {
    display: block;
    width: 100%;
  }

  .sections .s0_1 .content-barcos-arrow {
    position: absolute;
    right: 4em;
    bottom: 1em;
  }

    .sections .s0_1 .barcos-info {
      top: 90%; right: 10vw;
    }
    .sections .s0_1 .barcos-info.pos, .sections .s0_1 .barcos-info.sal {
      display:none;
    }


    .sections .s0_1 .barco.plataforma-tp1 {width: 10.3125%;}

    .sections .s0_1 .barco.plataforma-tp2 {width: 11.5625%;}

    .sections .s0_1 .barco-01 {left:2.65625%;}
    .sections .s0_1 .barco-02 {left:20.15625%;}
    .sections .s0_1 .barco-03 {left:36.71875%;}
    .sections .s0_1 .barco-04 {left:53.125%;}
    .sections .s0_1 .barco-05 {left:69.84375%;}
    .sections .s0_1 .barco-06 {left:85.46875%;}

    .sections .s0_1 .barco .barco-texto {font-size:10px; top: 0; left: -.5em; right: -.5em; padding-left: 0; margin-top: -5em; width: auto; min-width: 0; text-align: center; color: #004165; }
    .sections .s0_1 .barco .barco-texto span {font-family: 'petrobras_sansregular';}

    .sections .s0_1 .barco .barco-arrow-line .arrow-up,
    .sections .s0_1 .barco .barco-arrow-line .arrow-down {width: 6px; height: 6px; margin-left: -3px;}

    .sections .s0_1.barcos-animate .barco-01 .barco-arrow {height: 43.53508771929825%;}
    .sections .s0_1.barcos-animate .barco-02 .barco-arrow {height: 36.34210526315789%;}
    .sections .s0_1.barcos-animate .barco-03 .barco-arrow {height: 39.5%;}
    .sections .s0_1.barcos-animate .barco-04 .barco-arrow {height: 44.41228070175438%;}
    .sections .s0_1.barcos-animate .barco-05 .barco-arrow {height: 71%;}
    .sections .s0_1.barcos-animate .barco-06 .barco-arrow {height: 80.55263157894737%;}

    .sections .s0_1 .barco .barco-arrow-line {
      background: none;
      width: 100%;  
    }

    .sections .s0_1 .barco .barco-arrow-line .step-1,
    .sections .s0_1 .barco .barco-arrow-line .step-2 {
      width: 100%; height: 1.5em;
      left: 0; right: 0; margin-left: 0;
      text-align: center; 
      background: none;
    }

    .sections .s0_1 .barco .barco-arrow-line > div span {
      top: 0;
      left: 0; right: 0;
      padding-right: 0; 
      text-align: center;
      min-width: 0;
      line-height: 1.5em;
      margin-top: 0;
    }

    .sections .s0_1 .barco .arrowline {
      position: absolute;
      width: 2px;
      margin: auto;
      left: 0;  right: 0; 
    }

    .sections .s0_1 .barco .arrowline.al-top {
      background: #fdc82f;
    }

    .sections .s0_1 .barco .arrowline.al-middle:after,
    .sections .s0_1 .barco .arrowline.al-bottom:after {
      content: '';
      position: absolute;
      top: 1.5em; left: 0; right: 0; bottom: 0;
      background: #fdc82f;
    }

/*    .sections .s0_1.barcos-animate .barco-01 .step-1 {top: 5%}
    .sections .s0_1.barcos-animate .barco-01 .step-2 {top: 88.5%}


    .sections .s0_1.barcos-animate .barco-02 .step-1 {top: 13.5%}
    .sections .s0_1.barcos-animate .barco-02 .step-2 {top: 84%}

    .sections .s0_1.barcos-animate .barco-03 .step-1 {top: 59%}
    .sections .s0_1.barcos-animate .barco-03 .step-2 {top: 86.5%}

    .sections .s0_1.barcos-animate .barco-04 .step-1 {top: 56%}
    .sections .s0_1.barcos-animate .barco-04 .step-2 {top: 92%}

    .sections .s0_1.barcos-animate .barco-05 .step-1 {top: 36.5%}
    .sections .s0_1.barcos-animate .barco-05 .step-2 {top: 87.5%}

    .sections .s0_1.barcos-animate .barco-06 .step-1 {top: 33.5%}
    .sections .s0_1.barcos-animate .barco-06 .step-2 {top: 83%}*/

    .sections .s0_1.barcos-animate .barco-01 .step-2 {top: 86.5%}
    .sections .s0_1.barcos-animate .barco-01 .al-top {top: 0; height: 100%;}
    .sections .s0_1.barcos-animate .barco-01 .al-middle {top: 5%; bottom: 0.5%;}
    .sections .s0_1.barcos-animate .barco-01 .al-bottom {top: 86.5%; height: 13.5%;}

    .sections .s0_1.barcos-animate .barco-02 .step-2 {top: 83%}
    .sections .s0_1.barcos-animate .barco-02 .al-top {top: 0; height: 100%;}
    .sections .s0_1.barcos-animate .barco-02 .al-middle {top: 13.5%; bottom: 0;}
    .sections .s0_1.barcos-animate .barco-02 .al-bottom {top: 83%; height: 17%;}

    .sections .s0_1.barcos-animate .barco-03 .step-2 {top: 84.5%}
    .sections .s0_1.barcos-animate .barco-03 .al-top {top: 0; height: 101%;}
    .sections .s0_1.barcos-animate .barco-03 .al-middle {top: 59%; bottom: 15.5%;}
    .sections .s0_1.barcos-animate .barco-03 .al-bottom {top: 84.5%; height: 15.5%;}

    .sections .s0_1.barcos-animate .barco-04 .step-2 {top: 87%}
    .sections .s0_1.barcos-animate .barco-04 .al-top {top: 0; height: 100%;}
    .sections .s0_1.barcos-animate .barco-04 .al-middle {top: 56%; bottom: 13%;}
    .sections .s0_1.barcos-animate .barco-04 .al-bottom {top: 87%; height: 13%;}

    .sections .s0_1.barcos-animate .barco-05 .al-top {top: 0; height: 100%;}
    .sections .s0_1.barcos-animate .barco-05 .al-middle {top: 36.5%; bottom: 12.5%;}
    .sections .s0_1.barcos-animate .barco-05 .al-bottom {top: 87.5%; height: 12.5%;}

    .sections .s0_1.barcos-animate .barco-06 .al-top {top: 0; height: 100%;}
    .sections .s0_1.barcos-animate .barco-06 .al-middle {top: 33.5%; bottom: 17%;}
    .sections .s0_1.barcos-animate .barco-06 .al-bottom {top: 83%; height: 17%;}

}

@media (max-width: 567px) {
  body {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 10px;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 8px;
  }
}

@media screen and (max-width: 640px) {
  .sections .s0_1 {
    margin: 40px 0px 0px 0px;
  }
  .sections .s0_1 .content-tail .bg-figure {
    display: none;
  }
  .blue-bg {
    background: no-repeat;
    background-color: #013757;
    padding: 450px 20px 35px 20px;
  }
  .blue-bg-wrapper {
    width: initial;
  }
  .title-block {
    max-width: 240px;
    font-size: 21px;
  }
  .subtitle-block {
    margin: 60px 0px 50px 0px;
  }
  .production-rate-list {
    padding: 0px;
  }
  .construction-time-list {
    margin-bottom: 40px;
  }
  .construction-time {
    font-size: 21px;
  }
  #video, #video-two {
    width: calc(100% - 20px);
    height: 190px;
    margin-top: 40px;
  }
  .all-pic,
  #yt-cta, #yt-cta-two {
    width: 100%;
    height: 190px;
  }
  .c-button {
    width: 60px;
  }
  .production-image {
    max-width: 80px;
  }
  .par-content-one {
    width: initial;
    height: 630px;
    margin: 60px 10px 0px 10px;
  }
  .par-content-left {
    margin: 0px;
    padding: 30px 30px 0px 30px;
  }
  .par-content-left br {
    display: none;
  }
  .par-content-right {
    width: calc(100% - 60px);
    float: none;
    margin: 0px auto;
  }
  #page-tecnologia .legend {
    display: none;
  }
  #page-tecnologia .slick-item {
    height: 470px;
  }
  #page-tecnologia .slick-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
  }
  #page-tecnologia .slick-item .box-content-three p {
    font-size: 14px;
  }
  #page-tecnologia .slick-item .box-content-three p br {
    display: none;
  }
  #page-tecnologia .slick-item .box-content-four p.tme-one {
    margin: 0;
    font: 45px "petrobras_sansbold";
    font-size: 28px;
    font-style: italic;
    color: #fdc82f;
  }
  #page-tecnologia .slick-item .box-content-four {
    width: 100%;
    top: 0px;
    left: initial;
    bottom: initial;
    padding: 50px 0px 50px 50px;
    text-align: right;
  }
  .par-content-two {
    width: calc(90% - 4px);
    height: 0px;
    padding-top: 70px;
  }
  .par-content-three {
    width: 100%;
    height: initial;
  }
  .par-content-t-left {
    display: block;
    width: 100%;
    float: none;
    margin: 55px auto 0px auto;
    text-align: center;
  }
  .par-content-t-left img {
    max-width: 200px;
  }
  .par-content-t-right {
    float: none;
    padding: 0px 40px;
  }
  #page-tecnologia .slick-arrow.slick-next {
    right: 20px;
  }
  #page-tecnologia .slick-arrow {
    left: 20px;
  }
  #page-tecnologia .slick-item .box-content-two .slide-title {
    line-height: 21px;
    font-size: 21px;
  }
  #page-tecnologia .slick-item .box-content-two .slide-subtitle {
    line-height: 18px;
    font-size: 18px;
  }
  .desktop-only {
    display: none;
  }
}


/*PAgina etica*/

  #page-tecnologia .text-content-bd p {
    font: 20px "petrobras_sansbold";
    color: rgb(0, 133, 66);
    margin: 40px 0;
    line-height: 1.3;
  }
  #page-tecnologia .title-2 {
    width: 380px;
    margin: 80px auto 30px;
    font: 26px "petrobras_sansbold";
    color: #008542 !important;
    color:white;
    font-style: italic;
	text-align:center;
	max-width: 100%;
  }
  #page-tecnologia .text-content-bd span, #page-tecnologia .text-content span{
    font: 16px "petrobras_sansxbold";
    color: #4e4e4e;
  }
  .mt-o{
    margin-top: 0px;
  }
  #page-tecnologia .text-content h3 {
  margin-top: 60px;
 }
  #page-tecnologia .text-content p {
    font: 16px "petrobras_sansregular";
    line-height: 1.6;
    margin-bottom: 24px;
    color: rgb(56, 56, 56);
  }
  .link-color{
    color: rgb(0,133,66);
  }
  .cartilhas{
    float: left;
    margin: 0 30px 30px 0;
    clear: both;
  }
  .container-text{
    display: none;
  }
  .ver-texto{
    cursor: pointer;
  }
  .ver-mais::after{
    background: url(../../imgs/uploads/arrow.png) no-repeat;
    content: "";
    position: absolute;
    margin: 10px 5px;
    width: 8px;
    height: 8px;
  }
  .ver-menos::after{
    background: url(../../imgs/uploads/arrow.png) no-repeat;
    content: "";
    position: absolute;
    margin: 6px;
    width: 8px;
    height: 8px;
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
  }
  .col-flex {
    display: flex;
  }
  #page-tecnologia .accordion p {
    font: 16px "petrobras_sanslight";
    line-height: 1.6;
  }
  .green-title {
    color: #008542 !important;
    font: 18px "petrobras_sansbold" !important;
  }
  .col-flex .col-2 {
    padding: 25px 30px;
  }
  .accordion > h1 a:before, .accordion > h2 a:before, .accordion > h3 a:before {
    background: url('../../imgs/bg/sprite_v.png') 0 -401px no-repeat !important;
  }
  .accordion.active > h1 a:before, .accordion.active > h2 a:before, .accordion.active > h3 a:before {
    background: url('../../imgs/bg/sprite_v.png') 0 30px !important;
  }
  .accordion > h1, .accordion > h2, .accordion > h3 {
	border-bottom: 0px;
  }
  .accordion > h1 a, .accordion > h2 a, .accordion > h3 a {
	color: #4e4e4e;
	font-size: 16px;
  }
  .transparencia-fluxo { margin-bottom: 35px; }
  
  @media (max-width: 480px) {
	.col-flex { display:block; }
	.col-flex .col-2 { padding: 0px; }
  }

#page-full #page-tecnologia .slick-item .box-content {
    position: absolute;
    z-index: 2;
    left: 10vw;
    bottom: 0;
    width: 430px;
    box-sizing: border-box;
    padding: 25px;
    background-color: rgba(14,138,68,0.8);
}

#page-full #page-tecnologia .presal-title{
    font: 34px 'petrobras_sanslight'; 
    width: 360px; 
    color: #fff;
    font-style: italic;
}