@charset "UTF-8";
/* Font Family 1 */
@font-face {
  font-family: PrudentialModern;
  src: url(fonts/PruModernOTF/PrudentialModern-Bold.otf);
  font-weight: bold;
}
/* Font Family 2 */
@font-face {
  font-family: "Open Sans";
  src: url(fonts/OpenSans/OpenSans/OpenSans-Regular.ttf);
  font-weight: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  /* -webkit-text-size-adjust: 100%; */ /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow-y: visible;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}

h1 {
  font-family: "PrudentialModern", sans-serif;
}

h2 {
  font-family: "PrudentialModern", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

button {
  font-family: "Open Sans", sans-serif;
}

legend {
  font-family: "Open Sans", sans-serif;
}

/* Navbar */
.navbar-container {
  background-color: #006CF2;
  margin: 0 auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.navbar {
  max-width: 1200px;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.accessibility {
  /* display: flex; */
  display: none;
  align-items: center;
  margin-left: 1rem;
  height: 64px;
  transition: height 0.5s ease;
}

.accessibility p {
  font-size: 1.4rem;
  margin-right: 46px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.accessibility span {
  color: #FFFFFF;
  font-size: 16px;
  margin-left: 1rem;
}

/* Inside .main-nav */
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.main-nav-links {
  display: flex;
}
.logo-container {
  display: flex;
  align-items: center;
  margin: 0.8rem 0;
}
.logo img {
  width: 200px;
  margin: 10px 0;
}

.links, .buttons {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.links a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 0 0 0;
  font-size: 1.4rem;
  padding: 0 1rem;
}

.links .arrow-icon {
  filter: invert(100%);
  margin: 0 0 -3px 3px;
  transition: transform 0.1s ease;
}

.links .expandable-link.expanded {
  color: #000000;
}

.links .expandable-link.expanded .arrow-icon {
  transform: rotate(180deg);
  filter: invert(0%);
}

/* Estilo para la flecha cuando el menú está abierto */
.links .expandable-link.expanded,
.dropdown.visible .links .expandable-link {
  color: #000000;
}

/* Estilo para la flecha cuando el menú está abierto */
.links .expandable-link.expanded .arrow-icon,
.dropdown.visible .links .expandable-link .arrow-icon {
  transform: rotate(180deg);
  filter: invert(0%);
}

/* Estilos predeterminados para el enlace */
.expandable-link {
  color: black;
  text-decoration: none;
  position: relative;
  display: block;
  height: 64px;
  line-height: 64px;
}

.expandable-link img {
  filter: invert(0%);
}

.expandable-link:hover {
  background-color: white;
  color: black;
}

/* Estilo de hover específico para la clase expanded-link-hover */
.expanded-link-hover {
  background-color: white;
  color: black;
  height: 64px;
  line-height: 64px;
}

.expandable-link:hover img {
  filter: invert(0%);
}

.button-container {
  display: flex;
  /* margin-left: 15px; */
}

.buttons button {
  position: relative;
  cursor: pointer;
  border-radius: 50rem;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.btn-style-s {
  background-color: #006CF2;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 5px 15px;
  margin-right: 20px;
}

.btn-style-l {
  border: none;
  background-color: #FFD200;
  color: #000000;
  padding: 1rem 1.5rem;
}

.buttons button.btn-style:hover {
  background-color: #0050C8;
}

.buttons button.btn-style-l::before {
  content: "";
  width: 1px;
  height: 2.4rem;
  background-color: #04080F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70%;
}

.buttons button.btn-style-l::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 5px);
}

.buttons button.btn-style-l img {
  width: 20px;
  height: 17px;
  margin-left: 20px;
}

.open-menu, .close-menu {
  display: none;
}

@media only screen and (max-width: 480px) {
  #close {
    z-index: 2;
    position: relative;
    display: none;
  }
  #open, #close {
    position: relative;
  }
  .open-menu, .close-menu {
    display: block;
    cursor: pointer;
  }
  .close-menu {
    display: none;
  }
  .main-nav-links {
    visibility: hidden;
    content-visibility: hidden;
  }
  .main-nav-links.visible {
    visibility: visible;
    content-visibility: visible;
  }
  .accessibility {
    display: none;
  }
  .main-nav {
    display: flex;
    align-items: start;
    position: relative;
    flex-direction: column;
    background-color: #006CF2;
    padding: 10px;
  }
  .logo-container {
    display: none;
  }
  .main-nav-links {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
  .links, .buttons {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .button-container {
    display: none;
  }
}
/* Dropdown Menu */
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.dropdown a {
  align-self: flex-start;
}

.dropdown a:hover {
  font-weight: 600;
}

.dropdown.visible {
  display: block;
}

/* Estilos para el menú desplegable y las columnas */
.container-menu {
  min-width: 100vw;
  height: 200px;
}

.container-columns {
  display: flex;
  padding: 2rem 0;
}

.column-menu-1 {
  min-width: 50%;
  display: flex;
  flex-direction: column;
}
.column-menu-1 a {
  font-size: 1.6rem;
  display: block;
  color: #000000;
  padding: 0;
  max-width: 300px;
  margin-bottom: 2rem;
  text-decoration: none;
  align-self: flex-start;
}
.column-menu-1:first-child {
  margin-top: 0;
}
.column-menu-1:last-child {
  margin-bottom: 0;
}

.column-menu-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  min-width: 50%;
}
.column-menu-2 .image-container-menu img {
  width: 120px;
  border-radius: 5px;
}
.column-menu-2 .content-menu {
  flex-grow: 1;
  max-width: calc(75% - 20px);
}
.column-menu-2 .content-menu h5 {
  font-size: 16px;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
.column-menu-2 .content-menu h6 {
  margin: -0.5rem 0 1rem 0;
}
.column-menu-2 .content-menu p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0.8rem 0;
}
.column-menu-2 .content-menu p:first-child {
  margin-top: 0;
}
.column-menu-2 .content-menu p:last-child {
  margin-bottom: 0;
}
.column-menu-2 .content-menu button {
  font-size: 12px;
  padding: 1rem 2rem;
}

/* Main Content */
.container {
  width: 90%;
  max-width: 1100px;
  /* padding: 20px; */
  margin: 0 auto;
}

/* Title styles */
.cards-container-text h4,
.cards-container-text h2 {
  text-align: left;
  width: 100%;
}

.slide-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 480px) {
  .slide-container {
    height: 600px;
  }
}
.slide {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 120%;
  top: 60px;
  transition: background 0.5s;
  position: absolute;
  z-index: 1;
}

.content {
  width: 490px;
  position: absolute;
  text-align: left;
  top: 10%;
  color: #000000;
  z-index: 2;
}

.content h1 {
  font-size: 4.4rem;
  margin: 0 0 1rem 0;
}

.content p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}

.content button {
  background-color: #007BFF;
  color: #fff;
  border: none;
  padding: 1.2rem 3rem 1rem 3rem;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 500px;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
}

