/********

    CSS RESETss

*********/
.pg-rb {
    /* change border colour to suit your needs */ }
  
  .pg-rb body,
  .pg-rb div,
  .pg-rb span,
  .pg-rb object,
  .pg-rb iframe,
  .pg-rb h1,
  .pg-rb h2,
  .pg-rb h3,
  .pg-rb h4,
  .pg-rb h5,
  .pg-rb h6,
  .pg-rb p,
  .pg-rb blockquote,
  .pg-rb pre,
  .pg-rb abbr,
  .pg-rb address,
  .pg-rb cite,
  .pg-rb code,
  .pg-rb del,
  .pg-rb dfn,
  .pg-rb em,
  .pg-rb img,
  .pg-rb ins,
  .pg-rb kbd,
  .pg-rb q,
  .pg-rb samp,
  .pg-rb small,
  .pg-rb strong,
  .pg-rb sub,
  .pg-rb sup,
  .pg-rb var,
  .pg-rb b,
  .pg-rb i,
  .pg-rb dl,
  .pg-rb dt,
  .pg-rb dd,
  .pg-rb ol,
  .pg-rb ul,
  .pg-rb li,
  .pg-rb fieldset,
  .pg-rb form,
  .pg-rb label,
  .pg-rb legend,
  .pg-rb table,
  .pg-rb caption,
  .pg-rb tbody,
  .pg-rb tfoot,
  .pg-rb thead,
  .pg-rb tr,
  .pg-rb th,
  .pg-rb td,
  .pg-rb article,
  .pg-rb aside,
  .pg-rb canvas,
  .pg-rb details,
  .pg-rb figcaption,
  .pg-rb figure,
  .pg-rb footer,
  .pg-rb header,
  .pg-rb hgroup,
  .pg-rb menu,
  .pg-rb nav,
  .pg-rb section,
  .pg-rb summary,
  .pg-rb time,
  .pg-rb mark,
  .pg-rb audio,
  .pg-rb video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }
  
  .pg-rb html {
    overflow-x: hidden; }
  
  .pg-rb body {
    line-height: 1; }
  
  .pg-rb article,
  .pg-rb aside,
  .pg-rb details,
  .pg-rb figcaption,
  .pg-rb figure,
  .pg-rb footer,
  .pg-rb header,
  .pg-rb hgroup,
  .pg-rb menu,
  .pg-rb nav,
  .pg-rb section {
    display: block; }
  
  .pg-rb nav ul {
    list-style: none; }
  
  .pg-rb blockquote,
  .pg-rb q {
    quotes: none; }
  
  .pg-rb blockquote:before,
  .pg-rb blockquote:after,
  .pg-rb q:before,
  .pg-rb q:after {
    content: "";
    content: none; }
  
  .pg-rb a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    outline: none; }
  
  .pg-rb del {
    text-decoration: line-through; }
  
  .pg-rb abbr[title],
  .pg-rb dfn[title] {
    border-bottom: 1px dotted;
    cursor: help; }
  
  .pg-rb table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  .pg-rb hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0; }
  
  .pg-rb input,
  .pg-rb select {
    vertical-align: middle; }
  
  .pg-rb ul {
    list-style: none; }
  
  .pg-rb {
    padding: 0;
    margin: 0; }
  
  .pg-rb * {
    font-family: "Cairo", sans-serif;
    font-weight: 300;
    font-style: normal; }
  
  .pg-rb section {
    box-sizing: border-box; }
  
  .pg-rb p.icon {
    margin-bottom: 15px; }
  
  .pg-rb .controle {
    max-width: 1200px;
    margin: 0 auto;
    /* box-sizing: border-box; */
    padding: 0 52px; }
  
  .pg-rb .yes-mobile {
    display: none; }
  
  .pg-rb #video {
