*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-6 {
  width: 1.5rem;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.list-disc {
  list-style-type: disc;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.border-b {
  border-bottom-width: 1px;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-4 {
  padding: 1rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-bold {
  font-weight: 700;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root {
  --principal-font: "Epilogue", sans-serif;
  --main-color: #174052;
  --second-color: #4ec3c1;
  --third-color: #56ccb1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p {
  margin: 0 0 1.6875rem;
  padding: 0;
}

.container__header {
  max-width: 1400px;
  margin: 0 auto;
  height: 150px !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-header {
  background: #efefef;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 999;
}

.sticky-header .site-header {
  background: #efefef;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.sticky-header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.novo__site {
  padding-top: 150px;
}

.novo__site__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-content.new-blog-content {
  padding-top: 150px !important;
  padding-left: 0;
  padding-right: 0;
}

#primary-navbar {
  width: 100%;
}

#navbar-collapse {
  display: none;
}

.bb-template-v2 #primary-menu > li.current-menu-ancestor > a,
.bb-template-v2 #primary-menu > li.current-menu-item > a,
.bb-template-v2 #primary-menu > li.current-menu-parent > a,
.bb-template-v2 #primary-menu > li.current_page_item > a {
  border-bottom: none;
}

.primary-navbar,
.main-navigation {
  max-width: 640px;
  width: 100%;
}

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}

.primary-menu > li > a {
  color: var(--main-color) !important;
  font-family: var(--principal-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase;
  height: auto;
  padding: 0 5px;
  white-space: nowrap;
}

.has-scrolled #site__logo {
  width: 75%;
}

.has-scrolled .container__header {
  height: auto !important;
  padding: 1rem 1rem;
}

.has-scrolled .container__header .primary-menu > li > a {
  font-size: 1.1rem;
}

.has-scrolled .container__header .header__button__container__cta {
  font-size: 1.25rem;
}

.primary-menu > li {
  height: auto;
}

.primary-menu > li > a:focus {
  color: var(--main-color);
}

.primary-menu > li:hover {
  background: #efefef;
  color: var(--main-color);
  box-shadow: none;
}

.primary-menu > li:hover a {
  color: var(--main-color) !important;
  transition: 0.3s ease;
}

.primary-menu > li a:hover {
  color: var(--second-color) !important;
}

.bb-template-v2 .primary-menu > li:hover > a:before {
  display: none;
}

.header__button__container {
  align-items: center;
  justify-content: center;
}

.header__button__container__cta {
  color: #fff;
  font-family: var(--principal-font);
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 32.5px;
  background: #4ec3c1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 56px 8px;
  transition: 0.3s ease;
  margin-top: -0.5rem;
  white-space: nowrap;
}

.header__button__container__cta:hover {
  background-color: var(--main-color);
  cursor: pointer;
  color: #fff;
}

.header__top__stripe {
  background: linear-gradient(90deg, #4ec3c1 0%, #39a9aa 100%);
}

.header__top__stripe__container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}

.bb-footer,
.site-content:not(.maintenance-content),
.site-header {
  padding: 0;
}

.header__top__stripe__links {
  display: flex;
  align-items: center;
  gap: 100px;
}

.header__top__stripe__link {
  color: #174052;
  font-family: var(--principal-font);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header__top__stripe__link:hover {
  color: #174052;
}

.posts__grid {
  display: grid;
  grid-template-columns: 60% auto;
  border: 1px solid var(--bb-content-border-color);
  border-radius: var(--bb-block-radius);
  margin-bottom: 2rem;
  overflow: hidden;
}

.new__blog__card.first__post {
  grid-row-start: 1;
  grid-row-end: 3;
  min-height: 500px;
}

.new__blog__card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem;
}

.new__blog__card a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.new__blog__card__category {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}

.new__blog__card__category:after {
  content: "";
  height: 2px;
  width: 40px;
  display: block;
  background-color: var(--main-color);
}

.new__blog___content {
  background-color: #2d318686;
  font-size: 1.2rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

#block-2 {
  padding: 0;
  overflow: hidden;
}

#block-2 p {
  display: none;
}

#block-2 .rock-convert-banner {
  margin: 0;
}