.card-container {
  position: absolute;
  bottom: 0;
  width: 90%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.card.active,
.card.active:hover {
  background-color: #00295D;
  color: #fff;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  transition-timing-function: cubic-bezier(0.47, 0.03, 0.49, 1.34);
}

.card:not(.active) {
  color: #000;
  /* border-right: 1px solid #ccc;
            height: 75px; */
  border-radius: 14px 14px 0 0;
  transition-timing-function: cubic-bezier(0.47, 0.03, 0.49, 1.34);
}

.card-row {
  display: flex;
  overflow-x: hidden;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.378);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.card {
  width: 275px; /* Verificar */
  text-align: left;
  cursor: pointer;
  transition: background 0.3s;
  padding: 16px 16px 0px 16px;
  border-radius: 0;
  transition: background 0.3s, border-radius 0.3s;
  transition-timing-function: cubic-bezier(0.47, 0.03, 0.49, 1.34);
}

.card:first-child {
  border-top-left-radius: 14px;
}

.card:last-child {
  border-top-right-radius: 14px;
}

.card h2 {
  font-size: 1.4rem;
  margin: 0;
  width: 230px;
}

.card p {
  font-size: 1.2rem;
  width: 240px;
}

.card:hover {
  background-color: rgba(255, 255, 255, 0.4156862745); /* Revisar */
  /* color: c.$black; */ /* Revisar */
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  transition-timing-function: cubic-bezier(0.47, 0.03, 0.49, 1.34);
}

/* Media Query for smaller screens */
@media screen and (max-width: 768px) {
  .container {
    padding: 20px;
  }
  .content {
    /* position: absolute; */
    text-align: left;
    width: 90%;
    z-index: 2;
  }
  .content h1 {
    font-size: 32px;
    margin: 10px 0;
    width: 84%;
  }
  .content p {
    font-size: 22px;
    margin: 10px 0;
    width: 84%;
  }
  .content button {
    width: 84%;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
  }
  .gradient-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255, 255, 255) 12%, rgba(255, 255, 255, 0.4207808123) 65%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .content-container {
    align-items: center;
    position: relative;
    top: 30%;
  }
  .dot-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  /* Active dot style */
  .dot.active {
    background: #3E3E41;
    width: 12px;
    height: 12px;
  }
  /* Style for inactive dots */
  .dot:not(.active) {
    background: #8d8d97;
  }
  /* Other styles for dots */
  .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  .card-row {
    display: none;
  }
  .slide-container {
    width: 117%;
  }
  .slide {
    /* background-size: cover; */
    background-position: -1024px center;
    top: 35px;
  }
}
/* Media Query for larger screens (greater than 768px) */
@media screen and (min-width: 769px) {
  .dot-container {
    display: none;
  }
}
/* Cards row */
.custom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.cards-container {
  overflow: hidden;
}

.cards-row {
  display: flex;
  justify-content: center;
  margin: 2rem 0 3rem 0;
}

.custom-card {
  width: 260px;
  height: 440px;
  border-radius: 16px;
  box-shadow: 0 9px 13px -3px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-bottom: 8px;
  margin: 0 1rem;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-card:first-child {
  margin-left: 0;
}
.custom-card:last-child {
  margin-right: 0;
}

.custom-card-image img {
  width: 100%;
  height: 160px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
}

.circular-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 4px 4px 8px rgba(17, 17, 17, 0.0588235294);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  left: 15px;
  margin-top: -28px;
  color: #fff;
  z-index: 3;
}
.circular-icon img {
  width: 36px;
}

.custom-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 15px;
}

.custom-pre-title {
  color: #000000;
  margin-top: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: left;
}

.custom-card-title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}

.custom-card-paragraph {
  font-size: 1.4rem;
  margin-top: 0;
  text-align: left;
}

.custom-card-bottom {
  background-color: #007BFF;
  color: #fff;
  margin: auto 15px 10px 15px;
  border-radius: 25px;
  padding: 5px 10px;
  text-align: center;
}

.custom-explore-text {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  font-weight: bold;
}

.custom-know-more-link {
  font-size: 14px;
  color: #006CF2;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: 8px;
}

.cards-container-text {
  margin-top: 2rem;
}

/* Media Query for smaller screens */
@media screen and (max-width: 768px) {
  .cards-container {
    overflow: auto;
  }
  .cards-container-text {
    margin: 10px 0 0 20px;
  }
  .cards-row {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .custom-card {
    width: 300px;
    min-width: 300px;
    margin: 10px;
  }
  .custom-card-image img {
    height: 160px;
  }
}
/* New Container Styles */
.new-container {
  display: flex;
  background-color: #00295D;
  position: relative;
  margin: 0 auto;
  height: 600px; /* Verificar */
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 480px) {
  .new-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1150px;
    margin-bottom: 15rem;
  }
}
.new-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.8rem;
  background-color: #006CF2;
  z-index: 0;
}

.new-image-column {
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .new-image-column {
    width: 100%;
    margin-left: -75px;
    top: -80px;
  }
}
.new-content-column {
  width: 50%;
  /* margin-left: 12rem; */
}

/* .new-image-column::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 48%;
    width: 50%;
    height: 63%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 2rem 2rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(-100%);
    z-index: 1;
} */
.new-image-column img {
  width: 95%;
  object-fit: cover;
  border-radius: 2rem; /* Verificar en caso de */
  position: relative;
  z-index: 2;
  box-shadow: 19px 22px 0px 4px rgba(115, 176, 255, 0.1450980392);
  margin-left: -100px;
}
@media (max-width: 480px) {
  .new-image-column img {
    width: 135%;
  }
}
/* .new-shadow {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: -27rem;
    width: 103%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0 2rem 2rem 0;
    z-index: 1;
} */
.new-transparent-button {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 500px;
  color: #FFFFFF;
  padding: 1.2rem 3.5rem 1rem 3.5rem;
}

.new-content {
  color: white;
  padding: 20px 20px 20px;
}
@media (max-width: 480px) {
  .new-content {
    padding: 0;
  }
}
.new-content h1 {
  font-size: 4rem;
  color: #FFFFFF;
  font-family: "PrudentialModern", sans-serif;
  margin: 2rem 0;
}

.new-content p {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 48rem;
  margin-bottom: 3rem;
}

