html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-synthesis: weight style;
  font-synthesis: weight style;
}

body.modal-open {
  overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  outline: 0;
}

button,
select {
  text-transform: none;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

dialog {
  max-height: unset;
  padding: unset;
}

dialog::backdrop {
  background: rgba(74, 74, 74, 0.69);
}

[hidden] {
  display: none;
}

.clearfixs:after,
.clearfixs:before {
  content: '';
  display: table;
}

.clearfixs:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
  .hide-nd {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .hide-mb {
    display: none !important;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

/* SELO FRAME  */
.selo_frame_container {
  width: 100%;
  /* padding-top: 35px; */
}

.selo_frame_container .selo_frame {
  display: grid;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
  grid-template-columns: max-content max-content;
  grid-template-areas: 'imagemselo strongselo spanselo';
}

.selo_frame_container .selo_frame img {
  grid-area: imagemselo;
}

.selo_frame_container .selo_frame strong {
  grid-area: strongselo;
  align-self: center;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -1px;
}

.selo_frame_container .selo_frame span {
  grid-area: spanselo;
  align-self: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffd012;
  letter-spacing: -1px;
}

@media (max-width: 480px) {
  .selo_frame_container {
    display: block;
  }
}

/* HEADER */
.comp_header {
  width: 100%;
  background: #e6f6e5;
  height: 85px;
}

.comp_header .container {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  padding: 24px 32px;
}

.comp_header .container .comp_header_safe-area {
  display: flex;
  gap: 40px;
  align-items: center;
}

.comp_header .container .comp_header_safe-area .btn-out {
  display: flex;
  height: 42px;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #2e2e2e;
}

.btn-out:hover {
  background: #fff;
  color: #007e47 !important;
  border-color: #007e47 !important;
}

.btn-out:hover svg path {
  fill: #007e47 !important;
}

.comp_header .container .comp_header_safe-area a {
  color: #2e2e2e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.6px;
  text-decoration: none;
}

.comp_header_menu {
  display: none;
}

.comp_header_menu_container {
  width: 100%;
  height: 100vh;
  margin: 0;
  left: auto;
  border: none;
}

.comp_header_menu_container .comp_header_menu_head {
  display: flex;
  max-height: 56px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #e6f6e5;
}

.comp_header_menu_container .comp_header_menu_head a svg {
  width: 130px;
  height: 24px;
}

.comp_header_menu_content {
  padding: 24px 16px 16px 14px;
}

.comp_header_menu_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.comp_header_menu_content_wrapper .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.comp_header_menu_content_wrapper .link div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.comp_header_menu_content_wrapper .link div span {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px; /* 160% */
}

@media only screen and (max-width: 768px) {
  .comp_header {
    height: 56px;
  }

  .comp_header .container {
    padding: 16px;
    width: 100%;
  }

  .comp_header .container .comp_header_safe-area .btn-out {
    padding: 8px;
  }

  .comp_header .container .comp_header_logo a svg {
    width: 130px;
    height: 24px;
  }

  .comp_header .container .comp_header_safe-area {
    display: none;
  }

  .comp_header_menu {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
  }

  .badge {
    top: 26px !important;
    right: 37px !important;
    left: unset !important;
  }
}


/* gatilho não autenticado */
.badge {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #E41324;
  font-size: 12px;
  font-weight: 700;
  color: #FFFF;
}

.login_trigger_header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.login_trigger_icon {
  width: 34px;
  height: 34px;
  background-color: #004A2A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_trigger_title {
  font-family: 'Open Sans';
  font-size: 1rem;
  font-weight: 700;
  color: #2E2E2E;
  line-height: 25.6px;
}

.text_description {
  font-size: 1rem;
  font-weight: 400;
  color: #373737;
  line-height: 25.6px; 
}

.container_auth_social {
  display: flex;
  gap: 8px;
  margin-block: 12px;
}

.google_button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border: 1.5px solid #007E47;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  color: #2E2E2E;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.google_button:hover {
  background-color: #f5f7f9;
}

.container_divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-block: 12px;
}

.container_divider .divider {
  width: 100%;
  border-top: 1px solid #D6D6D6;
}

.container_divider span {
  font-size: 0.875rem;
  color: #D6D6D6;
}

.button_email {
  display: block;
  width: 100%;
  min-height: 56px;
  max-height: 56px;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #FFFFFF;
  border: 1.5px solid #007E47;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #007E47 !important;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.button_email:hover {
  background-color: #007E47;
  color: #FFFFFF !important;
}

.register_link {
  color: #007E47 !important;
  font-weight: 700;
  text-decoration: underline !important;
}

.register_link:hover {
  color: #3c3769 !important;
}


/* gatilho autenticado */

.logged_in_header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1rem; 
}


