body {
  font-family: Poppins, sans-serif;
  color: #0c0c0c;
  background-color: #fff;
}
.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.layout_padding2-top {
  padding-top: 45px;
}
.layout_padding2-bottom {
  padding-bottom: 45px;
}
.layout_padding-top {
  padding-top: 90px;
}
.layout_padding-bottom {
  padding-bottom: 90px;
}
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.heading_container h2 {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #f1db25;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero_area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero_bg_box .img-box {
  width: 100%;
}
.hero_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}
.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.35))
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.35)
  );
}
.header_section {
  padding: 0;
}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.header_section .nav_container {
  margin: 0 auto;
}
.header_top {
  background-color: #1c1c1c;
  padding: 15px 0;
}
.header_top .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
}
.header_top .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  margin-right: 28px;
}
.header_top .contact_link-container a i {
  font-size: 20px;
  color: #f1db25;
  margin-right: 10px;
}
a.contact_link3 {
  margin-bottom: 3px;
}
#navbarSupportedContent {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom_nav-container {
  z-index: 99999;
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin-left: auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 35px 15px 10px 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a:focus,
a:hover {
  color: initial;
}
.btn,
.btn:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-brand span {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
}
.custom_nav-container .navbar-toggler {
  outline: 0;
}
.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #fff;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after,
.custom_nav-container .navbar-toggler span::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}
.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
}
.slider_section .detail-box h1 span {
  color: #f1db25;
}
.slider_section .detail-box p {
  margin-top: 40px;
}
.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  font-size: 12px;
}
.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}
.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #f1db25;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #f1db25;
  color: #f1db25;
}
.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider_section .img-box img {
  width: 100%;
}
.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_section .img_container .img-box img {
  width: 100%;
}
.about_section .detail-box {
  background-color: #fff;
  padding: 45px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -45px;
}
.about_section .detail-box p {
  margin-top: 5px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #f1db25;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #f1db25;
  color: #f1db25;
}
.contact_section {
  position: relative;
  color: #fff;
}
.contact_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_bg_box .img-box {
  width: 100%;
}
.contact_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}
.contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0.35))
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.35)
  );
}
.team_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
  position: relative;
}
.team_section .box .img-box {
  width: 100%;
}
.team_section .box .img-box img {
  width: 100%;
}
.team_section .box .detail-box {
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 25px 15px;
  text-align: center;
  bottom: 0;
  background-color: rgba(28, 28, 28, 0.75);
}
.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}
.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f1db25;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.team_section .btn-box a:hover {
  background-color: transparent;
  border-color: #f1db25;
  color: #f1db25;
}
.info_section {
  background-color: #101010;
  color: #fff;
  padding: 75px 0 10px 0;
}
.info_section .row > div {
  margin-bottom: 25px;
}
.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}
.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.info_section .info_logo .navbar-brand {
  padding: 0;
  margin-bottom: 20px;
}
.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #fff;
}
.info_section .info_links ul {
  padding: 0;
}
.info_section .info_links ul li {
  list-style-type: none;
}
.info_section .info_links ul li a {
  color: #fff;
}
.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info_section .info_contact a {
  color: #fff;
  margin-bottom: 10px;
}
.info_section .info_contact a i {
  font-size: 20px;
  margin-right: 5px;
}
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: #101010;
}
.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}
.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}
.logo {
  width: 140px;
  margin-top: 5px;
}
.family-picture {
  filter: brightness(0.7);
}
@media (max-width: 768px) {
  .family-picture {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.info-footer {
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.info-footer:hover {
  color: #fff;
}
.row {
  justify-content: space-between;
}
.accordion {
  width: 300px;
  margin: 0 auto;
}
.accordion-item {
  margin-bottom: 5px;
}
.accordion-item .content {
  font-size: 12px;
}
.accordion input[type="radio"] {
  display: none;
}
.accordion .content {
  height: 0;
  padding: 0;
  background-color: #fafafa;
  border-top: 1px solid #f1db25;
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordion input[type="radio"]:checked + .accordion-header + .content {
  height: auto;
  padding: 15px;
}
.accordion-icon {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.accordion input[type="radio"]:checked + .accordion-header .accordion-icon {
  transform: rotate(180deg);
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-weight: 700;
  text-align: left;
}
.accordion-header .accordion-title {
  font-size: 14px;
}
.accordion {
  width: auto;
}
.section-title {
  margin-top: -50px;
}
.navbar-brand {
  cursor: pointer;
}
.nav-item {
  cursor: pointer;
}

.menu {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  width: fit-content;
  display: flex;
  list-style: none;
}

.menu a {
  text-decoration: none;
  color: white;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.menu .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 36px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu .link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu .link svg {
  width: 14px;
  height: 14px;
  fill: #f1db25;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu .item {
  position: relative;
}

.menu .item .submenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  border-radius: 0 0 16px 16px;
  left: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cccccc;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
  pointer-events: none;
  list-style: none;
}

.menu .item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  border-top: transparent;
  border-color: black;
}

.menu .item:hover .link {
  color:#f1db25;
  border-radius: 16px 16px 0 0;
}

.menu .item:hover .link::after {
  transform: scaleX(1);
  transform-origin: right;
}

.menu .item:hover .link svg {
  fill:#f1db25;
  transform: rotate(-180deg);
}

.submenu .submenu-item {
  width: 100%;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.submenu .submenu-link {
  display: block;
  padding: 12px 24px;
  width: 100%;
  position: relative;
  text-align: center;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  color: black;
  background: white;
}

.submenu .submenu-item:last-child .submenu-link {
  border-bottom: none;
}

.submenu .submenu-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  width: 100%;
  height: 100%;
  background-color: #0a3cff;
  z-index: -1;
  transform-origin: left;
  transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.submenu .submenu-link:hover:before {
  transform: scaleX(1);
  transform-origin: right;
}

.submenu .submenu-link:hover {
  color: #f1db25;
}

#legal {
  padding: 2rem;
  background-color: #f9f9f9;
  color: #333;
  font-family: sans-serif;
}

#legal h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}

#legal p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

#legal p strong {
  font-weight: bold;
}

#legal a {
  color: #007bff;
  text-decoration: none;
}

#legal a:hover {
  text-decoration: underline;
}

#legal hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #ddd;
}

