.topo-historia{
  position: absolute;
  font-weight: 100;
  top: -185px;
  font-size: 60px;
  text-shadow: 5px 10px 10px rgba(0,0,0,0.4);
}

body{
  background-image: url(../imgs/noticia.jpg) !important;
  background-color: #ec3b3d !important;
}

#conteudo .box-conteudo{
  background-color: white;
}

header nav ul li a{
  color: white !important;
}
header nav ul li a::after{
  border-color: white !important;
}

#conteudo .detalhe-produto .logo{
  display: none !important;
}

#conteudo .detalhe-produto {
    margin-top: 0px ;
}

footer .box-footer .direitos-reservados p{
  color: white;
}

#conteudo .topo-detalhe{
    margin-bottom: 100px;
    margin-top: 0px;
}

#conteudo .topo-detalhe .migalha ul li a {
    font-family: "SofiaPro-Light";
    color: #f64336;
}


#conteudo .topo-detalhe .migalha ul li::after{
color: #f64336;

}

.topo-efect{
  position: absolute;
  font-size: 22px;
  width: 100%;
  color: #f64336;
  -webkit-transform: translate(-49.3%, .5em);
          transform: translate(-49.3%, .5em);
  top: -30px;
  padding: 10px;
  background-color: #fff;
  font-family: "SofiaPro-light";
}

.ts1{
  left: 100%;
}


.topo-efect div::before{
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #f64336;
  left: calc(50% - 12px/2);
  top: calc(100% - 5px);
  border-radius: 50%;
}

.cada-interacao{
  display: flex;
  position: relative;
  margin-bottom: 3px;
}

.cada-interacao::after{
  content: "";
  filter: grayscale(100%);
  background-position: center; 
  background-size: contain;
  background-repeat: no-repeat;
}
 

.cada-interacao:nth-child(1)::after{
  background-image: url(../imgs/nh-1.png);
  width: 400px;
  height: 310px;
  position: absolute;
  right: -50px;
  top: -145px;

}

.cada-interacao:nth-child(2)::after{
  background-image: url(../imgs/nh-2.png);
  width: 505px;
  height: 350px;
  position: absolute;
  top: -310px;
  left: -130px;

}

.cada-interacao:nth-child(3)::after{
  background-image: url(../imgs/nh-3.png);
  width: 530px;
  height: 330px;
  position: absolute;
  right: -50px;
  top: -300px;

}

.cada-interacao:nth-child(4)::after{
  background-image: url(../imgs/nh-4.png);
  width: 480px;
  height: 370px;
  position: absolute;
  left: 10px;
  top: -360px;

}
.cada-interacao:nth-child(5)::after{
  background-image: url(../imgs/nh-5.png);
  width: 410px;
  height: 313px;
  position: absolute;
  right: -40px;
  top: -324px;

}

.cada-interacao:nth-child(6)::after{
  background-image: url(../imgs/nh-6.png);
  width: 400px;
  height: 225px;
  position: absolute;
  left: -15px;
  top: -210px;

}


.cada-interacao::before{
  content: "";
  left: 50%;
  top: 40px;
  border-right: 2px solid #f64336;
  height: 80%;
  width: 1px;
  position: absolute;
}


.cada-interacao:last-child::before{
  border: 0px solid;
}

.cada-interacao .box-intera{
  width: 50%;
  padding-top: 80px;
  display: block;
}
.cada-interacao .box-intera h5{
  position: absolute;
  opacity: 1;
  transition: 1.5s;
  top: 30px;
  border-radius: 4px;
  color: white;
  background-color: #f64336;
  font-family: "SofiaPro-light";
  padding: 10px 50px;

}

.cada-interacao .box-intera h5 span{
  display: none;
}
.box1 h5{
  right: 35px;
}

.titulo-section {
  color: #f64336;
}

h1.titulo-section{
  color: white;
}