.blog__menu {
  background-color: var(--main-color);
  padding: 0.5rem 1rem;
}

.blog__menu__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1290px;
  margin: 0 auto;
}

.asl_w_container.asl_w_container_1 {
  width: 20%;
}

#blog__menu {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
  width: 100%;
}

#blog__menu li {
  list-style: none;
}

#blog__menu li a {
  list-style: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  transition: 0.3s ease;
  line-height: normal;
}

#blog__menu li a:hover {
  color: var(--second-color);
}

.page-title {
  color: var(--main-color) !important;
}

#hero {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.hero__container {
  max-width: 1600px;
  width: 100%;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  position: absolute;
}

.hero__content {
  margin-top: -2rem;
}

.hero__content__title {
  color: #4ec3c1;
  font-family: var(--principal-font) !important;
  font-size: 4.7rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: -1rem;
}

.hero__content__text {
  color: #174052;
  text-align: center;
  font-family: var(--principal-font);
  font-size: 1.7625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero__content__text span {
  font-weight: 700;
}

.hero__content__button__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.hero__content__button {
  border-radius: 32.5px;
  background: #174052;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 9px 56px 8px;
  transition: 0.3s ease;
}

.hero__content__button:hover {
  cursor: pointer;
  opacity: 0.9;
}

section#values {
  margin-top: -5rem;
  position: relative;
  z-index: 2;
}

.values__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  background: #efefef;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.values__card {
  width: 33%;
  height: 100%;
  padding: 20px 2rem 1rem;
}