#legal ul {
  list-style-type: disc;
  margin-left: 2rem;
  display: contents;
}

#legal ul li {
  margin-bottom: 0.5rem;
}

#legal .container {
  max-width: 900px;
  margin: auto;
}

.legal-nav{
  background: black;
}

.oculto{
  display: none;
}

.seguros-header {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
}

.seguros-header h1 {
  color: #091f36;
  font-weight: 700;
  margin-bottom: 15px;
}

.seguros-header p {
  max-width: 800px;
  margin: 0 auto;
  color: #666;
  font-size: 18px;
}

.categoria-seguros {
  padding: 50px 0;
  background-color: #fff;
}

.categoria-seguros:nth-child(even) {
  background-color: #f8f9fa;
}

.categoria-title {
  color: #091f36;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #FFD43B;
  display: inline-block;
}

.seguro-item {
  margin-bottom: 30px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.seguro-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.seguro-img-container {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.seguro-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.seguro-item:hover .seguro-img {
  transform: scale(1.05);
}

.seguro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(9, 31, 54, 0.2), rgba(9, 31, 54, 0.7));
}

.seguro-content {
  padding: 25px;
}

.seguro-title {
  color: #091f36;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.seguro-desc {
  color: #666;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
}

.btn-info-seguro {
  background-color: #061a2f;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}

.btn-info-seguro:hover {
  background-color: #FFD43B;
  color: black!important;
}

.icon-feature {
  margin-right: 10px;
  color: #FFD43B;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.feature-list li {
  margin-bottom: 8px;
  color: #555;
}

.seguros-header{
  margin-top: 90px;
}

.seccion-futuro{
  justify-content: flex-start;
}

.seguro-de-vida{
  margin-top: 22px;
}

.btn-info-seguro:visited {
  color: white ;
  text-decoration: none ;
  transition: none !important;
}

.features-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-left: 35px;
  max-width: 1200px;
  flex-wrap: wrap; 
}

.feature {
  text-align: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  flex: 1;
  min-width: 250px; 
  max-width: 300px; 
}

.feature i {
  font-size: 2rem; 
  color: #4CAF50;
  margin-bottom: 10px;
}

.feature h2 {
  font-size: 1.2rem; 
  color: #333;
  margin: 10px 0;
}

.feature p {
  font-size: 0.9rem; 
  color: #555;
}