.main-new {
  display: flex;
  align-items: center;
  margin-top: -110px;
}
@media (max-width: 480px) {
  .main-new {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.new-bottom-rectangle {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -10rem;
  height: 210px;
  padding: 0;
  margin: 0 auto;
  box-shadow: 0px 10px 16px 3px rgba(0, 0, 0, 0.1647058824);
  border-radius: 1.6rem;
  z-index: 999;
}
@media (max-width: 480px) {
  .new-bottom-rectangle {
    width: 80%;
    height: 37%;
    flex-direction: column;
    top: 930px;
  }
}
.titulo-rectangle-box {
  position: absolute;
  width: 100%;
}

.titulo-rectangle-box h3 {
  font-size: 2.4rem;
  /* padding: 2rem 0 0 2.2rem; */
  /* margin: 0; */
  padding-left: 2rem;
}

.botones-container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  border: 0.08px solid rgb(121, 121, 121);
  border-radius: 25px;
  padding: 2.7px 3px 2.5px 3px;
  margin-right: 2rem;
}
@media (max-width: 480px) {
  .botones-container {
    display: none;
  }
}
.botones-container .pf-button {
  margin-right: 2px;
}
.botones-container .pf-button,
.botones-container .ilc-button {
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.botones-container button {
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
}
.botones-container .pf-button:hover,
.botones-container .ilc-button:hover {
  background-color: #006CF2;
  color: #FFFFFF;
  /* transform: scale(0.95, 0.95); */
  font-size: 1.6rem;
}
.botones-container .hovered {
  background-color: #006CF2;
  color: #FFFFFF;
  /* transform: scale(0.95, 0.95); */
  font-size: 1.6rem;
}
.botones-container .pf-button.active,
.botones-container .ilc-button.active {
  background-color: #006CF2;
  color: #FFFFFF;
  /* transform: scale(0.95, 0.95); */
  font-size: 1.6rem;
}

.new-column {
  text-align: center;
  padding: 82px 20px 20px 20px;
  width: 33.33%;
}

.title-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: -1rem;
}

.new-column h2 {
  color: #006CF2;
  font-size: 5.6rem;
  margin: 0;
}

.new-column h3 {
  color: #006CF2;
  font-size: 2rem;
  margin-left: 1rem;
}

.new-column p {
  color: #000000;
  font-size: 1.6rem;
  margin: 0;
}

.new-line {
  border-top: 1px solid #04080F;
  margin: 0rem 7rem 1.2rem 7rem;
}

.new-cards-container-text {
  margin-top: 12rem;
}
@media (max-width: 480px) {
  .new-cards-container-text {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .new-content-column {
    width: 90%;
    height: 450px;
    margin: 0 30px;
  }
  .new-shadow {
    left: 0;
    width: 100%;
  }
  .new-content h1 {
    width: 100%;
    font-size: 4rem;
    color: #FFFFFF;
    font-family: "PrudentialModern", sans-serif;
    margin: 2rem 0;
  }
  .new-content p {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 3rem;
  }
  .new-transparent-button {
    display: block;
    width: 100%;
  }
  .titulo-rectangle-box h3 {
    display: none;
  }
  .new-bottom-rectangle .new-column:nth-child(3) {
    margin-bottom: 0;
  }
  .new-line {
    margin: 0rem 0rem 1.2rem 0rem;
  }
}
@media only screen and (max-width: 480px) {
  .new-column {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}
.new-cards-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  height: 440px;
}

.new-card-wide {
  display: flex;
  width: 620px;
  border-radius: 16px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.new-card-wide-image {
  flex: 1;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}

.new-card-wide-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 16px;
  object-fit: cover;
  object-position: center;
}

.new-card-wide-content {
  background-color: #006CF2;
  color: #FFFFFF;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem;
  border-radius: 0 15px 15px 0;
}

.new-card-wide-title {
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}

.new-card-wide-paragraph {
  line-height: 1.2;
  font-size: 1.4rem;
  margin-top: 0;
  text-align: left;
}

.new-card-wide-bottom {
  color: #fff;
  margin-top: auto;
  border-radius: 25px;
  text-align: center;
}

.new-card-wide-know-more-link {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 8px;
}

.download-icon {
  display: none;
}

.download-link {
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  text-decoration: none;
}

.download-link img {
  margin-right: 1rem;
}

.new-card-image img {
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  object-fit: cover;
}

.new-card {
  width: 25%;
  border-radius: 16px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-bottom: 8px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2rem;
}

.new-card img {
  width: 100%;
  height: 160px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
}

.new-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 15px;
}

.new-card-title {
  font-size: 2.2rem;
  margin: 2rem auto 1rem auto;
  text-align: left;
  line-height: 1.3;
}

.new-card-paragraph {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 0;
  text-align: left;
}

.new-card-bottom {
  color: #fff;
  margin: auto 15px 0.8rem 0; /* Verificar */
  border-radius: 25px;
  text-align: center;
}

.new-know-more-link {
  font-size: 1.4rem;
  color: #006CF2;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: 8px;
}

.button-bottom-container {
  display: flex;
  position: relative;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .button-bottom-container {
    display: block;
    bottom: -100rem;
  }
}
.new-custom-card-bottom {
  display: flex;
  width: 20%;
  background-color: transparent;
  border: 1px solid #006CF2;
  margin: 10px 0 4rem 0;
  border-radius: 50px;
  padding: 1.2rem 1rem;
  text-align: center;
}
@media (max-width: 480px) {
  .new-custom-card-bottom {
    width: 100%;
  }
}
.new-custom-explore-text {
  text-align: center;
  color: #006CF2;
  margin: 0 auto 0 auto;
  font-weight: bold;
}

.new-custom-card-bottom img {
  margin-left: -18px;
}

.new-custom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .new-custom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin: 0 auto 100rem auto;
  }
  .new-cards-container {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
  }
  .new-card-wide {
    flex-direction: column;
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  }
  .new-card-wide-image {
    height: auto;
    flex: 1;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    margin-bottom: -1rem;
  }
  .new-card-wide-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 16px;
    object-fit: cover;
    object-position: center;
  }
  .new-card-wide-content {
    height: auto;
    background-color: #006CF2;
    color: #FFFFFF;
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    padding: 2.1rem;
    border-radius: 0 0 15px 15px;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .new-card-wide-title {
    line-height: 1.5;
    margin-bottom: 3rem;
  }
  .new-card-wide-paragraph {
    display: none;
  }
  .new-card-wide-bottom {
    display: none;
  }
  .wide-card-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .new-card-wide-know-more-link {
    margin-right: auto;
  }
  .download-icon {
    display: block;
    margin-left: auto;
  }
  .download-link {
    color: #FFFFFF;
    text-decoration: none;
  }
  .new-card-image img {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    object-fit: cover;
  }
  .new-card {
    height: 480px; /* Verificar */
    width: 100%;
    margin: 2rem 0 0 0;
    border-radius: 16px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-bottom: 8px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .new-card img {
    width: 100%;
    height: 160px;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
  }
  .new-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2.2rem;
  }
  .new-card-title {
    font-size: 2.4rem;
    margin: 2rem auto 1rem auto;
    text-align: left;
    line-height: 1.3;
  }
  .new-card-paragraph {
    color: #000000;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 0;
    text-align: left;
  }
  .new-card-bottom {
    color: #fff;
    margin: auto 15px 0px -5px;
    border-radius: 25px;
    text-align: center;
  }
  .new-know-more-link {
    font-size: 1.4rem;
    color: #006CF2;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: 8px;
  }
  .new-custom-explore-text {
    text-align: center;
    color: #006CF2;
    margin: 0 auto 0 auto;
    font-weight: bold;
  }
  .new-custom-card-bottom img {
    margin-left: -18px;
  }
}
#subscribe {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid white;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
}

#subscribe:checked {
  background-color: transparent;
}

#subscribe::after {
  content: "✓"; /* Símbolo de marca de verificación Unicode */
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none; /* Evita interacciones con el elemento pseudo-elemento */
}

#subscribe:checked::after {
  opacity: 1;
}

#email-form-container {
  position: relative;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background: url("http://base.australlab.cl/devteam/prudentialagf/masterplan/home/images/fondodes.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 100%;
  height: 520px; /* Verificar */
  z-index: 2;
  margin-top: 1rem; /* Verificar */
  align-items: flex-start;
  justify-content: center;
  align-content: space-around;
}

