/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --max-width: 1100px;
  --red: #ef4444;
  --emerald: #059669;
  --dark: #0f172a;
  --muted: #64748b;
  --bg: #f8fafc;
  --card: #fff;
  --glass: #0206170f;
  --shadow-lg: 0 10px 28px #02061714;
}

html, body {
  background: #fff;
  max-width: 100vw;
  height: 100%;
  padding-bottom: 40px;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Helvetica, sans-serif;
}

main {
  background-color: #fff;
  margin-top: 10px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

@media (max-width: 850px) {
  .services-list {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 4px;
  }

  header h1 {
    font-size: 1.6rem;
  }

  .quick-facts ul {
    flex-direction: column;
  }
}

::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
}

[data-nextjs-dev-overlay] {
  display: none !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #ef6f49;
  cursor: pointer;
  z-index: 10;
  background-color: #fff;
  border: 2px solid #ef6f494d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .25s;
  display: flex;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  box-shadow: 0 8px 20px #00000026;
  width: 30px !important;
  height: 30px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: none !important;
}

.swiper-button-next:before, .swiper-button-prev:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: filter .3s;
  display: block;
}

.swiper-button-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23ef6f49' stroke-width='3' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}

.swiper-button-next:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23ef6f49' stroke-width='3' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: #ef6f49;
  border-color: #ef6f49;
  transform: translateY(-50%)scale(1.08);
}

.swiper-button-prev:hover:before, .swiper-button-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23ffffff' stroke-width='3' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}

.swiper-button-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23ffffff' stroke-width='3' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}

.swiper-button-prev {
  left: -30px;
}

.swiper-button-next {
  right: -30px;
}

.swiper-pagination {
  display: none !important;
}

@media (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: none !important;
  }
}

