@charset "UTF-8";
@import url("../fonts/stylesheet.css");
:root {
  --bs-card-title-spacer-y: 0.5rem;
}

@font-face {
  font-family: "";
  src: url("");
}
.grecaptcha-badge {
  display: none;
}

a[disabled] {
  pointer-events: none;
}

button#whatsappfloat {
  position: fixed;
  top: 83%;
  right: 4px;
  cursor: pointer;
  border: none;
  background: transparent;
  display: block;
  transition: all 0.3s;
}
button#whatsappfloat img {
  transition: all 0.3s;
}
button#whatsappfloat:focus {
  outline: none;
}

/* Estilo personalizado para el datepicker */
.datepicker {
  background-color: white;
  /* Fondo blanco */
  border: 1px solid #ccc;
  /* Borde gris claro */
  border-radius: 4px;
  /* Bordes redondeados */
}
.datepicker table {
  width: 100%;
  /* Ancho completo */
}
.datepicker th {
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: 600;
  background-color: white;
  /* Fondo gris claro para encabezados */
  color: #333333;
  /* Texto gris oscuro */
}
.datepicker th.next:hover {
  color: white;
  background-color: #0040a6;
  border-radius: 20px;
}
.datepicker th.prev:hover {
  color: white;
  background-color: #0040a6;
  border-radius: 20px;
}
.datepicker td.day {
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  /* Color de texto gris oscuro */
}
.datepicker td.day.active {
  background-color: #0040a6 !important;
  /* Color azul para el día seleccionado */
  color: white;
  /* Texto blanco */
  border-radius: 20px;
  background-image: none !important;
}
.datepicker td.day:hover {
  background-color: #0040a6 !important;
  /* Color gris claro al pasar el mouse */
  color: white;
  border-radius: 20px;
}
.datepicker td span.year, .datepicker td span.month {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  /* Color de texto gris oscuro */
}
.datepicker td span.year.active, .datepicker td span.month.active {
  background-color: #0040a6 !important;
  /* Color azul para el día seleccionado */
  color: white;
  /* Texto blanco */
  border-radius: 4px;
  background-image: none !important;
}
.datepicker td span.year:hover, .datepicker td span.year.focused, .datepicker td span.month:hover, .datepicker td span.month.focused {
  background-color: #0040a6 !important;
  /* Color gris claro al pasar el mouse */
  color: white;
  border-radius: 4px;
}
.datepicker-switch:hover {
  background-color: #0040a6 !important;
  /* Color gris claro al pasar el mouse */
  color: white;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* Siempre será el 100% del contenedor padre */
  margin: 0 auto;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .container-custom {
    max-width: 1140px;
  }
}
.centro {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-first-section-custom {
  margin: 0px 195px;
}

.row-first-section-custom-carousel {
  margin: 0px 35px;
}

.scroll-to-top {
  display: none;
}

.btn:focus {
  box-shadow: none;
}

.btn:active {
  border: none;
}

.form-control:focus {
  box-shadow: none;
}

header section.sobremenu .container {
  align-items: end;
}
header section.sobremenu {
  height: 37px;
  background-color: #092046;
  align-content: center;
}
header section.sobremenu .icons-item {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 65px;
}
header section.sobremenu .icons-item a {
  text-decoration: none;
}
header section.sobremenu .icons-item img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
header section.sobremenu .icons-item span.titulo {
  font-family: "SFUI Display";
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  color: white;
}
header section.sobremenu .icons-item span.numero {
  font-family: "SFUI Display";
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: white;
}
header .container {
  max-width: 1440px;
}
header {
  position: fixed !important;
  /* Hace que el header sea fijo */
  width: 100%;
  /* Ocupa el ancho completo de la ventana */
  background-color: white;
  /* Color de fondo */
  box-shadow: 0px 4px 15px -8px rgba(54, 116, 198, 0.2);
  z-index: 1000;
  font-family: "SFUI Display";
}
header .navbar {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: space-between;
  padding: 20px 50px 10px;
}
header .logo {
  font-size: 24px;
}
header .logo img {
  width: 175px;
}
header .menu {
  display: flex;
  position: relative;
}
header .menu .normal-button {
  width: 152px;
  height: 42px;
  padding: 0;
  margin-left: 40px;
}
header .menu .normal-button a.btn.portal {
  width: 152px;
  border-radius: 10px;
  background-color: #c4dbff;
  padding: 9px 15px;
  transition: background-color 0.3s, content 0.3s, color 0.3s;
}
header .menu .normal-button a.btn.portal:hover {
  background-color: #081c74;
  color: #c4dbff;
}
header .menu .normal-button a.btn.portal:hover .icon {
  content: url(/img/iconos/i-profile-light.svg);
}
header .menu a {
  color: #001e71;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.5s, background-color 0.5s;
  height: 41px;
  padding: 12px 12px 12px 12px;
  border-radius: 6px;
  margin: 0 2px;
  text-align: center;
}
header .menu a:hover {
  color: #0040a6;
  background-color: rgba(196, 219, 255, 0.4);
}
header .menu {
  /* Estilo para el menú desplegable */
}
header .menu .dropdown {
  text-align: center;
  position: relative;
  /* Para posicionar el menú abajo de este contenedor */
  padding: 10px 12px 12px 12px;
  border-radius: 6px;
  margin: 0 2px;
  height: 41px;
}
header .menu .dropdown .navbar-dropdown {
  padding: 0;
  margin: 0;
}
header .menu .dropdown:hover {
  background-color: rgba(196, 219, 255, 0.4);
}
header .menu .dropdown:hover a {
  color: #0040a6;
  background-color: unset;
}
header .menu .dropdown.active {
  display: block;
}
header .menu .dropdown.active .dropdown-menu {
  display: block;
}
header .menu .dropdown a img {
  margin-top: -23px;
}
header .menu .dropdown-menu {
  display: none;
  /* Inicialmente oculto */
  position: absolute;
  width: 214px;
  top: 100%;
  /* Asegura que el menú se posicione justo debajo */
  left: -52px;
}
header .menu .dropdown-menu.contacto {
  left: -40px;
}
header .menu .dropdown-menu {
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 15px;
  padding: 5px;
}
header .menu .dropdown-menu a {
  padding: 8px 16px;
  display: block;
  color: black;
  text-decoration: none;
  margin: 0;
}
header .menu .dropdown-menu a.arriba:hover {
  background-color: rgba(196, 219, 255, 0.4);
  border-radius: 9px 9px 0 0;
}
header .menu .dropdown-menu a.centro:hover {
  background-color: rgba(196, 219, 255, 0.4);
  border-radius: 0 0 0 0;
}
header .menu .dropdown-menu a.abajo:hover {
  background-color: rgba(196, 219, 255, 0.4);
  border-radius: 0 0 9px 9px;
}
header .hamburger {
  display: none;
  /* Ocultar por defecto */
  flex-direction: column;
  cursor: pointer;
  background: #c4dbff;
  padding: 6px 12px;
  border-radius: 8px;
}
header .bar {
  height: 3px;
  width: 25px;
  background-color: #001e71;
  margin: 3px 0;
  transition: all 0.3s;
}
header {
  /* Estilos para el menú responsive */
}
header .menu-mobile {
  position: fixed;
  /* Fijo en toda la pantalla */
  top: 0;
  right: -100%;
  /* Oculto a la derecha */
  width: 100%;
  /* Ancho completo */
  height: 100%;
  /* Alto completo */
  background: linear-gradient(32.27deg, #eff5ff 28.19%, #d9e7ff 97.37%);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Centra los elementos */
  justify-content: center;
  /* Centra verticalmente */
  transition: right 0.3s ease;
  /* Transición suave */
  z-index: 1000;
  /* Asegura que esté por encima */
  padding-bottom: 60px;
}
header .menu-mobile .logo {
  margin-bottom: 25px;
  margin-top: 60px;
}
header .menu-mobile .normal-button {
  padding: 0;
}
header .menu-mobile .normal-button a.btn.portal {
  height: 48px;
  max-width: 180px;
  width: 100%;
  border-radius: 10px;
  background-color: #c4dbff;
  padding: 12px 15px;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
  transition: background-color 0.3s, content 0.3s, color 0.3s;
}
header .menu-mobile .normal-button a.btn.portal:hover {
  background-color: #081c74;
  color: #c4dbff;
}
header .menu-mobile .normal-button a.btn.portal:hover .icon {
  content: url(/img/iconos/i-profile-light.svg);
}
header .menu-mobile a {
  margin: 20px 0;
  color: #001e71;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  transition: color 0.5s, background-color 0.5s;
  height: 41px;
  padding: 12px 15px 12px 15px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
}
header .menu-mobile a:hover {
  color: #0040a6;
  background-color: rgba(196, 219, 255, 0.4);
}
header .menu-mobile.active {
  right: 0;
  /* Muestra el menú */
}
header .menu-mobile .dropdown-institucional-links {
  justify-content: center;
  flex-direction: column;
  color: #092046;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.71px;
  text-align: center;
  width: 214px;
  background-color: white;
  border: 1px solid white;
  border-radius: 15px;
  padding: 5px;
}
header .menu-mobile .dropdown-institucional-links a {
  margin: 0;
  color: #092046;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.71px;
  text-align: center;
}
header .menu-mobile .dropdown-centro-links {
  justify-content: center;
  flex-direction: column;
  color: #092046;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.71px;
  text-align: center;
  width: 214px;
  background-color: white;
  border: 1px solid white;
  border-radius: 15px;
  padding: 5px;
}
header .menu-mobile .dropdown-centro-links a {
  margin: 0;
  color: #092046;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.71px;
  text-align: center;
}
header .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  display: none;
  /* Ocultar por defecto */
}
@media (max-width: 991.98px) {
  header section.sobremenu .container {
    align-items: center;
  }
  header .navbar {
    justify-content: space-between;
    padding: 20px 0px 10px !important;
  }
  header button.scroll-to-top {
    position: fixed;
    top: 86%;
    right: 20px;
    background-color: rgba(211, 13, 43, 0.7);
    box-shadow: 0px 4px 20px -6px rgb(211, 13, 43);
    border: none;
    border-radius: 15px;
    padding: 20px;
    cursor: pointer;
    display: none;
  }
  header button.scroll-to-top:focus {
    outline: none;
  }
  header button#whatsappfloat {
    top: 72%;
    right: 13px;
  }
  header button#whatsappfloat img {
    width: 64px;
  }
  header .container {
    max-width: 720px;
    /* Pantallas más pequeñas */
  }
  header .menu {
    display: none;
    /* Oculta el menú en pantallas pequeñas */
  }
  header .hamburger {
    display: flex;
    /* Muestra el icono de hamburguesa */
  }
  header .close-btn {
    display: block;
    /* Muestra la X al activar el menú */
  }
}