.box1 h5::before{
  content: "";
  position: absolute;
  right: -25px;
  height: 20px;
  background-color: #f64336;
  width: 30px;
  top: 0px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.box1 h5::after{
  content: "";
  height: 15px;
  background-color: #f64336;
  width: 80%;
  box-shadow: 0px 7px 30px rgba(0,0,0,1);
  position: absolute;
  z-index: -1;
  bottom: 8px;
  transform: rotate(-5deg);
  left: 6px;
}

.box2 h5{
  left: 40px;
}

.box2 h5::before{
  content: "";
  position: absolute;
  left: -25px;
  height: 20px;
  background-color: #f64336;
  width: 30px;
  top: 0px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.box2 h5::after{
  content: "";
  height: 15px;
  background-color: #f64336;
  width: 80%;
  box-shadow: 0px 7px 30px rgba(0,0,0,1);
  position: absolute;
  z-index: -1;
  bottom: 8px;
  transform: rotate(5deg);
  right: 6px;
}


.cada-interacao .box-intera{
  transition: 2s;
  transform: translate(0px);
  opacity: 1;
}
.cada-interacao .efeito1{
  transform: translateY(200px);
  opacity: 0;
}

.cada-interacao .efeito2{
  transform:   translateY(200px);
  opacity: 0;
}


.cada-interacao p{
  padding: 20px 20px 20px 40px;
  color: #4d4d4f;
  text-align: justify;
  font-family: "SofiaPro-light";
}






.valores-compartilhados{
  margin-top: 100px;
}

.sub-titulo{
  font-size: 28px;
  font-weight: 100;
}

.sub-sub{
  font-family: "SofiaPro-light";
  font-weight: 900;
  font-size: 16px;
  max-width: 60%;
  margin: 0 auto;
  color: #4d4d4f;
}

.box-valores{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.box-valores .cada-valor{
  width: calc(100%/3 - 40px);
  margin-right: 30px;
  border: 1px solid rgb(236, 59, 61);
  border-radius: 4px;
  flex-wrap: wrap;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  align-items: center;
  padding: 10px;
  height: 160px;
}

.box-valores .cada-valor:nth-child(3n){
  margin-right: 0px;
}

.box-Responsabilidade h3{
  margin-bottom: 50px;
}

.box-valores .cada-valor p{
  color: #4d4d4f;
  font-size: 14px;
  line-height: 16px;
  font-family: "SofiaPro-light";
}

.box-valores .cada-valor .titulo-valor{
  font-size: 30px;
  margin-bottom: 10px;
  color: #f64336;
  line-height: 30px;
font-family: "SofiaPro-light";

}







.box-Responsabilidade{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.cada-Responsabilidade{
  width: calc(20%);
  height: 350px;
  border-right: 1px solid rgb(236, 59, 61);
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}

.cada-Responsabilidade p{
  color: #4d4d4f;
  font-size: 14px;
  line-height: 16px;
  font-family: "SofiaPro-light";
}

.cada-Responsabilidade .titulo-Responsabilidade{
  font-family: "SofiaPro-light";
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 30px;
  line-height: 30px;
}

.box-iframe iframe{
  width: 100%;
  height: 500px;
  margin-top: 30px;
}



@media (max-width:1366px) {
  .cada-interacao p {
    font-size: 14px;
  }

  .box-valores .cada-valor {
    width: calc(100%/3 - 20px);
    margin-right: 20px;
  }

  .box-valores .cada-valor .titulo-valor {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 22px;
  }

  .box-valores .cada-valor p {
    font-size: 13px;
    line-height: 14px;
  }

  .titulo-section {
    font-size: 36px;
     margin-top: 60px;

  }

  .cada-Responsabilidade .titulo-Responsabilidade {
    font-size: 22px;
  }

  .cada-Responsabilidade p {
    font-size: 12px;
    line-height: 16px;
  }

  .box-iframe iframe {
    height: 400px;
  } 
}

@media (max-width:978px) {
  .box-Responsabilidade {
    justify-content: space-between;
  }
  .cada-Responsabilidade {
    width: calc(50%);
    height: 185px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .box-valores .cada-valor {
    width: 100%;
    padding: 30px;
    margin-right: 0px;
  }

  header nav > a > img {
    width: 90px;
    top: 0px !important;
  }

  .box-campo-pesquisa{
    width: 260px;
    margin: 0 auto;
    position: relative;
    top: 15px;
  }

  .box-campo-pesquisa:before {
    right: 135px;
  }

  .sub-sub {
    max-width: 100%;
  }

  .cada-interacao{
     flex-wrap: wrap;
     margin-bottom: 20px;
  }


.cada-interacao:nth-child(6)::after{
    display: none;

  }



  .cada-interacao .box-intera{
    padding-top: 120px;
  }

  .box-titulo-interacao{
    padding-top: 0px !important;
  }

  .cada-interacao::before {
    left: 0%;
  }

  .cada-interacao::after{
    width: 12px !important;
    height: 12px !important;
    background-color: white !important;
    content: "" !important;
    border-radius: 50% !important;
    position: absolute !important;
    left: -2px !important;
    top: -4px !important;
  }


  .cada-interacao .box-intera {
    width: 100%;
    padding-top: 35px;
    display: block;
  }

  .ts1 {
    left: 1px;
  }

  .cada-interacao .box-intera h5 {
    top: 00px;
     padding: 10px 10px;
  }


  .cada-interacao .box-intera h5 span{
    display: inline-block;
  }

  .box1 h5{
    right: initial;
    left: 40px;
  }

  .topo-efect{
    width: auto;
  }

  .box1 h5::before {
    content: "";
    position: absolute;
    left: -25px;
    height: 20px;
    background-color: white;
    width: 30px;
    top: 0px;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }

  .box1 h5::after {
    content: "";
    height: 15px;
    background-color: white;
    width: 80%;
    box-shadow: 0px 7px 30px rgba(0,0,0,1);
    position: absolute;
    z-index: -1;
    bottom: 10px;
    transform: rotate(5deg);
    right: 6px;
  }
  .cada-interacao:last-child::before {
    border-right: 5px dotted #fff;
  }

  .cada-Responsabilidade {
    width: 100%;
    height: auto;
    border: 0px;
    padding: 40px 20px;
    border-bottom: 1px solid white;
  }

    .cada-Responsabilidade:last-child{
      border:0px solid;
    }

    .box-iframe iframe {
      height: 250px;
    }
}

@media (max-width:500px) {

    .titulo-section {
      font-size: 30px;
      line-height: 70px;
    }
}

@media (max-width:380px) {
  .cada-interacao p {
    padding: 20px 0px 20px 20px;
  }
  .cada-interacao .box-intera h5 {
      font-size: 12px;
  }
}