.avatar_user_large {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004A2A;
  border-radius: 50%;
  font-weight: 700; 
  font-size: 1.125rem; 
  color: #FFFFFF;
}

.avatar_user_small {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004A2A;
  border-radius: 50%;
  font-weight: 700; 
  font-size: 11px; 
  color: #FFFFFF;
}

.logged_in_header_text {
  flex: 1;
  font-size: 1rem; 
  line-height: 25.6px;
  color: #373737;
}

.header_actions .logout_button {
  background: none;
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  color: #007E47;
}

.nav_menu_items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.items {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  cursor: pointer;
}

.items:hover {
  background-color: #f5f5f5;
  border-radius: 8px;
  transition: background-color 0.2s ease-in-out;
}

.dropdown_item {
  font-size: 16px;
  font-weight: 700;
  color: #007E47 !important;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-decoration: none;
}


/* gatilho não autenticado mobile */
.container_alert_trigger {
  min-width: 318px;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px; /* radius-sm */
  border: 1px solid #C3E8C0;
  background-color: #E6F6E5;
}

.login_trigger_header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.login_trigger_icon {
  width: 34px;
  height: 34px;
  background-color: #004A2A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_trigger_title {
  margin: 0;
  font-size: 1rem; /* font-size-md */
  font-weight: 700;
  color: #2E2E2E;
  line-height: 25.6px;
}

.text_description {
  margin: 1rem 0;
  font-size: 0.95rem;
  color: #2E2E2E;
  line-height: 1.4;
}

.link_login {
  width: 100%;
  padding: 1rem;
  background-color: #007E47;
  border: 1.5px solid #007E47;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.link_login:hover {
  background-color: transparent;
  color: #007E47;
}

.login-trigger-container {
  position: relative;
  display: inline-block;
}

.login-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 370px;
  background-color: #fff;
  border-radius: 8px;
  border: 1.5px solid #e5e7eb;
  padding: 16px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.login-dropdown::before {
  content: '';
  position: absolute;
  top: -7px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 10;
}

.login-dropdown::after {
  content: '';
  position: absolute;
  top: -9px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e5e7eb;
}

.login-trigger-container:hover .login-dropdown {
  display: block;
}

.login-dropdown:hover {
  display: block;
}

@media only screen and (max-width: 768px) {
  .login-dropdown {
    display: none !important;
  }
  
  .login-trigger-container {
    display: none; 
  }
}

/* ###################### END COMP_HEADER ###################### */

#widget_canvas {
  right: 0 !important;
  bottom: -5px !important;
}

.comp_footer {
  width: 100%;
  padding: 0 0 60px 0;
  background-color: #fff;
}

.comp_footer .component {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.comp_footer .component .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #007e47;
  padding-top: 24px;
  padding-bottom: 16px;

  @media screen and (max-width: 768px) {
    border-bottom: 1px solid #d6d6d6;
  }
}

.comp_footer .component .top div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp_footer .component .top .logo {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  height: 56px;
}

.comp_footer .component .top .social {
  -webkit-box-flex: 1.5;
}

.callout-title {
  color: #2e2e2e;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.comp_footer .component .top .social img {
  margin-left: 12px;
}

.comp_footer .component .top .salesphone {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.comp_footer .component .top .salesphone span {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #007e47;
}

.comp_footer .component .top .salesphone img {
  margin-left: 12px;
  margin-right: 12px;
}

.comp_footer .component .top .logo img {
  max-width: 210px;
  width: 170px;
}

.comp_footer .component .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  margin-top: 40px;
  padding-bottom: 50px;
}

.comp_footer .component .middle .aboutus,
.comp_footer .component .middle .assurance,
.comp_footer .component .middle .atendimento-info,
.comp_footer .component .middle .destiny,
.comp_footer .component .middle .insurers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.comp_footer .component .middle strong {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #435162;
  margin-bottom: 12px;
  letter-spacing: 0.6px;
}