.values__container__divisor {
  content: "";
  display: block;
  width: 4px;
  height: auto;
  background: linear-gradient(180deg, #73f6e2 0%, #49bcbd 100%);
}

.values__card__title__container {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.values__card__title__container img {
  margin-right: 12px;
}

.values__card__title {
  color: #174052;
  font-family: var(--principal-font) !important;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.values__card__text {
  color: #6b6b6b;
  text-align: justify;
  font-family: var(--principal-font);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#values__card__text__middle {
  color: #174052;
}

section#about__us {
  padding: 5rem 1rem;
}

.about__us__content {
  max-width: 625px;
  margin-left: 105px;
}

.about__us__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5rem;
}

.about__us__content__title {
  color: #174052;
  font-family: var(--principal-font) !important;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
}

.about__us__content__title span {
  color: #56ccb1;
}

.about__us__content__text {
  color: #6b6b6b;
  font-family: var(--principal-font);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about__us__content__button__container {
  display: flex;
  margin-top: 2.5rem;
}

.about__us__content__button {
  border-radius: 32.5px;
  background: #174052;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 40px 11px;
  transition: 0.3s ease;
}

.about__us__content__button:hover {
  cursor: pointer;
  opacity: 0.8;
}

section#cta__stripe {
  background-image: url(../images/cta-stripe-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta__stripe__container {
  max-width: 1205px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.75rem 1rem;
  transform: translateX(-3rem);
}

.cta__stripe__title {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  font-family: var(--principal-font) !important;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cta__stripe__text {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  font-family: var(--principal-font);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cta__stripe__button {
  border-radius: 32.5px;
  background: #174052;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 36px 11px;
  transition: 0.3s ease;
}

.cta__stripe__button:hover {
  opacity: 0.8;
  cursor: pointer;
}

section#services {
  padding: 5rem 1rem 1rem;
}

.service__container {
  max-width: 1200px;
  margin: 0 auto;
}

.service__title__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.4375rem;
  margin-bottom: 40px;
}

.service__title {
  color: #174052;
  font-family: var(--principal-font) !important;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.service__title span {
  color: #56ccb1;
}

.service__title__text {
  color: #6b6b6b;
  font-family: var(--principal-font);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 728px;
}

.service__cards__container {
  max-width: 1200px;
  background: #efefef;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
}

.service__card {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 300px;
  border-bottom: 8px solid #49bcbd;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  padding-top: 33px;
}

#service__card__second {
  border-bottom: 8px solid #174052;
}

.service__card__number {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #174052;
  font-family: var(--principal-font);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: transparent;
  margin: 0;
  margin-bottom: 15px;
}

.service__card__number span {
  -webkit-text-stroke-color: #56ccb1;
}

.service__card__title {
  color: #174052;
  font-family: var(--principal-font) !important;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 20px;
}

.service__card__title span {
  color: #56ccb1;
}

.service__card__text {
  color: #6b6b6b;
  font-family: var(--principal-font);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 322px;
}

.services__button__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.services__button {
  border-radius: 32.5px;
  background: #174052;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 40px 11px;
  transition: 0.3s ease;
}

.services__button:hover {
  opacity: 0.8;
  cursor: pointer;
}

section#blog {
  padding: 4rem 0;
}

.blog__container {
  max-width: 2556px;
  margin: 0 auto;
}

.blog__title__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.5625rem;
  background: #174052;
  padding-top: 47px;
  padding-bottom: 30px;
}

.blog__title {
  color: #fff;
  font-family: var(--principal-font) !important;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.blog__title__text {
  color: #fff;
  font-family: var(--principal-font);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 632px;
}

.blog__card__container {
  display: flex;
}

.blog__card {
  height: 550px;
  padding: 3.125rem 1.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog__card__content__title {
  color: #fff;
  font-family: var(--principal-font) !important;
  font-size: 1.475rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
  min-height: 75px;
}

.blog__card__content p {
  color: #fff;
  font-family: var(--principal-font);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  height: 65px;
}

.blog__container__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.blog__button {
  border-radius: 32.5px;
  background: #174052;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 90px 10px;
  transition: 0.3s ease;
}

.blog__button:hover {
  opacity: 0.8;
  cursor: pointer;
}

#comments {
  padding-bottom: 3rem;
}

.comments__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.comments__slider__container {
  width: 650px;
  height: 400px;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding-top: 62px;
  padding-left: 52px;
  position: absolute;
  right: 44rem;
}

.comments__slider__title__container {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.comments__slider__title {
  color: #174052;
  font-family: var(--principal-font) !important;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: -0.5rem;
  margin-left: 21px;
}

.comments__slide__card__text {
  color: #6b6b6b;
  font-family: var(--principal-font);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 517px;
}

.comments__slide__card__author__container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.comments__slide__card__author__text {
  color: #174052;
  font-family: var(--principal-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

#sua-viagem-prev-button::before,
#sua-viagem-next-button::before {
  content: none;
}

#sua-viagem-prev-button,
#sua-viagem-next-button {
  width: 47px;
  height: 47px;
  opacity: 1;
  right: -3.9rem;
  left: auto;
  top: auto;
  bottom: -51px;
  position: absolute;
}

#sua-viagem-next-button {
  bottom: -3px;
}

#footer__novo {
  background: #174052;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 3rem 1rem;
}

.footer__container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer__container__logo {
  margin-right: 0;
}

.footer__container__title {
  color: #49bcbd;
  font-family: var(--principal-font) !important;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 19px;
}

.footer_contact__text {
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}

.footer_contact__text__link {
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}

.footer__social__links a {
  margin-right: 5px;
}

.mobile__hero__image__container {
  display: none;
}

.banner__home__image {
  width: 100%;
}

@media screen and (max-width: 1360px) {
  .comments__slider__container {
    right: auto;
    left: 2rem;
  }
}

@media screen and (max-width: 1300px) {
  .primary-menu > li > a {
    font-size: 1.1rem;
  }

  .header__button__container__cta {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem 0.3rem;
  }

  #site__logo {
    max-width: 200px;
  }

  .header__top__stripe__container {
    transform: translateX(0);
  }

  .hero__content__title {
    font-size: 4rem;
  }

  .hero__content__text {
    font-size: 1.5625rem;
  }

  .hero__content__button {
    font-size: 1.25rem;
  }

  .about__us__container {
    margin-left: 0;
  }

  .about__us__content {
    margin-left: 60px;
  }

  .cta__stripe__container {
    transform: translateX(0);
  }

  .blog__title__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer__container__logo img {
    width: 80%;
  }
}