#email-form-container .right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 60%;
  margin-left: 15rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: transparent;
  border-radius: 10px;
  position: relative;
}

#email-form-container .left-content {
  margin-right: 15rem;
  margin-top: 2rem;
}

#email-form-container .right-content input::placeholder {
  color: #FFFFFF;
}

#email-form-container form {
  display: flex;
  flex-direction: column;
}

#email-form-container label {
  color: #FFFFFF;
}

#email-form-container input {
  padding: 1rem;
  margin-bottom: 2rem;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  background-color: transparent;
  color: #FFFFFF;
}

#email-form-container select {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  background-color: transparent;
  color: #FFFFFF;
}
#email-form-container select option {
  color: black;
}
@media (max-width: 480px) {
  #email-form-container select option {
    max-width: 100%;
  }
}
#email-form-container button {
  font-size: 1.8rem;
  padding: 1.5rem 3rem;
  background-color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  color: #006CF2;
  border: none;
  border-radius: 5rem;
  cursor: pointer;
}

.right-content-button {
  display: flex;
  justify-content: flex-end;
}

.limited-height {
  height: 4em;
  width: 100%;
  resize: none;
  padding: 1rem;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  margin: 1rem 0;
  background-color: transparent;
  color: #FFFFFF;
}

.limited-height::placeholder {
  color: #FFFFFF;
}

.checkbox-container {
  display: flex;
  align-items: normal;
  margin: 1rem 0 2rem 0;
}

#email-form-container input[type=checkbox] {
  margin-right: 1rem;
  margin-bottom: 0;
}

/* #email-form-container .right-content input[type="checkbox"] {
    background-color: transparent;
}

#email-form-container .right-content input[type="checkbox"]:checked {
    background-color: transparent;
}

#email-form-container .right-content .checkbox-container label {
    color: white;
} */
@media (max-width: 480px) {
  #email-form-container .right-content form {
    max-width: 100%;
  }
}
.left-content {
  color: white;
  width: 350px; /* Verificar */
}
.left-content h1 {
  margin-top: -1rem;
}

.left-content p {
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  #email-form-container {
    flex-direction: column;
    align-items: center;
  }
  #email-form-container .right-content {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  #email-form-container .left-content {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  #email-form-container {
    position: relative;
    height: auto;
    padding: 4rem;
  }
  #email-form-container .right-content {
    max-width: 100%;
    margin-left: 0;
    padding: 0;
  }
  #email-form-container button {
    display: block;
    width: 100%;
  }
}
footer {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  color: #000000;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 480px) {
  footer {
    position: relative;
    margin: 2rem;
  }
}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0 5rem 0;
}
@media (max-width: 480px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .footer-container {
    justify-content: center;
  }
}

.footer-column {
  width: 200px;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 480px) {
  .footer-column {
    width: 100%;
    margin-bottom: 0;
  }
}
.footer-column-sn p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0;
  text-align: left;
}
@media (max-width: 480px) {
  .footer-column-sn p {
    display: none;
    visibility: hidden;
  }
}
.footer-column-1 {
  width: 300px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .footer-column-1 {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}
.footer-column-1 p {
  font-size: 1.4rem;
  text-align: left;
  color: #5E5E63;
}
@media (max-width: 480px) {
  .footer-column-1 p {
    font-size: 1.6rem;
    margin: 0 0 3rem 0;
  }
}
.footer-column-1 img {
  width: 300px;
  height: 62px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .footer-column-1 img {
    width: 75%;
    height: auto;
    margin: 0 0 10rem 0;
  }
}
.footer-column a {
  display: block;
  font-size: 1.4rem;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 2rem 0;
}
@media (max-width: 480px) {
  .footer-column a {
    margin-bottom: 3rem;
  }
}
.footer-column p {
  text-align: left;
  margin: 1.2rem 0 2rem 0;
}
.copyrights {
  color: #5E5E63;
  text-align: left;
  margin-top: 2rem;
}
.footer-icons-container {
  display: flex;
}
@media (max-width: 480px) {
  .footer-icons-container {
    position: absolute;
    top: 115px;
    left: 18px;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.circular-icon-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #006CF2;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  z-index: 3;
  margin-right: 2rem;
  margin-top: 1rem;
}
@media (max-width: 480px) {
  .circular-icon-footer {
    margin-right: 2rem;
  }
}
.prudentialagf-p {
  display: none;
  visibility: hidden;
}
@media (max-width: 480px) {
  .prudentialagf-p {
    display: block;
    visibility: visible;
    font-weight: bold;
    margin: 2rem 0 1rem 0;
  }
}
@media (max-width: 480px) {
  footer.container {
    margin: 0 2rem;
  }
  .footer-column:nth-child(2) > a {
    font-weight: bold;
  }
  .footer-column:nth-child(3) > a {
    color: #056CF2;
    text-decoration: underline;
  }
}
.s-content-container {
  display: flex;
  justify-content: center;
}

.background-slide-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  top: 60px;
  transition: background 0.5s;
  position: absolute;
  z-index: 1;
}

.s-content {
  width: 490px;
  position: absolute;
  text-align: left;
  top: 15%;
  color: #000000;
  z-index: 2;
}

.s-content h1 {
  font-size: 4.4rem;
  margin: 0 0 1rem 0;
}

.s-content p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

button.discover-yours {
  background-color: #006CF2;
  color: #FFFFFF;
  border: 1px solid #006CF2;
  margin: 0 1rem 0 0;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  text-align: center;
}

button.explore-more {
  background-color: transparent;
  color: #006CF2;
  border: 1px solid #006CF2;
  margin: 0 0 0 0;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  text-align: center;
}

.full-width-container {
  background-color: #00295D;
  height: 325px;
  margin-bottom: 22rem;
}

.strategy-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto 20rem auto;
  height: 250px;
  justify-content: space-around;
}

.strategy-content h2 {
  color: #FFFFFF;
  font-size: 4rem;
  font-family: "PrudentialModern", sans-serif;
  margin-top: -5rem;
  align-self: flex-start;
}

.s-new-bottom-rectangle {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 16rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-shadow: 0px 10px 16px 3px rgba(0, 0, 0, 0.1647058824);
  border-radius: 1.6rem;
  z-index: 999;
}

.s-new-column {
  position: relative;
  text-align: center;
  padding: 3rem 3rem 4rem 3rem;
  width: 33.33%;
}
.s-new-column:nth-child(-n+2)::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 0;
  height: 80%;
  width: 1px;
  background-color: rgba(146, 193, 255, 0.3882352941);
}
.s-new-column p {
  color: #000000;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  margin: 0 auto;
}

.title-w-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
}

.title-w-logo img {
  margin-right: 2rem;
}

.s-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.s-title-wrapper h2 {
  width: 232px;
  text-align: left;
  color: #000000;
  font-size: 1.8rem;
  margin: 0;
}
.s-title-wrapper .s-title-wrapper-p {
  margin-top: 1rem;
}

/* .s-new-line {
    position: absolute;
    border-left: 1px solid c.$black2;
    height: 100%;
    top: 1.2rem;
    bottom: 1.2rem;
    right: 0;
} */
/* Strategic Section Styles */
.s-new-section-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 620px;
}