/* [project]/src/app/page.module.css [app-client] (css) */
.page-module___8aEwW__wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 600px) {
  .page-module___8aEwW__wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.page-module___8aEwW__heartbeat {
  animation: 1s ease-in-out infinite page-module___8aEwW__heartbeat;
}

.page-module___8aEwW__heartbeat-strong {
  animation: .8s cubic-bezier(.4, .05, .6, 1) infinite page-module___8aEwW__heartbeat;
}

.page-module___8aEwW__heartbeat-once {
  animation: .65s cubic-bezier(.4, .05, .6, 1) forwards page-module___8aEwW__heartbeat-once;
}

/* [project]/src/components/header/header.module.css [app-client] (css) */
.header-module__6rtY2W__navbar {
  z-index: 10;
  background: linear-gradient(135deg, #f8f9fc, #eef2f7);
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 12px;
  display: flex;
  position: relative;
}

.header-module__6rtY2W__navbarLeft {
  align-items: center;
  gap: 15px;
  display: flex;
}

.header-module__6rtY2W__logo img {
  background: none;
}

.header-module__6rtY2W__brand {
  letter-spacing: .5px;
  flex-direction: column;
  font-weight: 500;
  display: flex;
}

.header-module__6rtY2W__brandTitle {
  color: #304577;
  font-size: 1.33rem;
  font-weight: 700;
}

.header-module__6rtY2W__badge {
  color: #fff;
  background: #972b2b;
  border-radius: 3px;
  margin: 4px 0 2px;
  padding: 1px 12px;
  font-size: .98rem;
  font-weight: 700;
  display: inline-block;
}

.header-module__6rtY2W__subtitle {
  color: #222;
  letter-spacing: .7px;
  margin-top: 2px;
  font-size: 1rem;
  font-weight: 400;
}

.header-module__6rtY2W__navbarLinks, .header-module__6rtY2W__dropdownToggle {
  align-items: center;
  gap: 36px;
  font-size: 1.035rem;
  display: flex;
}

.header-module__6rtY2W__navbarLinks a, .header-module__6rtY2W__dropdownToggle {
  color: #23305b;
  padding: 2px 0;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.header-module__6rtY2W__navbarLinks a:hover, .header-module__6rtY2W__navbarLinks a.header-module__6rtY2W__active {
  color: #f26c2f;
  text-decoration: none;
}

.header-module__6rtY2W__dropdown {
  display: inline-block;
  position: relative;
}

.header-module__6rtY2W__dropdownToggle {
  cursor: pointer;
  color: #23305b;
  width: 100%;
  padding: 2px 0;
  font-weight: 500;
  transition: color .2s;
}

.header-module__6rtY2W__w100 {
  width: 100%;
}

.header-module__6rtY2W__dropdownToggle:hover {
  color: #f26c2f;
}

.header-module__6rtY2W__dropdownMenu {
  z-index: 20;
  background: #fff;
  border-radius: 6px;
  flex-direction: column;
  min-width: 220px;
  transition: all .3s;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000014;
}

.header-module__6rtY2W__dropdownOpen {
  display: flex;
}

.header-module__6rtY2W__dropdownMenu a {
  color: #23305b;
  padding: 12px 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.header-module__6rtY2W__dropdownMenu a:hover {
  color: #fff;
  background: #f26c2f;
}

.header-module__6rtY2W__navbarToggle {
  cursor: pointer;
  background-color: #ededf2;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5.5px;
  width: 34px;
  height: 34px;
  margin: 0 2px;
  padding: 0;
  display: flex;
}

.header-module__6rtY2W__navbarToggle span {
  background: #f26c2f;
  border-radius: 2px;
  width: 22px;
  height: 2px;
  transition: all .3s;
  display: block;
}

.header-module__6rtY2W__centerAligned {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-module__6rtY2W__navbarToggle.header-module__6rtY2W__open span:first-child {
  transform: translateY(8px)rotate(45deg);
}

.header-module__6rtY2W__navbarToggle.header-module__6rtY2W__open span:nth-child(2) {
  opacity: 0;
}

.header-module__6rtY2W__navbarToggle.header-module__6rtY2W__open span:nth-child(3) {
  transform: translateY(-8px)rotate(-45deg);
}

.header-module__6rtY2W__header_cta_text {
  color: #192c40;
  margin-right: 5px;
  font-size: .7rem;
}

.header-module__6rtY2W__header_cta_highlight {
  color: #f26c2f;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .header-module__6rtY2W__navbarLinks, .header-module__6rtY2W__dropdownToggle {
    gap: 22px;
    font-size: .98rem;
  }

  .header-module__6rtY2W__brandTitle {
    font-size: 1.05rem;
  }
}

@media (max-width: 900px) {
  .header-module__6rtY2W__navbar {
    height: 75px;
    padding: 0 10px;
  }

  .header-module__6rtY2W__brandTitle {
    font-size: .98rem;
  }
}

@media (max-width: 750px) {
  .header-module__6rtY2W__navbar {
    height: 65px;
    padding: 0 6px;
    position: fixed;
    top: 0;
  }

  .header-module__6rtY2W__navbarLinks {
    z-index: 15;
    background: #fff;
    border-bottom: 1px solid #eee;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    max-height: calc(100vh - 65px);
    padding: 0;
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    overflow-y: auto;
    box-shadow: 0 4px 21px #00000008;
  }

  .header-module__6rtY2W__navbarLinks.header-module__6rtY2W__open {
    animation: .5s header-module__6rtY2W__slideIn;
    display: flex;
  }

  .header-module__6rtY2W__navbarLinks a, .header-module__6rtY2W__dropdownToggle {
    color: #2b3861;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    padding: 15px 32px;
    font-weight: 600;
  }

  .header-module__6rtY2W__navbarLinks a:last-child {
    border-bottom: none;
  }

  .header-module__6rtY2W__dropdownMenu {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    display: none;
    position: relative;
    top: 0;
  }

  .header-module__6rtY2W__dropdownOpen {
    flex-direction: column;
    display: flex;
  }

  .header-module__6rtY2W__dropdownMenu a {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    padding: 15px 32px;
  }

  .header-module__6rtY2W__dropdownMenu a:last-child {
    border-bottom: none;
  }

  .header-module__6rtY2W__navbarToggle {
    display: flex;
  }
}

@media (max-width: 500px) {
  .header-module__6rtY2W__logo img {
    background: none;
  }

  .header-module__6rtY2W__brandTitle {
    font-size: .89rem;
  }

  .header-module__6rtY2W__badge {
    padding: 1px 7px;
    font-size: .87rem;
  }

  .header-module__6rtY2W__subtitle {
    font-size: .86rem;
  }
}

@keyframes header-module__6rtY2W__slideIn {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

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

/* [project]/src/components/FloatingMenu/floating.module.css [app-client] (css) */
.floating-module__W5aU6q__floatingMenu {
  z-index: 9999;
  position: fixed;
}

@media (max-width: 768px) {
  .floating-module__W5aU6q__floatingMenu {
    background: #fff;
    border-top: 1px solid #ddd;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    justify-content: space-around;
    width: 100%;
    padding: 8px 0;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 -2px 8px #0000001a;
  }

  .floating-module__W5aU6q__menuItemIcon {
    text-align: center;
    color: #333;
    flex: 1;
    font-size: 14px;
    text-decoration: none;
  }

  .floating-module__W5aU6q__icon {
    margin-bottom: 4px;
    font-size: 20px;
    display: block;
  }

  .floating-module__W5aU6q__label {
    font-size: 12px;
    display: block;
  }
}

@media (min-width: 769px) {
  .floating-module__W5aU6q__floatingMenu {
    flex-direction: column;
    gap: 12px;
    display: flex;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }

  .floating-module__W5aU6q__menuItemIcon {
    color: #0073aa;
    white-space: nowrap;
    background: #f0f8ff;
    border: 1px solid #0a2c50;
    border-radius: 50%;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 20px;
    text-decoration: none;
    transition: all .5s;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px #00000026;
  }

  .floating-module__W5aU6q__icon {
    text-align: center;
    z-index: 2;
    flex: none;
    width: 100%;
    font-size: 20px;
    transition: all .3s;
    position: relative;
  }

  .floating-module__W5aU6q__label {
    opacity: 0;
    color: #0073aa;
    z-index: 1;
    margin-left: 12px;
    font-size: 14px;
    transition: opacity .3s, transform .3s;
    position: relative;
    transform: translateX(10px);
  }

  .floating-module__W5aU6q__menuItemIcon:hover {
    color: #fff;
    background: #0073aa;
    border-radius: 30px;
    width: 200px;
    padding-left: 16px;
  }

  .floating-module__W5aU6q__menuItemIcon:hover .floating-module__W5aU6q__icon {
    text-align: left;
    color: #fff;
    width: auto;
    margin-right: 8px;
  }

  .floating-module__W5aU6q__menuItemIcon:hover .floating-module__W5aU6q__label {
    opacity: 1;
    color: #fff;
    transform: translateX(0);
  }
}

/* [project]/src/components/lazyLoad/lazyLoad.module.css [app-client] (css) */
.lazyLoad-module__EW1ssq__lazyLoad {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity .6s, transform .6s;
  transform: translateY(30px);
}

.lazyLoad-module__EW1ssq__visible {
  opacity: 1;
  transform: translateY(0);
}

/* [project]/src/components/WhatsAppButton/style.module.css [app-client] (css) */
.style-module__vhSqIa__whatsapp {
  z-index: 9999;
  position: fixed;
  bottom: 100px;
  right: 150px;
}

.style-module__vhSqIa__whatsapp img {
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: transform .3s;
}

.style-module__vhSqIa__whatsapp img:hover {
  transform: scale(1.1);
}

.style-module__vhSqIa__heartbeat {
  transform-origin: center;
  animation: 1s ease-in-out infinite style-module__vhSqIa__heartbeat;
  display: inline-block;
}

@keyframes style-module__vhSqIa__heartbeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.12);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.08);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .style-module__vhSqIa__heartbeat {
    animation: none !important;
  }
}

@media (max-width: 700px) {
  .style-module__vhSqIa__whatsapp {
    bottom: 100px;
    right: 5px;
  }

  .style-module__vhSqIa__whatsapp img {
    width: 50px;
    height: 50px;
  }
}

/* [project]/src/components/footer/Footer.module.css [app-client] (css) */
.Footer-module__q7ZRWa__footer {
  color: #333;
  background: linear-gradient(135deg, #f8f9fc, #eef2f7);
  border-radius: 18px;
  margin: 30px 0 0;
  padding: 12px;
  font-size: .9rem;
}

.Footer-module__q7ZRWa__top {
  grid-template-columns: 1.5fr 1fr 2fr 1.5fr;
  align-items: start;
  gap: 2rem;
  margin: 10px 0;
  display: grid;
}

.Footer-module__q7ZRWa__nav h4 {
  color: #002855;
  margin-bottom: .5rem;
  font-weight: 700;
}

.Footer-module__q7ZRWa__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Footer-module__q7ZRWa__nav li {
  margin-bottom: .4rem;
  padding: .3rem 0;
}

.Footer-module__q7ZRWa__nav a {
  color: #444;
  text-decoration: none;
  transition: color .3s;
}

.Footer-module__q7ZRWa__nav a:hover {
  color: #ff6a00;
}

.Footer-module__q7ZRWa__contact h4 {
  color: #002855;
  margin-bottom: .5rem;
  font-weight: 700;
}

.Footer-module__q7ZRWa__contact p {
  margin: .4rem 0;
  font-size: .85rem;
  line-height: 22px;
}

.Footer-module__q7ZRWa__contact p span {
  font-weight: 600;
}

.Footer-module__q7ZRWa__right {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.Footer-module__q7ZRWa__social span, .Footer-module__q7ZRWa__email span {
  color: #002855;
  margin-bottom: .3rem;
  font-size: .85rem;
  font-weight: 700;
  display: inline-block;
}

.Footer-module__q7ZRWa__icons {
  gap: .6rem;
  font-size: 1.2rem;
  display: flex;
}

.Footer-module__q7ZRWa__icons a {
  color: #002855;
  text-decoration: none;
  transition: color .3s;
}

.Footer-module__q7ZRWa__icons a:hover {
  color: #ff6a00;
}

.Footer-module__q7ZRWa__email p {
  color: #444;
  font-size: .85rem;
}

@media (max-width: 1024px) {
  .Footer-module__q7ZRWa__top {
    grid-template-columns: 1fr 1fr;
    margin: 10px 0;
  }
}

@media (max-width: 700px) {
  .Footer-module__q7ZRWa__top {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .Footer-module__q7ZRWa__nav, .Footer-module__q7ZRWa__contact, .Footer-module__q7ZRWa__right {
    margin-top: 1rem;
  }

  .Footer-module__q7ZRWa__icons {
    justify-content: start;
  }
}

/*# sourceMappingURL=src_8b28635f._.css.map*/