main {
  padding-top: 121px;
  /* Añade espacio en la parte superior para que el contenido no quede oculto detrás del header */
}

@media (max-width: 1066px) {
  header .navbar {
    padding: 20px 0px 10px;
  }
  header section.sobremenu .icons-item {
    padding-right: 15px;
  }
}
footer section#second-section-footer {
  display: flex;
  background-color: #092046;
  padding: 90px 0;
}
footer section#second-section-footer div.second-section-mobile {
  display: none;
}
footer section#second-section-footer div.title a {
  text-decoration: none;
}
footer section#second-section-footer div.title p {
  margin: 20px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.09px;
  color: #ffffff;
  text-align: left;
}
footer section#second-section-footer div.content a {
  text-decoration: none;
}
footer section#second-section-footer div.content p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 16.71px;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}
footer section#second-section-footer .normal-button {
  margin-top: 20px;
}
footer section#second-section-footer .normal-button a.btn.portal {
  width: 158px;
  height: 42px;
  border-radius: 10px;
  background-color: #ffdb00;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 15px;
  transition: background-color 0.3s, content 0.3s, color 0.3s;
}
footer section#second-section-footer .normal-button a.btn.portal:hover {
  background-color: #c4dbff;
  color: #001e71;
}
footer section#second-section-footer .normal-button a.btn.portal:hover .icon {
  content: url(/img/iconos/i-profile-blue.svg);
}