.s-left-blue-section {
  width: 53%;
  background-color: #006CF2;
  position: relative;
  z-index: 0;
  left: -400px;
}

.s-right-white-section {
  flex: 1;
  left: -15rem;
  position: relative;
  z-index: 0;
}

.s-image-overlay img {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  border-radius: 6rem;
  width: 380px;
  height: 500px;
  background-size: cover;
  z-index: 1;
}

.s-form-container {
  position: absolute;
  top: 30px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 20px 20px 20px;
  box-sizing: border-box;
  z-index: 3;
}

.title-s-form-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.title-s-form-container h2 {
  font-size: 2.8rem;
  margin: 0 0 0 0;
}
.title-s-form-container p {
  font-size: 1.6rem;
}
.title-s-form-container hr {
  width: 100%;
  border: 0.08px solid #8d8d97;
}

.s-circle-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-circle-container .active-hr {
  border-color: rgba(90, 154, 61, 0.3333333333);
}
.s-circle-container hr {
  margin: 0 2rem;
  width: 32px;
  border: 1px solid #CCE1FD;
}

.s-circle {
  font-size: 2rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0.1px solid #006CF2;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006CF2;
}

.active-circle {
  font-size: 2rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0.1px solid #5A9A3D;
  background-color: #5A9A3D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.current-circle {
  background-color: #006CF2;
  color: white;
}

/* .s-checkbox-h3{
    width: 100%;
    .s-h3-line {
        margin: 5rem 0 1rem 0;
    }
} */
.s-h3-line {
  width: 100%;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 3rem 0 2rem 0;
}

.s-checkbox-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* margin-top: 10px; */
}
.s-checkbox-container label {
  margin: 1rem 0;
  padding: 1rem 1rem;
  border: 2px solid #8d8d97;
  border-radius: 1rem;
  font-size: 14px;
}
.s-checkbox-container label:first-child {
  margin-top: 0;
}
.s-checkbox-container label:last-child {
  margin-bottom: 2rem;
}
.s-checkbox-container label input[type=radio] {
  margin: 0 1rem 0 0;
}
.s-checkbox-container label:hover {
  border: 2px solid #006CF2;
  background-color: #CCE1FD;
  cursor: pointer;
}

.s-button-container {
  display: flex;
  justify-content: space-between;
  min-width: 100%;
  position: relative;
}

button {
  padding: 10px;
  background-color: #006CF2;
  color: white;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
}

.s-button-container button:nth-child(1) {
  background-color: white;
  color: #b4b4bb;
}

.s-button-container button:nth-child(2) {
  padding: 1rem 4rem;
}

.s-button-container button:nth-child(1)::before {
  content: "←";
  color: #b4b4bb;
  position: relative;
  height: 16px;
  width: 16px;
  left: -6px;
  top: -2px;
}

.s-button-container button:disabled {
  visibility: hidden;
  color: transparent;
}

.s-button-container button:disabled::before {
  color: transparent;
}

.risk-types-container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  margin-bottom: -14rem;
}

.risk-types-title {
  margin-top: 1rem;
}
.risk-types-title span {
  font-family: "PrudentialModern", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}
.risk-types-title h2 {
  font-size: 3.8rem;
  font-weight: bold;
}

.top-section {
  display: flex;
  flex-direction: column;
}
.top-section .risk-labels-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  align-items: baseline;
}
.top-section .risk-labels {
  display: flex;
  flex-direction: row;
}
.top-section .risk-labels .risk-button {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 3rem 0 0;
  padding: 0 0 2rem 0;
  border: none;
  cursor: pointer;
  position: relative;
  /* border-bottom: 2px solid transparent; */
  transition: border-bottom 0.3s ease;
}
.top-section .risk-labels .risk-button:hover::after,
.top-section .risk-labels .risk-button.clicked::after {
  /* Include .risk-button.clicked */
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #006CF2;
}
.top-section .risk-labels .risk-button:hover,
.top-section .risk-labels .risk-button.clicked {
  /* Include .risk-button.clicked */
  color: #006CF2;
}
.top-section .view-buttons {
  border: 0.08px solid rgb(121, 121, 121);
  border-radius: 25px;
  padding: 2.5px 3px 2.5px 3px;
  /* .graph-view-button {
    margin-right: 2px;
  } */
}
.top-section .view-buttons .graph-view-button,
.top-section .view-buttons .table-view-button {
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.top-section .view-buttons button {
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
}
.top-section .view-buttons .graph-view-button:hover,
.top-section .view-buttons .table-view-button:hover {
  background-color: #006CF2;
  color: #FFFFFF;
  font-size: 1.6rem;
}
.top-section .view-buttons .graph-view-button.active,
.top-section .view-buttons .table-view-button.active {
  background-color: #006CF2;
  color: #FFFFFF;
  font-size: 1.6rem;
}

.amount-side {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.enter-amount-text {
  max-width: 500px;
  margin-top: 0;
}

.amount-part .investment-fieldset {
  border: 1px solid #5e5e63;
  border-radius: 8px;
  max-width: 400px;
}
.amount-part .investment-input {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.amount-part .investment-fieldset input {
  border: none;
  outline: none;
}
.amount-part legend {
  color: #5e5e63;
}

.input-container {
  display: flex;
  align-items: center;
}

.currency-symbol {
  margin-right: 5px;
}

.bottom-section {
  background-color: #FFFFFF;
  box-shadow: 0px 10px 16px 3px rgba(0, 0, 0, 0.1647058824);
  border-radius: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 2rem;
  position: relative;
  padding-top: 2rem;
  height: 360px;
  /* Verificar size table */
}
.bottom-section h3 {
  display: block;
}

.info-section {
  padding: 2rem 4rem;
}

/* Table View */
table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 1.5rem 8px 1.5rem 8px;
  text-align: left;
}

tr:nth-child(even) {
  background-color: rgba(0, 109, 242, 0.1294117647);
}

/* tr {
  td {
    padding: 2rem 0 2rem 0.5rem;
  }
} */
th {
  /* border-bottom: 1px solid #ccc; */
  /* Verificar */
  padding-bottom: 2rem;
  padding-top: 2rem;
  background-color: #F0EFF2;
}

td.dollar:before {
  content: "$";
}

.risk-bottom-space {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #00295D;
  z-index: 1;
}
.risk-bottom-space .container {
  text-align: justify;
}
.risk-bottom-space p {
  padding: 1rem 3rem;
  font-size: 1.2rem;
  color: #FFFFFF;
  margin-top: 150px;
}

/* Graph View */
.graph-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 100%;
}
.graph-container .pie-graph-content {
  position: relative;
}
.graph-container .pie-graph-content h2 {
  font-size: 1.6rem;
  line-height: 1.5;
}
.graph-container .pie-graph-content img {
  width: 100%;
}
.graph-container .bar-graph-content {
  position: relative;
}
.graph-container .bar-graph-content h2 {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 14px;
  /* Verificar */
}
.graph-container .bar-graph-content img {
  width: 120%;
  margin-left: -30px;
  margin-top: 65px;
}
.graph-container .pie-graph-content {
  width: 230px;
  /* 200px */
  margin: 0;
}
.graph-container .pie-graph-content::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  right: -60px;
  width: 1px;
  background-color: rgba(146, 193, 255, 0.3882352941);
  height: 280px;
}
.graph-container .bar-graph-content {
  /* margin-top: 20px; */
  /*  width: 490px; */
  width: 230px;
  /* Verificar */
  margin: 0;
}

