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;
}

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;
}

[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-color: #006e3e;
  z-index: 10;
  top: 0;
  left: 0;
}

/*
.comp_header.sticky{
    background-color: rgba(0,126,71, 1);
    position: fixed;
    height: 56px;

}
.comp_header.sticky .component {
    height: 56px;
    padding: 0 20px 0 20px;
}
*/
.comp_header .component {
  max-width: 1170px;
  padding: 20px 15px;
  /* min-height: 86px; */
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.5s;
}

.comp_header_itens .component {
  max-width: 1170px;
  padding: 12px 15px;
  /* min-height: 86px; */
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.5s;
}

.comp_header .component .logo_ img {
  height: 35px;
  width: 150px;
}

.menu_ {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

@media (max-width: 1050px) {
  .menu_ {
    display: none;
  }
}

.menu_ a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
}

.menu_ a:hover {
  color: #ffc100;
  transition: 0.2s;
}

.menu_ a:hover .user-icon-header path {
  fill: #ffc100;
  transition: 0.2s;
}

.safearea-button {
  border: 1px solid #edffd6;
  padding: 7px 10px;
  border-radius: 8px;
  background-color: transparent;
}

.safearea-button:hover {
  border: 1px solid #ffc100;
}

.icon-arrow-header {
  width: 15px;
  margin: 0 0 0 6px;
}

.menu_ a:hover .icon-arrow-header path {
  stroke: #ffc100;
  transition: 0.2s;
}