body {
  font-family: "SFUI Display";
}
body section#first-section {
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: url("../img/bg-home.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  justify-content: center;
}
body section#first-section #first-div {
  padding: 48px 0 36px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
body section#first-section #first-div .splide {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 40px;
}
body section#first-section #first-div .splide .splide__track {
  width: 100%;
  overflow: hidden;
}
body section#first-section #first-div .splide .splide__slide {
  width: 100%;
}
body section#first-section #first-div .splide .splide__slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body section#first-section #first-div .carousel-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #001e71;
  border-radius: 15px;
  overflow: hidden;
  color: white;
}
body section#first-section #first-div .carousel-content.hogar {
  background-color: #ffc528;
}
body section#first-section #first-div .carousel-content.accidentes {
  background-color: #6041cc;
}
body section#first-section #first-div .carousel-content.vida {
  background-color: #00bab4;
}
body section#first-section #first-div .carousel-content.micro-vida {
  background-color: #2a7c3a;
}
body section#first-section #first-div .carousel-content.negocio {
  background-color: #ff374d;
}
body section#first-section #first-div .carousel-content .text-box {
  max-width: 100%;
  align-self: anchor-center;
}
body section#first-section #first-div .carousel-content .text-box p.overtitulo {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 64px;
  margin-right: 55px;
  max-width: 230px;
}
body section#first-section #first-div .carousel-content .text-box p.overtitulo.hogar, body section#first-section #first-div .carousel-content .text-box p.overtitulo.vida {
  color: #001e71;
}
body section#first-section #first-div .carousel-content .text-box p.titulo {
  font-weight: 800;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  margin-left: 64px;
  margin-right: 55px;
  max-width: 230px;
}
body section#first-section #first-div .carousel-content .text-box p.titulo.hogar, body section#first-section #first-div .carousel-content .text-box p.titulo.vida {
  color: #001e71;
}
body section#first-section #first-div .carousel-content .text-box p.subtitulo {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 45px;
  margin-left: 64px;
  margin-right: 55px;
  max-width: 230px;
}
body section#first-section #first-div .carousel-content .text-box p.subtitulo.hogar, body section#first-section #first-div .carousel-content .text-box p.subtitulo.vida {
  color: #001e71;
}
body section#first-section #first-div .carousel-content .text-box p.main_overtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 30px;
  margin-left: 64px;
  margin-right: 55px;
  max-width: 230px;
}
body section#first-section #first-div .carousel-content .text-box .btn-info {
  font-size: 20px;
  display: inline-block;
  background-color: #ffdb00;
  color: #333333;
  padding: 20px 30px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0px 6px 16px -6px #e3c50d;
  margin-left: 64px;
  margin-right: 55px;
}
body section#first-section #first-div .carousel-content .text-box .btn-info.hogar {
  background-color: #ff374d;
}
body section#first-section #first-div .splide__arrows {
  position: absolute;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