/* Buttons column */
.buttons-graph-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 240px;
}
.buttons-graph-column .descargar-ficha-button {
  margin-bottom: 2rem;
  padding: 1.2rem 2rem 1rem 2rem;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.buttons-graph-column .revisar-estrategia-anterior {
  color: #006CF2;
  font-size: 1.6rem;
}
.buttons-graph-column .revisar-estrategia-anterior:hover {
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
}

/* Type of investor radio buttons form profile */
.result-container {
  flex-direction: row;
  width: 100%;
}

.result-column-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  max-width: 300px;
  margin-right: 2rem;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1647058824);
  /* Revisar */
}
.result-column-1 img {
  max-width: 80%;
  margin-bottom: 1.2rem;
}
.result-column-1 button {
  display: block;
  width: 100%;
}

.button-1 {
  margin-bottom: 2rem;
}

.button-2 {
  background-color: #FFFFFF;
  border: solid 1px #006CF2;
  color: #006CF2;
}

.result-column-2 {
  max-width: 35%;
  padding-top: 2rem;
}
.result-column-2 h2 {
  font-size: 1.6rem;
  text-align: left;
  margin: 0 0 2rem 0;
}
.result-column-2 ul.bullet-points {
  min-width: 250px;
  list-style-type: none;
  padding: 0;
}
.result-column-2 li {
  font-size: 1.4rem;
}
.result-column-2 li.bullet-point {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.result-column-2 li.bullet-point::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -10px;
  color: #B4B4BB;
  font-size: 2.2em;
}

#graph-view-text {
  margin: 0;
}

.tipoPerfil-h h3 {
  font-size: 2rem;
  text-align: center;
}

.investorProfileIs {
  font-size: 1rem;
  margin: 0;
}

.proximosPasos {
  font-size: 1.6rem;
  margin: 1rem 0 1.5rem 0;
}

.contactarAsesorText {
  margin-top: 0;
  text-align: center;
  font-size: 1.4rem;
}

#tipoPerfilHeading {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

#tipoPerfilTitle {
  margin: 2rem 0 2.5rem 0;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
}

#tipoPerfilTitle.muy-conservador {
  background-color: #5A9A3D;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 0.6rem 1rem 0.5rem 1rem;
  color: #FFFFFF;
}

#tipoPerfilTitle.conservador {
  background-color: #018786;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 0.6rem 1rem 0.5rem 1rem;
  color: #FFFFFF;
}

#tipoPerfilTitle.moderado {
  background-color: #E66C20;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 0.6rem 1rem 0.5rem 1rem;
  color: #FFFFFF;
}

#tipoPerfilTitle.arriesgado {
  background-color: #654993;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 0.6rem 1rem 0.5rem 1rem;
  color: #FFFFFF;
}

/* Boton ver mas texto columnas Estrategias Prudential */
/* .ver-mas-link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 5px;
}

.ver-mas-link:hover {
  color: darkblue;
} */
.s-content-container {
  display: flex;
  justify-content: center;
}

.background-slide-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  top: 60px;
  transition: background 0.5s;
  position: absolute;
  z-index: 1;
}

.a-content {
  width: 750px;
  position: absolute;
  text-align: left;
  top: 6%;
  color: #000000;
  z-index: 2;
}

.a-content h1 {
  font-size: 6.4rem;
  margin-bottom: 3rem;
}

.a-content p {
  line-height: 1.5;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

/* New Container Styles */
.a-new-container {
  display: flex;
  background-color: #006CF2;
  position: relative;
  margin: 0 auto;
  height: 600px;
  align-items: center;
  justify-content: space-around;
}

.a-new-image-column {
  width: 50%;
  position: relative;
}

.a-new-content-column {
  width: 50%;
}

.a-new-image-column img {
  width: 85%;
  object-fit: cover;
  border-radius: 2rem;
  position: relative;
  z-index: 2;
  box-shadow: 20px 27px 0px 0px rgba(0, 0, 0, 0.3);
  margin-left: -20px;
}

.a-new-transparent-button {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 500px;
  color: #FFFFFF;
  padding: 1rem 3.5rem;
}

.a-new-content {
  color: white;
  padding: 20px;
}

.a-new-content h1 {
  font-size: 4rem;
  color: #FFFFFF;
  font-family: "PrudentialModern", sans-serif;
  margin: 2rem 0;
}

.a-new-content p {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  width: 62rem;
  margin-bottom: 3rem;
}

.a-main-new {
  display: flex;
  align-items: center;
  margin-top: -30px;
}

.allfunds-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  height: 250px;
  justify-content: space-around;
}

.a-full-width-container {
  height: 276px;
  margin-bottom: 10rem;
}

.funds-content-title h2 {
  font-size: 4rem;
  font-family: "PrudentialModern", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  align-self: flex-start;
  color: black;
}

.a-new-bottom-rectangle {
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -11rem;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
}

.a-new-column {
  flex: 1;
  text-align: left;
  box-sizing: border-box;
  padding: 3rem;
  width: 30%;
  box-shadow: 0px 6px 16px 3px rgba(0, 0, 0, 0.1647058824);
  margin-right: 2rem;
  border-radius: 1.6rem;
  height: 220px;
}

.a-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.a-title-wrapper h2 {
  font-size: 1.6rem;
  margin: 0;
  width: auto;
  overflow: hidden;
}
.a-title-wrapper p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
}

.a-title-w-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}
.a-title-w-logo img {
  margin-right: 2rem;
}

/* All funds Cards row */
.a-custom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.a-cards-container {
  overflow: hidden;
}

.a-cards-row {
  display: flex;
  justify-content: center;
  margin: 2rem 0 3rem 0;
}

.a-custom-card {
  width: 353px;
  height: 460px;
  border-radius: 16px;
  box-shadow: 0 9px 13px -3px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-bottom: 8px;
  margin: 0 1rem;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.a-custom-card:first-child {
  margin-left: 0;
}
.a-custom-card:last-child {
  margin-right: 0;
}

.a-custom-card-image img {
  width: 100%;
  height: 160px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
}

.a-circular-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(17, 17, 17, 0.2392156863);
  border-radius: 50%;
  width: 70px;
  min-height: 70px;
  left: 20px;
  margin-top: -45px;
  color: #fff;
  z-index: 3;
}
.a-circular-icon img {
  width: 36px;
}

.a-custom-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 2.5rem 2rem 2.5rem;
}

.a-custom-pre-title {
  color: #000000;
  margin-top: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: left;
}

.a-custom-card-title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}

.a-custom-card-paragraph {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.a-custom-card-bottom {
  background-color: #007BFF;
  color: #fff;
  border-radius: 25px;
  padding: 0 3rem;
  text-align: center;
}

.a-custom-explore-text {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  margin: 1rem;
}

.a-custom-know-more-link {
  font-size: 14px;
  color: #006CF2;
  font-weight: bold;
}

.custom-card-bottom-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1.5rem;
}

