.content.revisao:has(.rof-options-wrapper) .banner {
  background-color: #ffffff;
}

.rof-module {
  margin-top: 60px;
}


.rof-module-container {
  padding: 60px 50px;
  background-color: #fef8f4;
  display: flex;
  border-radius: 20px;
}

.rof-module-container .rof-module-left-wrapper {
  width: 100%;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}

.rof-module-container .rof-module-right-wrapper {
  position: relative;
  padding-left: 40px;
}

.rof-module-container .rof-module-left-wrapper .rof-module-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  position: relative;
}

.rof-module-container .rof-module-left-wrapper .rof-module-title b {
  color: var(--primary);
  font-weight: bold;
}

.rof-module-container .rof-module-left-wrapper .info-tooltip {
  display: inline-flex;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  align-items: center;
  padding-left: 5px;
}

.rof-module-container .rof-module-left-wrapper .rof-module-title .info-tooltip::before {
  content: "";
  display: inline-flex;
  height: 15px;
  width: 15px;
  background-color: #ebd5c7;
  -webkit-mask-image: url(/assets/img/revisao/info-icon.svg);
  mask-image: url(/assets/img/revisao/info-icon.svg);
}

.rof-module-container .rof-module-left-wrapper .rof-module-title .info-tooltip:hover::before {
  background-color: #c49e87;
}

.rof-module-container .rof-module-left-wrapper .rof-module-title .info-tooltip .tooltip-wrapper {
  position: absolute;
  opacity: 0;
  transition: var(--transition);
  transform: translateX(-46%) translateY(-40px);
  background-color: var(--black);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  pointer-events: none;
  z-index: 1;
  width: 35vw;
  max-width: 460px;
  text-align: center;
}

.rof-module-container .rof-module-left-wrapper .rof-module-title .info-tooltip:hover .tooltip-wrapper,
.rof-module-container .rof-module-left-wrapper .rof-module-title .info-tooltip:has(:hover) .tooltip-wrapper {
  opacity: 1;
  pointer-events: all;
}

.rof-module-container .rof-module-left-wrapper .row {
  margin-top: 31px;
}

.rof-module-container .input-wrapper:not(.select-wrapper) {
  padding: 12.5px 30px;
  border: 1px solid #f2d2be;
  border-radius: 20px;
  position: relative;
  transition: var(--transition);
  background-color: var(--white);
}

.rof-module-container .input-wrapper:not(.select-wrapper) input {
  background-color: var(--transparent);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}

.input-wrapper:not(.select-wrapper) input#matricula {
  text-transform: uppercase;
}

.rof-module-container .rof-module-left-wrapper .button {
  margin-top: 36px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rof-module-container .rof-module-left-wrapper .button.disabled {
  color: #d9b29b;
  opacity: 1 !important;
}

.rof-module-container .rof-module-left-wrapper .button.disabled::before {
  background-color: #f2d2be;
  opacity: 0.4;
}

.rof-module-container .select-wrapper:has(.isSelected) label,
.rof-module-container .filter-wrapper:has(.isSelected)+label,
.rof-module-container input:focus+label,
.rof-module-container .input-wrapper.filled label,
.rof-module-container .hidden-wrapper.filled label,
.rof-module-container .input-wrapper.filled input:focus+label,
.rof-module-container .input-wrapper.filled input:not(:focus)+label {
  background-color: rgba(255, 255, 255, 0);
}

.rof-module-container .select-wrapper:has(.isSelected) label::before,
.rof-module-container .filter-wrapper:has(.isSelected)+label::before,
.rof-module-container input:focus+label::before,
.rof-module-container .input-wrapper.filled label::before,
.rof-module-container .hidden-wrapper.filled label::before,
.rof-module-container .input-wrapper.filled input:focus+label::before,
.rof-module-container .input-wrapper.filled input:not(:focus)+label::before {
  background-color: rgb(255, 255, 255);
  content: "";
  width: 100%;
  position: absolute;
  top: 8px;
  z-index: -1;
  height: 10px;
}

.rof-module-container>div+div::before {
  background-color: #f2d2be;
  content: "";
  width: 1px;
  position: absolute;
  top: 4px;
  height: 100%;
  left: 0;
}

.rof-module-container .rof-module-right-wrapper .simulations-wrapper {
  display: flex;
  align-items: end;
  gap: 5px;
}

.rof-module-container .rof-module-right-wrapper .simulations-wrapper .simulations-number {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: #ff0d00;
  min-width: 90px;
}

.rof-module-container .rof-module-right-wrapper .simulations-wrapper p {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.3;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  white-space: nowrap;
}

.rof-module-container .rof-module-right-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 0;
  list-style-type: none;
  padding-block: 0px;
  margin-top: 26px;
  counter-reset: item;
  padding-left: 35px;
}