background-color: #f8f8f9;
padding: 60px 0;
max-width: 1200px;
margin: 0 auto;
    text-align: center; }
  
  .pg-rb #video iframe {
    margin: 0 auto;
        width: 100%; }
  
  @media screen and (max-width: 991px) {
    .pg-rb iframe {
      width: 100%;
      height: 210px; }
    .pg-rb br {
      display: none; }
    .pg-rb .yes-mobile {
      display: block; }
    .pg-rb .controle {
      max-width: 333px;
      padding: 0 10px; } }
  
  .pg-rb .spot-content {
    opacity: 0;
    transition: all 0.5s ease;
    max-width: 339px !important;
    /* min-width: 200px; */
    position: absolute;
    right: -60px;
    pointer-events: none; }
  
  .pg-rb .hotspots {
    position: absolute;
    z-index: 1; }
  
  .pg-rb .hotspots:hover {
    z-index: 9999; }
  
  .pg-rb .hotspots:hover .spot-content {
    z-index: 9999;
    opacity: 1;
    max-width: 339px !important; }
  
  .pg-rb .hotspots:hover .cd-single-point {
    z-index: 9999999; }
  
  @media screen and (max-width: 780px) {
    .pg-rb .spot-content {
      /* width: 300px; */ } }
  
  @media screen and (max-width: 340px) {
    .pg-rb .spot-content {
      right: -100px; } }
  
  .pg-rb .hotspots .cd-single-point img {
    width: auto !important;
    max-width: 42px !important;
    z-index: 9999;
    position: relative; }
  
  .pg-rb .cd-single-point {
    position: absolute; }
  
  .pg-rb .cd-single-point::after {
    content: "";
    background: url("../images/pulse.png");
    position: absolute;
    z-index: 1;
    width: 42px;
    height: 42px;
    background-size: 100% 100%;
    top: 1px;
    left: 0;
    background-color: transparent;
    -webkit-animation: cd-pulse 500ms infinite;
    -moz-animation: cd-pulse 500ms infinite;
    animation: cd-pulse 500ms infinite; }
  
  .pg-rb .cd-single-point > a::after,
  .pg-rb .cd-single-point > a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    background: url("../images/pulse.png");
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #1d4783;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  
  .pg-rb .hotspots li {
    z-index: 10;
    opacity: 1 !important; }
  
  .pg-rb .cd-single-point {
    position: absolute;
    border-radius: 50%; }
  
  .pg-rb .cd-single-point > a::before {
    height: 18px;
    width: 4px; }
  
  @-webkit-keyframes cd-pulse {
    0% {
      -webkit-transform: scale(1); }
    50% { }
    100% {
      -webkit-transform: scale(1.6); } }
  
  @-moz-keyframes cd-pulse {
    0% {
      -moz-transform: scale(1); }
    50% { }
    100% {
      -moz-transform: scale(1.6); } }
  
  @keyframes cd-pulse {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    50% { }
    100% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      -o-transform: scale(1.6);
      transform: scale(1.6); } }
  
  .pg-rb .cd-single-point .cd-more-info {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; }
  
  .pg-rb .cd-single-point .cd-more-info {
    position: absolute;
    width: 220px;
    height: 240px;
    overflow-y: visible; }
  
  .pg-rb .cd-single-point .cd-more-info.cd-left,
  .pg-rb .cd-single-point .cd-more-info.cd-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  
  .pg-rb .cd-single-point .cd-more-info.cd-left::before,
  .pg-rb .cd-single-point .cd-more-info.cd-right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  
  .pg-rb .cd-single-point .cd-more-info.cd-left {
    right: 160%;
    left: auto; }
  
  .pg-rb #secao1 {
    background: url("../images/secao1.jpg") no-repeat top center;
    height: 671px;
    padding: 45px 0; }
  
  .pg-rb #secao1 .logo-descricao {
    margin-top: 87px; }

  .pg-rb #secao1 .logo-descricao .tit1 {
    margin-bottom: 10px;
    color: #000;
    font-family: Cairo;
    font-size: 26.224px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.034px; /* 110.714% */
    letter-spacing: 1.049px;}

  .pg-rb #secao1 .logo-descricao .logo-produto {
    margin: 0 0 5px 0; }

  .pg-rb #secao1 .logo-descricao .nome-prod {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-size: 23.4146px;
    line-height: 29px;
    letter-spacing: 0.04em;
    color: #000;
    margin-top: 8px;}
  
  .pg-rb #secao1 .descricao {
    color: #000;
    font-family: Cairo;
    font-size: 28px;
    margin-top: 82px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.907px; /* 110.383% */}

    .pg-rb #secao1 .descricao span {
      display: block;
      color: #000;