/* Dots container */
.a-dot-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: -140px auto 0 auto;
}

/* Active dot style */
.a-dot.active-dot {
  background: #3E3E41;
  width: 12px;
  height: 12px;
}

/* Style for inactive dots */
.a-dot:not(.active-dot) {
  background: #8d8d97;
}

/* Other styles for dots */
.a-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.a-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

/* Agrega esta clase para mostrar las columnas */
.a-new-column.active-column {
  display: block;
}

/* Oculta las columnas por defecto */
.a-new-column {
  display: none;
}

/* Documents financial Journey */
.middle-container {
  background-color: #00295D;
  height: 630px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
}

.middle-container-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
.middle-container-content button {
  flex: 1;
  background-color: #FFFFFF;
  color: #006CF2;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1.5rem 3rem;
  border-radius: 45px;
}

.middle-container-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.middle-container-title h2 {
  font-size: 4rem;
  font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.middle-container-title h4 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 300;
}
.middle-container-title p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.line-divider {
  border: 1px solid rgba(255, 255, 255, 0.344);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.middle-container-check {
  display: flex;
}

.journey-steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.logo-journey-text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.logo-journey-text img {
  width: 30px;
  height: 30px;
  margin-right: 2rem;
  margin-top: 0;
}
.logo-journey-text p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
}

/* Section Popular Questions */
.a-new-section-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 750px;
  margin-bottom: -1rem;
}

.a-left-blue-section {
  width: 53%;
  background-color: #006CF2;
  position: relative;
  z-index: 0;
  left: -400px;
}

.a-right-white-section {
  flex: 1;
  left: -15rem;
  position: relative;
  z-index: 0;
}

.a-image-overlay img {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  border-radius: 3rem;
  width: 380px;
  height: 500px;
  background-size: cover;
  z-index: 1;
}

.a-form-container {
  position: absolute;
  top: 0;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 20px 20px 20px;
  box-sizing: border-box;
  z-index: 3;
}

.title-a-form-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.title-a-form-container h2 {
  font-size: 2.8rem;
  margin: 0 0 0 0;
}
.title-a-form-container h4 {
  margin-top: 4rem;
}
.title-a-form-container p {
  font-size: 1.6rem;
}
.title-a-form-container hr {
  width: 100%;
  border: 1px solid #d6d6dc;
  margin-bottom: 0;
}

/* Dropdown menu */
.dropdown-menu {
  margin-top: 1rem;
  min-width: 100%;
}
.dropdown-menu hr {
  width: 100%;
  border: 1px solid #d6d6dc;
  margin-top: 2rem;
  margin-bottom: 0;
}

.menu-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  cursor: pointer;
}
.menu-title h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0;
}
.menu-title img {
  transition: transform 0.3s ease;
}

.menu-title.active {
  color: #006CF2;
}
.menu-title.active img {
  filter: invert(49%) sepia(96%) saturate(3439%) hue-rotate(186deg) brightness(88%) contrast(103%);
  transform: rotate(180deg);
}

.menu-content {
  display: none;
  padding: 10px;
}

.menu-content p {
  margin: 0;
}

.menu-content.menu-content-show {
  display: block;
}

/* Arrow buttons */
.a-arrow-container {
  position: relative;
  width: 100%;
  top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  z-index: 9999;
}

.a-arrow-button {
  background-color: #FFFFFF;
  border: 1px solid #B4B4BB;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: absolute;
}

.a-arrow-button img {
  width: 30px;
}

.a-arrow-button:first-child {
  left: -40px;
}

.a-arrow-button:last-child {
  right: -20px;
}

.q-contact-advisor {
  display: flex;
  width: 40%;
  background-color: #006CF2;
  border: 1px solid #006CF2;
  margin: 10px 0 4rem 0;
  border-radius: 50px;
  padding: 1.2rem 2rem;
  text-align: center;
}
.q-contact-advisor p {
  color: #fff;
  text-align: center;
  margin: 0 auto 0 1rem;
  font-weight: bold;
}
.q-contact-advisor img {
  margin-left: -18px;
}

.q-content {
  width: 550px;
  position: absolute;
  text-align: left;
  top: 17%;
  color: #000000;
  z-index: 2;
}
.q-content h1 {
  font-size: 4.4rem;
  margin: 0 0 1rem 0;
}
.q-content .content-p {
  width: 650px;
  line-height: 1.5;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

/* Buttons row */
.three-buttons-row {
  height: 112px;
  background-color: #006CF2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  /* Estilos para el contenedor del botón */
}
.three-buttons-row .q-button-container {
  text-align: center;
  /* Estilos para el wrapper del botón */
}
.three-buttons-row .q-button-container .q-button-wrapper {
  position: relative;
  display: inline-block;
  background-color: #00295D;
  border-radius: 50px;
  padding: 4px;
  /* Estilos para los botones */
  /* Estilos específicos para las líneas horizontales */
}
.three-buttons-row .q-button-container .q-button-wrapper .custom-who-we-are-button {
  display: inline-block;
  width: 180px;
  margin: 0;
  padding: 10px;
  background-color: #00295D;
  color: #fff;
  font-size: 16px;
  border: none;
  /* Estilo para el botón activo */
  /* Estilo para el hover */
}
.three-buttons-row .q-button-container .q-button-wrapper .custom-who-we-are-button.custom-active {
  background-color: #fff;
  color: #006CF2;
}
.three-buttons-row .q-button-container .q-button-wrapper .custom-who-we-are-button:hover {
  background-color: #fff;
  color: #006CF2;
}
.three-buttons-row .q-button-container .q-button-wrapper::before, .three-buttons-row .q-button-container .q-button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 150px;
  background-color: #fff;
  transform: translateY(-50%);
  z-index: 1;
}
.three-buttons-row .q-button-container .q-button-wrapper::before {
  left: -170px;
}
.three-buttons-row .q-button-container .q-button-wrapper::after {
  right: -170px;
}

/* vision & mision */
.q-new-section-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 624px;
}

.q-left-blue-section {
  width: 53%;
  background-color: #00295D;
  position: relative;
  z-index: 0;
  left: -400px;
}

.q-right-white-section {
  flex: 1;
  left: -5rem;
  position: relative;
  z-index: 0;
}

.q-image-overlay img {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  border-radius: 2.4rem;
  width: 505px;
  background-size: cover;
  z-index: 1;
}

.q-form-container {
  position: absolute;
  top: 120px;
  max-width: 486px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 3;
}