.rof-module-container .rof-module-right-wrapper ul li {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  display: inline;
  align-items: center;
}

.rof-module-container .rof-module-right-wrapper ul li::before {
  content: "";
  display: inline-flex;
  height: 20px;
  width: 20px;
  margin-left: -35px;
  margin-right: 14px;
  background-color: var(--primary);
  -webkit-mask-image: url(/assets/img/revisao/check-revisao.svg);
  mask-image: url(/assets/img/revisao/check-revisao.svg);
  vertical-align: middle;
}

.rof-module-container .rof-module-right-wrapper ul li sup {
  color: var(--primary);
  margin-left: 0;
  font-size: 9px;
  transform: translateY(-3px);
}

/****************************************/
/*********** POPUP GEARBOX **************/
/****************************************/

.gearbox-popup {
  position: fixed;
  inset: 0;
  margin: auto;
  background-color: #ffffff;
  max-width: 660px;
  max-height: 361px;
  width: 100%;
  z-index: 12;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  padding: 73px 20px 80px;
  border-radius: 20px;
}

.gearbox-popup.show {
  opacity: 1;
  pointer-events: all;
}

body:has(.gearbox-popup.show) header::before {
  opacity: 0.8;
  pointer-events: auto;
}

.gearbox-popup .container {
  max-width: 323px;
  padding: 0;
}