body section#first-section #first-div .splide__arrows .splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #c4dbff;
  opacity: 1;
  border-radius: 10px;
  pointer-events: auto;
  position: relative;
}
body section#first-section #first-div .splide__arrows .splide__arrow:hover {
  opacity: 1;
}
body section#first-section #first-div .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -20px;
}
body section#first-section #first-div .splide__arrows .splide__arrow.splide__arrow--next {
  right: -20px;
}
body section#first-section #first-div .splide__arrows .splide__arrow img {
  width: 9px;
  height: 18px;
}
body section#first-section #first-div .splide__pagination {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
body section#first-section #first-div .splide__pagination .splide__pagination__page {
  background-color: rgba(0, 64, 166, 0.3019607843);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 1;
}
body section#first-section #first-div .splide__pagination .splide__pagination__page:hover {
  opacity: 1;
}
body section#first-section #first-div .splide__pagination .splide__pagination__page.is-active {
  background-color: #0040a6;
  transform: unset;
}
body section#first-section #second-div {
  margin-top: 40px;
  margin-bottom: 80px;
}
body section#first-section #second-div .centro {
  padding: 15px 0;
}
body section#first-section #second-div div.product-item div.title p {
  font-weight: 800;
  line-height: 54.89px;
  font-size: 46px;
  letter-spacing: -0.5px;
  color: #001e71;
}
body section#first-section #second-div div.product-item div.content p {
  margin-top: 20px;
  line-height: 23.87px;
  font-size: 20px;
  font-weight: 400;
  color: #092046;
  margin-bottom: 60px;
}
body section#first-section #second-div div.product-item div.family img {
  width: 746px;
  height: 517px;
  border-radius: 15px;
}
body section#first-section div.card-item {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  /* Coloca los elementos en una columna */
  justify-content: space-between;
  /* Distribuye el espacio verticalmente */
  max-height: 183px;
  max-width: 313px;
  width: 100%;
  color: #001e71;
  padding: 30px 21px 36px 21px;
  border-radius: 15px;
  border: 1px solid transparent;
  background-color: #ffffff;
  margin: 0 10px;
  box-shadow: 0px 4px 8px -5px rgba(54, 116, 198, 0.4);
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
}
body section#first-section div.card-item div.content p {
  height: 12px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 23.87px;
  margin: 5px 0 10px 0;
}
body section#first-section div.card-item div.title p {
  height: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 19.09px;
}
body section#first-section div.card-item div.image {
  margin: 5px auto;
  background-color: #f1f7ff;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
}
body section#first-section div.card-item div.image img {
  width: 48px;
  height: 48px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), width 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.49), height 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.49);
}
body section#first-section div.card-item .hogar {
  background-color: #ffdb00;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-content: center;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .hogar .imagen {
  background-image: url("../img/iconos/hogar.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .automovil {
  background-color: #7fcde7;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-content: center;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .automovil .imagen {
  background-image: url("../img/iconos/i-automovil-blanco.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .vida {
  background-color: #23a9e2;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-content: center;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .vida .imagen {
  background-image: url("../img/iconos/i-health.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .micro-vida {
  background-color: #2a7c3a;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-content: center;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .micro-vida .imagen {
  background-image: url("../img/iconos/i-micro-health.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .comercio {
  background-color: #d30d2b;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-content: center;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .comercio .imagen {
  background-image: url("../img/iconos/i-comercio-blanco.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .accidentes {
  background-color: #0040a6;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-content: center;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .accidentes .imagen {
  background-image: url("../img/iconos/i-accidentes-blanco.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .deuda {
  background-color: #5b85db;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-content: center;
  transition: all 0.3s ease;
}
body section#first-section div.card-item .deuda .imagen {
  background-image: url("../img/iconos/i-deuda-blanco.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
  transition: all 0.3s ease;
}
body section#first-section div.card-item:hover {
  box-shadow: 0px 0px 50px 4px rgba(54, 116, 198, 0.4);
  background-color: #f1f7ff;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
body section#first-section div.card-item:hover .hogar {
  border-radius: 30px;
  background-color: #fbee9f;
  transition: height 0.3s ease, width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}
body section#first-section div.card-item:hover .hogar .imagen {
  background-image: url("../img/iconos/hogar_hover.svg");
  margin: auto;
  transform: scale(1.08);
  transition: transform 0.3s ease, background-image 0.3s ease, height 0.3s ease, width 0.3s ease;
}
body section#first-section div.card-item:hover .automovil {
  border-radius: 30px;
  background-color: #a5e4f9;
  transition: height 0.3s ease, width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}
body section#first-section div.card-item:hover .automovil .imagen {
  background-image: url("../img/iconos/i-automovil-hover.svg");
  margin: auto;
  transform: scale(1.08);
  transition: transform 0.3s ease, background-image 0.3s ease, height 0.3s ease, width 0.3s ease;
}
body section#first-section div.card-item:hover .vida {
  border-radius: 30px;
  background-color: #a3e4ff;
  transition: height 0.3s ease, width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}
body section#first-section div.card-item:hover .vida .imagen {
  background-image: url("../img/iconos/i-health-hover.svg");
  margin: auto;
  transform: scale(1.08);
  transition: transform 0.3s ease, background-image 0.3s ease, height 0.3s ease, width 0.3s ease;
}
body section#first-section div.card-item:hover .micro-vida {
  border-radius: 30px;
  background-color: #94c09c;
  transition: height 0.3s ease, width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}
body section#first-section div.card-item:hover .micro-vida .imagen {
  background-image: url("../img/iconos/i-micro-health-hover.svg");
  margin: auto;
  transform: scale(1.08);
  transition: transform 0.3s ease, background-image 0.3s ease, height 0.3s ease, width 0.3s ease;
}
body section#first-section div.card-item:hover .comercio {
  border-radius: 30px;
  background-color: #f7cdd4;
  transition: height 0.3s ease, width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}
body section#first-section div.card-item:hover .comercio .imagen {
  background-image: url("../img/iconos/i-comercio-hover.svg");
  margin: auto;
  transform: scale(1.08);
  transition: transform 0.3s ease, background-image 0.3s ease, height 0.3s ease, width 0.3s ease;
}
body section#first-section div.card-item:hover .accidentes {
  border-radius: 30px;
  background-color: #abc6f1;
  transition: height 0.3s ease, width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}
body section#first-section div.card-item:hover .accidentes .imagen {
  background-image: url("../img/iconos/i-accidentes-hover.svg");
  margin: auto;
  transform: scale(1.08);
  transition: transform 0.3s ease, background-image 0.3s ease, height 0.3s ease, width 0.3s ease;
}
body section#first-section div.card-item:hover .deuda {
  border-radius: 30px;
  background-color: white;
  transition: height 0.3s ease, width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}