font-family: Cairo;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 30.907px; /* 77.268% */
    }
  
  @media screen and (max-width: 991px) {
    .pg-rb #secao1 {
      background: url("../images/mob-secao1.jpg") no-repeat top center;
      height: 991px;
      padding: 40px 0; }
    .pg-rb #secao1 .descricao {
      margin-top: 40px; 
      max-width: 259px;}
      .pg-rb #secao1 .descricao span {
        font-size: 30px;
        display: inline;
      }
    .pg-rb #secao1 .logo {
      text-align: center; }
    .pg-rb #secao1 .logo-descricao {
      margin-top: 50px; }
    .pg-rb #secao1 .logo-descricao img {
      max-width: 100%; }
    .pg-rb #secao1 .bottom-descricao {
      margin-top: 630px; }
    .pg-rb #secao1 .bottom-descricao h2 {
      font-size: 29px; } }
  
  .pg-rb #secao2 {
    background: url("../images/secao2.jpg") no-repeat top center;
    height: 566px;
    padding: 247px 0 80px; }
  
  .pg-rb #secao2 .info h2 {
    margin-top: 20px;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    color: #fff;}

  .pg-rb #secao2 .info p {
    margin-top: 32px;
    color: #FFF;
    font-family: Cairo;
    font-size: 21px;
    font-style: normal;
    max-width: 379px;
    font-weight: 400;
    line-height: 23px; /* 109.524% */
    letter-spacing: 1.05px;}
  
  @media screen and (max-width: 991px) {
    .pg-rb #secao2 {
      background: url("../images/mob-secao2.jpg") no-repeat top center;
      height: 650px;
      padding: 320px 0 0 0; }
    .pg-rb #secao2 .info {
      width: 328px;
      margin: 0; }}
  
  .pg-rb #secao3 {
    background: url("../images/secao3.jpg") no-repeat top center;
    height: 535PX;
    padding: 124px 0 0px; }
      
  .pg-rb #secao3 .controle {
    position: relative; }
   
  .pg-rb #secao3 .info {
    margin: 0 10px 0 auto;
    max-width: 434px;}

  .pg-rb #secao3 .controle .info .icon {
    margin-bottom: 20px;}
      
  .pg-rb #secao3 .info h2 {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 30px;}
      
  .pg-rb #secao3 .info p {
    color: #000;
    font-family: Cairo;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 109.524% */}

  .pg-rb #secao3 .info .box {
    margin-top: 40px;
    padding: 27px 31px;
    border-radius: 20px;
    background-color: #F4BFC1;}

  .pg-rb #secao3 .info .box p {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #000000;}

  .pg-rb #secao3 .info .box p span{
    font-weight: 700;}

  @media screen and (max-width: 991px) {
    .pg-rb #secao3 {
      background: #fff;
      height: auto;
      padding: 104px 0 456px 0;
      box-sizing: border-box; }
    .pg-rb #secao4 img {
      max-width: 100%; }
    .pg-rb #secao3 .info {
      margin:0; }
    .pg-rb #secao3 .info .item {
      margin-bottom: 80px; } 
    .pg-rb #secao3 .info .box {
      margin-top: 40px;
      padding: 27px 15px;
      border-radius: 20px;
      background-color: #F4BFC1;}}
  
  .pg-rb #secao4 {
    background: url("../images/secao4.jpg") no-repeat top center;
    height: 483px;
    position: relative;
    padding: 129px 0 0px; }
    
  .pg-rb #secao4 .info {
    margin: 0 85px 0 auto;