.title-q-form-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.title-q-form-container h2 {
  font-size: 4rem;
  margin: 0 0 2rem 0;
}
.title-q-form-container h4 {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.title-q-form-container p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.q-new-section-container[style*="visibility: hidden"] {
  display: none;
}

/* Mision & Vision Horizontal Section */
.q-h-section[style*="visibility: hidden"] {
  display: none;
}

.q-h-section {
  display: block;
  visibility: visible;
}

.q-horizontal-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.q-image-container {
  position: relative;
}

.q-image-container img {
  position: absolute;
  left: 54vw;
  transform: translate(0, -43%);
  border-radius: 2.4rem;
  background-size: cover;
  z-index: 999;
  max-width: 600px;
  height: auto;
  box-shadow: -20px 20px 0px 0px rgba(255, 255, 255, 0.5);
}

.q-white-section {
  height: 270px;
  background-color: #FFFFFF;
}

.q-blue-section {
  height: 381px;
  background-color: #006CF2;
  color: #FFFFFF;
}
.q-blue-section .q-text-container {
  top: 4rem;
}

.q-text-container {
  position: relative;
  z-index: 2;
  width: 600px;
  top: 8rem;
}
.q-text-container h2 {
  font-size: 4rem;
}
.q-text-container p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.q-email-form {
  top: -1rem;
}

/* Team Members */
/* Directors */
.team-members-section {
  display: block;
  visibility: visible;
}

.team-members-section[style*="visibility: hidden"] {
  display: none;
}

.q-cards-container {
  display: flex;
  margin: 20px 0;
  height: 512px;
}

.q-card-wide {
  display: flex;
  min-width: 792px;
  border-radius: 16px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.q-card-wide-image {
  flex: 1;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}

.q-card-wide-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 16px;
  object-fit: cover;
  object-position: center;
}

.q-card-wide-content {
  background-color: #006CF2;
  color: #FFFFFF;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem;
  border-radius: 0 15px 15px 0;
}

.q-card-wide-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.q-card-wide-name {
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}

.q-card-wide-title {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}

.q-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 2rem;
}

.q-card-wide-paragraph {
  line-height: 1.2;
  font-size: 1.6rem;
  margin-top: 0;
  text-align: left;
}

.q-card-wide-footer {
  margin-top: auto;
}

.q-wide-card-links {
  display: flex;
  flex-direction: row;
}

.q-circular-icon-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: 1px solid #FFFFFF;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 3;
  margin-right: 2rem;
}
.q-circular-icon-footer a .facebook {
  width: 8px;
  margin-bottom: -2px;
  margin-left: 0;
}
.q-circular-icon-footer a .linkedIn {
  width: 12px;
}
.q-circular-icon-footer a .twitter {
  width: 12px;
  margin-bottom: -1px;
  margin-left: 0;
}
@media (max-width: 480px) {
  .q-circular-icon-footer {
    margin-right: 2rem;
  }
}
.download-icon {
  display: none;
}

.download-link {
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  text-decoration: none;
}

.download-link img {
  margin-right: 1rem;
}

/* Q-cards */
.q-card {
  min-width: 384px;
  border-radius: 16px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-bottom: 8px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2rem;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

/* .q-card:nth-child(2) {
    opacity: 0.9;
}

.q-card:nth-child(3) {
    opacity: 0.7;
}

.q-card:nth-child(4) {
    opacity: 0.5;
}

.q-card:nth-child(5) {
    opacity: 0.3;
} */
.q-card-image {
  max-width: 384px;
  height: 415px;
  overflow: hidden;
}
.q-card-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.q-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 15px;
}

.q-card-title {
  font-size: 2.2rem;
  margin: 2rem auto 1rem auto;
  text-align: left;
  line-height: 1.3;
}

.q-card-paragraph {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 0;
  text-align: left;
}

.q-card-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto 15px 0.8rem 0;
}
.q-card-bottom .tm-name {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "PrudentialModern", sans-serif;
}
.q-card-bottom .tm-title {
  font-size: 1.4rem;
  color: #000000;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: 8px;
  text-decoration: none;
}

.button-bottom-container {
  display: flex;
  position: relative;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .button-bottom-container {
    display: block;
    bottom: -100rem;
  }
}
.q-custom-card-bottom {
  display: flex;
  width: 20%;
  background-color: transparent;
  border: 1px solid #006CF2;
  margin: 10px 0 4rem 0;
  border-radius: 50px;
  padding: 1.2rem 1rem;
  text-align: center;
}
@media (max-width: 480px) {
  .q-custom-card-bottom {
    width: 100%;
  }
}
.q-custom-explore-text {
  text-align: center;
  color: #006CF2;
  margin: 0 auto 0 auto;
  font-weight: bold;
}

.q-custom-card-bottom img {
  margin-left: -18px;
}

.q-custom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto 15rem auto;
}

/* Container dots and arrows */
.container-da {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

/* Dots */
.q-dot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Active dot style */
.q-dot.active {
  background: #3E3E41;
  width: 12px;
  height: 12px;
}

/* Style for inactive dots */
.q-dot:not(.active) {
  background: #8d8d97;
}

/* Other styles for dots */
.q-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.q-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

/* Arrow buttons */
.q-arrow-container {
  position: relative;
  width: 5%;
  text-align: center;
  z-index: 9999;
}

.q-arrow-button {
  background-color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: absolute;
}

.q-arrow-button img {
  width: 30px;
  transition: filter 0.3s ease;
}

.q-arrow-button:hover img {
  filter: brightness(0.7);
}

.q-arrow-button:first-child {
  left: -20px;
}

.q-arrow-button:last-child {
  right: -20px;
}

.q-cards-container-text h2 {
  font-family: "PrudentialModern", sans-serif;
  font-size: 40px;
  margin: 1rem 0 3rem 0;
}
.q-cards-container-text h3 {
  font-family: "PrudentialModern", sans-serif;
  font-weight: bold;
  font-size: 32px;
  margin: 5rem 0 2rem 0;
}
.q-cards-container-text p {
  width: 700px;
  margin: 0;
}

/* Top Executives */
.e-q-cards-container {
  display: flex;
  margin: 20px 0;
  height: 512px;
}

/* E-Q-cards */
.e-q-card {
  min-width: 384px;
  border-radius: 16px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-bottom: 8px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2rem;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.e-q-card:first-child {
  margin-left: 0;
}

/* .e-q-card:nth-child(2) {
    opacity: 1.0;
}

.e-q-card:nth-child(3) {
    opacity: 1.0;
}

.e-q-card:nth-child(4) {
    opacity: 0.9;
}

.e-q-card:nth-child(5) {
    opacity: 0.7;
}
 */
.e-q-card-image {
  max-width: 384px;
  height: 415px;
  overflow: hidden;
}
.e-q-card-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.e-q-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 15px;
}

.e-q-card-title {
  font-size: 2.2rem;
  margin: 2rem auto 1rem auto;
  text-align: left;
  line-height: 1.3;
}

.e-q-card-paragraph {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 0;
  text-align: left;
}

.e-q-card-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto 15px 0.8rem 0;
}
.e-q-card-bottom .e-tm-name {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "PrudentialModern", sans-serif;
}
.e-q-card-bottom .e-tm-title {
  font-size: 1.4rem;
  color: #000000;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: 8px;
  text-decoration: none;
}

.q-cards-container-text-2 h3 {
  font-family: "PrudentialModern", sans-serif;
  font-weight: bold;
  font-size: 32px;
  margin-top: 10rem;
}

/* Dots */
.e-q-dot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Active dot style */
.e-q-dot.active {
  background: #3E3E41;
  width: 12px;
  height: 12px;
}

/* Style for inactive dots */
.e-q-dot:not(.active) {
  background: #8d8d97;
}

/* Other styles for dots */
.e-q-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.e-q-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

/* Inversiones Section */
.inversiones-section {
  display: block;
  visibility: visible;
}

.inversiones-section[style*="visibility: hidden"] {
  display: none;
}