body section#first-section div.card-item:hover .deuda .imagen {
  background-image: url("../img/iconos/i-deuda-hover.svg");
  margin: auto;
  transform: scale(1.08);
  transition: transform 0.3s ease, background-image 0.3s ease, height 0.3s ease, width 0.3s ease;
}
body section#siniestros-section {
  background-color: #f1f7ff;
  padding: 90px 0;
  text-align: center;
}
body section#siniestros-section .row-siniestros-custom {
  margin-top: 24px;
}
body section#siniestros-section div.product-item {
  max-width: 1296px;
}
body section#siniestros-section div.product-item div.title p {
  font-weight: 800;
  font-size: 46px;
  line-height: 54.89px;
  color: #001e71;
}
body section#siniestros-section div.product-item div.content p {
  margin-bottom: 60px;
  line-height: 23.87px;
  font-size: 20px;
  font-weight: 400;
  color: #092046;
}
body section#siniestros-section div.product-item div.denuncias img {
  margin-bottom: 40px;
  border-radius: 15px;
  max-width: 526px;
  max-height: 488px;
}
body section#siniestros-section div.product-item div.denuncias-mobile {
  display: none;
}
body section#siniestros-section div.product-item div.denuncias-mobile img {
  border-radius: 15px;
}
body section#siniestros-section .card-item {
  align-items: center;
  color: #001e71;
  flex-direction: column;
  display: flex;
  justify-content: space-around;
  width: 361px;
  height: 232px;
  padding: 28px 20px;
  border-radius: 15px;
  border: 1px solid transparent;
  background-color: white;
  box-shadow: 0px 4px 8px -5px rgba(54, 116, 198, 0.4);
}
body section#siniestros-section .card-item .content p {
  margin: 0px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 12px;
}
body section#siniestros-section .card-item .title p {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
body section#siniestros-section .card-item .accidentes {
  background-color: #23a9e2;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-content: center;
  transition: all 0.3s ease;
}
body section#siniestros-section .card-item .accidentes .imagen {
  background-image: url("../img/iconos/i-health.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
}
body section#siniestros-section .card-item .comercio {
  background-color: #ffdb00;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-content: center;
  transition: all 0.3s ease;
}
body section#siniestros-section .card-item .comercio .imagen {
  background-image: url("../img/iconos/denuncia-comercio-blanco.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
}
body section#siniestros-section .card-item .automovil {
  background-color: #7fcde7;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-content: center;
  transition: all 0.3s ease;
}
body section#siniestros-section .card-item .automovil .imagen {
  background-image: url("../img/iconos/denuncia-automovil-blanco.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
}
body section#siniestros-section .card-item .negocio {
  background-color: #d30d2b;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-content: center;
  transition: all 0.3s ease;
}
body section#siniestros-section .card-item .negocio .imagen {
  background-image: url("../img/iconos/i-comercio-blanco.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
}
body section#siniestros-section .card-item:hover {
  box-shadow: 0px 0px 50px 4px rgba(54, 116, 198, 0.4);
  background-color: #f1f7ff;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
body section#siniestros-section .card-item:hover .accidentes {
  border-radius: 30px;
  background-color: #a3e4ff;
  transition: height 0.3s ease, width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}
body section#siniestros-section .card-item:hover .accidentes .imagen {
  background-image: url("../img/iconos/i-health-hover.svg");
  margin: auto;
  transform: scale(1.08);
  transition: transform 0.3s ease, background-image 0.3s ease, height 0.3s ease, width 0.3s ease;
}
body section#siniestros-section .card-item:hover .comercio {
  border-radius: 30px;
  background-color: #fbee9f;
  transition: height 0.3s ease, width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}
body section#siniestros-section .card-item:hover .comercio .imagen {
  background-image: url("../img/iconos/denuncia-comercio.svg");
  margin: auto;
  transform: scale(1.08);
  transition: transform 0.3s ease, background-image 0.3s ease, height 0.3s ease, width 0.3s ease;
}
body section#siniestros-section .card-item:hover .automovil {
  border-radius: 30px;
  background-color: #a5e4f9;
  transition: height 0.3s ease, width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}
body section#siniestros-section .card-item:hover .automovil .imagen {
  background-image: url("../img/iconos/denuncia-automovil.svg");
  margin: auto;
  transform: scale(1.08);
  transition: transform 0.3s ease, background-image 0.3s ease, height 0.3s ease, width 0.3s ease;
}
body section#siniestros-section .card-item:hover .negocio {
  border-radius: 30px;
  background-color: #f7cdd4;
  transition: height 0.3s ease, width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}
