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

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

a:hover {
  text-decoration: none;
}

.text-80 {
  color: #FFFFFF;
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  line-height: 88px;
  letter-spacing: -1.6px;
}

.text-64 {
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.28px;
}

.text-48 {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.96px;
}

.text-40 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.8px;
}

.text-32 {
  font-size: 32px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.64px;
}

.text-24 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.48px;
}

.text-20 {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.text-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.text-15 {
  font-family: "Public Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.075px;
}

.text-14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.text-12 {
  color: rgba(79, 81, 82, 0.62);
  font-family: "Public Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.06px;
}

@media (max-width: 991px) {
  .text-80 {
    font-size: 47px;
    line-height: 56px;
  }
  .text-64 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
  .text-48 {
    font-size: 32px;
  }
  .text-40 {
    font-size: 28px;
    line-height: 120%;
  }
  .text-32 {
    font-size: 26px;
    line-height: 48px;
  }
  .text-24 {
    font-size: 18px;
    line-height: 100%;
  }
  .text-20 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
body {
  background: #FFFFFF;
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  position: relative;
  color: #003240;
  font-family: "Sora", sans-serif;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
body::-webkit-scrollbar {
  width: 12px;
  border-radius: 4px;
}
body::-webkit-scrollbar-track {
  background: #CCCCCC;
}
body::-webkit-scrollbar-thumb {
  background: #00617B;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 97, 123, 0.4);
}

section {
  padding: 80px 0px;
}

.custom-container {
  max-width: 1440px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 60px;
}

.btn {
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: 0.3s ease-in-out;
  font-family: "Public Sans", sans-serif;
  line-height: 20px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
.btn.outlined {
  background-color: transparent;
  border-color: #00617B;
  color: #00617B;
}
.btn.outlined:hover {
  background-color: #00617B;
  color: #FFFFFF;
}
.btn.primary {
  background-color: #00617B;
  color: #FFFFFF;
}
.btn.secondary {
  background-color: #FFFFFF;
  color: #003240;
  border: none;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.btn.primary:hover {
  opacity: 0.7;
}
.btn.white {
  background-color: #FFFFFF;
  color: #003240;
}
.btn.white:hover {
  opacity: 0.7;
  color: #003240;
}
.btn.lg {
  padding: 24px 32px;
  border-radius: 16px;
}
.btn.md {
  padding: 16px 24px;
}
.btn.sm {
  padding: 12px 20px;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.text-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  transition: 0.3s ease-in-out;
  color: #00617B;
}
.text-btn:hover {
  transform: translateY(-2px);
  color: #00617B;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .custom-container {
    padding: 0px 16px;
  }
}
header {
  padding: 20px 0px;
  background-color: #F3F3F3 ;
}
.dolar-hoje-container {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dolar-hoje-container span {
  color:#01607B;
}
header img {
  height: 20px;
}
header nav ul {
  gap: 32px;
}
header nav ul a {
  color: #00617B;
  font-weight: 600;
}
.desktop-logo {
  display: block;
  margin-top: 50px;
}

.desktop-logo img {
  width: 257px;
}

.mobile-logo {
  display: none;
  margin-top: 50px;
}

.hero {
  padding: 40px 0px;
  position: relative;
}
.hero p {
  max-width: 600px;
}
.hero h1 {
  text-align: center;
}
.hero .hero-content {
  max-width: 880px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  gap: 24px;
}
.hero-content .text-40 {
    margin-bottom: 40px;
  }
.hero .map-hero-illustration {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  max-height: 616px;
}

.globo-illustration-container {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 650px; 
  background-image: 
    linear-gradient(103.58deg, rgba(0, 222, 138, 0.9) 1.54%, rgba(0, 97, 123, 0.9) 100.33%),
    url('../images/close-up-de-um-globo.png');
  background-size: cover; 
  background-position: center center; 
  background-attachment: fixed; 
}

.globo-illustration-container img {
  opacity: 0.2;
}

.hero-content .text-64 {
  color: #FFFFFF;
}

.hero-content .text-20 {
  color: white;
}

.hero-content .text-20 .bold {
  font-weight: bold;
}

.hero .map-hero-illustration-container {
  position: relative;
  overflow: hidden;
}

.hero .map-hero-illustration-container svg {
  opacity: 0.4;
}
.hero .circle-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFFFFF;
  animation: scale-change 6s ease-out infinite;
  opacity: 0.8;
}
@keyframes scale-change {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
}

.action-areas h2 {
  text-align: center;
  margin-bottom: 52px;
}
.action-areas .solution-card {
  padding: 32px;
  border-radius: 24px;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease-in-out;
}

.solution-card:hover {
  animation: bounce 0.6s ease-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


.solution-card h3 {
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -2%;
  max-width: 388px;
}

.solution-card img {
  max-width: 240px;
  align-self: flex-end;
} 
.solution-card-1, .solution-card-4 {
  background-color: #169D85;
}
.solution-card-2, .solution-card-3 {
  background-color: #00617B;
}
.action-areas .solution-card img {
  position: relative;
  display: block;
}
.action-areas .text-content-container {
  max-width: 388px;
}
.action-areas .text-content-container h3 {
  margin-bottom: 12px;
}
.action-areas .text-content-container p {
  max-width: 400px;
  text-align: start;
}
.action-areas .col-lg-6:nth-child(1), .action-areas .col-lg-6:nth-child(2) {
  margin-bottom: 32px;
}

.why-us-card {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden; 
}

.why-us-line {
  display: flex;
  gap: 20px;
}
.why-us h2 {
  display: flex;
  flex-grow: 1;
}
.why-us .row {
  max-width: 646px;
}

.why-us-card {
  max-width: 296px;
  padding: 32px 0px 52px 0px;
}

.why-us-line:last-of-type .why-us-card {
  border-top: 1.5px solid rgba(73, 92, 110, 0.2);
}

.why-us .why-us-card h3 {
  margin-bottom: 12px;
}

.container-aligner.is-visible .why-us-card {
  animation: fadeInUp 0.6s ease-out forwards;
  visibility: visible;
}

.container-aligner.is-visible .why-us-line:nth-of-type(1) .why-us-card:nth-of-type(1) {
  animation-delay: 0.4s;
}
.container-aligner.is-visible .why-us-line:nth-of-type(1) .why-us-card:nth-of-type(2) {
  animation-delay: 0.4s;
}
.container-aligner.is-visible .why-us-line:nth-of-type(2) .why-us-card:nth-of-type(1) {
  animation-delay: 0.8s;
}
.container-aligner.is-visible .why-us-line:nth-of-type(2) .why-us-card:nth-of-type(2) {
  animation-delay: 0.8s;
}

.why-us-line:last-of-type .why-us-card {
  border-top: 1.5px solid rgba(73, 92, 110, 0.2);
}

.why-us .why-us-card h3 {
  margin-bottom: 12px;
}

.testimonials h2 {
  text-align: center;
  margin-bottom: 48px;
}
.testimonials .testimonial-card {
  background-color: #E6F0F5;
  padding: 32px;
  border-radius: 20px;
}
.testimonials .testimonial-card .testimonial-card-content {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.testimonials .testimonial-card img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
  margin-right: 12px;
  background-color: #1B2128;
}

.for-you h2 {
  margin-bottom: 64px;
}
.for-you .content-card img {
  width: 100%;
  height: 224px;
  object-fit: cover;
  border-radius: 16px;
  background-color: #E6F0F5;
  display: flex;
  margin-bottom: 12px;
}
.for-you .content-card h3 {
  color: #1B2128;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
.for-you .content-card p {
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #1B2128;
}
footer {
  background: linear-gradient(255deg, #00617B 0%, #00DE8A 100%);
  padding: 60px 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: visible;
  border-radius: 30px;
  margin-bottom: 40px !important;
}
.footer-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-title-container h2 {
  margin-bottom: 0;
  max-width: 740px;
  font-family: Sora;
  font-weight: 600;
  font-size: 44px;
  line-height: 48.91px;
  letter-spacing: -2%;

}
.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  gap: 40px;
  padding: 64px 32px;
}

.footer-image img { 
  max-width: 645px; 
  width: 100%; 
  height: auto; 
  position: absolute; 
  top: -87px; 
} 
.footer-content-container { 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  text-align: left; 
  flex: 1; 
}
footer h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
  color: #fff;
}

footer .btn.white {
  display: inline-block;
  background: #fff;
  color: #00617B;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 40px;
  transition: all 0.3s ease;
  text-align: center;
}

footer .btn.white:hover {
  background: #e6e6e6;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 24px;
  margin-top: 24px;
  gap: 16px;
}

.secondary:hover {
  background-color: #0083A6;
  color: white;
  border: none;
  box-shadow: 3px 4px 4px 0px #00AFDE80 inset;
}


.footer-logo img {
  height: 28px;
}

.footer-info p {
  font-size: 0.875rem;
  opacity: 0.8;
  margin: 0;
}

.social-media ul {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-media a {
  color: #01607B;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}

.social-media a:hover {
  color: #00DE8A;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}
footer img {
  height: 24px;
}
footer nav ul {
  gap: 16px;
}
footer nav ul li a {
  color: #FFFFFF;
  font-size: 24px;
  display: flex;
  transition: 0.3s ease-in-out;
}
footer nav ul li a:hover {
  color: #FFFFFF;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: flex;
  }
  .mobile-logo img {
    display: flex;
    height: 40px;
    width: 80px;
  }
  .hero {
    padding-top: 50px;
    overflow-x: hidden;
  }
  
  .hero .hero-content {
    max-width: 90%;
  }
  
  .hero .map-hero-illustration {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 100%;
    width: auto;
  } */
  .hero .hero-content {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding: 0 20px;
  }
  .action-areas .text-content-container {
    padding: 0px 32px;
  }
  .action-areas .text-content-container h3, .action-areas .text-content-container p {
    text-align: center;
  }
  .testimonials {
    overflow-x: hidden;
  }
  .testimonials h2 {
    margin-bottom: 32px;
  }
  .testimonials .testimonials-carousel {
    padding: 0px 15px;
  }
  .action-areas .col-lg-6:nth-child(3) {
    margin-bottom: 32px;
  }

  .why-us h2 {
    max-width: 340px;
    text-align: center;
    margin-bottom: 48px;
  }
  .for-you h2 {
    margin-bottom: 24px;
  }
  .for-you .content-card {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
  }
  footer .text-80 {
    margin-top: 124px;
  }
  footer .btn.white {
    margin-bottom: 88px;
  }
  footer .footer-logo img {
    height: 20px;
  }

    .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-content-container {
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .action-areas .text-24 {
    font-size: 30px !important;
    text-align: start !important;
  }

  .action-areas .text-20 {
    text-align: start !important;
  }

  .action-areas .text-content-container {
    padding: 0;
  }
}

@media (max-width: 1340px) {
  .footer-image {
    display: none;
  }
  .footer-content-container {
    max-width: 100%;
  }
  .footer-title-container {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }

  footer {
    margin-bottom: 0 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(2px);
}

.modal-overlay.active {
  display: flex;
}

.modal-content {
  background: white;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease-out;
  font-family: "Public Sans", sans-serif;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fafafa;
  border-radius: 12px 12px 0 0;
}

.modal-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #003240;
}

.modal-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.modal-close:hover {
  color: #003240;
  background-color: #f0f0f0;
}

.modal-body {
  padding: 30px;
  min-height: 200px;
}

/* Modal Form Styles */
.modal-form-container {
  max-width: 100%;
}

.modal-intro-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #003240;
  margin-bottom: 8px;
  font-family: "Public Sans", sans-serif;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  transition: all 0.3s ease;
  background-color: #fafafa;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #00617B;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 97, 123, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #999;
  font-style: italic;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

/* Contact Form 7 Specific Styles */
.wpcf7-form {
  width: 100%;
}

.wpcf7-form .form-group {
  margin-bottom: 20px;
}

.wpcf7-form label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #003240;
  margin-bottom: 8px;
  font-family: "Public Sans", sans-serif;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  transition: all 0.3s ease;
  background-color: #fafafa;
  box-sizing: border-box;
}

.wpcf7-form-control:focus {
  outline: none;
  border-color: #00617B;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 97, 123, 0.1);
}

.wpcf7-form-control::placeholder {
  color: #999;
  font-style: italic;
}

.wpcf7-textarea {
  resize: vertical;
  min-height: 100px;
}

.wpcf7-submit {
  width: 100%;
  margin-top: 10px;
}

/* Form validation messages */
.wpcf7-not-valid {
  border-color: #dc3545 !important;
}

.wpcf7-validation-errors {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Responsive modal */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 20px;
    max-height: 90vh;
  }
  
  .modal-header {
    padding: 20px;
  }
  
  .modal-header h3 {
    font-size: 20px;
  }
  
  .modal-body {
    padding: 20px;
  }
  
  .modal-intro-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .form-group {
    margin-bottom: 16px;
  }
  
  .form-group input,
  .form-group textarea {
    padding: 10px 12px;
    font-size: 16px; /* Prevent zoom on iOS */
  }
  
  .form-group label {
    font-size: 13px;
    margin-bottom: 6px;
  }
}

@media (max-width: 480px) {
  .modal-content {
    width: 100%;
    margin: 10px;
    border-radius: 8px;
  }
  
  .modal-header {
    padding: 15px;
  }
  
  .modal-header h3 {
    font-size: 18px;
  }
  
  .modal-body {
    padding: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
