.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

* {
  font-family: sans-serif;
  transition: all 300ms;
  box-sizing: border-box;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  color: oklch(21% 0.034 264.665deg);
}

.popup-cont {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.popup-cont.active {
  display: flex;
}
.popup-cont .container .form-cont {
  position: relative;
  max-width: 30rem;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 1.25rem;
  max-height: 450px;
  overflow-y: scroll;
}
.popup-cont .container .form-cont .title {
  display: flex;
  font-size: 24px;
  align-items: center;
}
.popup-cont .container .form-cont .title .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 0.75rem;
}
.popup-cont .container .form-cont label {
  font-size: 14px;
}
.popup-cont .container .form-cont input,
.popup-cont .container .form-cont select {
  appearance: none;
  padding: 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid oklch(87.2% 0.01 258.338deg);
  font-size: 14px;
  width: 100%;
}
.popup-cont .container .form-cont textarea {
  height: 80px;
  appearance: none;
  padding: 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid oklch(87.2% 0.01 258.338deg);
  font-size: 14px;
  width: 100%;
}
.popup-cont .container .form-cont .close {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  top: 15px;
  right: 15px;
  position: absolute;
  appearance: none;
  font-size: 16px;
  border: 1px solid oklch(87.2% 0.01 258.338deg);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-cont .container .form-cont .close svg {
  width: 30px;
  height: 30px;
}
.popup-cont .container .form-cont input[type=submit] {
  padding: 1rem;
  background-image: linear-gradient(var(--tw-gradient-via-stops, to bottom right in oklab, oklch(72.3% 0.219 149.579deg) 0%, oklch(62.7% 0.194 149.214deg) 100%));
  display: inline;
  color: white !important;
  width: 45%;
}

p {
  font-size: 20px;
}

header {
  position: relative;
  height: 80px;
  width: 100%;
}
header .sub-header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
header .sub-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  box-sizing: border-box;
}
header .sub-header .container .img-logo img {
  width: auto;
  max-height: 54px;
}
header .sub-header .container .menu-container .menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem 1rem;
}
header .sub-header .container .menu-container .menu li {
  list-style: none;
}
header .sub-header .container .menu-container .menu li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: oklch(37.3% 0.034 259.733deg);
}
header .sub-header .container .menu-container .menu li a.active span {
  display: block;
}
header .sub-header .container .menu-container .menu li a span {
  position: absolute;
  background-color: #003274;
  width: 100%;
  height: 2px;
  top: calc(100% + 5px);
  left: 0;
  display: none;
}
header .sub-header .container .cta-phone a {
  background-color: #003274;
  color: white;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .sub-header .container .cta-phone a span svg {
  height: 18px;
  margin-top: 2px;
  margin-right: 5px;
}
header .sub-header .container .cta-phone a:hover {
  background-color: #c60237;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 1rem;
  width: 100%;
}

section {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding-block: 5rem;
  background-image: linear-gradient(var(--tw-gradient-via-stops, to bottom right in oklab, oklch(98.5% 0.002 247.839deg) 0%, oklch(96.7% 0.003 264.542deg) 100%));
  background-color: oklch(96.7% 0.003 264.542deg);
}
section h1 {
  margin-bottom: 24px;
  font-size: 48px;
  color: oklch(21% 0.034 264.665deg);
}
section h1 span {
  color: oklch(54.6% 0.245 262.881deg);
}
section h1 + p {
  line-height: 1.625;
  max-width: 56rem;
  margin: 0 auto;
}
section h4 {
  font-size: 2.25rem;
}
section h4 span {
  color: oklch(54.6% 0.245 262.881deg);
}

.cta,
.cta-grid-btn {
  appearance: none;
  border: none;
  font-size: 18px;
  padding: 16px 32px;
  border-radius: 0.75rem;
  background-color: #003274;
  font-weight: 600;
  color: #fff;
  margin-top: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cta,
  .cta-grid-btn {
    width: 100%;
  }
}
.cta:hover,
.cta-grid-btn:hover {
  transform: scale(1.05);
}
.cta-primary,
.cta-grid-btn-primary {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-right: 1rem;
  background-image: linear-gradient(var(--tw-gradient-via-stops, to right in oklab, oklch(54.6% 0.245 262.881deg) 0%, oklch(42.4% 0.199 265.638deg) 100%));
}
.cta-secondary,
.cta-grid-btn-secondary {
  border: 2px solid oklch(54.6% 0.245 262.881deg);
  color: oklch(54.6% 0.245 262.881deg);
  background-color: #fff;
}
.cta.call,
.cta-grid-btn.call {
  background-color: #fff;
  width: fit-content;
  display: flex;
  padding: 12px 24px;
  align-items: center;
  color: oklch(54.6% 0.245 262.881deg);
}
.cta.call span,
.cta-grid-btn.call span {
  color: oklch(54.6% 0.245 262.881deg);
  margin-top: 2px;
  margin-right: 15px;
  width: 20px;
  height: 20px;
}
.cta.call span svg,
.cta-grid-btn.call span svg {
  width: 20px;
  height: 20px;
}

.grid-cards {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 0 30%;
  margin-top: 2.5rem;
}
.grid-cards .card {
  display: flex;
  box-sizing: border-box;
  gap: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
  background-image: linear-gradient(var(--tw-gradient-via-stops, to bottom right in oklab, oklch(97% 0.014 254.604deg) 0%, #fff 100%));
  width: 48%;
}
@media screen and (max-width: 768px) {
  .grid-cards .card {
    width: 100%;
  }
}
.grid-cards .card .column .icon {
  width: 64px;
  height: 64px;
  background-image: linear-gradient(var(--tw-gradient-via-stops, to right in oklab, oklch(54.6% 0.245 262.881deg) 0%, oklch(42.4% 0.199 265.638deg) 100%));
  color: #fff;
  border-radius: 1rem;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-cards .card .column .icon svg {
  width: 40px;
  height: 40px;
}
.grid-cards .card .column h3 {
  margin: 0;
  font-size: 24px;
}

.grid-valores {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 0 30%;
  margin-top: 2.5rem;
}
.grid-valores .card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #fff;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .grid-valores .card {
    width: 100%;
  }
}
.grid-valores .card .column {
  display: flex;
  align-items: center;
}
.grid-valores .card .column .icon {
  width: 64px;
  height: 64px;
  background-image: linear-gradient(var(--tw-gradient-via-stops, to right in oklab, oklch(54.6% 0.245 262.881deg) 0%, oklch(42.4% 0.199 265.638deg) 100%));
  color: #fff;
  border-radius: 1rem;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.grid-valores .card .column .icon svg {
  width: 40px;
  height: 40px;
}
.grid-valores .card .column h3 {
  margin: 0;
  font-size: 30px;
}

.grid-4 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.grid-4 .card {
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
  width: 23%;
}
@media screen and (max-width: 768px) {
  .grid-4 .card {
    width: 100%;
  }
}
.grid-4 .card .icon {
  width: 64px;
  height: 64px;
  background-color: oklch(93.2% 0.032 255.585deg);
  color: oklch(54.6% 0.245 262.881deg);
  border-radius: 1rem;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  display: flex;
}
.grid-4 .card .icon svg {
  width: 2rem;
  height: 2rem;
  margin: auto;
}
.grid-4 .card h3 {
  margin: 5px;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  color: oklch(21% 0.034 264.665deg);
}
.grid-4 .card p {
  font-size: 14px;
  text-align: center;
}

.grid-test {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .grid-test {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-test .card {
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.grid-test .card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
  z-index: 0;
}
.grid-test .card .icon {
  color: oklch(70.7% 0.165 254.624deg);
  width: 64px;
  height: 64px;
}
.grid-test .card .icon svg {
  width: 64px;
  height: 64px;
}
.grid-test .card .quote {
  font-size: 18px;
  font-style: italic;
}
.grid-test .card .name {
  font-weight: 600;
}
.grid-test .card .name small {
  font-size: 0.875rem;
  font-weight: 400;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
.grid-3 .card {
  padding: 2rem;
  background-color: #fff;
  text-decoration: none;
  border-radius: 1.5rem;
  text-align: center;
  border: 1px solid black;
}
.grid-3 .card .icon {
  color: oklch(70.7% 0.165 254.624deg);
  margin: 0 auto;
  margin-bottom: 16px;
  width: 64px;
  height: 64px;
  display: flex;
  border-radius: 1.25rem;
  align-items: center;
  justify-content: center;
}
.grid-3 .card .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.grid-3 .card p {
  margin-top: 0;
  font-size: 16px;
}

#asesoria {
  background-image: linear-gradient(var(--tw-gradient-via-stops, to bottom right in oklab, oklch(54.6% 0.245 262.881deg) 0%, oklch(42.4% 0.199 265.638deg) 100%));
}
#asesoria .container h1,
#asesoria .container p {
  color: white;
}

.grid-asesoria {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 0 30%;
  max-width: 56rem;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.grid-asesoria .card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #fff;
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .grid-asesoria .card {
    width: 100%;
  }
}
.grid-asesoria .card .column {
  display: flex;
  align-items: center;
}
.grid-asesoria .card .column .icon {
  width: 64px;
  height: 64px;
  background-image: linear-gradient(var(--tw-gradient-via-stops, to right in oklab, oklch(54.6% 0.245 262.881deg) 0%, oklch(42.4% 0.199 265.638deg) 100%));
  color: #fff;
  border-radius: 1rem;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.grid-asesoria .card .column .icon.green-bg {
  background-image: linear-gradient(var(--tw-gradient-via-stops, to bottom right in oklab, oklch(72.3% 0.219 149.579deg) 0%, oklch(62.7% 0.194 149.214deg) 100%));
}
.grid-asesoria .card .column .icon.blue-bg {
  background-image: linear-gradient(var(--tw-gradient-via-stops, to bottom right in oklab, oklch(62.3% 0.214 259.815deg) 0%, oklch(54.6% 0.245 262.881deg) 100%));
}
.grid-asesoria .card .column .icon svg {
  width: 40px;
  height: 40px;
}
.grid-asesoria .card .column h3 {
  margin: 0;
  font-size: 24px;
}
.grid-asesoria .card .column p {
  margin: 0;
  font-size: 16px;
  color: oklch(37.3% 0.034 259.733deg) !important;
}
.grid-asesoria .card .column div > div {
  display: flex;
  margin-bottom: 15px;
}
.grid-asesoria .card .column div > div span {
  margin-right: 10px;
}
.grid-asesoria .card .column div > div span svg {
  width: 20px;
  height: 20px;
}
.grid-asesoria .card .column span.green-bg {
  color: oklch(72.3% 0.219 149.579deg);
}
.grid-asesoria .card .column span.blue-bg {
  color: oklch(54.6% 0.245 262.881deg);
}

.green-bg-icon {
  background-image: linear-gradient(var(--tw-gradient-via-stops, to bottom right in oklab, oklch(72.3% 0.219 149.579deg) 0%, oklch(62.7% 0.194 149.214deg) 100%));
  color: white !important;
}

.blue-bg-icon {
  background-image: linear-gradient(var(--tw-gradient-via-stops, to bottom right in oklab, oklch(62.3% 0.214 259.815deg) 0%, oklch(54.6% 0.245 262.881deg) 100%));
  color: white !important;
}

.grid-contacto {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .grid-contacto {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-contacto a.card {
  padding: 2rem;
  background-color: #fff;
  text-decoration: none;
  border-radius: 1.5rem;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  color: oklch(21% 0.034 264.665deg);
}
.grid-contacto a.card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
  z-index: 0;
}
.grid-contacto a.card .icon {
  color: oklch(70.7% 0.165 254.624deg);
  margin: 0 auto;
  margin-bottom: 16px;
  width: 64px;
  height: 64px;
  display: flex;
  border-radius: 1.25rem;
  align-items: center;
  justify-content: center;
}
.grid-contacto a.card .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.grid-contacto a.card p {
  margin-top: 0;
  font-size: 16px;
}

.grid-2-contact {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 0 30%;
  margin-top: 2.5rem;
}
.grid-2-contact .card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #fff;
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .grid-2-contact .card {
    width: 100%;
  }
}
.grid-2-contact .card.blue-section {
  background-image: linear-gradient(var(--tw-gradient-via-stops, to bottom right in oklab, oklch(54.6% 0.245 262.881deg) 0%, oklch(42.4% 0.199 265.638deg) 100%));
  color: #fff;
}
.grid-2-contact .card.blue-section .column p {
  color: #fff !important;
}
.grid-2-contact .card .column {
  display: flex;
  align-items: center;
}
.grid-2-contact .card .column .icon {
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 1rem;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.grid-2-contact .card .column .icon svg {
  width: 24px;
  height: 24px;
}
.grid-2-contact .card .column h3 {
  margin: 0;
  font-size: 24px;
}
.grid-2-contact .card .column p {
  margin: 0;
  font-size: 16px;
  color: oklch(37.3% 0.034 259.733deg) !important;
}
.grid-2-contact .card .column .cont-row {
  display: block;
  width: 100%;
}
.grid-2-contact .card .column .cont-row .row {
  padding: 12px 0;
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aviso-cont {
  max-width: 56rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 1.5rem;
  margin-top: 2rem;
}
.aviso-cont h3 {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}
.aviso-cont h3 span {
  color: oklch(54.6% 0.245 262.881deg);
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.aviso-cont h3 span svg {
  width: 32px;
  height: 32px;
}
.aviso-cont p,
.aviso-cont ul,
.aviso-cont li {
  font-size: 16px;
  line-height: 1.625;
  color: oklch(37.3% 0.034 259.733deg);
}

footer {
  background-color: oklch(21% 0.034 264.665deg);
  padding: 80px 0;
}
footer .container {
  display: flex;
  flex-direction: row;
  color: white;
}
@media screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
  }
}
footer .container .column {
  width: 25%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  footer .container .column {
    width: 100%;
  }
  footer .container .column img {
    height: 180px;
  }
}
footer .container .column img {
  height: 80px;
  margin-right: auto;
}
footer .container .column .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .container .column p {
  font-size: 14px;
}
footer .container .column a {
  color: white;
  display: flex;
  margin-bottom: 10px;
  text-decoration: none;
}
footer .container .column a svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
footer .container .column a:hover {
  color: oklch(54.6% 0.245 262.881deg);
}
footer .container .column ul {
  padding: 0;
  margin: 0;
  margin-left: 15px;
}
footer .container .column ul li {
  margin-bottom: 5px;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.burger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
  .burger {
    display: flex;
  }
  .menu-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    z-index: 1000;
  }
  .menu-container ul.menu {
    display: flex;
    flex-direction: column;
  }
  .menu-container ul.menu li {
    display: block;
    width: 100%;
  }
  .menu-container ul.menu li a {
    font-size: 18px;
    color: #333;
  }
  .menu-container.open {
    right: 0;
  }
}

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