body section#siniestros-section .card-item:hover .negocio .imagen {
  background-image: url("../img/iconos/i-comercio-hover.svg");
  margin: auto;
  transform: scale(1.08);
  transition: transform 0.3s ease, background-image 0.3s ease, height 0.3s ease, width 0.3s ease;
}
body section#siniestros-section .card-item .normal-button {
  padding-top: 20px;
}
body section#siniestros-section .card-item .normal-button .btn.denuncia {
  border-radius: 9px;
  background-color: white;
  color: #001e71;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.71px;
  align-content: center;
  text-align: center;
  border: 1px #001e71 solid;
  width: 100%;
  max-width: 109px;
  height: 35px;
  transition: background-color 0.5s ease, border 0.5s ease;
}
body section#siniestros-section .card-item .normal-button .btn.denuncia:hover {
  background-color: #c8dcfc;
  border: 1px #c8dcfc solid;
}
body section#link-interes-section {
  background-color: #e7f0ff;
  padding: 65px 0;
  text-align: center;
}
body section#link-interes-section div.product-item {
  max-width: 1296px;
}
body section#link-interes-section div.product-item div.title p {
  font-weight: 800;
  font-size: 28px;
  color: #001e71;
  margin-bottom: 40px;
}
body section#link-interes-section .card-item {
  margin: 10px 0;
  text-align: center;
  color: #001e71;
  display: flex;
  flex-direction: column;
  /* Por defecto, apila el contenido verticalmente */
  justify-content: space-between;
  width: 416px;
  height: 284px;
  padding: 24px 24px 36px 24px;
  border-radius: 15px;
  border: 1px solid transparent;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px -5px rgba(54, 116, 198, 0.4);
  transition: all 0.3 ease;
}
body section#link-interes-section .card-item p.content {
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 19.2px;
  color: #092046;
}
body section#link-interes-section .card-item p.title {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.87px;
}
body section#link-interes-section .card-item .image {
  margin-bottom: 10px;
}
body section#link-interes-section .card-item .image img {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background-color: #f1f7ff;
}
body section#link-interes-section .card-item .normal-button .btn.intereses {
  display: inline-block;
  border-radius: 9px;
  background-color: #ffffff;
  color: #001e71;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.71px;
  align-content: center;
  text-align: center;
  border: 1px #001e71 solid;
  width: 109px;
  height: 35px;
  transition: background-color 0.5s ease, border 0.5s ease;
}
body section#link-interes-section .card-item .normal-button .btn.intereses:hover {
  background-color: #c8dcfc;
  border: 1px #c8dcfc solid;
}
body section#link-interes-section .card-item .normal-button .btn.intereses-mobile {
  display: none;
}
body section#section-plans-title {
  background-color: rgba(196, 219, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 246px;
}
body section#section-plans-title div.product-item {
  text-align: center;
}
body section#section-plans-title div.product-item div.title p {
  font-weight: 800;
  font-size: 46px;
  color: #001e71;
}
body section#section-plans-title div.product-item div.content p {
  margin-top: 20px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 400;
  color: #092046;
}
body section#section-plans-content {
  display: flex;
  justify-content: center;
}
body section#section-plans-content .row-plans-custom {
  max-width: 1076px;
}
body section#section-plans-content .row-plans-custom .centro {
  align-items: unset;
}
body section#section-plans-content.product-layout {
  padding: 40px 0;
}
body section#section-plans-content div.product-item div.title p {
  font-weight: 800;
  font-size: 56px;
  color: #001e71;
}
body section#section-plans-content div.product-item div.content p {
  margin-top: 20px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 400;
  color: #092046;
}
body section#section-plans-content button.close {
  position: absolute;
  right: 20px;
  top: 30px;
  background-color: rgba(52, 52, 52, 0.6392156863);
  border-color: transparent;
  border-radius: 30px;
  padding: 6px 11px;
}
body section#section-plans-content div.card-item {
  text-align: center;
  flex-direction: column;
  display: flex;
  color: #092046;
  margin: 22px 0;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 15px;
  border: 1px #c4dbff solid;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px -5px rgba(54, 116, 198, 0.5019607843);
  transition: all 0.3s ease;
}
body section#section-plans-content div.card-item .abrir-div-btn {
  opacity: 0;
  transition: all 0.3s ease;
}
body section#section-plans-content div.card-item .cerrar-div-btn {
  opacity: 0;
  height: 14px;
}
body section#section-plans-content div.card-item .card-expand {
  padding: 0 20px;
}
body section#section-plans-content div.card-item .card-expand .card-plan {
  text-align: left;
  padding: 25px 10px 5px 10px;
  margin-bottom: 17px;
  background-color: rgba(196, 219, 255, 0.4);
  border-radius: 9px;
}
body section#section-plans-content div.card-item .card-expand .card-plan.plan-arriba {
  height: 506px;
}
body section#section-plans-content div.card-item .card-expand .card-plan.plan-abajo {
  height: 419px;
}
body section#section-plans-content div.card-item .card-expand .card-plan div.card-title span {
  font-size: 16px;
  font-weight: 600;
  color: #092046;
  margin-bottom: 20px;
  margin-left: 0;
}
body section#section-plans-content div.card-item .card-expand .card-plan ul {
  list-style-type: none;
  padding: 0;
}
body section#section-plans-content div.card-item .card-expand .card-plan ul li {
  color: #333333;
  display: flex;
  margin-bottom: 10px;
}
body section#section-plans-content div.card-item .card-expand .card-plan ul li .icon {
  width: 19px;
  height: 19px;
}
body section#section-plans-content div.card-item .card-expand .card-plan ul li span.text {
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
  line-height: 16.71px;
}
body section#section-plans-content div.card-item div.content {
  text-align: left;
  margin-left: 19px;
  margin-right: 19px;
}
body section#section-plans-content div.card-item div.content p {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 12px;
  margin-bottom: 2px;
}
body section#section-plans-content div.card-item div.title {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 19px;
  margin-right: 19px;
}
body section#section-plans-content div.card-item div.title p {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  width: 281px;
}
body section#section-plans-content div.card-item .plan {
  max-height: 193px;
}
body section#section-plans-content div.card-item .plan img {
  width: 100%;
  border-radius: 14px 14px 0 0;
  background-color: #e3eeff;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
body section#section-plans-content div.card-item .plan .hogar {
  background-color: #ffdb00;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  align-content: center;
  position: relative;
  bottom: 30px;
  left: 250px;
}
body section#section-plans-content div.card-item .plan .hogar .imagen {
  background-image: url("../img/iconos/hogar.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
}
body section#section-plans-content div.card-item .plan .automovil {
  background-color: #7fcde7;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  align-content: center;
  position: relative;
  bottom: 30px;
  left: 250px;
}
body section#section-plans-content div.card-item .plan .automovil .imagen {
  background-image: url("../img/iconos/i-automovil-blanco.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
}
body section#section-plans-content div.card-item .plan .vida {
  background-color: #23a9e2;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  align-content: center;
  position: relative;
  bottom: 30px;
  left: 250px;
}
body section#section-plans-content div.card-item .plan .vida .imagen {
  background-image: url("../img/iconos/i-health.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
}
body section#section-plans-content div.card-item .plan .microvida {
  background-color: #2a7c3a;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  align-content: center;
  position: relative;
  bottom: 30px;
  left: 250px;
}
body section#section-plans-content div.card-item .plan .microvida .imagen {
  background-image: url("../img/iconos/i-micro-health.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
}
body section#section-plans-content div.card-item .plan .comercio {
  background-color: #d30d2b;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  align-content: center;
  position: relative;
  bottom: 30px;
  left: 250px;
}
body section#section-plans-content div.card-item .plan .comercio .imagen {
  background-image: url("../img/iconos/i-comercio-blanco.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
}
body section#section-plans-content div.card-item .plan .accidentes {
  background-color: #0040a6;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  align-content: center;
  position: relative;
  bottom: 30px;
  left: 250px;
}
body section#section-plans-content div.card-item .plan .accidentes .imagen {
  background-image: url("../img/iconos/i-accidentes-blanco.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
}
body section#section-plans-content div.card-item .plan .deuda {
  background-color: #5b85db;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  align-content: center;
  position: relative;
  bottom: 30px;
  left: 250px;
}
body section#section-plans-content div.card-item .plan .deuda .imagen {
  background-image: url("../img/iconos/i-deuda-blanco.svg");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: auto;
}
body section#section-plans-content div.normal-button {
  text-align: center;
  margin-bottom: 12px;
}
body section#section-plans-content div.normal-button .btn.plan {
  width: 292.67px;
  height: 47px;
  border-radius: 10px;
  background-color: #c4dbff;
  color: #092046;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.71px;
  letter-spacing: 0.1px;
  align-content: center;
  text-align: center;
  transition: background-color 0.5s ease, border 0.5s ease;
}
body section#section-plans-content div.normal-button .btn.plan:hover {
  background-color: #e8ecfc;
}
body section#section-plans-content .modal {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
body section#section-plans-content .modal .modal-dialog {
  margin-bottom: 0;
  margin-top: 14px;
}
body section#section-plans-content .modal .modal-dialog .modal-content {
  border-radius: 15px;
}
body section#first-section-footer {
  display: flex;
  padding: 25px 25px;
  align-items: center;
}
body section#first-section-footer .content {
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 0;
  max-width: 1296px;
}
body section#first-section-footer .content .info-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70px;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
  margin: 20px 0;
  gap: 18px;
}
body section#first-section-footer .content .info-footer .info-footer-text {
  width: 231px;
}
body section#first-section-footer .content .info-footer a {
  text-decoration: none;
}
body section#first-section-footer .content p {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14.4px;
  color: #092046;
}
body section#first-section-footer .content p.p-content {
  font-weight: 300;
  font-size: 16px;
  line-height: 19.09px;
  cursor: pointer;
}
body section#first-section-footer .content img {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background-color: #f1f7ff;
}
body section#first-section-footer .medio {
  border-left: #c4dbff 1px solid;
  border-right: #c4dbff 1px solid;
}
body section#first-section-footer .title p {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.87px;
}