max-width: 356px; }

  .pg-rb #secao4 .controle .info .icon {
    margin-bottom: 22px;}
      
  .pg-rb #secao4 .info h2 {
    color: #FFF;
    font-family: Cairo;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 35px; /* 100% */ }
      
  .pg-rb #secao4 .info p {
    color: #FFF;
    font-family: Cairo;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 109.524% */
    letter-spacing: 1.05px; }
    
  .pg-rb #secao4 .img-mob {
    display: none;  }

  @media screen and (max-width: 991px) {
    .pg-rb #secao4 {
      background: linear-gradient(236deg, #3A3B3D 39.36%, #C00D0D 129.52%), #E4B2A7;
      height: auto;
      padding: 530px 0 97px 0;}
    .pg-rb #secao4 .img-mob {
      position: absolute;
      display: block;
      top: -390px;
      left: 50%;
      transform: translateX(-50%);  }
    .pg-rb #secao4 img {
      max-width: 100%; }
    .pg-rb #secao4 .info h2 { 
      margin-top: 20px;
      max-width: 303px}
    .pg-rb #secao4 .info p {
      margin-top: 30px; }
    .pg-rb #secao4 .info {
      margin: 0 0 70px; 
      margin-right: 0;
      float: inherit; }
    .pg-rb #secao4 .info .item {
      margin-bottom: 80px; } 
    .pg-rb #secao4 .info {
      position: relative; }}


  .pg-rb #secao9 {
    background: url("../images/secao9.jpg") no-repeat top center;
    padding: 0; 
    height: 603px;
    padding-bottom: 0px;
    max-width: 1200px;
    margin: 0 auto;
    background-position: right;
}
  
  .pg-rb #secao9 .controle {
    height: auto;
    justify-content: space-between;
    display: flex;}

  .pg-rb #secao9 .controle .item1 {
    position: relative;
    width: 44%;
    top: 343px;}

  .pg-rb #secao9 .controle .item2 {
    position: relative;
    right: 20px;
    width: 39%;
    top: 380px;}

  .pg-rb #secao9 .controle .icon {
    margin-bottom: 22px; }
  
  .pg-rb #secao9 .controle .hotspots {
    position: absolute;
    top: 750px;
    left: 450px; }
  
  .pg-rb #secao9 .controle .hotspots .spot-content {
    right: -190px; }
  
  .pg-rb #secao9 .info-top {
    overflow: hidden; }
  
  .pg-rb #secao9 .info-top .info {
    float: right;
    margin-right: 50px; }
  
  .pg-rb #secao9 .info-bottom {
    margin-top: 80px; }
  
  .pg-rb #secao9 .info h2 {
    margin-bottom: 33px;
    color: #FFF;
    font-family: Cairo;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 100% */}
  
  .pg-rb #secao9 .info p {
    color: #FFF;
    font-family: Cairo;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 109.524% */}
  
  @media screen and (max-width: 991px) {
    .pg-rb #secao9 {
      background: url("../images/mob-secao9.jpg") no-repeat top center;
      height: 937px; 
    padding: 97px 0 0 0;}
    .pg-rb #secao9 .info {
      margin: 0; } 
    .pg-rb #secao9 .controle {
      height: auto;
      display: flex;
      flex-direction: column;}
     .pg-rb #secao9 .controle .item1 {
      position: static;
      width: 100%;}
    .pg-rb #secao9 .controle .item1 p  {
      width: 325px; }
    .pg-rb #secao9 .controle .item2 p  {
      width: 277px; }
    .pg-rb #secao9 .controle .item2 {
     position: static;
    margin-top: 345px;
  width: 100%;}}

  .pg-rb #secao5 {
    background: url("../images/secao5.jpg") no-repeat top center;
    background-size: cover;
    max-width: 1200px;
    margin: 0 auto;
    height: 604px; 
  padding-top: 136px;}
      
  .pg-rb #secao5 .item {
    margin-bottom: 0; }
    
  .pg-rb #secao5 .info{
    max-width: fit-content;
    background: rgba(123, 37, 38, 0.90);
    margin-left: auto;
  padding: 64px 31px 63px 33px;}
      
  .pg-rb #secao5 .info h2 {
    font-family: 'Cairo';
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 33px 0; }
      
  .pg-rb #secao5 .info p {
    color: #FFF;
    font-family: Cairo;
    font-size: 21px;
    font-style: normal;
    max-width: 392px;
    font-weight: 400;
    line-height: 23px; /* 109.524% */}

  .info-mob {
    display: none;}
  
  @media screen and (max-width: 991px) {
    .pg-rb #secao5 {
      background: url("../images/mob-secao5.jpg") no-repeat top center;
      height: 965px;
      padding: 99px 0 0 0;
      box-sizing: border-box;}
    .pg-rb #secao5 .info{
      margin: 0;
      padding: 0;}
    .pg-rb #secao5 .info h2 {
      font-family: 'Cairo';
      font-weight: 700;
      font-size: 35px;
      line-height: 35px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 30px; }

      .pg-rb #secao5 .info p {
        max-width: 300px;
      }
 }

  
  /* .pg-rb #secao6 {
    background: url("../images/secao6.jpg") no-repeat top center;
    padding: 0; 
    height: 840px;
    padding-bottom: 0px;
    margin: 0;}
  
  .pg-rb #secao6 .controle {
    height: auto;
    display: flex;
  }

  .pg-rb #secao6 .controle .item1 {
    position: relative;
    top: 480px;
  }

  .pg-rb #secao6 .controle .item2 {
    position: relative;
    top: 480px;
    left: 355px;
  }

  .pg-rb #secao6 .controle .icon {
    margin-bottom: 22px;
  }
  
  .pg-rb #secao6 .controle .hotspots {
    position: absolute;
    top: 750px;
    left: 450px; }
  
  .pg-rb #secao6 .controle .hotspots .spot-content {
    right: -190px; }
  
  .pg-rb #secao6 .info-top {
    overflow: hidden; }
  
  .pg-rb #secao6 .info-top .info {
    float: right;
    margin-right: 50px; }
  
  .pg-rb #secao6 .info-bottom {
    margin-top: 80px; }
  
  .pg-rb #secao6 .info h2 {
    font-family: 'Cairo';
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff; }
  
  .pg-rb #secao6 .info p {
    font-family: 'Cairo';
    font-weight: 400;
    font-size: 21px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #fff;
    padding-top: 22px; }
  
  @media screen and (max-width: 991px) {
    .pg-rb #secao6 {
      background: url("../images/mob-secao6.jpg") no-repeat top center;
      height: 1249px; }
    .pg-rb #secao6 .info {
      margin: 0; } 

    .pg-rb #secao6 .controle {
      height: auto;
      display: flex;
      flex-direction: column;}
    
     .pg-rb #secao6 .controle .item1 {
      position: relative;
      top: 413px; 
      padding-bottom: 121px;}
    
    .pg-rb #secao6 .controle .item2 {
      position: relative;
      top: 400px;
      left: 0;}} */

  .pg-rb #secao7 {
    padding: 96px 0 99px 0;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  height: auto;}
  
  .pg-rb #secao7 .controle {
    display: flex;}

  .pg-rb #secao7 .controle .info {
    max-width: 370px;
  margin: 0 20px 0 auto;}

    .pg-rb #secao7 .gif {
      position: absolute;
      left: 0px;
      top: 0px;
    }
    .pg-rb #secao7 .controle .info .icon {
      margin-bottom: 20px;
    }

    .pg-rb #secao7 .controle .info .item2 {
      margin-top: 106px;
    }
  
  .pg-rb #secao7 .info h2 {
    color: #000;
    font-family: Cairo;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 100% */
    margin-bottom: 33px; }
  
  .pg-rb #secao7 .info p {
    color: #000;
    font-family: Cairo;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 109.524% */}
  
  @media screen and (max-width: 991px) {
    .pg-rb #secao7 {
      background: #FFFFFF;
      height: auto; 
     padding: 0 0 70px 0;}
    .pg-rb #secao7 .controle .info {
      position: relative;
      max-width: 270px;
     margin: 0; }
     .pg-rb #secao7 .gif {
      position: static;
      width: 100%;
      margin: 0 auto 60px auto;
      display: block;
      max-width: 330px;
     }}

  .pg-rb #secao8 {
    background: linear-gradient(251deg, #C00D0D -12.67%, #3A3B3D 72.1%);
    max-width: 1200px;
    margin: 0 auto;
  position: relative;
    height: auto; 
    padding: 75px 0;}
      
  .pg-rb #secao8 .item {
    margin-bottom: 0; }
    
  .pg-rb #secao8 .info{
    max-width: 390px;
  }

  .pg-rb #secao8 .info.info2 {
    margin-top: 78px;
  }

    .pg-rb #secao8 .info .icon {
      margin-bottom: 20px;
    }
      
    .pg-rb #secao8 .produto {
      position: absolute;
      right: 50px;
      top: 50%;
      transform: translateY(-50%);
      width: 44%;
    }

  .pg-rb #secao8 .info h2 {
    color: #FFF;
    font-family: Cairo;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 100% */
    margin-bottom: 30px; }
      
  .pg-rb #secao8 .info p {
    color: #FFF;
    font-family: Cairo;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 109.524% */
    letter-spacing: 1.05px;}

  .info-mob {
    display: none;}
  
  @media screen and (max-width: 991px) {
    .pg-rb #secao8 {
      background: linear-gradient(251deg, #C00D0D -12.65%, #3A3B3D 66.32%);
      padding: 71px 0 83px 0;}
    .pg-rb #secao8 .controle .info {
      max-width: 100%; }

      .pg-rb #secao8 .produto {
        position: static;
    width: 100%;
    transform: none;
    margin: 0 auto 80px auto;
      }
    .pg-rb #secao8 .controle .info-mob {
      display: inline; }
    .pg-rb #secao8 .info{
      margin: 0;
      float: inherit;}
    .pg-rb #secao8 .info-mob h2 {
      font-style: normal;
      font-weight: 700;
      font-size: 35px;
      line-height: 35px;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 27px; }
    .pg-rb #secao8 .info-mob p {
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 22px;
      color: #000;}}
  
  .pg-rb #garantia {
    background: url("../images/bg-garantia.jpg") no-repeat top center;
    height: 518px;
    padding-top: 99px;
    overflow: hidden; }

  .pg-rb #garantia .icon {
    margin-bottom: 13px; }
  
  
  .pg-rb #garantia h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 25px; }
  
  .pg-rb #garantia p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 20px; }
  
  @media screen and (max-width: 991px) {
    .pg-rb #garantia {
      background: url("../images/mob-garantia.jpg") no-repeat bottom center;
      height: 718px;
      padding: 60px 0; }
    .pg-rb #garantia .bottom {
      margin-top: 0; }
    .pg-rb #garantia .bottom .info {
      margin: 0; }
    .pg-rb #garantia .info {
      margin: 0; } 
    .pg-rb #garantia h2 {
      max-width: 320px;}}
  
