﻿
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://ri.gerdau.com/wp-content/themes/mziq_gerdau_ri_redesign/public/css/pages/vendor/slick-1.9.0/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* 非开源字体引用已删除 */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1170px;
  padding: 0 1rem;
  z-index: 3;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin-top: 1rem;
}
.slick-dots li button {
  border: 0;
  background: white;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #BCBDC0;
  border-color: #BCBDC0;
}

.corporateProfile__s1 {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .corporateProfile__s1 {
    flex-direction: column;
  }
}
.corporateProfile__s1--container {
  padding-top: 3rem;
  position: relative;
  z-index: 1;
  background-color: #f5f8fa;
  /*background-image: url('../../../assets/img/linhas-gerdau.jpg');
  background-position: center;
  background-size: cover;*/
}
.corporateProfile__s1--container:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../image/perfil-corporativo-mapa.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  max-width: 631px;
  height: 100%;
  max-height: 870px;
  z-index: -1;
}
.corporateProfile__s1 .left {
  width: 100%;
  max-width: 522px;
}
.corporateProfile__s1 .left h3 {
  color: #0F3A6E;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.2px;
  margin-bottom: 26px;
}
.corporateProfile__s1 .right {
  width: 100%;
}
.corporateProfile__s2 {
  background: #0F2D3C;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .corporateProfile__s2 {
    flex-direction: column;
  }
}
.corporateProfile__s2__background {
  width: 100%;
  max-width: 577px;
  margin-right: 57px;
  min-height: 250px;
}
@media (max-width: 992px) {
  .corporateProfile__s2__background {
    margin-right: 0;
  }
}
.corporateProfile__s2__content {
  width: 100%;
  max-width: 560px;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .corporateProfile__s2__content {
    padding: 1.5rem 1rem;
  }
}
.corporateProfile__s2__content h3 {
  color: white;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 1.5rem;
}
.corporateProfile__s2__content p {
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 174%;
}
.corporateProfile__s3 {
  padding: 4rem 0;
  background: #FECB2F;
}
.corporateProfile__s3__boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.corporateProfile__s3__boxes__item {
  border-radius: 4px;
  border: 1px solid #0F3A6E;
  background: #FECB2F;
  box-shadow: 0px 4px 9px 0px rgba(27, 26, 65, 0.07);
  padding: 2rem 1rem;
  position: relative;
  width: 100%;
  max-width: 200px;
  height: 120px;
  margin-bottom: 60px;
}
.corporateProfile__s3__boxes__item, .corporateProfile__s3__boxes__item * {
  transition: all 0.3s;
}
.corporateProfile__s3__boxes__item:hover {
  transform: scale(1.2);
}
@media (min-width: 992px) {
  .corporateProfile__s3__boxes__item {
    width: calc(20% - 2rem);
    margin-right: 2rem;
  }
  .corporateProfile__s3__boxes__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .corporateProfile__s3__boxes__item {
    width: calc(50% - 0.5rem);
    margin-right: 0.5rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .corporateProfile__s3__boxes__item:nth-child(2n) {
    margin-right: 0;
  }
}
.corporateProfile__s3__boxes__item span {
  color: #0F3A6E;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 145.5%;
  display: block;
  text-align: center;
}
.corporateProfile__s3__boxes__item .imgContainer {
  position: absolute;
  top: -26px;
  left: 1.5rem;
  width: 58px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FECB2F;
}
.corporateProfile__s3__boxes__item .imgContainer img {
  display: block;
  max-width: 100%;
}
.corporateProfile__s3__boxes__item .imgContainer img.hover {
  display: none;
}
.corporateProfile__s4 {
  background: #043464;
  padding: 3rem 0;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 992px) {
  .corporateProfile__s4 {
    flex-direction: column;
  }
}
.corporateProfile__s4__content {
  width: 100%;
}
@media (min-width: 768px) {
  .corporateProfile__s4__content {
    min-width: 455px;
  }
}
.corporateProfile__s4__content h6 {
  color: #FECB2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.corporateProfile__s4__content h3 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.corporateProfile__s4__content p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.corporateProfile__s4 .arrows {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
@media (max-width: 992px) {
  .corporateProfile__s4 .arrows {
    justify-content: center;
  }
}
.corporateProfile__s4 .arrows img {
  cursor: pointer;
  transition: 0.3s all;
}
.corporateProfile__s4 .arrows img:hover {
  opacity: 0.7;
}
.corporateProfile__s4 .arrows img:last-child {
  margin-left: 4rem;
}
.corporateProfile__s4__timeline {
  max-width: 100%;
}
@media (min-width: 880px) {
  .corporateProfile__s4__timeline {
    max-width: 880px;
  }
}
.corporateProfile__s4__timeline .item {
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.corporateProfile__s4__timeline .item--image {
  width: 100%;
  max-width: 280px;
  height: 158px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0 0;
}
.corporateProfile__s4__timeline .item--content {
  background: white;
  padding: 19px 14px;
  min-height: 225px;
  border-radius: 0 0 4px 4px;
}
.corporateProfile__s4__timeline .item--content span {
  color: #043464;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  display: block;
  margin-bottom: 0.5rem;
}
.corporateProfile__s4__timeline .item--content p {
  color: #34343E;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.corporateProfile__s5 {
  position: relative;
  background: #F5F8FA;
}
@media (min-width: 992px) {
  .corporateProfile__s5 {
    padding: 50px 0 50px 0;
    overflow: hidden;
  }
}
.corporateProfile__s5__background {
  width: 100%;
  height: 780px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .corporateProfile__s5__background {
    max-width: 1176px;
  }
}
.corporateProfile__s5__content {
  background: #036;
  padding: 1.5rem 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .corporateProfile__s5__content {
    position: absolute;
    top: 50%;
    left: 63%;
    transform: translate(-50%, -50%);
  }
  .corporateProfile__s5__content:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 1500px;
    background: #F5F8FA;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .corporateProfile__s5__content:before {
    content: "";
    position: absolute;
    display: block;
    width: 3000px;
    height: 1px;
    background: #F5F8FA;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .corporateProfile__s5__content {
    max-width: 535px;
  }
}
.corporateProfile__s5__content h3 {
  color: white;
  font-size: 27px;
  font-weight: 400;
  line-height: 28.08px;
  display: block;
  margin-bottom: 28px;
}
.corporateProfile__s5__content p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.corporateProfile__s6 {
  padding: 80px 0;
}
.corporateProfile__s6 > .contentContainer {
  text-align: center;
  margin-bottom: 51px;
}
.corporateProfile__s6 > .contentContainer p {
  color: #01010C;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 167.5%;
}
.corporateProfile__s6 h3.boxesTitle {
  color: #0F3A6E;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 2.5rem;
}
.corporateProfile__s6__boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 998px;
  margin: 0 auto 0 auto;
}
@media (max-width: 768px) {
  .corporateProfile__s6__boxes {
    max-width: 100%;
  }
}
.corporateProfile__s6__boxes__item {
  background: #1579BC;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .corporateProfile__s6__boxes__item {
    width: calc(25% - 2px);
    max-width: 248px;
  }
}
@media (min-width: 992px) {
  .corporateProfile__s6__boxes__item {
    width: calc(50% - 2px);
  }
}
.corporateProfile__s6__boxes__item span {
  display: block;
  text-align: center;
  transition: 0.3s all;
}
.corporateProfile__s6__boxes__item span.lineOne, .corporateProfile__s6__boxes__item span.lineThree {
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}
.corporateProfile__s6__boxes__item span.lineTwo {
  color: #FECB2F;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}
.corporateProfile__s6__boxes__item span.lineTwo span {
  display: inline-block;
  color: #FECB2F;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}
.corporateProfile__s6__boxes__item span + span {
  margin-top: 10px;
}
.corporateProfile__s6__boxes__item:hover {
  background: #FECB2F;
}
.corporateProfile__s6__boxes__item:hover span {
  color: #043464 !important;
}
.corporateProfile__s6__bigBoxe {
  background: #1579BC;
  width: 100%;
  max-width: 998px;
  padding: 43px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2px auto 0 auto;
  transition: 0.3s all;
}
.corporateProfile__s6__bigBoxe:hover {
  background: #FECB2F;
}
.corporateProfile__s6__bigBoxe:hover h3,
.corporateProfile__s6__bigBoxe:hover p {
  color: #043464 !important;
}
.corporateProfile__s6__bigBoxe .contentContainer {
  width: 100%;
  max-width: 815px;
  margin: 0 auto;
}
.corporateProfile__s6__bigBoxe h3 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 179%;
  margin-bottom: 10px;
}
.corporateProfile__s6__bigBoxe p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 179%;
  text-align: center;
}
.corporateProfile__s7 {
  padding-bottom: 4.5rem;
}
.corporateProfile__s7 h3 {
  color: #0F3A6E;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 4rem;
}
.corporateProfile__s7__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .corporateProfile__s7__grid {
    flex-direction: column;
    flex-flow: column-reverse;
  }
}
.corporateProfile__s7__grid__item {
  width: 100%;
  position: relative;
  z-index: 7;
}
@media (max-width: 700px) {
  .corporateProfile__s7 .map .mapScroller {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.corporateProfile__s7 .map .mapContainer {
  position: relative;
  width: 652px;
}
.corporateProfile__s7 .map--text-left {
  text-align: left;
}
.corporateProfile__s7 .map--pins .pin {
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
.corporateProfile__s7 .map--pins .pin.active {
  display: block;
}
.corporateProfile__s7 .map--pins .pin.on--1 {
  background: #FECB2F;
}
.corporateProfile__s7 .map--pins .pin.on--2 {
  background: #8744B7;
}
.corporateProfile__s7 .map--pins .pin.on--3 {
  background: #E2ECF1;
}
.corporateProfile__s7 .map--pins .pin.on--4 {
  background: #C74A34;
}
.corporateProfile__s7 .map--modals .modal {
  display: none;
  padding: 1rem;
  background: #FFF;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}
.corporateProfile__s7 .map--modals .modal.active {
  display: block;
}
.corporateProfile__s7 .map--modals .modal h3 {
  color: #043464;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0.5rem;
}
.corporateProfile__s7 .map--modals .modal p {
  color: #01010C;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1rem;
}
.corporateProfile__s7 .map--modals .modal span {
  color: #231F20;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}
.corporateProfile__s7 .map--modals .modal span + span {
  margin-top: 5px;
}
.corporateProfile__s7 .map--modals .modal span strong {
  font-weight: 600 !important;
}
.corporateProfile__s7 .content {
  max-width: 330px;
}
.corporateProfile__s7 .content h4 {
  color: #043464;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 1.5rem;
}
.corporateProfile__s7 .content--filters {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}
.corporateProfile__s7 .content--filters.opened {
  display: block;
}
.corporateProfile__s7 .content--filters li {
  color: #231F20;
  font-size: 14px;
  font-weight: 400;
  line-height: 197%;
  padding-left: 27px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
}
.corporateProfile__s7 .content--filters li:after {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 0.5px solid #383838;
  transition: 0.3s all;
}
.corporateProfile__s7 .content--filters li:hover {
  opacity: 0.7;
}
.corporateProfile__s7 .content--filters li.active:after {
  background-image: url("../image/arrow-checkbox.png");
  background-repeat: no-repeat;
  background-position: 50% 45%;
}
.corporateProfile__s7 .content--legend {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}
.corporateProfile__s7 .content--legend li {
  color: #231F20;
  font-size: 14px;
  font-weight: 400;
  line-height: 197%;
  padding-left: 27px;
  position: relative;
  display: flex;
  align-items: center;
}
.corporateProfile__s7 .content--legend li .square {
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
}
.corporateProfile__s7 .content--legend li .square.on--1 {
  background: #FECB2F;
}
.corporateProfile__s7 .content--legend li .square.on--2 {
  background: #8744B7;
}
.corporateProfile__s7 .content--legend li .square.on--3 {
  background: #E2ECF1;
}
.corporateProfile__s7 .content--legend li .square.on--4 {
  background: #C74A34;
}
.corporateProfile__s7 .content--text {
  color: #043464;
  font-size: 14px;
  font-weight: 400;
  line-height: 197%;
}
.corporateProfile__s7 .content--list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2.5rem;
}
.corporateProfile__s7 .content--list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.corporateProfile__s7 .content--list li span + span {
  margin-left: 3rem;
}
.corporateProfile__s7 .content--list li span.title {
  color: #01010C;
  font-size: 16px;
  font-weight: 500;
  line-height: 157%;
}
.corporateProfile__s7 .content--list li span.value {
  color: #01010C;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 157%;
}
.corporateProfile__s8__imageSlider__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}
.corporateProfile__s8__imageSlider__navigation svg {
  cursor: pointer;
  transition: 0.5s all;
}
.corporateProfile__s8__imageSlider__navigation svg:hover {
  opacity: 0.7;
}
.corporateProfile__s8__imageSlider__navigation svg + svg {
  margin-left: 75px;
}
.corporateProfile__s8__imageSlider .item {
  width: 100%;
  padding: 0 1rem;
  margin: auto;
}
.corporateProfile__s8__imageSlider .item .imageContainer {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.corporateProfile__s8__imageSlider .item p {
  display: none;
  background: #8199B2;
  padding: 12px 1rem;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.corporateProfile__s8__imageSlider .slick-current p {
  display: block !important;
}
/*# sourceMappingURL=gerdau-perfil-corporativo.css.map */