@media screen and (max-width: 1080px) {
  .bb-template-v2
    .bb-mobile-panel-inner
    .bb-primary-menu
    .current-menu-item
    > a,
  .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item > a {
    background-color: transparent;
    color: var(--main-color) !important;
    font-family: var(--principal-font);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: uppercase;
    height: auto;
  }

  .header__top__stripe {
    display: none !important;
  }

  .header-aside {
    display: none;
  }

  .container__header {
    display: none;
  }

  .bb-single-icon .mobile-logo-wrapper {
    justify-content: flex-end;
  }

  .bb-mobile-header-wrapper,
  .bb-mobile-panel-wrapper {
    display: block !important;
  }

  body:not(.logged-in) .bb-mobile-header .flex-1 {
    justify-content: flex-end;
  }

  .bb-mobile-panel-header .logo-wrap img {
    max-width: 76px;
  }

  .bb-icon-file {
    display: none !important;
  }

  .novo__site {
    padding-top: 65px;
  }

  .hero__content__title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0;
  }

  .hero__content__text {
    font-size: 1.3rem;
    display: block;
    width: 260px;
    margin: 0 auto;
  }

  .hero__content__button {
    font-size: 1.1rem;
    padding: 9px 36px 8px;
  }

  section#values {
    margin-top: -3rem;
  }

  .about__us__container {
    margin-left: 0;
  }

  .about__us__img__container {
    margin-bottom: 1rem;
  }

  .about__us__content__title {
    font-size: 2.5rem;
    display: flex;
    flex-direction: column;
  }

  .about__us__content__button {
    font-size: 1.2rem;
    padding: 14px 30px 13px;
    margin: 0 auto;
  }

  .about__us__content {
    max-width: 425px;
    margin-left: 2rem;
  }

  .cta__stripe__container {
    flex-direction: column;
    transform: translate(0);
  }

  .cta__stripe__title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .cta__stripe__text {
    font-size: 1.5rem;
    text-align: center;
  }

  .cta__stripe__text br {
    display: none;
  }

  .cta__stripe__button {
    font-size: 1.2rem;
    padding: 11px 36px 10px;
  }

  .service__title__container {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }

  .service__title {
    font-size: 2.5rem;
  }

  section#services {
    padding: 3rem 0;
  }

  .service__card {
    padding: 1rem;
  }

  .services__button {
    font-size: 1.2rem;
    padding: 11px 36px 10px;
  }

  .service__card__number {
    font-size: 3.2rem;
  }

  .service__card__title {
    font-size: 1.3rem;
  }

  section#blog {
    padding: 2rem 0 4rem;
  }

  .blog__title__container {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0;
  }

  .blog__title {
    font-size: 2.3rem;
  }

  .blog__card {
    height: 400px;
    padding: 2.125rem 0.8125rem;
  }

  .blog__card__content__title {
    font-size: 1.15rem;
  }

  .blog__card__content p {
    height: 85px;
  }

  .blog__button {
    font-size: 1.2rem;
    padding: 10px 60px 9px;
  }

  #sua-viagem-prev-button,
  #sua-viagem-next-button {
    bottom: -61px;
    right: -5rem;
  }

  #sua-viagem-next-button {
    bottom: -11px;
  }

  #comments {
    padding: 1rem 1rem 4rem;
  }

  .comments__slider__container {
    position: static;
    width: 100%;
    max-width: 650px;
    height: auto;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }

  .comments__container {
    flex-direction: column;
  }

  .comments__slider__title {
    font-size: 2.2rem;
  }

  .comments__container .slick-dots {
    bottom: -36px;
  }

  .comments__slider__title__container {
    justify-content: center;
  }

  .comments__slide__card {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .footer__container {
    justify-content: space-around;
    gap: 2rem;
  }

  .footer__container__logo {
    max-width: 240px;
    margin-right: 0;
  }

  .footer__container__contact {
    margin-right: 0;
  }

  .blog__menu {
    display: none;
  }

  .logo__digitall__footer img {
    width: 30px !important;
  }

  #site__logo {
    max-width: 160px;
  }
}

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

  body:not(.logged-in) .bb-mobile-header .flex-1 {
    justify-content: flex-end;
  }

  .bb-mobile-panel-header .logo-wrap img {
    max-width: 76px;
  }

  .bb-icon-file {
    display: none !important;
  }

  .novo__site {
    height: auto;
    padding-top: 76px;
  }

  #hero {
    background-image: url(../images/banner-mobile.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
  }

  .hero__content {
    margin-top: 0;
  }

  .hero__container {
    align-items: center;
    justify-content: center;
    padding: 4rem 0 6rem;
    position: static;
  }

  .hero__content__title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0;
  }

  .hero__content__text {
    font-size: 1.3rem;
    display: block;
    width: 260px;
    margin: 0 auto;
  }

  .hero__content__button {
    font-size: 1.1rem;
    padding: 9px 36px 8px;
  }

  .hero__container {
    height: auto;
  }

  .mobile__hero__image__container {
    display: block;
  }

  .mobile__hero__image__container img {
    width: 100%;
  }

  section#values {
    margin-top: -1rem;
  }

  .values__container {
    flex-direction: column;
  }

  .values__container__divisor {
    width: 100%;
    height: 4px;
  }

  .values__card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .about__us__container {
    margin-left: 0;
    flex-direction: column;
  }

  .about__us__img__container {
    margin-bottom: 1rem;
  }

  .about__us__content__title {
    font-size: 2.5rem;
    display: flex;
    flex-direction: column;
  }

  .about__us__content {
    margin-left: 0;
  }

  .about__us__content__button {
    font-size: 1.2rem;
    padding: 14px 30px 13px;
    margin: 0 auto;
  }

  .cta__stripe__container {
    flex-direction: column;
    transform: translate(0);
  }

  .cta__stripe__title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    margin: 0 auto 0.5rem;
  }

  .cta__stripe__text {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .cta__stripe__text br {
    display: none;
  }

  .cta__stripe__button {
    font-size: 1.2rem;
    padding: 11px 36px 10px;
  }

  .service__title__container {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }

  .service__title {
    font-size: 2.5rem;
  }

  section#services {
    padding: 3rem 1rem;
  }

  .service__cards__container {
    flex-direction: column;
  }

  .service__card {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services__button {
    font-size: 1.2rem;
    padding: 11px 36px 10px;
  }

  section#blog {
    padding: 2rem 0 4rem;
  }

  .blog__title__container {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0;
  }

  .blog__title {
    font-size: 2.3rem;
  }

  .blog__card__content p {
    height: 65px;
  }

  .blog__card__container {
    flex-direction: column;
  }

  .blog__card {
    height: 300px;
  }

  .blog__button {
    font-size: 1.2rem;
    padding: 10px 60px 9px;
  }

  #comments {
    padding: 1rem 1rem 4rem;
  }

  .comments__slider__container {
    position: static;
    width: 100%;
    max-width: 650px;
    height: auto;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }

  .comments__container {
    flex-direction: column;
  }

  .comments__slider__title {
    font-size: 2.2rem;
  }

  .comments__container .slick-dots {
    bottom: -36px;
  }

  .footer__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .footer__container__logo {
    margin-right: 0;
    max-width: 220px;
  }

  .footer__container__contact {
    margin-right: 0;
  }

  .footer__container__title {
    text-align: center;
  }

  .footer__contact__subtitle {
    text-align: center;
  }

  .footer_contact__text {
    text-align: center;
  }

  .footer__container__menu {
    margin-right: 0;
  }

  .footer__menu__link {
    text-align: center;
  }

  .blog__menu {
    display: none;
  }

  #site__logo {
    max-width: 130px;
  }
}