.pg-rb #footer-medidas {
  background: #3A3B3D;
  height: 436px;
  padding: 60px 0;
  max-width: 1200px;
    margin: 0 auto;
  box-sizing: border-box; }

  .pg-rb .controle {
    box-sizing: border-box; }

.pg-rb #footer-medidas h2 {
  color: #FF3C3C;
  font-family: Cairo;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 100% */
  margin-bottom: 30px;}

.pg-rb #footer-medidas ul {
  margin-left: 23px; }

.pg-rb #footer-medidas li {
  list-style: square;
  font-size: 14px;
  color: #FF3C3C; }

.pg-rb #footer-medidas p,
.pg-rb #footer-medidas li span {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #fff; }

.pg-rb #footer-medidas p strong,
.pg-rb #footer-medidas li span strong {
  font-weight: 700; }

.pg-rb #footer-medidas .produto {
  display: flex;
  justify-content: center;
  align-items: center; }

.pg-rb #footer-medidas .conteudo {
  margin-left: 0px; }

.pg-rb #footer-medidas .medidas {
  display: flex;
  justify-content: space-between; }

.pg-rb #footer-medidas .medidas div {
  padding: 0 8px; }

.pg-rb .terms {
  padding-bottom: 60px; }

.pg-rb .terms p {
  padding: 40px 25px 0 25px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000; }