.gearbox-popup .container .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.gearbox-popup .container .button-wrapper {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.gearbox-popup .container .button-wrapper .button {
  width: 100%;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gearbox-popup .container .button-wrapper .button.grey {
  color: #b2b1b1;
}

.gearbox-popup  .input-wrapper.select-wrapper {
  padding: 0;
  border: 0px solid #dddddd;
  border-radius: 0;
  margin-top: 33px;
  position: relative;
}

.gearbox-popup  .input-wrapper.select-wrapper.filled {
  border: 0px solid #dddddd;
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select .placeholder {
  padding: 13.5px 31px 13.5px ;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  color: var(--black);
  cursor: pointer;
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select.isSelected .placeholder {
  border: 1px solid #989898;
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gearbox-popup .input-wrapper.select-wrapper.disabled .custom-select .placeholder {
  background-color: rgba(221, 221, 221, 0.2);
  border: 1px solid rgba(221, 221, 221, 0);
  pointer-events: none;
}

.gearbox-popup .input-wrapper.select-wrapper.filled .custom-select .placeholder {
  border: 1px solid #989898;
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select:not(.has-reset) .placeholder::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 9px;
  height: 5px;
  background-color: var(--black);
  transform: rotate(0);
  pointer-events: none;
  border: none;
  -webkit-mask-image: url("/assets/img/simulador/select-arrow.svg");
  mask-image: url("/assets/img/simulador/select-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select.has-reset .placeholder>div.reset {
  right: 31px;
  cursor: pointer;
}

.gearbox-popup .input-wrapper.select-wrapper.disabled .custom-select.has-reset .placeholder>div.reset::before,
.gearbox-popup .input-wrapper.select-wrapper.disabled .custom-select.has-reset .placeholder>div.reset::after {
  background-color: #959595;
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select.has-reset .placeholder>div.reset::before {
  transform: rotate(40deg);
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select.has-reset .placeholder>div.reset::after {
  transform: rotate(-40deg);
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select.has-reset.isSelected .placeholder>div.reset::before {
  transform: rotate(45deg);
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select.has-reset.isSelected .placeholder>div.reset::after {
  transform: rotate(-45deg);
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select.has-reset.isSelected .placeholder>div.reset::before,
.gearbox-popup .input-wrapper.select-wrapper .custom-select.has-reset.isSelected .placeholder>div.reset::after {
  top: 0;
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select.open .placeholder {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select .options-wrapper {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 0px;
  top: 55px;
  padding-right: 0;
  font-size: 16px;
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select.isSelected .options-wrapper,
.gearbox-popup .input-wrapper.select-wrapper.filled .custom-select .options-wrapper {
  border-left: 1px solid #989898;
  border-right: 1px solid #989898;
  border-bottom: 1px solid #989898;
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select .options {
  padding: 0;
  overflow: auto;
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select .options>div {
  padding: 10px 0;
  padding-inline: 31px;
  font-weight: 300;
}

.gearbox-popup .input-wrapper.select-wrapper .custom-select .options>div:hover {
  background-color: #fef9f9;
}


.rof-module-container .rof-module-left-wrapper .button.mobile-rof-button {
  display: none;
}


/***************************************/
/********** Confirmar dados ************/
/***************************************/

.revisao .banner-rof.banner {
  padding-bottom: 0;
  background-color: #ffffff;
}

.revisao .banner-rof.banner h1,
.revisao .banner-rof .container {
  text-align: start;
}

.revisao .has-summary {
  margin-top: 75px;
  display: flex;
  gap: 70px;
}


.revisao .has-summary .campaign-column{
    max-width: 370px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.revisao .has-summary .summary-campaign {
    max-width: 370px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #dddddd;
    height: max-content;
}

.revisao .has-summary .summary-campaign div img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.revisao .has-summary .summary-campaign div:not(:has(img)){
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 30px 32px;
}

.campaign-mobile{
    display:none;
}

.revisao .has-summary .summary-wrapper {
  max-width: 370px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #dddddd;
  height: max-content;
}


.revisao .has-summary .summary-wrapper>a.close {
  width: 15px;
  height: 15px;
  transition: var(--transition);
  position: absolute;
  right: 20px;
  top: 20px;
}

.revisao .has-summary .summary-wrapper>a.close::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0px;
  top: 0px;
  -webkit-mask-image: url(/assets/img/global/close-header.svg);
  mask-image: url(/assets/img/global/close-header.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--black);
  cursor: pointer;
  transition: var(--transition);
}

.revisao .has-summary .summary-wrapper>a.close:hover {
  transform: scale(1.15);
}

.revisao .has-summary .summary-wrapper>a.close {
  display: none;
}

.revisao .has-summary .summary-wrapper>hr {
  border: 1px solid #dddddd;
  border-top: 0;
  margin: 0;
}

.revisao .has-summary .summary-wrapper>div {
  padding: 23px 30px 26px 30px;
}

.revisao .has-summary .summary-wrapper a:has(.tooltip)::before {
  content: "";
  -webkit-mask-image: url(/assets/img/marcacao/edit-summary.svg);
  mask-image: url(/assets/img/marcacao/edit-summary.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--primary);
  width: 13px;
  height: 13px;
  display: block;
  transition: var(--transition);
  z-index: 1;
  position: relative
}

.revisao .has-summary .summary-wrapper a>.tooltip {
  position: absolute;
  opacity: 0;
  transition: var(--transition);
  transform: translateX(-50%) translateY(-55px);
  background-color: var(--black);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
}

.revisao .has-summary .summary-wrapper>div>ul {
  list-style-type: none;
  margin: 0;
  padding-block: 0px;
  margin-block: 0;
  counter-reset: item;
  padding-left: 19px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.revisao .has-summary .summary-wrapper>div>ul li {
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.68;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}

.revisao .has-summary .summary-wrapper>div>ul>a {
  position: absolute;
  right: 0;
  top: 4px;
}

.revisao .has-summary .summary-wrapper>div>ul li span {
  display: block;
  color: #959595;
}

.revisao .has-summary .summary-wrapper>div>ul li::before {
  content: "";
  display: inline-block;
  height: 5px;
  display: inline-flex;
  width: 5px;
  border-radius: 100%;
  margin-left: -20px;
  margin-right: 15px;
  background-color: var(--primary);
  vertical-align: super;
  align-items: center;
}

.revisao .has-summary .summary-wrapper>.title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--primary);
  padding: 30px 30px 24px 30px;
  display: block;
}

.revisao .rof-options-wrapper {
  width: 100%;
}

.revisao .rof-options-wrapper .rof-options-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  margin-top: -5px;
}

.revisao .rof-options-wrapper .rof-options-title sup {
  font-size: 14px;
}

.revisao .rof-options-wrapper .rof-options-title span {
  color: var(--primary);
}

.revisao .rof-options-wrapper .rof-options {
  width: 100%;
  display: flex;
  margin-top: 47px;
}

.revisao .rof-options-wrapper .rof-options>div {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 25px 20px 45px;
}

.revisao .rof-options-wrapper .rof-options>div>.rof-option-details {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: normal;
  color: #1c1c1c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.revisao .rof-options-wrapper .rof-options > div:not(:has(.button.quotation)) > .rof-option-details {
  margin-bottom: 33px;
}

.revisao .rof-options-wrapper .rof-options>div>.rof-option-details>div:last-of-type {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.revisao .rof-options-wrapper .rof-options>div>.rof-option-details>div:last-of-type span{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  text-decoration: line-through;
}

.revisao .rof-options-wrapper .rof-options>div.revisao-normal {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-block: 20px;
}

.revisao .rof-options-wrapper .rof-options>div.revisao-plus {
  border-radius: 10px;
  border: 1px solid #fbc8c8;
  padding-top: 45px;
  background-color: #fef9f9;
}

.revisao .rof-options-wrapper .rof-options>div>.button {
  margin-bottom: 26px;
}

.revisao .rof-options-wrapper .rof-options>div.revisao-normal>.button::before {
  background-color: #1a1a1a;
}

.revisao .rof-options-wrapper .rof-options>div ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
  list-style-type: none;
  padding-block: 0px;
  counter-reset: item;
  padding-left: 24px;
}

.revisao .rof-options-wrapper .rof-options>div ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  display: inline;
  align-items: center;
}

.revisao .rof-options-wrapper .rof-options>div ul li::before {
  content: "";
  display: inline-flex;
  height: 9px;
  width: 13px;
  margin-left: -25px;
  margin-right: 12px;
  background-color: #50a130;
  -webkit-mask-image: url(/assets/img/revisao/rof-check.svg);
  mask-image: url(/assets/img/revisao/rof-check.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  vertical-align: middle;
}

.revisao .rof-options-wrapper .rof-options>div ul.rof-pack-details {
  gap: 12px;
  margin-bottom: 17px;
}

.revisao .rof-options-wrapper .rof-options>div ul.rof-pack-details li {
  font-weight: bold;
  color: var(--primary);
}

.revisao .rof-options-wrapper .rof-options>div ul.rof-pack-details>div {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #1c1c1c;
  padding-left: 3px;
}

.revisao .rof-options-wrapper .rof-options>div ul.rof-pack-details>div b {
  font-weight: bold;
  display: block;
}

.revisao .rof-options-wrapper .rof-options>div ul.rof-pack-details>div span {
  color: #959595;
}

.revisao .rof-options-wrapper .rof-quotation {
  margin-top: 53px;
}


.revisao .rof-options-wrapper .rof-quotation .row {
  margin-top: 40px;
}

.revisao .rof-options-wrapper .rof-quotation .row>div:has(.button) {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.revisao .rof-options-wrapper .rof-quotation .row>div .button.quotation {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 196px;
  min-height: 40px;
}


.revisao .rof-options-wrapper .rof-quotation .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}

.revisao .side-section > .container .row .button.disabled,
.revisao.obrigado .form .row > .button-wrapper .button.disabled,
.revisao .rof-options-wrapper .rof-quotation .button.quotation.disabled {
  color: #b2b1b1;
  opacity: 1 !important;
}

.revisao .side-section > .container .row .button.disabled::before,
.revisao.obrigado .form .row > .button-wrapper .button.disabled::before,
.revisao .rof-options-wrapper .rof-quotation .button.quotation.disabled::before {
  background-color: #dddddd;
  opacity: 0.2;
}

.revisao .rof-options-wrapper .rof-quotation .row > div .button.quotation.disabled:has(.dot-pulse) {
  opacity: 0.2;
  color: white;
}

.revisao .rof-options-wrapper .rof-quotation .row > div .button.quotation.disabled:has(.dot-pulse)::before {
  background-color: var(--primary);
}

.revisao .input-wrapper {
  padding: 12.5px 30px;
  border: 1px solid #dddddd;
  border-radius: 20px;
  position: relative;
  transition: var(--transition);
}

.revisao .input-wrapper input {
  font-family: var(--font-family);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  width: 100%;
}

.revisao .rof-options-wrapper .rof-quotation p small {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #959595;
}


.revisao .rof-options-wrapper .rof-quotation .mobile-summary {
  display: none;
  align-items: center;
  gap: 9px;
}

.revisao .rof-options-wrapper .rof-quotation .mobile-summary::after {
  content: "";
  -webkit-mask-image: url(/assets/img/marcacao/caret.svg);
  mask-image: url(/assets/img/marcacao/caret.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--primary);
  width: 7px;
  height: 12px;
  display: block;
  transition: var(--transition);
}

.revisao .rof-options-wrapper .rof-quotation .mobile-summary.mobile-button {
  position: fixed;
  bottom: 63px;
  left: 0;
  right: 0;
  z-index: 11;
  color: white;
  display: none;
  min-height: 34px;
  border-radius: 0;
}

.revisao .rof-options-wrapper .rof-quotation .mobile-button.disabled {
  color: #919090;
  opacity: 1 !important;
}

.revisao .rof-options-wrapper .rof-quotation .mobile-button::before {
  background-color: var(--primary);
  opacity: 1;
  border-radius: 0;
}

.revisao .rof-options-wrapper .rof-quotation .mobile-button.disabled::before {
  background-color: #dddddd;
}

.revisao .rof-options-wrapper .rof-quotation .mobile-button:has(.dot-pulse) {
  opacity: 0.2;
  color: white;
  pointer-events: none;
}

.revisao .rof-options-wrapper .rof-quotation .mobile-button:has(.dot-pulse)::before {
  background-color: var(--primary);
}

.revisao .rof-options-wrapper .rof-quotation .mobile-summary.mobile-button::after {
  content: none;
}


.revisao .side-section {
  position: fixed;
  height: 100vh;
  max-width: 100%;
  background-color: white;
  top: 0;
  right: 0;
  flex-direction: column;
  transform: translateX(100%);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  z-index: 23;
  width: 487px;
}

.revisao .side-section.open {
  transform: translateX(0%);
}

body:has(.side-section.open) header::before {
  opacity: 0.8;
  pointer-events: auto;
}

.revisao .side-section a.close {
  width: 15px;
  height: 15px;
  transition: var(--transition);
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.revisao .side-section a.close:hover {
  transform: scale(1.15);
}


.revisao .side-section a.close::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0px;
  top: 0px;
  -webkit-mask-image: url(/assets/img/global/close-header.svg);
  mask-image: url(/assets/img/global/close-header.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--black);
  cursor: pointer;
  transition: var(--transition);
}

.revisao .side-section > .container {
  display: block;
  padding: 101px 30px;
}

.revisao .side-section > .container .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.revisao .side-section > .container .row {
  margin-top: 40px;
}

.revisao .side-section > .container .row .button {
  width: 100%;
  margin-top: 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.obrigado.content.revisao .template .container {
  max-width: 799px;
}

.revisao .create-account-ty {
  margin-top: 44px;
  padding: 40px 60px;
  border-radius: 20px;
  border: solid 1px #ddd;
}

.revisao .create-account-ty .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.64;
  color: #ff0d00;
  letter-spacing: normal;
  text-align: center;
  margin: auto;
}

.revisao .create-account-ty .title p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #1a1a1a;
  margin: 0;
  text-align: center;
}

.revisao.obrigado .row span.peek {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  /* background-color: #000000; */
  z-index: 1;
}

.revisao.obrigado .row .peek::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(/assets/img/revisao/eye-login.svg);
  -mask-image: url(/assets/img/revisao/eye-login.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  top: 0;
  right: 0px;
  left: 0;
  bottom: 0;
  width: 23px;
  height: 13px;
  background-color: #959595;
  margin: auto;
}

.revisao.obrigado .row span.peek.active::before {
  -webkit-mask-image: url(/assets/img/revisao/eye-login-closed.svg);
  -mask-image: url(/assets/img/revisao/eye-login-closed.svg);
  width: 24px;
  height: 15px;
}

.revisao.obrigado .form .row > .privacy-policy {
  margin: 0;
}

.revisao.obrigado .form .row > .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.revisao.obrigado .form .row > .button-wrapper .button {
  min-width: 220px;
}

.revisao.obrigado .container > a.voltar {
  margin-top: 74px;
}


@media (min-width: 1025px) {
  .revisao .has-summary .summary-wrapper a:hover>.tooltip {
    opacity: 1;
    transition: var(--transition);
  }
}



@media (max-width: 1024px) {
  .rof-module-container {
    flex-direction: column;
    align-items: center;
  }

  .rof-module-container .rof-module-left-wrapper {
    max-width: 100%;
    padding-right: 0;
  }

  .rof-module-container .rof-module-left-wrapper .rof-module-title {
    text-align: center;
  }

  .rof-module-container .rof-module-right-wrapper {
    padding-left: 0;
    margin-top: 25px;
  }

  .rof-module-container>div+div::before {
    content: none;
  }


  .revisao .rof-options-wrapper .rof-options {
    flex-direction: column;
    gap: 20px;
  }

  .revisao .rof-options-wrapper .rof-options>div {
    width: 100%;
  }

  .revisao .rof-options-wrapper .rof-options>div.revisao-normal {
    border-radius: 10px;
    border: 1px solid #dddddd;
    margin-block: 0;
  }

}

@media (max-width: 768px) {

  .revisao .has-summary .summary-campaign {
      display:none;
  }

  .campaign-mobile{
        display: block;
        width: 100%;
        border-radius: 20px;
        border: 1px solid #dddddd;
        height: max-content;
    }

    .revisao .has-summary .campaign-mobile div img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .revisao .has-summary .campaign-mobile div:not(:has(img)) {
        font-family: var(--font-family);
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        padding: 15px 11px 2px 12px;
    }

  .rof-module {
    margin-top: 0px;
  }
  .rof-module-container {
    padding: 30px 20px;
    margin: 0 -20px;
    border-radius: 0;
  }

  .rof-module-container .rof-module-right-wrapper {
    width: 100%;
  }

  .rof-module-container .rof-module-left-wrapper .rof-module-title {
    font-size: 16px;
    line-height: 1.63;
    text-align: center;
  }

  .rof-module-container .rof-module-left-wrapper .info-tooltip {
    margin: 0;
    top: unset;
    bottom: 7px;
    height: 15px;
  }

  .rof-module-container .rof-module-left-wrapper .row {
    margin-top: 25px;
  }

  .revisao .input-wrapper:not(.select-wrapper) input {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
  }

  .revisao .input-wrapper:not(.select-wrapper) {
    padding: 7.5px 16px;
    border-radius: 10px;
  }

  .revisao .input-wrapper label {
    left: 16px;
    top: 9px;
  }

  .revisao .select-wrapper:has(.isSelected) label::before,
  .revisao .filter-wrapper:has(.isSelected)+label::before,
  .revisao input:focus+label::before,
  .revisao .input-wrapper.filled label::before,
  .revisao .hidden-wrapper.filled label::before,
  .revisao .input-wrapper.filled input:focus+label::before,
  .revisao .input-wrapper.filled input:not(:focus)+label::before {
    height: 50%;
  }

  .revisao .select-wrapper:has(.isSelected) label,
  .revisao .filter-wrapper:has(.isSelected)+label,
  .revisao input:focus+label,
  .revisao .input-wrapper.filled label,
  .revisao .hidden-wrapper.filled label,
  .revisao .input-wrapper.filled input:focus+label,
  .revisao .input-wrapper.filled input:not(:focus)+label {
    left: 16px !important;
  }

  .rof-module-container .rof-module-left-wrapper .button {
    margin-top: 20px;
    font-size: 14px;
    padding: 5px 20px 5px;
    min-height: 33px;
  }

  .rof-module-container .rof-module-left-wrapper .button.mobile-rof-button {
    position: fixed;
    bottom: 63px;
    left: 0;
    right: 0;
    z-index: 11;
    color: white;
    display: none;
    min-height: 33px;
    justify-content: center;
    align-items: center;
  }

  .rof-module-container .rof-module-left-wrapper .button.mobile-rof-button.button.disabled {
    color: #919090;
  }

  .rof-module-container .rof-module-left-wrapper .button.mobile-rof-button.show {
    display: flex;
  }

  .rof-module-container .rof-module-left-wrapper .button.mobile-rof-button::before {
    background-color: var(--primary);
    opacity: 1;
    border-radius: 0;
  }

  .rof-module-container .rof-module-left-wrapper .button.mobile-rof-button.disabled::before {
    background-color: #dddddd;
  }

  .rof-module-container .rof-module-right-wrapper .simulations-wrapper .simulations-number {
    font-size: 16px;
    min-width: 70px;
  }

  .rof-module-container .rof-module-right-wrapper .simulations-wrapper p {
    font-size: 10.5px;
    line-height: 2.1;
  }

  .rof-module-container .rof-module-right-wrapper ul {
    gap: 10px;
    margin-top: 15px;
    padding-left: 25px;
  }

  .rof-module-container .rof-module-right-wrapper ul li::before {
    height: 15px;
    width: 15px;
    margin-left: -25px;
    margin-right: 10px;
  }

  .rof-module-container .rof-module-right-wrapper ul li {
    font-size: 10.5px;
    line-height: 1.55;
  }

  .rof-module-container .rof-module-right-wrapper ul li sup {
    margin-left: 1px;
    font-size: 8px;
  }

  .gearbox-popup {
    max-width: calc(100% - 40px);
    padding: 30px 20px 40px;
    max-height: fit-content;
  }

  .gearbox-popup .title {
    font-size: 18px;
  }

  .gearbox-popup .title {
    font-size: 18px;
  }

  .gearbox-popup .input-wrapper.select-wrapper .custom-select .placeholder {
    padding: 9.5px 20px 9.5px 16px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.71;
  }

  .gearbox-popup .input-wrapper.select-wrapper .custom-select.has-reset .placeholder>div.reset {
    right: 16px;
    top: -7px;
  }

  .gearbox-popup .input-wrapper.select-wrapper {
    margin-top: 23px;
  }

  .gearbox-popup .input-wrapper.select-wrapper .custom-select.has-reset.isSelected .placeholder>div.reset {
    top: 0;
  }

  .gearbox-popup .input-wrapper.select-wrapper .custom-select .options-wrapper {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 45px;
    font-size: 14px;
  }

  .gearbox-popup .input-wrapper.select-wrapper .custom-select .options>div {
    padding-left: 16px;
  }

  .revisao .has-summary .summary-wrapper>hr:first-of-type,
  .revisao .has-summary .summary-wrapper>.title {
    display: none;
  }

  .revisao .has-summary .summary-wrapper>hr {
    margin: 0 -32px 0 -20px;
  }

  .revisao .has-summary .summary-wrapper {
    position: fixed;
    height: 100vh;
    background-color: white;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: var(--transition);
    -webkit-transition: var(--transition);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    border-radius: 0;
    padding: 80px 32px 80px 20px;
  }

  .revisao .has-summary .summary-wrapper.open {
    transform: translateX(0%);
    opacity: 1;
    pointer-events: auto;
    z-index: 20;
    overflow: hidden;
  }

  .revisao:has(.summary-wrapper.open) header::before {
    opacity: .8;
    pointer-events: auto;
  }


  .revisao .has-summary .summary-wrapper>a.close {
    display: block;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 20px;
  }

  .revisao .has-summary .summary-wrapper>a.close::before {
    width: 12px;
    height: 12px;
    right: 20px;
    top: 10px;
  }

  .revisao .has-summary .summary-wrapper>div:first-of-type {
    padding-top: 0;
  }

  .revisao .has-summary .summary-wrapper>div {
    padding-inline: 0;
  }

  .revisao .rof-options-wrapper .rof-quotation .mobile-summary {
    display: flex;
    justify-content: center;
  }

  .revisao .rof-options-wrapper .rof-quotation .mobile-button {
    display: block;
  }

  .revisao .banner-rof.banner h1,
  .revisao .banner-rof .container {
    text-align: center;
  }

  .revisao .rof-options-wrapper .rof-options-title {
    font-size: 18px;
    line-height: 1.56;
    margin-top: -5px;
    text-align: center;
  }

  .revisao .has-summary {
    margin-top: 32px;
    flex-direction: column;
  }

  .revisao .rof-options-wrapper .rof-options-title sup {
    font-size: 10px;
  }

  .revisao .rof-options-wrapper .rof-options {
    margin-top: 22px;
  }

  .revisao .rof-options-wrapper .rof-options>div>.rof-option-details {
    font-size: 16px;
    line-height: 1.63;
  }

  .revisao .rof-options-wrapper .rof-options>div>.rof-option-details>div:last-of-type {
    font-size: 18px;
  }

  .revisao .rof-options-wrapper .rof-options>div.revisao-plus {
    padding-top: 25px;
  }

  .revisao .rof-options-wrapper .rof-quotation .title {
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
  }

  .revisao .rof-options-wrapper .rof-quotation {
    margin-top: 32px;
  }

  .revisao .rof-options-wrapper .input-wrapper:not(.select-wrapper) {
    padding: 8.5px 20px;
    border-radius: 10px;
  }

  .revisao .rof-options-wrapper .input-wrapper:not(.select-wrapper) input {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
  }

  .revisao .rof-options-wrapper .input-wrapper label {
    left: 20px;
    top: 9px;
  }

  .revisao .rof-options-wrapper .select-wrapper:has(.isSelected) label,
  .revisao .rof-options-wrapper .filter-wrapper:has(.isSelected)+label,
  .revisao .rof-options-wrapper input:focus+label,
  .revisao .rof-options-wrapper .input-wrapper.filled label,
  .revisao .rof-options-wrapper .hidden-wrapper.filled label,
  .revisao .rof-options-wrapper .input-wrapper.filled input:focus+label,
  .revisao .rof-options-wrapper .input-wrapper.filled input:not(:focus)+label {
    left: 20px !important;
  }

  .content.revisao .rof-options-wrapper input[type='checkbox']+label::before {
    font-size: 1rem;
    width: 12px;
    height: 12px;
  }

  .revisao .rof-options-wrapper .rof-quotation .row {
    margin-top: 22px;
  }

  .revisao .rof-options-wrapper .rof-quotation .row>div:has(.button) {
    margin-top: 27px;
  }

  .revisao .rof-options-wrapper .rof-quotation .row>div:has(.button.mobile-summary) {
    margin-top: 0;
  }

  .revisao .rof-options-wrapper .rof-quotation p {
    margin-block: 16px;
  }

  .revisao .rof-options-wrapper .rof-quotation p small {
    font-size: 11px;
    line-height: 1.45;
  }

  
  .revisao .rof-options-wrapper .rof-quotation .mobile-summary.mobile-button.show {
    display: flex;
    align-items: center;
  }
  
  .revisao .has-summary .summary-wrapper>div>ul li {
    font-size: 14px;
    line-height: 1.75;
  }

  .revisao .side-section > .container .row {
    margin-top: 20px;
  }

  .revisao .side-section > .container .title {
    font-size: 18px;
    line-height: 1.56;
  }

  .revisao .create-account-ty {
    padding: 22px 20px;
    border-radius: 0;
    margin: 20px -20px;
  }

  .revisao .create-account-ty .row {
    margin: 0;
  }

    
  .revisao .create-account-ty .title {
    font-size: 16px;
    line-height: 1.71;
  }

  .revisao .create-account-ty .title p {
    font-size: 14px;
  }

  .revisao.obrigado .container > a.voltar {
    margin-top: 35px;
  }

  body.revisao.obrigado .container > h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-block: 20px 13px;
  }

  body.obrigado.content.revisao .container > img {
    max-width: 59px;
    max-height: 59px;
  }

  body.obrigado.content.revisao .template {
    margin-top: 30px;
  }

  body.obrigado.content.revisao .input-wrapper:not(.select-wrapper){
    padding: 8.5px 21px;
  }

  body.obrigado.content.revisao .input-wrapper label {
    left: 21px;
    top: 9px;
  }

  body.obrigado.content.revisao .select-wrapper:has(.isSelected) label, 
  body.obrigado.content.revisao .filter-wrapper:has(.isSelected)+label, 
  body.obrigado.content.revisao input:focus+label, 
  body.obrigado.content.revisao .input-wrapper.filled label, 
  body.obrigado.content.revisao .hidden-wrapper.filled label, 
  body.obrigado.content.revisao .input-wrapper.filled input:focus+label, 
  body.obrigado.content.revisao .input-wrapper.filled input:not(:focus)+label {
    left: 21px !important;
  }

  body.obrigado.content.revisao .row span.peek {
    right: 21px;
  }

}