@import url('../font/Gilroy/Gilroy.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* disable chat support */
div#Embed,
#launcher {
  display: none !important;
}

.onm-rc header {
  background: rgba(255, 255, 255, 0.5);
  padding: 3.6rem 0;
}

body header .content-header {
  width: min(1640px, 85%);
}

.onm-rc .dark {
  color: #041e42 !important;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.onm-rc .dark:hover {
  color: #e0004d !important;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  font-size: 10px;
}

body {
  font-family: 'Gilroy', sans-serif;
  line-height: 1.4;
  color: #202020;
}

.onm-rc .rc-link {
  font-size: 20px;
  font-weight: 500;
  color: #e7004c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.onm-rc .rc-link:hover {
  color: #041e42;
}

.onm-rc .rc-link::after {
  content: url('../img/contato-link-icon.svg');
  margin-left: 8px;
}

.onm-rc h2 {
  width: min(46rem, 100%);
  font-size: 3.6rem;
  font-weight: 700;
}

.onm-rc h3 {
  font-size: 20px;
  font-weight: 500;
  max-width: 240px;
}

.onm-rc p {
  width: min(44rem, 100%);
  font-size: 20px;
  font-weight: 400;
}

.container {
  width: min(1640px, 85%);
  margin: 0 auto;
  position: relative;
}

.intro {
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 10rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.intro .container {
  padding: 0;
}

.intro-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.intro-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro h1.rc-page-title {
  padding: 0 0 1rem;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.intro p {
  font-size: 2.2rem;
  font-weight: 400;
}

.container {
  padding: 8rem 0;
}

.onm-consultores .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.onm-consultores .right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.onm-consultores .right .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}

.onm-linha {
  border-bottom: 2px solid #dadada;
}

.onm-consultores .destaque {
  font-weight: bold;
  color: #e7004c;
  margin-top: 1rem;
}

.consultores-attendants {
  width: 100%;
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.attendant-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.attendant-item .item-infos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.attendant-item .item-infos h3 {
  font-size: 2.4rem;
}

.attendant-item .item-infos .rc-link {
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.attendant-item .item-infos .rc-link::before {
  content: url('../img/contato-icon-whatsapp.svg');
  margin-right: 6px;
  font-size: 20px;
  padding-top: 4px;
}

.onm-linha:first-of-type .attendant-item:last-of-type .rc-link::before {
  content: url('');
}

.attendant-item img {
  width: 8rem;
  object-fit: contain;
}

.onm-ajuda .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  margin-top: 6rem;
}

.onm-ajuda .items .item {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.onm-ajuda .items .item h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}

.onm-ajuda .items .item p {
  font-size: 18px;
}

.onm-ajuda .items .item a {
  font-size: 18px;
}

:root .footer {
  --footer-text: #041e42;
}

body .footer .content-footer .links-footer .logo-footer svg path.letter,
body .footer .content-footer .social-media a svg path {
  fill: var(--footer-text);
}

body .footer .content-footer .links-footer ul li:first-of-type {
  font-size: 17.5px;
  line-height: 1.1;
}

body .footer .content-footer .links-footer ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.01;
}

body .footer .copyright p {
  font-size: 12px;
  letter-spacing: 0;
}

.onm-rc .footer .content-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #e7004c), to(rgba(231, 0, 76, 0)));
  background: linear-gradient(270deg, #e7004c 50%, rgba(231, 0, 76, 0) 100%);
}

body .footer .content-footer .links-footer .line-split {
  background: linear-gradient(270deg, #051f4266 50%, #16fc9b00 100%);
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 8px;
  }
  .onm-consultores .container {
    display: flex;
    flex-direction: column;
  }
  [data-grid] {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 6rem;
  }
}