.pg-rb .terms .logo-footer {
  text-align: center; }

@media screen and (max-width: 991px) {
  .pg-rb #footer-medidas {
    background: #3A3B3D;
    height: auto;
    padding: 90px 0; }
  .pg-rb #footer-medidas .medidas {
    flex-direction: column; 
    gap: 30px;}
  .pg-rb #footer-medidas .medidas div {
    padding: 0; }
  .pg-rb #footer-medidas .medidas .dimensoes {
    order: 1; }
  .pg-rb #footer-medidas .medidas .produto {
    order: 2;
    margin: 60px 0; }
  .pg-rb #footer-medidas .medidas .conteudo {
    order: 3; }
    .pg-rb #footer-medidas .medidas .produto p img {
      width: 100%;}
  .pg-rb .terms p {
    padding-left: 0;
    padding-right: 0; } }


  @media screen and (max-width: 354px) {
    br {
      display: none;}
    .pg-rb #secao1 .descricao {
      width: 90%;}
    .pg-rb #secao2 .info {
      max-width: 100%;}
    .pg-rb #secao9 {
      height: 950px;}
    .pg-rb #secao9 .controle .item1 {
      top: 190px;}
    .pg-rb #secao9 .controle .item2 {
      top: 130px;}
    .pg-rb #secao9 .controle .item1 p {
      width: 100%;}
    .pg-rb #secao9 .controle .item2 p {
      width: 100%;}
  }
  


  