.comp_footer .component .middle .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.comp_footer .component .middle .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.comp_footer .component .middle .links a {
  font-size: 14px;
  color: #435162;
  margin-bottom: 10px;
  text-decoration: none;
}

.comp_footer .component .middle .links a:hover {
  color: #64ba00;
  text-decoration: underline;
}

.comp_footer .linepayment .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: column;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid #007e47;
  gap: 16px;

  @media screen and (max-width: 768px) {
    padding: 0;
  }
}

.payment-methods {
  display: flex;
  gap: 16px;

  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.comp_footer .linepayment .payment .banksfooter,
.comp_footer .linepayment .payment .boletofooter,
.comp_footer .linepayment .payment .flagsfooter,
.comp_footer .linepayment .payment .pixfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-family: 'Open Sans', sans-serif;
}

.comp_footer .linepayment .payment .banksfooter span,
.comp_footer .linepayment .payment .boletofooter span,
.comp_footer .linepayment .payment .flagsfooter span,
.comp_footer .linepayment .payment .pixfooter span {
  color: #2e2e2e;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 4px;
}

.comp_footer .linepayment .payment .banksfooter span .tag_desconto,
.comp_footer .linepayment .payment .boletofooter span .tag_desconto,
.comp_footer .linepayment .payment .pixfooter span .tag_desconto {
  margin-top: 10px;

  @media screen and (max-width: 768px) {
    margin-left: 8px;
  }
}