#rpwwt-recent-posts-widget-with-thumbnails-2 li a {
  display: flex;
  flex-direction: column;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 li a img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

#block-8 {
  padding: 0;
}

#block-8 p,
#block-8 .rock-convert-banner {
  margin: 0;
}

#block-8 img {
  border-radius: 10px;
}

/* Menu lateral deslizante */

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 280px;
  background: white;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

#mobile-menu.active {
  transform: translateX(0);
}

/* Overlay para fechar o menu */

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Animação do botão hambúrguer */

.hamburger {
  cursor: pointer;
  transition: all 0.3s ease;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Menu mobile estilizado */

#mobile-menu nav a {
  font-size: 16px;
  font-weight: 500;
}

#mobile-menu nav a:hover {
  color: #7cd7c3;
  background-color: #f8f9ff;
}

/* Content Section */

.content-section {
  padding: 80px 2.5rem;
  background: white;
  font-family: var(--principal-font) !important;
}

.content-section h2 {
  color: #2c3e50;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.content-section h3 {
  color: #56ccb1;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
}

.content-section p {
  margin-bottom: 20px;
  font-size: 1.15rem;
  line-height: 1.7;
}

.content-section ul {
  margin: 20px 0;
  padding-left: 30px;
}

.content-section li {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.content-section strong {
  color: #2c3e50;
}

.banner__conversion__page {
  background-image: linear-gradient(
      90deg,
      rgba(31, 112, 85, 0.7) 0%,
      rgba(86, 204, 177, 0.7) 50%,
      rgba(31, 112, 85, 0.7) 100%
    ),
    url(../images/comments-back-image.webp);
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner__conversion__page h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  font-family: var(--principal-font) !important;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .content-section {
    padding: 60px 2rem;
  }

  .content-section h2 {
    font-size: 2rem;
  }

  .content-section h3 {
    font-size: 1.4rem;
  }

  .content-section p {
    font-size: 1.1rem;
  }

  .content-section li {
    font-size: 1.05rem;
  }

  .banner__conversion__page {
    height: 400px;
  }

  .banner__conversion__page h1 {
    font-size: 2.5rem;
    padding: 0 1rem;
  }
}

/* Tablets (até 768px) */

@media (max-width: 768px) {
  .content-section {
    padding: 50px 1.5rem;
  }

  .content-section h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .content-section h3 {
    font-size: 1.3rem;
    margin-top: 25px;
    margin-bottom: 12px;
  }

  .content-section p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .content-section ul {
    padding-left: 25px;
    margin: 18px 0;
  }

  .content-section li {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .banner__conversion__page {
    height: 350px;
    background-position: center center;
  }

  .banner__conversion__page h1 {
    font-size: 2.2rem;
    padding: 0 1.5rem;
    line-height: 1.2;
  }
}

/* Smartphones grandes (até 480px) */

@media (max-width: 480px) {
  .content-section {
    padding: 40px 1rem;
  }

  .content-section h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .content-section h3 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .content-section p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
  }

  .content-section ul {
    padding-left: 20px;
    margin: 15px 0;
  }

  .content-section li {
    font-size: 0.95rem;
    margin-bottom: 5px;
    line-height: 1.4;
  }

  .banner__conversion__page {
    height: 300px;
    padding: 0 1rem;
  }

  .banner__conversion__page h1 {
    font-size: 1.8rem;
    line-height: 1.1;
    padding: 0 0.5rem;
  }
}

/* Smartphones pequenos (até 320px) */

@media (max-width: 320px) {
  .content-section {
    padding: 30px 0.8rem;
  }

  .content-section h2 {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }

  .content-section h3 {
    font-size: 1.1rem;
  }

  .content-section p {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }

  .content-section ul {
    padding-left: 18px;
  }

  .content-section li {
    font-size: 0.9rem;
  }

  .banner__conversion__page {
    height: 280px;
  }

  .banner__conversion__page h1 {
    font-size: 1.6rem;
    padding: 0 0.3rem;
  }
}

/* Modal Styles */

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  font-family: var(--principal-font);
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 0;
  border: none;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-header {
  background: #174052;
  color: white;
  padding: 20px;
  text-align: center;
  border-radius: 15px 15px 0 0;
  font-weight: 600;
}

.modal-header h2 {
  margin: 0;
  font-size: 1.5rem;
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  margin-top: -5px;
}

.close:hover {
  opacity: 0.7;
}

.modal-body {
  padding: 30px;
  text-align: center;
}

.modal-body p {
  margin-bottom: 30px;
  font-size: 1.1rem;
  color: #666;
}

.options-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.option-card {
  flex: 1;
  min-width: 180px;
  padding: 25px 20px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.option-card:hover {
  border-color: #4ec3c1;
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.2);
  text-decoration: none;
  color: #4ec3c1;
}

.option-logo {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #667eea;
}

.option-card h3 {
  margin: 0 0 10px 0;
  font-size: 1.2rem;
  color: inherit;
}

.option-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #888;
}

@media (max-width: 480px) {
  .options-container {
    flex-direction: column;
  }

  .option-card {
    min-width: auto;
  }
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }
}