.linea-divisoria {
  display: flex;
  height: 7px;
}
.linea-divisoria div {
  flex: 1;
}
.linea-divisoria .amarillo {
  background-color: #f8d927;
}
.linea-divisoria .amarillo-oscuro {
  background-color: #ffc52b;
}
.linea-divisoria .rojo {
  background-color: #cf0d2f;
}
.linea-divisoria .azul-claro {
  background-color: #5b85db;
}
.linea-divisoria .azul-medio {
  background-color: #003da7;
}
.linea-divisoria .azul-oscuro {
  background-color: #011b72;
}

@media (max-width: 575.98px) {
  section#link-interes-section .card-item {
    max-width: 307px !important;
  }
}
@media screen and (max-width: 900px) {
  section#first-section #second-div div.row-first-section-custom {
    margin: 0 !important;
  }
  section#first-section #second-div div.yellow-button {
    text-align: center;
  }
  section#first-section #second-div div.yellow-button .planes {
    max-width: 328px !important;
  }
  section#first-section #second-div div.product-item div.title {
    padding: 0 10px;
    margin-top: 25px;
  }
  section#first-section #second-div div.product-item div.title p {
    font-size: 36px !important;
    line-height: 42.96px !important;
    letter-spacing: -0.25px !important;
  }
  section#first-section #second-div div.product-item div.content {
    padding: 0 10px;
  }
  section#first-section #second-div div.product-item div.content p {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 0 50px;
    margin-bottom: 30px !important;
  }
  section#first-section div.card-item {
    max-height: 177px !important;
  }
  section#first-section div.card-item div.content p {
    margin-bottom: 0;
  }
  section#first-section div.card-item div.title p {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19.09px !important;
  }
  footer section#second-section-footer {
    padding: 70px 10px 0 10px !important;
    text-align: center;
  }
  footer section#second-section-footer div.second-section {
    display: none !important;
  }
  footer section#second-section-footer div.second-section-mobile {
    display: block;
  }
  footer section#second-section-footer div.second-section-mobile div.title p {
    margin: 25px 0;
    font-size: 14px;
    line-height: 16.71px;
  }
  footer section#second-section-footer div.second-section-mobile div.content p {
    margin: 25px 0;
    font-size: 12px;
    line-height: 14.32px;
    font-weight: 400;
  }
  footer section#second-section-footer div.second-section-mobile div.image {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991.98px) {
  section#first-section-footer .medio {
    border-left: none !important;
    border-right: none !important;
    border-top: #c4dbff 1px solid;
    border-bottom: #c4dbff 1px solid;
  }
  section#first-section-footer .info-footer {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 !important;
  }
  section#link-interes-section .product-item {
    max-width: unset !important;
  }
  section#link-interes-section .card-item {
    flex-direction: row !important;
    /* Cambia a fila cuando la pantalla es pequeña */
    align-items: center !important;
    /* Centra verticalmente */
    text-align: left !important;
    /* Alinea el texto a la izquierda */
    max-height: 135px !important;
    max-width: 352px;
    padding: 24px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  section#link-interes-section .card-item p.content {
    font-size: 14px !important;
    line-height: 16.8px !important;
    margin-bottom: 0;
  }
  section#link-interes-section .card-item p.title {
    font-size: 18px !important;
    line-height: 21.48px !important;
  }
  section#link-interes-section .card-item .normal-button .btn.intereses {
    display: none !important;
  }
  section#link-interes-section .card-item .normal-button .btn.intereses-mobile {
    display: inline-block !important;
    padding-right: 0;
  }
  section#link-interes-section .card-item .card-text {
    padding-left: 15px;
  }
  section#section-plans-title div.title p {
    font-size: 36px !important;
    line-height: 42.96px !important;
    letter-spacing: -0.5px !important;
  }
  section#section-plans-title div.content p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  section#section-plans-content .modal-lg {
    max-width: 590px !important;
  }
  section#section-plans-content div.card-item {
    padding: 0 !important;
    max-width: 352px !important;
    transition: all 0.5s ease !important;
  }
  section#section-plans-content div.card-item .card-expand {
    max-height: 0 !important;
    transition: all 0.5s ease !important;
    overflow: hidden;
  }
  section#section-plans-content div.card-item .card-expand.open {
    max-height: 858px !important;
    display: block;
    transition: all 0.3s ease;
  }
  section#section-plans-content div.card-item .card-expand .card-plan {
    margin: 0 10px 20px 10px !important;
  }
  section#section-plans-content div.card-item .card-expand .card-plan.plan-arriba {
    height: unset !important;
  }
  section#section-plans-content div.card-item .card-expand .card-plan.plan-abajo {
    height: unset !important;
  }
  section#section-plans-content div.card-item .abrir-div-btn {
    opacity: 1 !important;
  }
  section#section-plans-content div.card-item .abrir-btn {
    cursor: pointer;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 3px 7px 0 7px;
    border-radius: 9px;
    background-color: #ffdb00;
    border: #ffdb00 1px solid;
    text-align: center;
    box-shadow: 0px 4px 20px -6px rgba(227, 197, 13, 0.6980392157);
    transition: all 0.3s ease;
  }
  section#section-plans-content div.card-item .abrir-btn img {
    width: 20px;
  }
  section#section-plans-content div.card-item .cerrar-div-btn {
    cursor: pointer;
    padding: 0;
    background-color: #f5f8fc;
    font-weight: 500;
    border-radius: 0 0 14px 14px;
    padding: 8px;
    transition: all 0.2s ease;
    opacity: 0;
  }
  section#section-plans-content div.card-item .cerrar-div-btn a {
    color: #092046;
  }
  section#section-plans-content div.card-item.open .abrir-div-btn {
    opacity: 0 !important;
  }
  section#section-plans-content div.card-item.open .cerrar-div-btn {
    height: 66px;
    max-height: 100%;
    opacity: 1;
    max-width: 100%;
    display: block;
  }
  section#section-plans-content div.card-item .plan .hogar {
    bottom: 150px;
    left: 257px;
    opacity: 0;
  }
  section#section-plans-content div.card-item .plan .automovil {
    bottom: 150px;
    left: 257px;
    opacity: 0;
  }
  section#section-plans-content div.card-item .plan .vida {
    bottom: 150px;
    left: 257px;
    opacity: 0;
  }
  section#section-plans-content div.card-item .plan .microvida {
    bottom: 150px;
    left: 257px;
    opacity: 0;
  }
  section#section-plans-content div.card-item .plan .comercio {
    bottom: 150px;
    left: 257px;
    opacity: 0;
  }
  section#section-plans-content div.card-item .plan .accidentes {
    bottom: 150px;
    left: 257px;
    opacity: 0;
  }
  section#section-plans-content div.card-item .plan .deuda {
    bottom: 150px;
    left: 257px;
    opacity: 0;
  }
  section#first-section #first-div .carousel-content {
    flex-direction: column-reverse !important;
    height: 632px;
    justify-content: start !important;
  }
  section#first-section #first-div .carousel-content .text-box {
    padding: 30px 30px 45px 30px !important;
    width: 100%;
    height: 100%;
    align-content: center;
  }
  section#first-section #first-div .carousel-content .text-box p.titulo {
    max-width: unset !important;
    margin-bottom: 2px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section#first-section #first-div .carousel-content .text-box p.overtitulo {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section#first-section #first-div .carousel-content .text-box p.subtitulo {
    max-width: unset !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  section#first-section #first-div .carousel-content .text-box .btn-info {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section#first-section #first-div .carousel-content .image-box img {
    height: 316px !important;
  }
}
@media screen and (max-width: 1199.98px) {
  section#siniestros-section {
    padding: 60px 0 !important;
  }
  section#siniestros-section div.product-item div.denuncias {
    display: none;
  }
  section#siniestros-section div.product-item div.denuncias-mobile {
    display: block !important;
  }
  section#siniestros-section div.product-item div.denuncias-mobile img {
    border-radius: 15px;
    margin-bottom: 35px;
  }
  section#siniestros-section div.product-item div.title p {
    font-size: 36px !important;
    line-height: 42.96px !important;
    letter-spacing: -0.5px !important;
  }
  section#siniestros-section div.product-item div.content p {
    margin-bottom: 20px !important;
    line-height: 24px !important;
    font-size: 18px !important;
  }
  section#siniestros-section .card-item {
    padding: 22px 12px !important;
    height: 241px !important;
    width: 100% !important;
  }
  section#siniestros-section .card-item .content p {
    font-weight: 500 !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    line-height: 12px !important;
  }
  section#siniestros-section .card-item .title p {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 19px !important;
  }
  section#section-plans-content .modal-lg {
    max-width: 600px !important;
  }
}
div.yellow-button {
  margin-bottom: 16px;
  text-align: center;
}
div.yellow-button .btn {
  width: 292.67px;
  height: 47px;
  border-radius: 10px;
  background-color: #ffdb00;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1px;
  align-content: center;
  text-align: center;
  box-shadow: 0px 6px 16px -6px rgba(227, 197, 13, 0.8);
  transition: all 0.3s ease;
}
div.yellow-button .btn .icon {
  width: 24px;
  height: 23px;
}
div.yellow-button .btn:hover {
  background-color: #ffc700;
}

@media screen and (max-width: 1250px) {
  section#first-section #first-div .carousel-content .text-box p.titulo {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  section#first-section #first-div .carousel-content .text-box p.subtitulo {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  section#first-section #first-div .carousel-content .text-box .btn-info {
    font-size: 18px !important;
    padding: 18px 28px !important;
  }
}
@media (max-width: 1336px) {
  section#section-plans-content .modal-lg {
    max-width: 650px !important;
  }
}
@media (max-width: 1920px) {
  section#section-plans-content .modal-lg {
    max-width: 770px;
  }
}/*# sourceMappingURL=styles.css.map */