.comp_footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2e2e;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 16px;
  max-width: 1170px;
  margin: 24px auto;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 1170px) {
  .comp_footer .component .top .logo {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .comp_footer .component .top .social {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .comp_footer .component .top .salesphone {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}

.assurance__contacts--telephone:before {
  background: url(https://www.segurospromo.com.br/shared/images/celular-novo.svg) no-repeat center center;
}

.assurance__contacts--wpp:before {
  background: url(https://www.segurospromo.com.br/shared/images/whatsapp-logo.svg) no-repeat center center;
}

.assurance__contacts--mail:before {
  background: url(https://www.segurospromo.com.br/shared/images/envelope.svg) no-repeat center center;
}

.assurance__contacts--help:before {
  background: url(/assets/images/ic-help-green.svg) no-repeat center center;
}

.atendimento-info {
  color: #007e47;
  display: flex;
  flex-direction: row;
  gap: 16px;

  @media screen and (max-width: 768px) {
    display: none;
  }
}

.atendimento-info a {
  text-decoration: none;
  color: #007e47;
}

.atendimento-info a:focus,
.atendimento-info a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .comp_footer .component .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .comp_footer .component .top .social {
    margin-top: 4px;
  }

  .comp_footer .component .top .social strong {
    display: none;
  }

  .comp_footer .component .top .salesphone {
    display: none;
  }

  .comp_footer .component .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid #435162;
  }

  .comp_footer .component .middle .atendimento-info {
    order: 1;
    margin-bottom: 1em;
  }

  .comp_footer .component .middle .assurance {
    order: 2;
  }

  .assurance__contacts a {
    color: #fff;
  }

  .comp_footer .component .middle .aboutus {
    order: 3;
  }

  .comp_footer .component .middle .insurers {
    order: 4;
  }

  .comp_footer .component .middle .destiny {
    order: 5;
  }

  .comp_footer .component .middle .aboutus strong,
  .comp_footer .component .middle .assurance strong,
  .comp_footer .component .middle .destiny strong,
  .comp_footer .component .middle .insurers strong {
    padding-top: 1em;
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid #435162;
  }

  .comp_footer .component .middle .aboutus strong b,
  .comp_footer .component .middle .assurance strong b,
  .comp_footer .component .middle .destiny strong b,
  .comp_footer .component .middle .insurers strong b {
    display: inline-block;
    float: right;
    width: 15px;
    height: 15px;
    margin-right: 0.8em;
    vertical-align: middle;
    background: url(https://www.segurospromo.com.br/shared/images/down.svg) no-repeat center center/cover;
  }

  .assurance__contacts--telephone:before {
    background-image: url(https://www.segurospromo.com.br/shared/images/celular-novo-mobile.svg);
  }

  .assurance__contacts--wpp:before {
    background-image: url(https://www.segurospromo.com.br/shared/images/whatsapp-logo-mobile.svg);
  }

  .assurance__contacts--mail:before {
    background-image: url(https://www.segurospromo.com.br/shared/images/envelope-mobile.svg);
  }

  .assurance__contacts--help:before {
    background: url(/assets/images/ic-help-white.svg) no-repeat center center;
  }

  .comp_footer .component .middle .links {
    overflow: hidden;
    height: 0;
  }

  .expnd {
    height: auto !important;
    padding: 0.8em 0;
  }

  .rtate {
    transform: rotate(180deg);
  }

  .assurance__contacts p {
    width: 100%;
    max-width: 400px;
    padding: 0.7em;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #007e47;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .assurance__contacts--mail {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }

  .comp_footer .component .middle .aboutus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .comp_footer .component .middle .aboutus .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .comp_footer .component .middle .aboutus .links a {
    width: 50%;
  }

  .comp_footer .component .middle .payment .flagsfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .comp_footer .component .middle .payment .flagsfooter img {
    width: 500px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .comp_footer .linepayment .payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-bottom: 16px;
  }

  .comp_footer .component .linepayment .payment strong {
    width: 100%;
  }

  .comp_footer .linepayment .payment .banksfooter,
  .comp_footer .linepayment .payment .boletofooter,
  .comp_footer .linepayment .payment .flagsfooter,
  .comp_footer .linepayment .payment .pixfooter {
    width: 100%;
  }

  .comp_footer .bottom {
    margin-top: 16px;
    padding-bottom: 32px;
  }

  .comp_footer.payment .component .linepayment.payment_view .payment .atendimento-info .assurance__contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 16px;
  }

  .comp_footer.payment
    .component
    .linepayment.payment_view:nth-last-child(odd)
    .payment
    .atendimento-info
    .assurance__contacts
    .assurance__contacts--telephone {
    margin-left: unset !important;
  }

  .comp_footer.payment .component .linepayment.payment_view:nth-last-child(odd) .payment .atendimento-info {
    margin-top: 70px !important;
  }
}

.assurance__contacts {
  display: flex;
  gap: 24px;
  color: #007e47;
}

.assurance__contacts p {
  padding-left: 0;
  margin-bottom: 10px;
}

.assurance__contacts p:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 0.5em;
}

.comp_header .contact-infos,
.comp_header.payment .menu_ {
  display: none;
}

.comp_header.payment .contact-infos {
  display: block;
}

.comp_header.payment .contact-infos a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  margin-left: 10px;
}

.comp_header.payment .contact-infos a span:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 35px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.3em;
}

.phone-white:before {
  background-image: url(../images/phone-white.svg);
}

.wpp-white:before {
  background-image: url(../images/whatsapp-white.svg);
  margin-left: 10px;
}

.comp_footer .linepayment.payment_view,
.comp_footer.payment .component .middle,
.comp_footer.payment .component .other_view,
.comp_footer.payment .component .top .social {
  display: none;
}

.comp_footer.payment .component .linepayment.payment_view {
  display: block;
  margin-top: 30px;
}

.comp_footer.payment .component .linepayment.payment_view .payment {
  border-bottom: 1px solid transparent;
}

.comp_footer.payment .component .linepayment.payment_view:nth-last-child(odd) .payment {
  border-bottom: 1px solid #007e47;
  margin-top: -95px;
}

.comp_footer.payment .component .linepayment.payment_view .payment .atendimento-info,
.comp_footer.payment .component .linepayment.payment_view .payment .banksfooter,
.comp_footer.payment .component .linepayment.payment_view .payment .boletofooter,
.comp_footer.payment .component .linepayment.payment_view .payment .pixfooter {
  margin-top: 35px;
}

.comp_footer.payment .component .linepayment.payment_view:nth-last-child(odd) .payment .atendimento-info {
  display: flex;
  width: 100%;
}

.comp_footer.payment .component .linepayment.payment_view:nth-last-child(odd) .payment .atendimento-info strong {
  position: initial;
  font-size: 14px;
}

.comp_footer.payment
  .component
  .linepayment.payment_view:nth-last-child(odd)
  .payment
  .atendimento-info
  .assurance__contacts
  p {
  margin-bottom: 0;
}

.comp_footer.payment
  .component
  .linepayment.payment_view:nth-last-child(odd)
  .payment
  .atendimento-info
  .assurance__contacts
  .assurance__contacts--telephone {
  margin-left: 45px;
}

.comp_footer.payment .component .linepayment.payment_view .payment .atendimento-info strong {
  position: relative;
  top: -25px;
  left: 5px;
}

.comp_footer.payment .component .linepayment.payment_view .payment .atendimento-info .assurance__contacts {
  display: flex;
}

.comp_footer.payment
  .component
  .linepayment.payment_view
  .payment
  .atendimento-info
  .assurance__contacts
  p.assurance__contacts--wpp:before {
  margin-left: 30px;
}

.comp_footer.payment .component .linepayment.payment_view .payment .flagsfooter {
  display: flex;
  flex-flow: initial;
  flex-direction: column;
}

.comp_footer.payment .component .linepayment.payment_view .payment .flagsfooter .brands {
  display: grid;
}

.comp_footer.payment .component .linepayment.payment_view .payment .flagsfooter strong {
  margin-bottom: 11px;
  margin-right: 40px;
  font-size: 14px;
}

.logo_bank {
  width: 25px;
  height: auto;
}

.brands_card {
  width: 52px;
  height: auto;
}

.comp_footer.payment .component .linepayment.payment_view .payment .atendimento-info .assurance__contacts {
  display: flex;
}

.comp_footer.payment {
  @media only screen and (max-width: 768px) {
    display: none;
  }
}

.comp_header.payment {
  @media only screen and (max-width: 768px) {
    display: none;
  }
}

.countdown {
  line-height: 28px;

  p {
    font-weight: 400 !important;
    strong {
      font-weight: 700 !important;
    }
  }
}

.countdown.payment {
  @media only screen and (max-width: 768px) {
    margin-top: 60px;
  }
}

.desktop {
  display: flex;
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.mobile {
  display: flex;
  @media screen and (min-width: 768px) {
    display: none;
  }
}

.hide {
  display: none;
}

.hide-mobile {
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.atendimento-contact {
  flex-direction: column;
  padding: 24px 0 8px 0;
  width: 100%;
  gap: 32px;

  > div {
    display: flex;
    flex-direction: column;
    gap: 8px;

    strong {
      margin-bottom: 8px;
      margin-top: 0 !important;
    }

    a {
      display: flex;
      height: 56px;
      min-height: 56px;
      max-height: 56px;
      padding: 16px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      align-self: stretch;
      border-radius: 4px;
      border: 1px solid #007e47;
      box-shadow: 16px 16px 30px 0px rgba(0, 0, 0, 0.06);
      color: #007e47;
      font-family: 'Open Sans';
      font-size: 16px;
      font-weight: 700;
      line-height: 25.6px;
      cursor: pointer;
      text-decoration: none;

      &.help-center {
        background: #007e47;
        color: #fff;
      }
    }
  }
}

.redirect-links {
  width: 100%;
  padding-bottom: 32px;
  gap: 16px;

  > div {
    flex: 25%;
    display: flex;
    flex-direction: column;
    gap: 4px;

    strong {
      padding-bottom: 8px;
    }

    a {
      color: #2e2e2e;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 22.4px;
      width: fit-content;
      text-decoration: none;

      &:hover {
        text-decoration: underline;
      }
    }
  }
}

.redirect-links-phones-container {
  gap: 20px !important;
}

.redirect-links-phones {
  display: flex;
  flex-direction: column;
  gap: 8px;

  a {
    display: flex;
    gap: 16px;
    text-decoration: none;
    align-items: center;
    color: #007e47 !important;
    line-height: 25.6px !important;
  }

  img {
    width: 23px;
    height: 23px;
  }
}

.redirect-links-mobile {
  width: 100%;
  flex-direction: column;

  details {
    width: 100%;

    summary {
      width: 100%;
      list-style: none;
      display: flex;
      justify-content: space-between;
      padding: 16px 0;
      cursor: pointer;
      border-top: 1px solid #d6d6d6;
    }

    .details-content {
      display: flex;
      flex-direction: column;
      gap: 8px;
      line-height: 22.4px;
      margin-bottom: 8px;

      a {
        width: fit-content;
        color: #2e2e2e;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        &:hover {
          text-decoration: underline;
        }
      }
    }
  }

  details[open] {
    summary {
      img {
        transform: rotate(180deg);
      }
    }
  }

  details summary::-webkit-details-marker {
    display: none;
  }
}
