@font-face {
  font-family: 'petrobras_regular';
  src: url("../fonts/petrobrassans_rg-webfont.woff2") format("woff2"), url("../fonts/petrobrassans_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'petrobras_italic';
  src: url("../fonts/petrobrassans_lt-webfont.woff2") format("woff2"), url("../fonts/petrobrassans_lt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'petrobras_bold';
  src: url("../fonts/petrobrassans_bd-webfont.woff2") format("woff2"), url("../fonts/petrobrassans_bd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'petrobras_bolditalic';
  src: url("../fonts/petrobrassans_xbdit-webfont.woff2") format("woff2"), url("../fonts/petrobrassans_xbdit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body, html {
  background-size: cover;
  background-image: url("../img/bg-grid.jpg");
  background-position: top center;
  color: #606161;
  font-family: 'petrobras_regular';
  height: 100%;
  margin: 0;
}

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

p i {
  font-family: 'petrobras_italic';
}

p i strong {
  font-family: 'petrobras_bolditalic';
}

p strong {
  font-family: 'petrobras_bold';
}

#sec01,#sec02,#sec03,#sec04,#sec05,#sec06,#sec07,#sec08,#sec09,#headerbg {
  display: flex;
  justify-content: center;
}

.container-div-grid {
  display: flex;
  justify-content: center;
  max-width: 1073px;
  width: 100%;
}


/* =================================== SEC01 =================================== */

#headerbg {
  align-items: center;
  background-size: cover;
  background-image: url("../img/grid-header.jpg");
  background-position: center;
  height: 570px;
  width: 100%;
}

#headerbg .container-div-grid {
  justify-content: flex-end;
}

#headerbg .container-div-grid div {
  margin-right: 20px;
}



/* =================================== SEC01 =================================== */

#sec01 .container-div-grid {
  align-items: center;
  flex-direction: column;
  margin: 70px 0 100px 0;
}

#sec01 .container-div-grid p {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-top: 80px;
  max-width: 650px;
  text-align: center;
}

#sec01 .sec01-title p {
  color: #0c8544;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-right: 20px;
  text-align: center;
}

/* =================================== SEC02 =================================== */

#sec02 .container-div-grid {
  align-items: center;
  flex-direction: column;
  margin-bottom: 130px;
}

.sec02-row {
  align-items: center;
  display: flex;
}

.sec02-txtbox {
  box-sizing: border-box;
  max-width: 460px;
  padding: 0 50px;
}

.sec02-txtbox p:first-child {
  font-size: 2.65rem;
  line-height: 1;
  margin-bottom: 40px;
}

.sec02-txtbox p:last-child {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 40px;
}





/* =================================== SEC03 =================================== */

#sec03 .container-div-grid {
  align-items: center;
  flex-direction: column;
  margin-bottom: 130px;
}

.sec03-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.sec03-title p {
  color: #0c8544;
  font-size: 2.65rem;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.sec03-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.sec03-block {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.sec03-txtbox {
  max-width: 260px;
}

.sec03-txtbox p:first-child {
  color: #0c8544;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}

.sec03-txtbox p:last-child {
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}



/* =================================== SEC04 =================================== */

#sec04 .container-div-grid {
  align-items: center;
  flex-direction: column;
}

.sec04-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 130px;
}

.sec04-title p:first-child {
  color: #0c8544;
  font-size: 2.65rem;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.sec04-title p:last-child {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-top: 40px;
  padding: 0 90px;
  text-align: center;
}

.sec04-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.sec04-block {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.sec04-txtbox {
  width: 320px;
}

.sec04-txtbox p:first-child {
  color: #0c8544;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 70px;
  text-align: center;
}



/* =================================== SEC06 =================================== */

#sec06 .container-div-grid {
  justify-content: flex-start;
  margin-bottom: 100px;
}

#sec06 p {
  color: #0c8544;
  font-size: .8rem;
  line-height: 1.7;
  margin-left: 40px;
}



/* =================================== SEC07 =================================== */

#sec07 .container-div-grid {
  align-items: center;
  flex-direction: column;
  margin-bottom: 130px;
}

.sec07-title {
  align-items: center;
  display: flex;
  margin-bottom: 50px;
}

.sec07-title p {
  color: #0c8544;
  font-size: 2.65rem;
  line-height: 1;
  margin-right: 20px;
  text-align: center;
}

.faq {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 870px;
  padding: 0 10px;
  width: 100%;
}


.faqrow {
  align-items: center;
  border: 1px solid #dedede;
  cursor: pointer;
  display: flex;
  max-width: 870px;
  padding: 0 10px;
  width: 100%;
}

.faqrow-q {
  display: none;
  padding-left: 25px;
}

.faqplus {
  color: #0c8544;
  font-size: 1.5rem;
  transition: transform .6s ease-in-out;
}

.faqtxtbox {
  font-size: 1rem;
  margin-left: 10px;
}

.faqtoggle {
  display: block!important;
}

.plusanim {
  transform: rotate(135deg);
}



/* =================================== SEC08 =================================== */

#sec08 .container-div-grid {
  align-items: center;
  flex-direction: column;
  margin-bottom: 130px;
}



/* =================================== SEC09 =================================== */

#sec09 .container-div-grid {
  align-items: center;
}



/* ========================================================= MOBILE ========================================================= */

/* =================================== MOBILE =================================== */

@media only screen and (max-width: 1100px) {
  body, html {
    background-image: none;
  }
}

@media only screen and (max-width: 950px) {
  .sec07-title {
    flex-direction: column;
  }
  .faqrow, .faqrow-q {
    max-width: none;
    width: 90%;
  }
}

@media only screen and (max-width: 950px) {
  #sec09 .container-div-grid {
    flex-direction: column;
  }
  .sec02-row {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .sec02-row:nth-child(1) .sec02-txtbox, .sec02-row:nth-child(3) .sec02-txtbox {
    order: 2;
  }
}