.title-submenu {
  margin: 0 0 15px 0;
  color: #006e3e;
  font-size: 35px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.subtitle-submenu {
  margin: 0;
  color: #373737;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
}

.title-itens-submenu {
  color: #006e3e;
  font-size: 25px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  height: 50px;
  margin: 0;
}

.box-itens-submenu-seguro {
  width: 100%;
  padding: 0 1.5em;
}

.row-itens-submenu-seguro>div:nth-child(3) {
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

.row-itens-submenu-seguradora>div:nth-child(2) {
  border-right: 1px solid #d6d6d6;
}

.menu_ a .user-icon-header {
  object-fit: contain;
  width: 22px;
  margin: 0 8px 0 0;
}

.sub-btn-menu {
  display: none;
  margin: 0;
  width: 100%;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 70px;
  z-index: 5;
  background: #fff;
  box-shadow: -2px 17px 20px 2px #0000000f;
}

.sub-btn-menu .component {
  padding: 2em 15px !important;
}

.all-menu-itens {
  color: #006e3e !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.all-menu-itens:hover {
  color: #373737;
  font-weight: 700 !important;
  text-decoration: underline;
}

.opened {
  display: block;
  column-gap: 20px;
  row-gap: 10px;
}

.sub-btn-menu a {
  display: block !important;
  border: 0 !important;
  font-weight: 500;
  padding: 0 0 20px 0 !important;
  color: #373737;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif;
}

.sub-btn-menu a:hover {
  color: #373737;
  text-decoration: underline;
  font-weight: 700 !important;
}

.row-itens-submenu-seguro {
  display: grid;
  grid-template-columns: 1.5fr 2fr 2fr 2fr;
  row-gap: 15px;
  justify-items: end;
}

.sub-btn-menu a:last-child {
  margin: 0px !important;
  padding: 0 !important;
}

.row-itens-submenu-seguro .box-itens-submenu {
  display: flex;
  column-gap: 10px;
  flex-direction: column;
}

.row-itens-submenu-seguradora {
  display: grid;
  grid-template-columns: 1.5fr 2.6fr 2.3fr 2.3fr;
  row-gap: 15px;
  justify-items: end;
}

.comp_header .component .dropdown_ {
  display: none;
}

.dropdown_ img {
  width: 27px;
}

.row-itens-submenu-seguradora .box-itens-submenu {
  width: 100%;
}

.info-sell {
  max-width: 1170px;
  padding: 1.5em 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.5s;
  column-gap: 30px;
  border-top: 1px solid #d6d6d6;
}

.title-info-sell {
  margin: 0;
  color: #006e3e;
  font-weight: 700;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.contact-info-sell {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-weight: 500;
  color: #373737;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.info-sell a {
  text-decoration: none !important;
}

.contact-info-sell img {
  width: 20px;
}

.btn-menu .icon-arrow-header {
  transition: transform 0.3s ease;
}

.btn-menu.active .icon-arrow-header {
  transform: rotate(180deg);
}

@media only screen and (max-width: 1050px) {
  .sub-btn-menu a:last-child {
    margin: 0px !important;
    padding: 10px 0 0 0 !important;
  }

  .sub-btn-menu {
    display: none;
    border: 1px solid rgba(67, 81, 98, 0.26);
    margin: 0;
    padding: 8px;
    border-radius: 6px;
    width: 100%;
    margin-top: 10px;
    position: unset;
  }

  .title-submenu {
    font-size: 25px;
  }

  .title-itens-submenu {
    font-size: 20px;
    height: auto;
  }

  .row-itens-submenu-seguro {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    justify-items: start;
  }

  .menu_ a .user-icon-header path {
    fill: #1b2127;
  }

  .row-itens-submenu-seguradora {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .row-itens-submenu-seguradora .box-itens-submenu {
    grid-template-columns: 1fr;
  }

  .sub-btn-menu br {
    display: none;
  }

  .opened {
    display: block;
  }

  .sub-btn-menu>div:nth-child(3) {
    margin-top: 10px;
  }

  .sub-btn-menu a {
    display: block !important;
    border: 0 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
  }

  .comp_header .component .dropdown_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #ffffff;
  }

  .comp_header .component .menu_.closed {
    height: 1px;
    overflow: hidden;
    background: #007e47;
    display: none;
  }

  .comp_header .component .menu_.closed {
    height: 1px;
    overflow: hidden;
    background: #007e47;
    display: none;
  }

  .comp_header .component .menu_ {
    display: flex;
    width: 100%;
    background: #fff;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 70px;
    min-height: 100vh;
    padding: 1em;
    box-shadow: 3px 8px 17px #0006;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  .menu_ a {
    width: 100%;
    padding: 25px 0;
    margin: 0;
    color: #1b2127;
    border-bottom: 1px solid rgba(67, 81, 98, 0.26);
  }

  .icon-arrow-header path {
    stroke: #1b2127;
  }

  .row-itens-submenu-seguro .box-itens-submenu {
    grid-template-columns: 1fr;
  }

  .box-itens-submenu-seguro {
    padding: 0;
  }

  .box-itens-submenu-seguro {
    padding: 0;
  }

  .info-sell {
    display: none;
  }

  .row-itens-submenu-seguro>div:nth-child(3) {
    border-right: 0;
    border-left: 0;
  }

  .row-itens-submenu-seguradora>div:nth-child(2) {
    border-right: 0;
  }
}

/* ###################### 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: 25px;
  padding-bottom: 25px;
}

.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;
}

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

.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 .top strong {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #435162;
}

.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;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-family: "Open Sans", sans-serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #007e47;
}

.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 .flagsfooter {
  width: 400px;
}

.comp_footer .linepayment .payment .banksfooter span,
.comp_footer .linepayment .payment .boletofooter span,
.comp_footer .linepayment .payment .flagsfooter span,
.comp_footer .linepayment .payment .pixfooter span {
  font-size: 14px;
  color: #435162;
  margin-bottom: 10px;
}

.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;
}

.comp_footer .linepayment .payment strong {
  font-size: 16px;
  font-weight: 700;
  color: #435162;
}

.comp_footer .component .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;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #435162;
  line-height: 1.5;
}

@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(/static/images/ic-help-green.svg) no-repeat center center;
}

.atendimento-info {
  color: #007e47;
}

.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 {
    padding: 0;
  }

  .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: 32px;
  }

  .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(/static/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 {
    margin-top: 20px;
    margin-bottom: 20px;
    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 .component .bottom img {
    display: none;
  }

  .comp_footer .component .bottom {
    margin-top: 15px;
  }

  .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 {
  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;
}